Searched defs:which (Results 1 - 25 of 220) sorted by relevance

123456789

/external/clang/test/Analysis/
H A Dbitwise-ops.c16 int testConstantShifts_PR18073(int which) { argument
21 switch (which) {
/external/toybox/toys/posix/
H A Drenice.c24 int which = (toys.optflags & FLAG_g) ? PRIO_PGRP : local
45 if (setpriority(which, id, getpriority(which, id)+TT.nArgu) < 0)
/external/tpm2/
H A DUnique.c26 uint32_t which, // authorities (0) or details
33 if(which == 0) // the authorities value
25 _plat__GetUnique( uint32_t which, uint32_t bSize, unsigned char *b ) argument
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
H A Dseekp.pass.cpp32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) argument
35 assert(which == std::ios_base::out);
H A Dseekp2.pass.cpp33 std::ios_base::openmode which)
37 assert(which == std::ios_base::out);
32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
H A Dtellp.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
36 assert(which == std::ios_base::out);
/external/ltp/testcases/kernel/syscalls/getpriority/
H A Dgetpriority01.c33 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);
H A Dgetpriority02.c22 * 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);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetCESU8.java25 void getUnicodeSetImpl( UnicodeSet setFillIn, int which){ argument
H A DCharset88591.java143 void getUnicodeSetImpl( UnicodeSet setFillIn, int which){ argument
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dseekg.pass.cpp44 std::ios_base::openmode which)
46 assert(which == std::ios_base::in);
43 seekpos(typename base::pos_type sp, std::ios_base::openmode which) argument
H A Dseekg_off.pass.cpp51 std::ios_base::openmode which)
53 assert(which == std::ios_base::in);
49 seekoff(typename base::off_type off, std::ios_base::seekdir, std::ios_base::openmode which) argument
H A Dtellg.pass.cpp42 std::ios_base::openmode which)
46 assert(which == std::ios_base::in);
40 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
H A DStandard_Suite.py47 which = 'stxt' variable in class:_Prop_selected_text
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DUtil.py38 # 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/devlib/devlib/instrument/
H A Denergy_probe.py25 from devlib.utils.misc import which namespace
44 self.caiman = which('caiman')
H A Dmonsoon.py9 from devlib.utils.misc import which namespace
44 self.monsoon_bin = monsoon_bin or which('monsoon.py')
H A Dacmecape.py13 from devlib.utils.misc import which namespace
40 iio_capture=which('iio-capture'),
/external/icu/icu4c/source/common/
H A Ducnv_cnv.cpp34 UConverterUnicodeSet which,
37 (void)which;
45 UConverterUnicodeSet which,
48 (void)which;
32 ucnv_getCompleteUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
43 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
/external/ltp/testcases/kernel/syscalls/setpriority/
H A Dsetpriority02.c22 * 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);
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A DQuickDraw_Graphics_Suppleme.py23 which = 'prot' variable in class:_Prop_rotation
27 which = 'pscl' variable in class:_Prop_scale
31 which = 'ptrs' variable in class:_Prop_translation
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
H A DLogin_Items_Suite.py23 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
/external/deqp/scripts/build/
H A Dcommon.py101 def which (binName, paths = None): function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDateTimeStyleSet.java30 private int getOrNone(int which) { argument
31 if(!isSet(which)) {
34 return get(which);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDateTimeStyleSet.java27 private int getOrNone(int which) { argument
28 if(!isSet(which)) {
31 return get(which);

Completed in 499 milliseconds

123456789