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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/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/toybox/toys/posix/
renice.c 24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP : local
45 if (setpriority(which, id, getpriority(which, id)+TT.nArgu) < 0)
  /prebuilts/checkstyle/gitlint/
utils.py 44 def which(program): function
61 return [program for program in programs if not which(program)]
90 filename: string: path of the filename for which we are retrieving the
109 filename: string: path of the filename for which we are saving the output.
  /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/ltp/testcases/kernel/syscalls/getpriority/
getpriority01.c 33 int which; member in struct:tcase
46 TEST(getpriority(tc->which, 0));
50 tc->which);
57 tc->which, TEST_RETURN, tc->min, tc->max);
62 tc->which, TEST_RETURN);
getpriority02.c 22 * 1) getpriority(2) fails with -1 and sets errno to EINVAL if 'which'
25 * process was located for 'which' and 'who' arguments.
37 int which; member in struct:tcase
54 TEST(getpriority(tc->which, tc->who));
58 "returned %li", tc->which, tc->who, TEST_RETURN);
65 tc->which, tc->who, tst_strerrno(tc->exp_errno));
70 tc->which, tc->who);
  /system/bt/build/toolchain/clang/
get_clang_suffix.py 6 def which(cmd): function
14 clang_path = which("clang++")
35 clang_path = which("clang++-" + clang_version_str)
  /art/test/054-uncaught/src/
Main.java 29 private static void testThread(int which) {
30 Thread t = new Helper(which);
40 static void catchTheUncaught(int which) {
44 System.out.println("Test " + which);
45 switch (which) {
67 private int which; field in class:Main.Helper
69 public Helper(int which) {
70 this.which = which;
74 catchTheUncaught(which);
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
Standard_Suite.py 47 which = 'stxt' variable in class:_Prop_selected_text
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suppleme.py 23 which = 'prot' variable in class:_Prop_rotation
27 which = 'pscl' variable in class:_Prop_scale
31 which = 'ptrs' variable in class:_Prop_translation
Table_Suite.py 23 which = 'pfor' variable in class:_Prop_formula
27 which = 'ppro' variable in class:_Prop_protection
37 which = 'pnam' variable in class:_Prop_name
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
Login_Items_Suite.py 23 which = 'c@#^' variable in class:_Prop__3c_Inheritance_3e_
27 which = 'hidn' variable in class:_Prop_hidden
31 which = 'kind' variable in class:_Prop_kind
35 which = 'pnam' variable in class:_Prop_name
39 which = 'ppth' variable in class:_Prop_path
Power_Suite.py 81 which = 'c@#^' variable in class:_Prop__3c_Inheritance_3e_
86 which = 'faen' variable in class:_Prop_folder_actions_enabled
91 which = 'pALL' variable in class:_Prop_properties
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Standard_Suite.py 47 which = 'stxt' variable in class:_Prop_selected_text
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suppleme.py 23 which = 'prot' variable in class:_Prop_rotation
27 which = 'pscl' variable in class:_Prop_scale
31 which = 'ptrs' variable in class:_Prop_translation
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Login_Items_Suite.py 23 which = 'c@#^' variable in class:_Prop__3c_Inheritance_3e_
27 which = 'hidn' variable in class:_Prop_hidden
31 which = 'kind' variable in class:_Prop_kind
35 which = 'pnam' variable in class:_Prop_name
39 which = 'ppth' variable in class:_Prop_path
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Standard_Suite.py 47 which = 'stxt' variable in class:_Prop_selected_text
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suppleme.py 23 which = 'prot' variable in class:_Prop_rotation
27 which = 'pscl' variable in class:_Prop_scale
31 which = 'ptrs' variable in class:_Prop_translation
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Login_Items_Suite.py 23 which = 'c@#^' variable in class:_Prop__3c_Inheritance_3e_
27 which = 'hidn' variable in class:_Prop_hidden
31 which = 'kind' variable in class:_Prop_kind
35 which = 'pnam' variable in class:_Prop_name
39 which = 'ppth' variable in class:_Prop_path
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 27 * {@link Machine} which keeps track of known values but does not do
136 int which = (pattern & 0x0f) - 1; local
137 addResult(arg(which));
  /external/deqp/scripts/build/
common.py 101 def which (binName, paths = None): function
  /external/libcxx/utils/libcxx/
util.py 101 def which(command, paths = None): function
102 """which(command, [paths]) - Look up the given command in the paths string
160 # Ignore EEXIST, which may occur during a race condition.
251 using the psutil module which provides a simple platform
  /external/libpcap/tests/
findalldevstest.c 154 static short which; local
158 which = (which + 1 == IPTOSBUFFERS ? 0 : which + 1);
159 sprintf(output[which], "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
160 return output[which];
  /external/llvm/utils/lit/lit/
util.py 62 # Ignore EEXIST, which may occur during a race condition.
74 def which(command, paths = None): function
75 """which(command, [paths]) - Look up the given command in the paths string
261 using the psutil module which provides a simple platform
  /external/ltp/testcases/kernel/syscalls/setpriority/
setpriority02.c 22 * 1) setpriority(2) fails with -1 and sets errno to EINVAL if 'which'
25 * process was located for 'which' and 'who' arguments.
29 * unprivileged user attempted to change a process which ID is
49 int which; member in struct:tcase
74 TEST(setpriority(tc->which, tc->who, tc->prio));
79 "returned %ld", tc->which, tc->who, tc->prio, desc,
87 tc->which, tc->who, tc->prio, desc,
94 tc->which, tc->who, tc->prio, desc);

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>