Searched refs:where (Results 201 - 225 of 458) sorted by relevance

1234567891011>>

/external/gmock/test/
H A DAndroid.mk49 # $(5): "TARGET_OUT_DATA_NATIVE_TESTS" or empty (where to install)
/external/hyphenation-patterns/
H A DAndroid.mk61 # $(1): The subdirectory where the source files live.
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c286 static const char where[] = "where"; local
304 _put(hash, where, 3, 0);
/external/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl173 default options. A large list of names is used as data in each test, where the
176 useful. They measure differences, where positive is better for ICU4C, and
/external/libavc/common/arm/
H A Dih264_inter_pred_chroma_a9q.s71 @* dx value where the sample is to be produced(refer sec 8.4.2.2.2 )
74 @* dy value where the sample is to be produced(refer sec 8.4.2.2.2 )
/external/libunwind/doc/
H A Dunw_getcontext.tex35 initialized by \Func{unw\_getcontext()} in places where a structure
/external/mesa3d/src/mesa/main/
H A Dcontext.c1750 _mesa_valid_to_render(struct gl_context *ctx, const char *where) argument
1765 "%s(shader not linked)", where);
1786 "%s(shader not linked)", where);
1807 "%s(shader not linked)", where);
1829 "%s(vertex program not valid)", where);
1841 "%s(fragment program not valid)", where);
1850 "%s(integer format but no fragment shader)", where);
1857 "%s(incomplete framebuffer)", where);
/external/skia/tools/lua/
H A Dscrape_dashing.lua30 where t is a table of parameters that were passed to that draw-op.
/external/curl/packages/vms/
H A Dsetup_gnv_curl_build.com31 $! Move to where the Configure script is.
34 $! Get the path to where the Configure script is.
78 $! A logical name to find the [.packages.vms] directory where we started.
/external/v8/src/snapshot/
H A Dserialize.cc901 #define CASE_STATEMENT(where, how, within, space_number) \
902 case where + how + within + space_number: \
903 STATIC_ASSERT((where & ~kWhereMask) == 0); \
908 #define CASE_BODY(where, how, within, space_number_if_any) \
915 if (where == kNewObject && how == kPlain && within == kStartOfObject) { \
920 if (where == kNewObject) { \
922 } else if (where == kBackref) { \
925 } else if (where == kBackrefWithSkip) { \
931 } else if (where == kRootArray) { \
936 } else if (where
[all...]
/external/valgrind/none/tests/
H A Dcmdline1.stdout.exp25 where event is one of:
94 where hint is one of:
100 where variant is one of:
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dscreen_finder.py204 # Handle the cases where we have missing corners.
253 # If we know where the previous corners are, we can also filter
255 # where the screen has moved.
316 each index where a corner could not be found, and a count of the number
431 include = np.where((points_m_avg[:, 0] > 0) & (points_m_avg[:, 1] > 0) &
462 one = np.where((self._anglesp5 <= line_angles[i, 1]) &
464 two = np.where((self._anglesp5 <= line_angles[i, 2]) &
466 thr = np.where((self._anglesp5 <= line_angles[i, 3]) &
468 fou = np.where((self._anglesp5 <= line_angles[i, 0]) |
536 # where th
[all...]
/external/guava/guava/src/com/google/common/reflect/
H A DTypeToken.java200 * <p>Returns a new {@code TypeToken} where type variables represented by {@code typeParam}
206 * .where(new TypeParameter<K>() {}, keyType)
207 * .where(new TypeParameter<V>() {}, valueType);
214 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, TypeToken<X> typeArg) { method in class:TypeToken
216 .where(ImmutableMap.of(
224 * <p>Returns a new {@code TypeToken} where type variables represented by {@code typeParam}
230 * .where(new TypeParameter<K>() {}, keyType)
231 * .where(new TypeParameter<V>() {}, valueType);
238 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, Class<X> typeArg) { method in class:TypeToken
239 return where(typePara
[all...]
/external/javassist/src/main/javassist/
H A DCtBehavior.java604 private void addParameter2(int where, CtClass type, String desc) argument
620 ca.insertLocalVar(where, size);
625 va.shiftIndex(where, size);
629 smt.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo);
633 sm.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo);
1084 * To know exactly where the bytecode will be inserted, call with
1132 * at the position where the bytecode is inserted.
/external/bison/data/
H A Dglr.c134 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
154 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
356 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
444 ]dnl Do not use b4_int_type_for here, since there are places where
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Ddata.py425 where = self._arcs
427 where = self._lines
428 where.setdefault(filename, [])
/external/ipsec-tools/src/racoon/
H A Dgssapi.c76 gssapi_error(OM_uint32 status_code, const char *where, argument
84 plogv(LLV_ERROR, where, NULL, fmt, ap);
97 plog(LLV_ERROR, where, NULL,
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DSelectorManager.java933 Object where = "not selecting";
940 where=t;
949 dump.add(where);
/external/elfutils/src/
H A Dnm.c149 char *where; member in struct:GElf_SymX
867 sizebuf, longest_where, syms[cnt].where,
1343 sym_mem[nentries_used].where = "";
1405 sym_mem[nentries_used].where
1418 if (sym_mem[nentries_used].where[0] == '\0')
1435 sym_mem[nentries_used].where = obstack_finish (&whereob);
/external/mksh/src/
H A Djobs.c1112 const char *where)
1297 remove_job(j, where);
1795 remove_job(Job *j, const char *where) argument
1807 internal_warningf("remove_job: job %s (%s)", "not found", where);
1838 put_job(Job *j, int where) argument
1852 switch (where) {
1109 j_waitj(Job *j, int flags, const char *where) argument
/external/curl/docs/examples/
H A Dghiper.c103 static void mcode_or_die(const char *where, CURLMcode code) { argument
116 MSG_OUT("ERROR: %s returns %s\n", where, s);
/external/gtest/test/
H A DAndroid.mk48 # $(5): "TARGET_OUT_DATA_NATIVE_TESTS" or empty (where to install)
/external/libjpeg-turbo/
H A DAndroid.mk5 # where each instruction is 16 bits wide. Defining this variable as arm
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec133 where x, y, z, w are the point's window coordinates, r and q are the
/external/mesa3d/src/gallium/docs/
H A Dmake.bat16 echo.Please use `make ^<target^>` where ^<target^> is one of

Completed in 8763 milliseconds

1234567891011>>