Searched defs:where (Results 1 - 25 of 186) sorted by relevance

12345678

/external/autotest/tko/
H A Dmachine_load10 where = { 'hostname' : machine } variable
11 db.update('machines', set, where)
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dvalues.pass.cpp29 void where(const _Tp &) {} function
43 where(E::table_size);
/external/libcxx/test/std/re/re.regex/re.regex.const/
H A Dconstants.pass.cpp33 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(B
[all...]
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dvalues.pass.cpp30 void where(const _Tp &) {} function
45 where(E::block_size);
46 where(E::used_block);
62 where(E::block_size);
63 where(E::used_block);
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Dvalues.pass.cpp44 void where(const _Tp &) {} function
71 where(E::word_size);
72 where(E::state_size);
73 where(E::shift_size);
74 where(E::mask_bits);
75 where(E::xor_mask);
76 where(E::tempering_u);
77 where(E::tempering_d);
78 where(E::tempering_s);
79 where(
[all...]
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
H A Dvalues.pass.cpp32 void where(const _Tp &) {} function
49 where(E::word_size);
50 where(E::short_lag);
51 where(E::long_lag);
52 where(E::default_seed);
70 where(E::word_size);
71 where(E::short_lag);
72 where(E::long_lag);
73 where(E::default_seed);
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dvalues.pass.cpp29 void where(const _Tp &) {} function
62 where(LCE::multiplier);
63 where(LCE::increment);
64 where(LCE::modulus);
65 where(LCE::default_seed);
/external/pcre/dist2/src/
H A Dpcre2_config.c64 /* If where is NULL, the length of memory required is returned.
68 where where to put the information
72 PCRE2_ERROR_BADOPTION if "where" not recognized
77 pcre2_config(uint32_t what, void *where) argument
79 if (where == NULL) /* Requests a length */
113 *((uint32_t *)where) = PCRE2_BSR_ANYCRLF;
115 *((uint32_t *)where) = PCRE2_BSR_UNICODE;
121 *((uint32_t *)where) = 1;
123 *((uint32_t *)where)
[all...]
H A Dpcre2_pattern_info.c57 where where to put the information; if NULL, return length
65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) argument
69 if (where == NULL) /* Requests field length */
121 *((uint32_t *)where) = re->overall_options;
125 *((uint32_t *)where) = re->compile_options;
129 *((uint32_t *)where) = re->top_backref;
133 *((uint32_t *)where) = re->bsr_convention;
137 *((uint32_t *)where) = re->top_bracket;
141 *((uint32_t *)where)
[all...]
/external/icu/icu4c/source/tools/gencmn/
H A Dgencmn.c70 FILE *where = argc < 0 ? stderr : stdout; local
76 fprintf(where,
79 fprintf(where, "\n"
82 fprintf(where, "\n"
89 fprintf(where,
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTgles2Ext.cpp166 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/
H A DPVRTgles3Ext.cpp77 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) == ' ')
/external/curl/src/
H A Dtool_cb_see.c116 * Truncate a file handle at a 64-bit position 'where'.
119 int tool_ftruncate64(int fd, curl_off_t where) argument
121 if(_lseeki64(fd, where, SEEK_SET) < 0)
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DFilteredBreakIteratorBuilder.java52 * @param where the locale.
58 public static FilteredBreakIteratorBuilder createInstance(ULocale where) { argument
59 FilteredBreakIteratorBuilder ret = new SimpleFilteredSentenceBreakIterator.Builder(where);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFilteredBreakIteratorBuilder.java50 * @param where the locale.
56 public static FilteredBreakIteratorBuilder createInstance(ULocale where) { argument
57 FilteredBreakIteratorBuilder ret = new SimpleFilteredSentenceBreakIterator.Builder(where);
/external/python/cpython2/Mac/Modules/
H A DColorPickermodule.c42 Point where = {0, 0}; local
48 ok = GetColor(where, prompt, &inColor, &outColor);
/external/syslinux/com32/sysdump/
H A Dmemory.c31 static void dump_memory_range(struct upload_backend *be, const void *where, argument
37 cpio_writefile(be, filename, where, len);
/external/syslinux/memdisk/
H A De820func.c39 static void insertrange_at(int where, uint64_t start, uint32_t type) argument
43 for (i = nranges; i > where; i--)
46 ranges[where].start = start;
47 ranges[where].type = type;
/external/avb/tools/avbctl/
H A Davbctl.cc35 /* Prints program usage to |where|. */
36 void usage(FILE* where, int /* argc */, char* argv[]) { argument
37 fprintf(where,
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteQueryBuilder.java16 String[] columns, String where, String groupBy, String having,
34 conditionallyAppend(sb, " WHERE ", where);
15 buildQueryString(boolean distinct, String tables, String[] columns, String where, String groupBy, String having, String orderBy, String limit) argument
/external/autotest/cli/
H A Dcompose_query21 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)
H A Dquery_results19 parser.add_option('-w', '--where', action='store', dest='condition',
67 where = options.condition.replace('%', '%%') variable
86 where += " AND hostname IN ('" + "','".join(hosts) + "')"
92 'get_test_views', extra_where=where,
/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c92 char *where = strstr(got, desired); local
93 if (!where) {
/external/javassist/src/main/javassist/bytecode/
H A DLineNumberAttribute.java172 void shiftPc(int where, int gapLength, boolean exclusive) { argument
177 if (pc > where || (exclusive && pc == where))
/external/javassist/src/main/javassist/expr/
H A DCast.java38 public CtBehavior where() { return super.where(); } method in class:Cast

Completed in 1186 milliseconds

12345678