HomeSort by relevance Sort by last modified time
    Searched defs:where (Results 1 - 25 of 486) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp 31 void where(const T &) {} function
45 where(E::table_size);
  /external/libcxx/test/std/re/re.regex/re.regex.const/
constants.pass.cpp 33 void where(const T &) {} function
50 where(BR::icase);
51 where(BR::nosubs);
52 where(BR::optimize);
53 where(BR::collate);
54 where(BR::ECMAScript);
55 where(BR::basic);
56 where(BR::extended);
57 where(BR::awk);
58 where(BR::grep)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp 31 void where(const _Tp &) {} function
45 where(E::table_size);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.const/
constants.pass.cpp 33 void where(const _Tp &) {} function
50 where(BR::icase);
51 where(BR::nosubs);
52 where(BR::optimize);
53 where(BR::collate);
54 where(BR::ECMAScript);
55 where(BR::basic);
56 where(BR::extended);
57 where(BR::awk);
58 where(BR::grep)
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
values.pass.cpp 32 void where(const T &) {} function
47 where(E::block_size);
48 where(E::used_block);
64 where(E::block_size);
65 where(E::used_block);
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 46 void where(const T &) {} function
73 where(E::word_size);
74 where(E::state_size);
75 where(E::shift_size);
76 where(E::mask_bits);
77 where(E::xor_mask);
78 where(E::tempering_u);
79 where(E::tempering_d);
80 where(E::tempering_s);
81 where(E::tempering_b)
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 34 void where(const T &) {} function
51 where(E::word_size);
52 where(E::short_lag);
53 where(E::long_lag);
54 where(E::default_seed);
72 where(E::word_size);
73 where(E::short_lag);
74 where(E::long_lag);
75 where(E::default_seed);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
values.pass.cpp 32 void where(const _Tp &) {} function
47 where(E::block_size);
48 where(E::used_block);
64 where(E::block_size);
65 where(E::used_block);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 46 void where(const _Tp &) {} function
73 where(E::word_size);
74 where(E::state_size);
75 where(E::shift_size);
76 where(E::mask_bits);
77 where(E::xor_mask);
78 where(E::tempering_u);
79 where(E::tempering_d);
80 where(E::tempering_s);
81 where(E::tempering_b)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 34 void where(const _Tp &) {} function
51 where(E::word_size);
52 where(E::short_lag);
53 where(E::long_lag);
54 where(E::default_seed);
72 where(E::word_size);
73 where(E::short_lag);
74 where(E::long_lag);
75 where(E::default_seed);
  /external/icu/icu4c/source/tools/gencmn/
gencmn.c 70 FILE *where = argc < 0 ? stderr : stdout; local
76 fprintf(where,
79 fprintf(where, "\n"
82 fprintf(where, "\n"
89 fprintf(where,
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
values.pass.cpp 31 void where(const T &) {} function
64 where(LCE::multiplier);
65 where(LCE::increment);
66 where(LCE::modulus);
67 where(LCE::default_seed);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.cpp 166 GLubyte *where, *terminator; local
169 where = (GLubyte *) strchr(extension, ' ');
170 if (where || *extension == '\0')
179 where = (GLubyte *) strstr((const char *) start, extension);
180 if (!where)
182 terminator = where + strlen(extension);
183 if (where == start || *(where - 1) == ' ')
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTgles3Ext.cpp 77 GLubyte *where, *terminator; local
80 where = (GLubyte *) strchr(extension, ' ');
81 if (where || *extension == '\0')
90 where = (GLubyte *) strstr((const char *) start, extension);
91 if (!where)
93 terminator = where + strlen(extension);
94 if (where == start || *(where - 1) == ' ')
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.lcong/
values.pass.cpp 31 void where(const _Tp &) {} function
64 where(LCE::multiplier);
65 where(LCE::increment);
66 where(LCE::modulus);
67 where(LCE::default_seed);
  /external/autotest/cli/
compose_query 21 where = query_lib.parse_scrub_and_gen_condition( variable
23 # print("where clause:" % where)
25 where = None variable
29 test_data = frontend.get_matrix_data(db, options.x_axis, options.y_axis, where)
query_results 19 parser.add_option('-w', '--where', action='store', dest='condition',
20 help=("The WHERE condition for the query witten in the 'new style' "
67 where = options.condition.replace('%', '%%') variable
83 "ON afe_hosts_labels.host_id=afe_hosts.id WHERE name=%s")
86 where += " AND hostname IN ('" + "','".join(hosts) + "')"
92 'get_test_views', extra_where=where,
  /external/python/cpython2/Mac/Modules/
ColorPickermodule.c 42 Point where = {0, 0}; local
48 ok = GetColor(where, prompt, &inColor, &outColor);
  /libcore/ojluni/src/main/java/sun/misc/
MessageUtils.java 132 public static void where() { method in class:MessageUtils
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
VoicemailStatusWorker.java 45 StringBuilder where = new StringBuilder(); local
50 .appendOmtpVoicemailStatusSelectionClause(context, where, selectionArgs);
58 where.toString(),
  /external/compiler-rt/test/BlocksRuntime/
fail.c 92 char *where = strstr(got, desired); local
93 if (!where) {
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
VoicemailQueryHandler.java 70 StringBuilder where = new StringBuilder(); local
71 where.append(Calls.NEW);
72 where.append(" = 1 AND ");
73 where.append(Calls.TYPE);
74 where.append(" = ?");
77 where.append(" AND ").append(Calls.VOICEMAIL_URI).append(" = ?");
88 where.toString(),
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
support.h 110 unsigned long where; local
115 if (_BitScanForward64(&where, mask))
116 return static_cast<int>(where);
120 if (_BitScanForward(&where, static_cast<unsigned long>(mask)))
121 return static_cast<int>(where);
123 if (_BitScanForward(&where, static_cast<unsigned long>(mask >> 32)))
124 return static_cast<int>(where + 32); // Create a bit offset from the LSB.
131 unsigned long where; local
134 if (_BitScanForward(&where, mask))
135 return static_cast<int>(where);
151 unsigned long where; local
171 unsigned long where; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
support.h 110 unsigned long where; local
115 if (_BitScanForward64(&where, mask))
116 return static_cast<int>(where);
120 if (_BitScanForward(&where, static_cast<unsigned long>(mask)))
121 return static_cast<int>(where);
123 if (_BitScanForward(&where, static_cast<unsigned long>(mask >> 32)))
124 return static_cast<int>(where + 32); // Create a bit offset from the LSB.
131 unsigned long where; local
134 if (_BitScanForward(&where, mask))
135 return static_cast<int>(where);
151 unsigned long where; local
171 unsigned long where; local
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 37 uint32_t base, where; local
53 where = *ofstP + value;
54 *ofstP = where + 1;
56 mem[where] += base;

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 91011>>