Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 8 of 8) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/CatLog/
DSelectPortDialog.cs29 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;
DCatLog.cs71 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/system/include/nn/
DResult.legacy.h20 …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()
DResult.h454 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()
DResult.legacy.inclass.h250 static const bit32 Value =
/CafeSDK-2.12.13/system/src/tool/cafex/
DCharacter stream dumper.cs1473 … app_exit_code = Int32.Parse(System.Text.RegularExpressions.Regex.Match(thing, @"\-*?\d+").Value); in consume_raw_bytes()
1523 … Console.WriteLine(" Found key '{0}'...setting handle {1}", kvp.Key, kvp.Value.Handle); in consume_raw_bytes()
1525 kvp.Value.Set(); in consume_raw_bytes()
1537 …Console.WriteLine(" Found key '{0}'...calling {1}({2})", kvp.Key, kvp.Value.Method.Name, thing); in consume_raw_bytes()
1539 if (!kvp.Value.Invoke(thing)) in consume_raw_bytes()
1541 … output_stream.WriteLine("Callback {0}({1}) requested termination.", kvp.Value.Method.Name, thing); in consume_raw_bytes()
DCafeFunctions.cs1808 Log.WriteLine(string.Format(" {0} = {1}", de.Key, de.Value)); in run()
/CafeSDK-2.12.13/system/include/nn/util/
Dutil_TypeTraits.h132 static const value_type Value = v; member