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

/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBaseNetscapePluginView.h62 int _mode; variable
/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/icu4c/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.
182 SysResMode _mode; member in struct:__anon14555
215 switch (sr._mode) {
223 switch (sr._mode) {
232 switch (sr._mode) {
239 switch (sr._mode) {
246 return sr1._mode == sr2._mode
[all...]
/external/icu4c/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

Completed in 215 milliseconds