Searched refs:which (Results 226 - 250 of 768) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c284 static const char which[] = "which"; local
302 _put(hash, which, 1, 0);
308 _remove(hash, which, 2);
/external/icu/icu4c/source/test/intltest/
H A Dfldset.cpp196 int32_t which = udbg_enumByString(fEnum, name); local
197 if(which == UDBG_INVALID_ENUM) {
200 return which;
/external/libvorbis/doc/
H A D02-bitpacking.tex10 bitstream in which bits are coded one-by-one by the encoder and then
41 A byte has a well-defined 'least significant' bit (LSb), which is the
54 'most significant byte first' in which the highest-valued byte comes
56 which the lowest value byte comes first) and less commonly 3-1-2-0 and
73 is written at the bit position at which the previous field ends.
211 byte-aligned packets which are embedded into a larger byte-aligned
/external/llvm/utils/
H A DGenLibDeps.pl41 chomp($DotPath = `which dot`);
50 chomp($nmPath=`which nm`);
62 chomp($ranlibPath=`which ranlib`);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc253 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, argument
269 "request_or_response", (which == REQUEST) ? "Request" : "Response");
278 (which == REQUEST) ? method->input_type() : method->output_type());
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb314 A class which implements a handy test script which is executed whenever an ANTLR
362 A class which implements a handy test script which is executed whenever an ANTLR
481 A class which implements a handy test script which is executed whenever an ANTLR
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java319 * @param which The function ID, which may correspond to one of the FUNC_XXX
328 Function getFunction(int which) argument
332 if (which < NUM_BUILT_IN_FUNCS)
333 return (Function) m_functions[which].newInstance();
336 which-NUM_BUILT_IN_FUNCS].newInstance();
347 * @return a function ID, which may correspond to one of the FUNC_XXX values
/external/chromium_org/chrome/tools/build/linux/
H A Dchrome-wrapper24 # of which can itself be a colon-separated list of directories to search.
81 if ! which xdg-settings &> /dev/null; then
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl.h40 /* Macro to tell which ciphers in table are SSL2 vs SSL3/TLS. */
41 #define SSL_IS_SSL2_CIPHER(which) (((which) & 0xfff0) == 0xff00)
204 * |protos| and |protosLen| define a buffer which contains the server's
229 * installs a default callback function which selects the first supported
278 SSL_IMPORT SECStatus SSL_EnableCipher(long which, PRBool enabled);
279 SSL_IMPORT SECStatus SSL_SetPolicy(long which, int policy);
291 * which must be an array of cipher suite ids of length |len|. All the given
323 ** enabled by default. Future versions of libssl may change which versions of
328 ** take an fd. Functions which tak
[all...]
/external/chromium_org/remoting/webapp/
H A Dhost_setup_dialog.js124 if (event.which == 13) {
131 if (event.which == 13) {
134 if ((event.which >= 48) && (event.which <= 57)) {
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DKeyboardEvent.h100 virtual int which() const OVERRIDE;
/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.h57 UnicodeSetStringSpan(const UnicodeSet &set, const UVector &setStrings, uint32_t which);
59 // Copy constructor. Assumes which==ALL for a frozen set.
H A Ducnv_ext.cpp58 * section words which have byte values in the same bit position.
947 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { argument
948 if(which==UCNV_ROUNDTRIP_SET) {
949 // Add only code points for which the roundtrip flag is set.
975 UConverterUnicodeSet which,
994 if(extSetUseMapping(which, minLength, value)) {
1013 sharedData, cx, sa, which, minLength,
1017 } else if(extSetUseMapping(which, minLength, value)) {
1026 UConverterUnicodeSet which,
1087 sharedData, cx, sa, which, minLengt
972 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UConverterUnicodeSet which, int32_t minLength, UChar32 firstCP, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
1024 ucnv_extGetUnicodeSet(const UConverterSharedData *sharedData, const USetAdder *sa, UConverterUnicodeSet which, UConverterSetFilter filter, UErrorCode *pErrorCode) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-class.cpp126 expected-warning{{expression which evaluates to zero treated as a null pointer constant of type 'int *'}}
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk1 # These are the functions which clang needs when it is targeting a previous
2 # version of the OS. The issue is that the backend may use functions which were
4 # with a version of the library which contains private_extern definitions of all
5 # the extra functions which might be referenced.
59 # Configuration solely for providing access to an eprintf symbol, which may
85 # Configuration for use with kernel/kexts for iOS 5.0 and earlier (which used
90 # Configurations which define the profiling support functions.
96 # Configurations which define the ASAN support functions.
/external/glide/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/external/glide/library/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/external/icu/icu4c/source/common/
H A Dunisetspan.h57 UnicodeSetStringSpan(const UnicodeSet &set, const UVector &setStrings, uint32_t which);
59 // Copy constructor. Assumes which==ALL for a frozen set.
H A Ducnv_ext.cpp58 * section words which have byte values in the same bit position.
947 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { argument
948 if(which==UCNV_ROUNDTRIP_SET) {
949 // Add only code points for which the roundtrip flag is set.
975 UConverterUnicodeSet which,
994 if(extSetUseMapping(which, minLength, value)) {
1013 sharedData, cx, sa, which, minLength,
1017 } else if(extSetUseMapping(which, minLength, value)) {
1026 UConverterUnicodeSet which,
1087 sharedData, cx, sa, which, minLengt
972 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UConverterUnicodeSet which, int32_t minLength, UChar32 firstCP, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
1024 ucnv_extGetUnicodeSet(const UConverterSharedData *sharedData, const USetAdder *sa, UConverterUnicodeSet which, UConverterSetFilter filter, UErrorCode *pErrorCode) argument
[all...]
/external/libcxx/test/
H A Dtestit31 if which xcrun >/dev/null
/external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
H A DTestDataFormatterSkipSummary.py138 gcc_version_output = system([lldbutil.which(self.getCompiler()), "-v"])[1]
/external/lldb/test/terminal/
H A DTestSTTYBeforeAndAfter.py26 if not which('expect'):
/external/proguard/build/
H A Dbuild.sh14 PROGUARD_HOME=$(which "$0")
/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_joystick.c89 * the N'th joystick on the system. This index is the value which will
450 event.jaxis.which = joystick->index;
480 event.jhat.which = joystick->index;
512 event.jball.which = joystick->index;
556 event.jbutton.which = joystick->index;
/external/smali/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

Completed in 649 milliseconds

1234567891011>>