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

1 2 3

  /dalvik/libcore/xml/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/libcore/security/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/webkit/WebCore/dom/
KeyboardEvent.cpp 148 int KeyboardEvent::which() const function in class:WebCore::KeyboardEvent
150 // Netscape's "which" returns a virtual key code for keydown and keyup, and a character code for keypress.
MouseEvent.cpp 92 int MouseEvent::which() const function in class:WebCore::MouseEvent
95 // For the Netscape "which" property, the return values for left, middle and right mouse buttons are 1, 2, 3, respectively.
102 // MSIE extension - "the object toward which the user is moving the mouse pointer"
111 // MSIE extension - "object from which activation or the mouse pointer is exiting during the event" (huh?)
UIEvent.cpp 92 int UIEvent::which() const function in class:WebCore::UIEvent
  /system/core/libacc/tests/
accarm 26 def which(item): function
27 return runCmd(["which", item])
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 26 * {@link Machine} which keeps track of known values but does not do
134 int which = (pattern & 0x0f) - 1; local
135 addResult(arg(which));
  /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...]
  /development/simulator/wrapsim/
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;
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;
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
vms-code.c 24 int i, oargc, punct, which, append, alt_rfm; local
63 which = (p[1] == '&' ? ERR_FD : OUT_FD);
64 if (which == ERR_FD) ++p;
65 mode[which] = append ? "a" : "w";
66 rfm[which] = alt_rfm ? "rfm=var" : "rfm=stmlf";
67 name[which] = ++p;
69 name[which] = (*iargv)[++i];
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 26 * from which these views are created. You can either use the factory to
28 * child views, of which only one is shown at a time.
75 int which = mWhichChild == 0 ? 1 : 0; local
76 return getChildAt(which);
90 * Sets the factory used to create the two views between which the
  /cts/tests/tests/app/src/android/app/cts/
Instrumentation_ActivityMonitorTest.java 126 IntentFilter which = new IntentFilter(); local
127 am = new ActivityMonitor(which, result, false);
128 assertSame(which, am.getFilter());
  /frameworks/base/libs/binder/
IServiceManager.cpp 193 String16 which = data.readString16(); local
194 sp<IBinder> b = const_cast<BnServiceManager*>(this)->getService(which);
200 String16 which = data.readString16(); local
201 sp<IBinder> b = const_cast<BnServiceManager*>(this)->checkService(which);
207 String16 which = data.readString16(); local
209 status_t err = addService(which, b);
  /dalvik/vm/
Misc.h 100 } which; member in struct:DebugOutputTarget
181 * Return a newly-allocated string in which all occurrences of '.' have
262 * have elapsed. Pass in the start time, which must be a value returned by
  /external/icu4c/test/cintltst/
chashtst.c 284 static const char which[] = "which"; local
285 static const char WHICH2[] = "WHICH";
302 _put(hash, which, 1, 0);
308 _remove(hash, which, 2);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_0.c 445 int which; local
452 which = 0;
454 which = surface->map->dst->format->BytesPerPixel;
458 return bitmap_blit[which];
461 return colorkey_blit[which];
464 return which >= 2 ? BlitBtoNAlpha : NULL;
467 return which >= 2 ? BlitBtoNAlphaKey : NULL;
SDL_blit_1.c 496 int which; local
501 which = 0;
503 which = dstfmt->BytesPerPixel;
507 return one_blit[which];
510 return one_blitkey[which];
514 tables which consume space and takes time to precompute,
516 return which >= 2 ? Blit1toNAlpha : NULL;
519 return which >= 2 ? Blit1toNAlphaKey : NULL;
  /external/strace/
bjm.c 59 /* Values for query_module's which. */
81 static const struct xlat which[] = { variable in typeref:struct:xlat
110 printxval(which, tcp->u_arg[1], "QM_???");
time.c 197 static const struct xlat which[] = { variable in typeref:struct:xlat
256 printxval(which, tcp->u_arg[0], "ITIMER_???");
274 printxval(which, tcp->u_arg[0], "ITIMER_???");
291 printxval(which, tcp->u_arg[0], "ITIMER_???");
310 printxval(which, tcp->u_arg[0], "ITIMER_???");
459 /* _pad[0] is the _tid field which might not be
  /build/tools/apicheck/src/com/android/apicheck/
Errors.java 55 String which = (!warningsAreErrors && error.level == WARNING) ? " warning " : " error "; local
56 String message = which + error.code + ": " + text;
  /build/tools/droiddoc/src/
Errors.java 57 String which = level == WARNING ? " warning " : " error "; local
58 String message = which + error.code + ": " + text;
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
FactoryFinder.java 70 * <p>Use try/catch block to support applets, which throws
113 // Figure out which ClassLoader to use for loading the provider
158 debugPrintln("Loaded " + className + " from " + which(spiClass));
362 private static String which(Class clazz) { method in class:FactoryFinder
  /external/e2fsprogs/lib/blkid/
devname.c 473 int which = 0, last = 0; local
499 last = which;
500 which ^= 1;
501 ptname = ptnames[which];
506 devs[which] = makedev(ma, mi);
522 lens[which] = strlen(ptname);
525 if (isdigit(ptname[lens[which] - 1])) {
528 ptname, (unsigned int) devs[which]));
531 probe_one(cache, ptname, devs[which], 0,
533 lens[which] = 0; /* mark as checked *
    [all...]
  /external/icu4c/test/intltest/
fldset.cpp 192 int32_t which = udbg_enumByString(fEnum, name); local
193 if(which == UDBG_INVALID_ENUM) {
196 return which;

Completed in 825 milliseconds

1 2 3