HomeSort by relevance Sort by last modified time
    Searched refs:which (Results 76 - 100 of 3770) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
debug-conditional-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
51 // Conditional breakpoint which syntax error.
59 // Conditional breakpoint which evaluates to false.
67 // Conditional breakpoint which evaluates to true.
75 // Conditional breakpoint which different types of quotes.
105 // Conditional breakpoint which checks global variable.
117 // Conditional breakpoint which checks global variable.
127 // Conditional breakpoint which checks a parameter.
137 // Conditional breakpoint which checks a local variable.
147 // Multiple conditional breakpoint which the same condition
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcDialogs.java 37 public void onClick(DialogInterface dialog, int which) {
52 public void onClick(DialogInterface dialog, int which) {
  /external/chromium/net/data/proxy_resolver_v8_unittest/
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /external/harfbuzz_ng/src/
check-static-inits.sh 10 if which objdump 2>/dev/null >/dev/null; then
check-symbols.sh 10 if which nm 2>/dev/null >/dev/null; then
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h 70 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/llvm/utils/
llvmdo 23 # is not specified then it will be obtained with llvm-config which must be built
71 PROGRAM=`which $1`
  /external/qemu/distrib/
update-audio.sh 63 GNUMAKE=`which make` && GNUMAKE=$(is_gnu_make $GNUMAKE)
67 GNUMAKE=`which gmake` && GNUMAKE=$(is_gnu_make $GNUMAKE)
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 13 # 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/
fldcw_check.S 13 # It is encoded as "d9 /5" which means
15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/webkit/Source/WebCore/dom/
UIEvent.idl 40 readonly attribute long which;
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
InterfacesPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
WebKitLibPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Source/WebKit2/win/
WebKitPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /frameworks/base/core/java/com/android/internal/widget/
Smileys.java 63 public static int getSmileyResource(int which) {
64 return sIconIds[which];
  /hardware/ril/libril/
Android.mk 26 # For RdoServD which needs a static library
  /hardware/samsung_slsi/exynos5/include/
v4l2-subdev.h 31 __u32 which; member in struct:v4l2_subdev_format
39 __u32 which; member in struct:v4l2_subdev_crop
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
v4l2-subdev.h 42 * @which: format type (from enum v4l2_subdev_format_whence)
47 __u32 which; member in struct:v4l2_subdev_format
55 * @which: format type (from enum v4l2_subdev_format_whence)
60 __u32 which; member in struct:v4l2_subdev_crop
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 41 std::ios_base::openmode which)
43 assert(which == std::ios_base::in);
seekg_off.pass.cpp 44 std::ios_base::openmode which)
46 assert(which == std::ios_base::in);
tellg.pass.cpp 42 std::ios_base::openmode which)
46 assert(which == std::ios_base::in);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp 33 std::ios_base::openmode which)
37 assert(which == std::ios_base::out);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 79 public void onClick(DialogInterface dialog, int which) {
80 switch (which) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastOptOutActivity.java 41 * in restricted keyguard mode, in which case we create a new CellBroadcastOptOutActivity
51 public void onClick(DialogInterface dialog, int which) {
59 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/Mms/src/com/android/mms/ui/
MiniPreferenceActivity.java 53 public void onClick(DialogInterface dialog, int which) {
54 if (which == DialogInterface.BUTTON_POSITIVE) {

Completed in 3548 milliseconds

1 2 34 5 6 7 8 91011>>