HomeSort by relevance Sort by last modified time
    Searched refs:_mode (Results 201 - 218 of 218) sorted by null

1 2 3 4 5 6 7 89

  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 77 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
82 mode = _mode;
87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
92 mode = _mode;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 330 void Init(GLenum _mode) {
332 mode = _mode;
335 void* Set(void* cmd, GLenum _mode) {
336 static_cast<ValueType*>(cmd)->Init(_mode);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 793 const string& _mode,
805 if (_mode == "DOWLEQ") {
807 } else if (_mode == "DOWGEQ") {
809 } else if (_mode == "DOM") {
841 << _mode
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 793 const string& _mode,
805 if (_mode == "DOWLEQ") {
807 } else if (_mode == "DOWGEQ") {
809 } else if (_mode == "DOM") {
841 << _mode
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js 119 this._mode = WebInspector.WikiParser.Tokenizer.Mode.Normal;
137 this._mode = mode;
147 return this._mode === WebInspector.WikiParser.Tokenizer.Mode.Normal;
223 tokenizer._mode = this._mode;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 380 VG_(printf)(" {%lu %lu %u}\n", s1->sres._wLO, s1->sres._wHI, s1->sres._mode);
381 VG_(printf)(" {%lu %lu %u}\n", s2->sres._wLO, s2->sres._wHI, s2->sres._mode);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py     [all...]
tarfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py     [all...]
tarfile.py     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 255 static void QZ_GetModeInfo(_THIS, const void *_mode, Uint32 *w, Uint32 *h, Uint32 *bpp)
258 if (_mode == NULL) {
264 CGDisplayModeRef vidmode = (CGDisplayModeRef) _mode;
282 CFDictionaryRef vidmode = (CFDictionaryRef) _mode;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 730 SUFFIXES = [_suf for _suf, _mode, _tp in imp.get_suffixes()]
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 1078 .string "_mode"
  /external/valgrind/main/perf/
test_input_for_tinycc.c 5141 int _mode; member in struct:_IO_FILE
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2339 milliseconds

1 2 3 4 5 6 7 89