Searched refs:Value (Results 1 – 10 of 10) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/CatLog/ |
| D | SelectPortDialog.cs | 29 public String Value { get; set; } property in CatLog.SelectPortDialog.SelectPortItem 46 item.Text = port.Value; in SelectPortDialog() 47 item.Value = port.Key; in SelectPortDialog() 111 return item.Value;
|
| D | CatLog.cs | 71 if (port.Value.Contains("Prolific")) in CatLog() 74 defaultPortDesc = port.Value; in CatLog() 84 if (port.Value.Contains("USB")) in CatLog() 87 defaultPortDesc = port.Value; in CatLog() 98 defaultPortDesc = port.Value; in CatLog()
|
| /CafeSDK-2.12.13-1/system/include/nn/ |
| D | Result.legacy.h | 20 …static const bit32 Value = TemplateMakeLegacyResult<TLevel, TSummary, TModule, TDescription>::Valu… member 22 Const() : Result(Value) {} in Const() 24 static bool Includes(Result result) { return result.GetValue() == Value; } in Includes()
|
| D | Result.h | 454 static const u32 Value = static_cast<u32>( member 459 operator Result() const { return Result(Value); } in Result() 460 operator nnResult() const { return Result(Value); } in nnResult()
|
| D | Result.legacy.inclass.h | 250 static const bit32 Value =
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | SerialCommunication.cs | 230 message.Value.Set(); in Stop() 231 message.Value.Close(); in Stop()
|
| D | Character stream dumper.cs | 1524 … app_exit_code = Int32.Parse(System.Text.RegularExpressions.Regex.Match(thing, @"\-*?\d+").Value); in consume_raw_bytes() 1574 … Console.WriteLine(" Found key '{0}'...setting handle {1}", kvp.Key, kvp.Value.Handle); in consume_raw_bytes() 1576 kvp.Value.Set(); in consume_raw_bytes() 1588 …Console.WriteLine(" Found key '{0}'...calling {1}({2})", kvp.Key, kvp.Value.Method.Name, thing); in consume_raw_bytes() 1590 if (!kvp.Value.Invoke(thing)) in consume_raw_bytes() 1592 … output_stream.WriteLine("Callback {0}({1}) requested termination.", kvp.Value.Method.Name, thing); in consume_raw_bytes()
|
| D | Tools.cs | 950 public string Value property in CafeX.TitleId
|
| D | CafeFunctions.cs | 1906 Log.WriteLine(string.Format(" {0} = {1}", de.Key, de.Value)); in run() 2712 CAFERUN_OPTION_MLC_EMU_TITLEID.value = titleId.Value; in run() 5309 …_args = string.Format("-v{0}{1}{2}{3}", DEFAULT_DELIMITER, verbosityLevel.Value, DEFAULT_DELIMITER… in on()
|
| /CafeSDK-2.12.13-1/system/include/nn/util/ |
| D | util_TypeTraits.h | 132 static const value_type Value = v; member
|