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

1 2 3 4

  /external/openssh/contrib/
findssl.sh 92 # not all platforms have a 'which' command
93 if which ls >/dev/null 2>/dev/null; then
94 : which is defined
96 which () { function
115 if [ -x "`which locate`" ]
134 if [ -x "`which locate`" ]
163 if [ -x "`which locate`" ]
  /external/apache-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());
  /external/llvm/utils/lit/lit/
Util.py 38 # Ignore EEXIST, which may occur during a race condition.
51 def which(command, paths = None): function
52 """which(command, [paths]) - Look up the given command in the paths string
  /external/webkit/Source/WebCore/dom/
KeyboardEvent.cpp 149 int KeyboardEvent::which() const function in class:WebCore::KeyboardEvent
151 // Netscape's "which" returns a virtual key code for keydown and keyup, and a character code for keypress.
UIEvent.cpp 92 int UIEvent::which() const function in class:WebCore::UIEvent
MouseEvent.cpp 108 int MouseEvent::which() const function in class:WebCore::MouseEvent
111 // For the Netscape "which" property, the return values for left, middle and right mouse buttons are 1, 2, 3, respectively.
118 // MSIE extension - "the object toward which the user is moving the mouse pointer"
127 // MSIE extension - "object from which activation or the mouse pointer is exiting during the event" (huh?)
  /frameworks/compile/libbcc/tests/
bccarm 26 def which(item): function
27 return runCmd(["which", item])
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AlternativeName.java 31 // constants indicating which alternative name is presented
36 /** indicating which alternative name is presented by this object */
37 private boolean which; field in class:AlternativeName
43 * @param which specifies which alternative names are given
46 public AlternativeName(boolean which, byte[] encoding) throws IOException {
48 this.which = which;
63 sb.append(prefix).append((which) ? "Subject" : "Issuer").append(" Alternative Names [\n");
  /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...]
  /external/webkit/Tools/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];
  /cts/tests/tests/app/src/android/app/cts/
Instrumentation_ActivityMonitorTest.java 74 IntentFilter which = new IntentFilter(); local
75 am = new ActivityMonitor(which, result, false);
76 assertSame(which, am.getFilter());
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 28 * from which these views are created. You can either use the factory to
30 * child views, of which only one is shown at a time.
89 int which = mWhichChild == 0 ? 1 : 0; local
90 return getChildAt(which);
104 * Sets the factory used to create the two views between which the
  /frameworks/native/libs/binder/
IServiceManager.cpp 195 String16 which = data.readString16(); local
196 sp<IBinder> b = const_cast<BnServiceManager*>(this)->getService(which);
202 String16 which = data.readString16(); local
203 sp<IBinder> b = const_cast<BnServiceManager*>(this)->checkService(which);
209 String16 which = data.readString16(); local
211 status_t err = addService(which, b);
  /dalvik/vm/
Misc.h 105 DebugTargetKind which; member in struct:DebugOutputTarget
137 * Return a newly-allocated string in which all occurrences of '.' have
263 * have elapsed. Pass in the start time, which must be a value returned by
  /external/chromium/third_party/libevent/
devpoll.c 248 int which = 0; local
262 which |= EV_READ;
267 which |= EV_WRITE;
270 if (!which)
kqueue.c 247 int which = 0; local
271 which |= EV_READ;
273 which |= EV_WRITE;
275 which |= EV_SIGNAL;
278 if (!which)
285 event_active(ev, which, events[i].data);
293 event_active(ev, which, 1);
  /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/openssh/
dh.c 129 int best, bestcount, which; local
169 which = arc4random_uniform(bestcount);
175 linenum++ != which) {
183 if (linenum != which+1)
185 which, _PATH_DH_PRIMES);
  /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
108 printxval(which, tcp->u_arg[1], "QM_???");
  /external/dbus/test/
break-loader.c 343 static int which = 0; local
387 which = random_int_in_range (0, _DBUS_N_ELEMENTS (extreme_ints));
389 _dbus_assert (which >= 0);
390 _dbus_assert (which < _DBUS_N_ELEMENTS (extreme_ints));
393 extreme_ints[which]);
486 int which; local
488 which = random_int_in_range (0, _DBUS_N_ELEMENTS (functions));
490 (* functions[which]) (mutated, mutated);
491 times_we_did_each_thing[which] += 1;
  /external/e2fsprogs/lib/blkid/
devname.c 404 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] = 0; /* mark as checked *
    [all...]
  /external/icu4c/test/intltest/
fldset.cpp 196 int32_t which = udbg_enumByString(fEnum, name); local
197 if(which == UDBG_INVALID_ENUM) {
200 return which;

Completed in 726 milliseconds

1 2 3 4