Searched refs:where (Results 226 - 250 of 458) sorted by relevance

1234567891011>>

/external/skia/platform_tools/android/tests/expectations/
H A DAndroid.mk19 # There are a few scenarios where this comes into play:
/external/skia/tools/lua/
H A Dscrape_dashing_full.lua8 where t is a table of parameters that were passed to that draw-op.
/external/vboot_reference/scripts/image_signing/
H A Dsign_official_build.sh27 where <type> is one of:
38 version_file: File name of where to read the kernel and firmware versions.
107 # to move all signing and rootfs code to one single place where it can be
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Devent-hub.rb11 situations where multiple event listners are desired.
/external/avahi/avahi-core/
H A Dsocket.c455 char where[64]; local
458 inet_ntop(sin->sin_family, &sin->sin_addr, where, sizeof(where));
459 avahi_log_debug("sendmsg() to %s failed: %s", where, strerror(errno));
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/
H A DMakefile25 @echo "Please use \`make <target>' where <target> is one of"
/external/chromium-trace/catapult/third_party/html5lib-python/doc/
H A DMakefile25 @echo "Please use \`make <target>' where <target> is one of"
/external/fec/
H A Dsse2bfly27.s127 # (the first) and see if it exceeds 225-120=105, where 120 is the experimentally-
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DSimplePatternFormatter.java240 * @param offsets offsets[i] receives the offset of where
260 * @param offsets offsets[i] receives the offset of where
285 * @param offsets offsets[i] receives the offset of where
306 * @param offsets offsets[i] receives the offset of where
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimplePatternFormatter.java238 * @param offsets offsets[i] receives the offset of where
258 * @param offsets offsets[i] receives the offset of where
283 * @param offsets offsets[i] receives the offset of where
304 * @param offsets offsets[i] receives the offset of where
/external/javassist/src/main/javassist/expr/
H A DExpr.java98 public CtBehavior where() { method in class:Expr
/external/libpcap/msdos/
H A Dpkt_rx1.s71 ; 1st time (AX=0) it requests an address where to put the packet
/external/opencv3/samples/python2/
H A Dgrabcut.py171 mask2 = np.where((mask==1) + (mask==3),255,0).astype('uint8')
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DTelephonyManagerFacade.java985 String where = "name=\"" + name + "\"";
991 }, where, null,
1011 String where = "numeric=\"" + android.os.SystemProperties.get(
1016 new String[] {"_id", "name", "apn", "type"}, where, null,
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s19 @ where:
H A DARM-E_interpolate_loop_gnu.s20 @ where:
H A DARM-E_interpolate_noloop_gnu.s20 @ where:
H A DARM-E_voice_gain_gnu.s21 @ where:
/external/toybox/lib/
H A Dlib.c852 int where = 1<<((3*i)+j); local
854 if (amask & where) continue;
869 if (dohow == '=' || (bit && dohow == '-')) mode &= ~where;
870 if (bit && dohow != '-') mode |= where;
/external/valgrind/coregrind/
H A Dpub_core_aspacemgr.h140 /* Query aspacem to ask where a mapping should go. On success, the
377 const HChar* when, const HChar* where, /*OUT*/ChangedSeg* css,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java2182 String where = "(" + tokens.getLineNumber() + ") ";
2210 errln(where + "Pattern \"" + pat + '"');
2226 assertEquals(where + '"' + pat + "\".format(" + num + ")",
2232 assertEquals(where + '"' + pat + "\".parse(\"" + str + "\")",
2242 assertEquals(where + '"' + pat + "\".parse(\"" + str + "\")",
2246 errln(where + '"' + pat + "\".parse(\"" + str +
2277 errln(where + "Invalid pattern \"" + testpat +
2280 assertEquals(where + '"' + testpat + "\".toPattern()",
2285 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2288 errln(where
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2178 String where = "(" + tokens.getLineNumber() + ") ";
2206 errln(where + "Pattern \"" + pat + '"');
2222 assertEquals(where + '"' + pat + "\".format(" + num + ")",
2228 assertEquals(where + '"' + pat + "\".parse(\"" + str + "\")",
2238 assertEquals(where + '"' + pat + "\".parse(\"" + str + "\")",
2242 errln(where + '"' + pat + "\".parse(\"" + str +
2273 errln(where + "Invalid pattern \"" + testpat +
2276 assertEquals(where + '"' + testpat + "\".toPattern()",
2281 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2284 errln(where
[all...]
/external/valgrind/none/tests/
H A Dcmdline2.stdout.exp25 where event is one of:
94 where hint is one of:
100 where variant is one of:
/external/icu/icu4c/source/i18n/
H A Dregexcmp.cpp252 // NextChar. This is where characters are actually fetched from the pattern.
455 // - START_CAPTURE n where n is stack frame offset to the capture group variables.
910 // Check for simple *, where the construct being repeated
960 // Locate the position in the compiled pattern where the match will continue
2005 void RegexCompile::insertOp(int32_t where) {
2007 U_ASSERT(where>0 && where < code->size());
2010 code->insertElementAt(nop, where, *fStatus);
2026 opType == URX_RELOC_OPRND) && opValue > where) {
2040 if (x>where) {
[all...]
/external/autotest/scheduler/
H A Dhost_scheduler_unittests.py331 hqe = scheduler_models.HostQueueEntry.fetch(where='job_id=%s',
345 hqe = scheduler_models.HostQueueEntry.fetch(where='job_id=%s',

Completed in 948 milliseconds

1234567891011>>