Searched defs:_mode (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs64 private EnumerationMode _mode; field in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
82 _mode = mode;
154 if (_mode == EnumerationMode.Key)
156 else if (_mode == EnumerationMode.Value)
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h77 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
82 mode = _mode;
87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
92 mode = _mode;
/external/valgrind/include/
H A Dpub_tool_basics.h140 Interpretation depends on _mode:
146 When _mode is SysRes_UNIX_OK, _wHI:_wLO holds the result.
147 When _mode is SysRes_UNIX_ERR, _wHI:_wLO holds the error code.
176 SysResMode _mode; member in struct:__anon16369
211 switch (sr._mode) {
224 switch (sr._mode) {
237 switch (sr._mode) {
250 switch (sr._mode) {
263 return sr1._mode == sr2._mode
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp793 const string& _mode,
805 if (_mode == "DOWLEQ") {
807 } else if (_mode == "DOWGEQ") {
809 } else if (_mode == "DOM") {
841 << _mode
792 set(const string& id, const string& _mode, int32_t _month, int32_t _dom, int32_t _dow, int32_t _time, bool _isstd, bool _isgmt, int32_t _offset) argument
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c5141 int _mode; member in struct:_IO_FILE

Completed in 259 milliseconds