Searched refs:which (Results 1 - 25 of 768) sorted by relevance

1234567891011>>

/external/harfbuzz_ng/
H A Dautogen.sh11 which ragel || {
17 which pkg-config || {
23 if which gtkdocize ; then
31 which autoreconf || {
/external/robolectric/
H A Dfind-android.sh7 ANDROID_HOME=`which android | sed 's/\/tools\/android$//'`
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubbies.js73 * @param {GnubbyDeviceId} which The device to remove.
75 Gnubbies.prototype.removeOpenDevice = function(which) {
76 if (this.openDevs_[which.namespace] &&
77 this.openDevs_[which.namespace].hasOwnProperty(which.device)) {
78 delete this.openDevs_[which.namespace][which.device];
237 * @param {GnubbyDeviceId} which Which device to open.
242 Gnubbies.prototype.addClient = function(which, who, cb) {
259 if (self.pendingOpens_[which
[all...]
H A Dgnubbyfactory.js28 * @param {GnubbyDeviceId} which The device to open.
33 GnubbyFactory.prototype.openGnubby = function(which, forEnroll, cb, logMsgUrl) {
41 * @param {string} appIdHash The base64-encoded hash of the app id for which
H A Dusbgnubbyfactory.js24 * @param {GnubbyDeviceId} which The device to open.
31 function(which, forEnroll, cb, logMsgUrl) {
33 gnubby.open(which, function(rc) {
55 * @param {string} appIdHash The base64-encoded hash of the app id for which
/external/checkpolicy/
H A Dpolicy_define.h16 avrule_t *define_cond_compute_type(int which);
18 avrule_t *define_cond_te_avtab(int which);
27 int define_default_user(int which);
28 int define_default_role(int which);
29 int define_default_type(int which);
30 int define_default_range(int which);
32 int define_compute_type(int which);
60 int define_te_avtab(int which);
/external/clang/test/Analysis/
H A Dbitwise-ops.c16 int testConstantShifts_PR18073(int which) { argument
21 switch (which) {
/external/clang/test/
H A DTestRunner.sh6 Dir=$(dirname $(which $0))
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncGenerateId.java47 int which = getArg0AsNode(xctxt);
49 if (DTM.NULL != which)
57 return new XString("N" + Integer.toHexString(which).toUpperCase());
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dasn1parser.py10 #Takes a byte array which has a DER TLV field at its head
23 def getChild(self, which):
24 return ASN1Parser(self.getChildBytes(which))
26 def getChildBytes(self, which):
28 for x in range(which+1):
/external/chromium_org/third_party/webrtc/base/
H A Dopenssl.h17 #error OpenSSL is older than 1.0.0, which is the minimum supported version.
/external/chromium_org/tools/git/
H A Dgit-utils.sh6 TPUT=$(which tput 2>/dev/null)
/external/chromium_org/chrome/installer/linux/common/
H A Dwrapper19 if which zenity &> /dev/null; then
21 elif which gmessage &> /dev/null; then
23 elif which xmessage &> /dev/null; then
36 if ! which xdg-settings &> /dev/null; then
/external/chromium_org/third_party/opus/src/doc/
H A Dbuild_oggdraft.sh41 if test -z `which xml2rfc 2> /dev/null`; then
/external/qemu/distrib/sdl-1.2.15/test/
H A Dautogen.sh7 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
/external/clang/tools/diag-build/
H A Ddiag-build.sh23 # but GNU sed uses -r. Find out which one this system accepts.
38 elif [[ ! -z $(which clang) ]]; then
39 CC=$(which clang)
51 elif [[ ! -z $(which clang++) ]]; then
52 CXX=$(which clang++)
58 diagtool=$(which diagtool)
/external/eigen/bench/
H A Dbench_multi_compilers.sh17 if [ -e `which $compiler` ]; then
/external/qemu/distrib/sdl-1.2.15/
H A Dautogen.sh10 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
/external/chromium_org/third_party/icu/source/common/
H A Duprops.cpp48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
62 return ucase_hasBinaryProperty(c, which);
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
99 (UNormalizationMode)(which
280 u_hasBinaryProperty(UChar32 c, UProperty which) argument
325 biDiGetMaxValue(const IntProperty & , UProperty which) argument
397 getNormQuickCheck(const IntProperty & , UChar32 c, UProperty which) argument
460 u_getIntPropertyValue(UChar32 c, UProperty which) argument
481 u_getIntPropertyMaxValue(UProperty which) argument
494 uprops_getSource(UProperty which) argument
[all...]
/external/icu/icu4c/source/common/
H A Duprops.cpp48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
62 return ucase_hasBinaryProperty(c, which);
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
99 (UNormalizationMode)(which
280 u_hasBinaryProperty(UChar32 c, UProperty which) argument
325 biDiGetMaxValue(const IntProperty & , UProperty which) argument
397 getNormQuickCheck(const IntProperty & , UChar32 c, UProperty which) argument
460 u_getIntPropertyValue(UChar32 c, UProperty which) argument
481 u_getIntPropertyMaxValue(UProperty which) argument
494 uprops_getSource(UProperty which) argument
[all...]
/external/oprofile/include/
H A Dsstream46 stringbuf(int which=ios::in|ios::out)
47 : streambuf(), mode(static_cast<ios::open_mode>(which)),
54 stringbuf(const string &str, int which=ios::in|ios::out)
55 : streambuf(), mode(static_cast<ios::open_mode>(which)),
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
144 bool testin = which & ios::in && mode & ios::in;
145 bool testout = which & ios::out && mode & ios::out;
197 seekpos(pos_type sp, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
239 istringstream(int which
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
/external/deqp/android/scripts/
H A Dcommon.py33 def which (binName): function
43 return which(binName) != None
110 if which("jom.exe") != None:
116 return which("ninja") != None
183 which('android'),
186 which('adb'), # \note Prefer adb in path to avoid version issues on dev machines
193 which('zipalign'),
195 JARSIGNER_BIN = which('jarsigner')
199 which('ant'),
/external/chromium_org/sdch/open-vcdiff/
H A Dautogen.sh32 if test -z `which "$ACLOCAL"`; then
37 if test -z `which "$AUTOMAKE"`; then
43 if test -z `which "$LIBTOOLIZE"`; then
48 # changed, which is annoying when the file is not open for edit (in

Completed in 553 milliseconds

1234567891011>>