Searched defs:_mode (Results 1 - 8 of 8) 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/chromium_org/third_party/icu/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/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/main/include/
H A Dpub_tool_basics.h149 Interpretation depends on _mode:
155 When _mode is SysRes_UNIX_OK, _wHI:_wLO holds the result.
156 When _mode is SysRes_UNIX_ERR, _wHI:_wLO holds the error code.
183 SysResMode _mode; member in struct:__anon32879
219 switch (sr._mode) {
227 switch (sr._mode) {
236 switch (sr._mode) {
243 switch (sr._mode) {
250 return sr1._mode == sr2._mode
[all...]
/external/chromium_org/third_party/icu/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/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/main/perf/
H A Dtest_input_for_tinycc.c5141 int _mode; member in struct:_IO_FILE
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h330 void Init(GLenum _mode) { argument
332 mode = _mode;
335 void* Set(void* cmd, GLenum _mode) { argument
336 static_cast<ValueType*>(cmd)->Init(_mode);
1417 void Init(GLenum _mode) { argument
1419 mode = _mode;
1422 void* Set(void* cmd, GLenum _mode) { argument
1423 static_cast<ValueType*>(cmd)->Init(_mode);
1876 void Init(GLenum _mode, GLint _first, GLsizei _count) { argument
1878 mode = _mode;
1883 Set(void* cmd, GLenum _mode, GLint _first, GLsizei _count) argument
1915 Init(GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset) argument
1923 Set(void* cmd, GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset) argument
2183 Init(GLenum _mode) argument
2188 Set(void* cmd, GLenum _mode) argument
3777 Init(GLenum _target, GLenum _mode) argument
3783 Set(void* cmd, GLenum _target, GLenum _mode) argument
8089 Init(GLenum _mode, GLint _first, GLsizei _count, GLsizei _primcount) argument
8097 Set(void* cmd, GLenum _mode, GLint _first, GLsizei _count, GLsizei _primcount) argument
8138 Init(GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset, GLsizei _primcount) argument
8151 Set(void* cmd, GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset, GLsizei _primcount) argument
[all...]

Completed in 371 milliseconds