Searched refs:which (Results 51 - 75 of 768) sorted by relevance

1234567891011>>

/external/skia/platform_tools/android/bin/
H A Dandroid_setup.sh48 if ANDROID_SDK_ROOT="$(dirname $(which android))/.."; then
/external/strace/
H A Dstrace-log-merge12 option which prints timestamps (otherwise sorting won't do any good).
32 # Some strace logs have last line which is not '\n' terminated,
34 # grep -v '^$' removes empty lines which may result.
/external/chromium_org/build/android/
H A Dadb_device_functions.sh66 if [[ -z $(which adb) || -z $(which fastboot) ]]; then
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DUIEvent.idl41 readonly attribute long which;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Djquery.hotkeys.js52 var special = event.type !== "keypress" && jQuery.hotkeys.specialKeys[ event.which ],
53 character = String.fromCharCode( event.which ).toLowerCase(),
/external/chromium_org/third_party/skia/tools/bug_chomper/
H A Drun_server.sh1 if [[ -z `which go` ]]; then
/external/harfbuzz_ng/src/
H A Dcheck-defs.sh10 if which nm 2>/dev/null >/dev/null; then
H A Dcheck-static-inits.sh10 if which objdump 2>/dev/null >/dev/null; then
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.h70 int capng_have_capability(capng_type_t which, unsigned int capability);
74 char *capng_print_caps_text(capng_print_t where, capng_type_t which);
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dseekg.pass.cpp41 std::ios_base::openmode which)
43 assert(which == std::ios_base::in);
40 seekpos(typename base::pos_type sp, std::ios_base::openmode which) argument
H A Dseekg_off.pass.cpp44 std::ios_base::openmode which)
46 assert(which == std::ios_base::in);
42 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
H A Dtellg.pass.cpp42 std::ios_base::openmode which)
46 assert(which == std::ios_base::in);
40 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
H A Dseekp2.pass.cpp33 std::ios_base::openmode which)
37 assert(which == std::ios_base::out);
32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
/external/llvm/lib/Support/Unix/
H A DTimeValue.inc41 // errors concern the timezone parameter which we're passing in as 0.
/external/llvm/test/MC/Mips/
H A Dmips-noat.s15 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: Pseudo instruction requires $at, which is not available
29 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: Pseudo instruction requires $at, which is not available
/external/llvm/utils/
H A Dllvmdo23 # is not specified then it will be obtained with llvm-config which must be built
71 PROGRAM=`which $1`
/external/nanohttpd/
H A DAndroid.mk3 # This module target includes just the single core file: NanoHTTPD.java, which
/external/qemu/distrib/
H A Dupdate-audio.sh63 GNUMAKE=`which make` && GNUMAKE=$(is_gnu_make $GNUMAKE)
67 GNUMAKE=`which gmake` && GNUMAKE=$(is_gnu_make $GNUMAKE)
/external/skia/tools/bug_chomper/
H A Drun_server.sh1 if [[ -z `which go` ]]; then
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S13 # It is encoded as "d9 /5" which means
15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S13 # It is encoded as "d9 /5" which means
15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dcaptest.c204 int which = 0, i; local
214 which = 1;
216 which = 2;
218 which = 3;
224 switch (which)
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestjoystick.c48 event.jaxis.which,
54 event.jhat.which,
70 event.jball.which,
77 event.jbutton.which,
82 event.jbutton.which,
/external/e2fsprogs/lib/blkid/
H A Ddevname.c404 int which = 0, last = 0; local
428 last = which;
429 which ^= 1;
430 ptname = ptnames[which];
435 devs[which] = makedev(ma, mi);
451 lens[which] = strlen(ptname);
454 if (isdigit(ptname[lens[which] - 1])) {
457 ptname, (unsigned int) devs[which]));
460 probe_one(cache, ptname, devs[which], 0,
462 lens[which]
[all...]
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubby.js49 * @param {GnubbyDeviceId} which The device to open. If null, the first
54 Gnubby.prototype.open = function(which, opt_cb) {
64 function setCid(which) {
66 self.cid = Gnubby.defaultChannelId_(self.gnubbyInstance, which);
77 which = devs[0];
78 setCid(which);
79 self.which = which;
80 Gnubby.gnubbies_.addClient(which, self, function(rc, device) {
92 if (which) {
[all...]

Completed in 4257 milliseconds

1234567891011>>