Searched refs:which (Results 176 - 200 of 768) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAndroid.mk39 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile
/external/llvm/lib/Target/ARM/AsmParser/
H A DAndroid.mk39 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile
/external/llvm/test/Bindings/Ocaml/
H A Dirreader.ml18 (* Tiny unit test framework - really just to help find which line is busted *)
H A Dpassmgr_builder.ml19 (* Tiny unit test framework - really just to help find which line is busted *)
H A Dvectorize_opts.ml20 (* Tiny unit test framework - really just to help find which line is busted *)
/external/mesa3d/docs/
H A DMESA_agp_offset.spec37 Note, this extension depends on GLX_NV_vertex_array_range, for which
/external/skia/platform_tools/android/examples/hello_skia_app/jni/
H A DAndroid.mk34 # jnigraphics defines the function AndroidBitmap_lockPixels, which we need in order to draw into
/external/skia/tools/lua/
H A Dbitmap_statistics.lua27 -- dump the params in t, specifically showing the verb first, which we
/external/skia/tools/
H A Dsubmit_try11 This is a thin wrapper around the try request utilities in depot_tools which
29 # Alias which can be used to run a try on every builder.
31 # Alias which can be used to run a try on all compile builders.
33 # Alias which can be used to run a try on all builders that are run in the CQ.
35 # Alias which can be used to specify a regex to choose builders.
61 which_cmd = 'where' if os.name == 'nt' else 'which'
146 -b, --bot Builder(s) or Alias on which to run the try. Required.
149 -r <revision#> Revision from which to run the try.
241 revision: optional string; the revision from which to run the try.
/external/sqlite/android/
H A DAndroid.mk37 # (as of 2009-08-02), in which phone_number_compare() is tested via sqlite's custom
/external/svox/pico/tts/
H A DAndroid.mk33 # compatibility code, which opens this shared library
/external/valgrind/main/helgrind/tests/
H A Dbar_bad.stderr.exp29 initialise a barrier which has threads waiting on it
/external/valgrind/main/memcheck/tests/
H A Dleak-segv-jmp.stderr.exp11 Reachable blocks (those to which a pointer was found) are not shown.
26 Reachable blocks (those to which a pointer was found) are not shown.
42 Reachable blocks (those to which a pointer was found) are not shown.
58 Reachable blocks (those to which a pointer was found) are not shown.
/external/valgrind/main/none/tests/s390x/
H A Dop_exception.stderr.exp13 Either way, Valgrind will now raise a SIGILL signal which will
26 Either way, Valgrind will now raise a SIGILL signal which will
39 Either way, Valgrind will now raise a SIGILL signal which will
52 Either way, Valgrind will now raise a SIGILL signal which will
/external/chromium_org/native_client_sdk/src/doc/
H A DMakefile12 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dweakref.pxd20 # accept a single parameter, which will be the weak reference
31 # accept a single parameter, which will be the weak reference
/external/chromium_org/third_party/icu/source/common/
H A Dubidi_props.h44 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
/external/chromium_org/third_party/libevent/
H A Ddevpoll.c248 int which = 0; local
262 which |= EV_READ;
267 which |= EV_WRITE;
270 if (!which)
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DUnhandledExceptionHandler.java42 * Singleton helper: install a default unhandled exception handler which shows
72 DialogInterface dialog, int which) {
/external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh85 CCACHE=${ANDROID_MAKE_CCACHE-$(which ccache || true)}
/external/chromium_org/third_party/webrtc/base/
H A Dunixfilesystem.h65 // file or directory, which will be moved recursively.
71 // file or directory, which will be copied recursively.
97 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DTwoFieldDatePickerDialog.java85 public void onClick(DialogInterface dialog, int which) { argument
/external/fio/tools/
H A Dfio_generate_plots24 GNUPLOT=$(which gnuplot)
/external/icu/icu4c/source/common/
H A Dubidi_props.h44 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
/external/oprofile/daemon/liblegacy/
H A Dp_module.h87 /* For sizeof() which are related to the module platform and not to the
185 int query_module(char const * name, int which, void *buf, size_t bufsize,
188 /* Values for query_module's which. */

Completed in 2822 milliseconds

1234567891011>>