HomeSort by relevance Sort by last modified time
    Searched refs:which (Results 1 - 25 of 626) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/content/
SyncStatusObserver.java 20 void onStatusChanged(int which);
ISyncStatusObserver.aidl 23 void onStatusChanged(int which);
DialogInterface.java 117 * @param which The button that was clicked (e.g.
122 public void onClick(DialogInterface dialog, int which);
134 * @param which The position of the item in the list that was clicked.
137 public void onClick(DialogInterface dialog, int which, boolean isChecked);
  /bionic/libc/unistd/
getpriority.c 32 int getpriority(int which, int who)
34 int result = __getpriority(which, who);
wait.c 32 extern int __waitid(idtype_t which, id_t id, siginfo_t *info, int options, struct rusage *ru);
49 int waitid(idtype_t which, id_t id, siginfo_t *info, int options)
52 return __waitid(which, id, info, options, NULL);
  /dalvik/tests/054-uncaught/src/
Main.java 15 private static void testThread(int which) {
16 Thread t = new Helper(which);
26 static void catchTheUncaught(int which) {
30 System.out.println("Test " + which);
31 switch (which) {
53 private int which; field in class:Main.Helper
55 public Helper(int which) {
56 this.which = which;
60 catchTheUncaught(which);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AlternativeName.java 32 // constants indicating which alternative name is presented
37 // indicating which alternative name is presented by this object
38 private boolean which; field in class:AlternativeName
44 * @param which specifies which alternative names are given
47 public AlternativeName(boolean which, GeneralNames alternativeNames) {
48 this.which = which;
54 * @param which specifies which alternative names are give
    [all...]
  /external/bluetooth/bluez/test/
hsplay 3 MPG123=`which mpg123`
4 SOX=`which sox`
5 HSTEST=`which hstest`
hsmicro 3 SOX=`which sox`
4 HSTEST=`which hstest`
  /external/chromium/third_party/icu/source/common/
uprops.c 151 u_hasBinaryProperty(UChar32 c, UProperty which) {
153 if(which<UCHAR_BINARY_START || UCHAR_BINARY_LIMIT<=which) {
156 uint32_t mask=binProps[which].mask;
157 int32_t column=binProps[which].column;
163 return ucase_hasBinaryProperty(c, which);
167 switch(which) {
174 return unorm_isNFSkippable(c, (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD));
185 switch(which) {
198 switch(which) {
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncGenerateId.java 47 int which = getArg0AsNode(xctxt); local
49 if (DTM.NULL != which)
57 return new XString("N" + Integer.toHexString(which).toUpperCase());
  /dalvik/tests/047-returns/src/
Main.java 21 public static Runnable pickOne(int which) {
24 if (which == 1)
26 else if (which == 2)
28 else if (which == 3)
  /bootable/recovery/
default_recovery_ui.c 63 int device_perform_action(int which) {
64 return which;
recovery_ui.h 24 // *key_pressed is an array of KEY_MAX+1 bytes indicating which other
30 // *key_pressed is an array of KEY_MAX+1 bytes indicating which other
47 // Perform a recovery action selected from the menu. 'which' will be
52 extern int device_perform_action(int which);
  /external/icu4c/common/
uprops.cpp 163 u_hasBinaryProperty(UChar32 c, UProperty which) {
165 if(which<UCHAR_BINARY_START || UCHAR_BINARY_LIMIT<=which) {
168 uint32_t mask=binProps[which].mask;
169 int32_t column=binProps[which].column;
175 return ucase_hasBinaryProperty(c, which);
179 switch(which) {
189 switch(which) {
199 (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD), errorCode);
209 (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD), errorCode)
    [all...]
  /development/simulator/wrapsim/
SysPower.c 37 int which; member in struct:PowerState
49 powerState->which = -1;
52 powerState->which = i;
57 if (powerState->which == -1) {
84 if (state->which < 0 ||
85 state->which >= (int) (sizeof(gDeviceMap)/sizeof(gDeviceMap[0])))
90 const char* data = gDeviceMap[state->which].data;
DevPower.c 54 int which; member in struct:PowerState
66 powerState->which = -1;
69 powerState->which = i;
74 if (powerState->which == -1) {
101 if (state->which < 0 ||
102 state->which >= (int) (sizeof(gDeviceMap)/sizeof(gDeviceMap[0])))
107 const char* data = gDeviceMap[state->which].data;
  /external/chromium/sdch/open-vcdiff/
autogen.sh 18 if test -z `which "$ACLOCAL"`; then
23 if test -z `which "$AUTOMAKE"`; then
29 if test -z `which "$LIBTOOLIZE"`; then
34 # changed, which is annoying when the file is not open for edit (in
  /build/core/
find-jdk-tools-jar.sh 4 JAVAC=$(which javac)
6 echo "Please-install-JDK-6.0,-which-you-can-download-from-java.sun.com"
  /device/htc/passion/recovery/
recovery_ui.c 68 int device_perform_action(int which) {
69 return which;
  /external/bluetooth/glib/gobject/
pltcheck.sh 7 if ! which readelf 2>/dev/null >/dev/null; then
  /frameworks/base/core/java/android/os/
BatteryStats.java 153 * @param which one of STATS_TOTAL, STATS_LAST, or STATS_CURRENT
155 public abstract int getCountLocked(int which);
172 * @param which one of STATS_TOTAL, STATS_LAST, or STATS_CURRENT
174 public abstract int getCountLocked(int which);
181 * @param which one of STATS_TOTAL, STATS_LAST, or STATS_CURRENT
184 public abstract long getTotalTimeLocked(long batteryRealtime, int which);
245 public abstract long getTcpBytesReceived(int which);
250 public abstract long getTcpBytesSent(int which);
264 public abstract long getWifiRunningTime(long batteryRealtime, int which);
265 public abstract long getFullWifiLockTime(long batteryRealtime, int which);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
citrtest.h 40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
  /external/icu4c/test/intltest/
citrtest.h 40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
  /ndk/
ndk-build 45 ABS_GNUMAKE=`which $GNUMAKE 2> /dev/null`
54 GNUMAKE=`which make 2> /dev/null`

Completed in 873 milliseconds

1 2 3 4 5 6 7 8 91011>>