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

1234567891011>>

/external/llvm/test/Bindings/Ocaml/
H A Dscalar_opts.ml17 (* Tiny unit test framework - really just to help find which line is busted *)
/external/mockito/
H A DAndroid.mk20 # dependencies. Most projects should use mockito-target instead, which includes
/external/openssl/
H A DCrypto.mk73 # host static library, which is used by some SDK tools.
/external/valgrind/main/drd/tests/
H A Dbar_bad.stderr.exp18 initialise a barrier which has threads waiting on it
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_lib.c124 int BN_get_params(int which) argument
126 if (which == 0) return(bn_limit_bits);
127 else if (which == 1) return(bn_limit_bits_high);
128 else if (which == 2) return(bn_limit_bits_low);
129 else if (which == 3) return(bn_limit_bits_mont);
350 * which fails for top== 0 */
798 The sizes of those arrays is expressed through cl, which is the
799 common length ( basicall, min(len(a),len(b)) ), and dl, which is the
/external/openssl/crypto/bn/
H A Dbn_lib.c124 int BN_get_params(int which) argument
126 if (which == 0) return(bn_limit_bits);
127 else if (which == 1) return(bn_limit_bits_high);
128 else if (which == 2) return(bn_limit_bits_low);
129 else if (which == 3) return(bn_limit_bits_mont);
350 * which fails for top== 0 */
798 The sizes of those arrays is expressed through cl, which is the
799 common length ( basicall, min(len(a),len(b)) ), and dl, which is the
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc838 // Read "CURRENT" file, which contains a pointer to the current manifest file
1180 for (int which = 0; which < 2; which++) {
1181 if (!c->inputs_[which].empty()) {
1182 if (c->level() + which == 0) {
1183 const std::vector<FileMetaData*>& files = c->inputs_[which];
1191 new Version::LevelFileNumIterator(icmp_, &c->inputs_[which]),
1246 // which will include the picked file.
1386 for (int which
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dt1_enc.c319 int tls1_change_cipher_state(SSL *s, int which) argument
352 printf("tls1_change_cipher_state(which= %d) w/\n", which);
368 if (which & SSL3_CC_READ)
464 if ( (which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) ||
465 (which == SSL3_CHANGE_CIPHER_SERVER_READ))
501 printf("which = %04X\nmac key=",which);
538 printf("EVP_CipherInit_ex(dd,c,key=,iv=,which)\n");
548 EVP_CipherInit_ex(dd,c,NULL,key,NULL,(which
[all...]
/external/openssl/ssl/
H A Dt1_enc.c319 int tls1_change_cipher_state(SSL *s, int which) argument
352 printf("tls1_change_cipher_state(which= %d) w/\n", which);
368 if (which & SSL3_CC_READ)
464 if ( (which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) ||
465 (which == SSL3_CHANGE_CIPHER_SERVER_READ))
501 printf("which = %04X\nmac key=",which);
538 printf("EVP_CipherInit_ex(dd,c,key=,iv=,which)\n");
548 EVP_CipherInit_ex(dd,c,NULL,key,NULL,(which
[all...]
/external/openssh/
H A Dauth-options.c424 u_int which, int crit,
460 if ((which & OPTIONS_EXTENSIONS) != 0) {
480 if (!found && (which & OPTIONS_CRITICAL) != 0) {
423 parse_option_list(u_char *optblob, size_t optblob_len, struct passwd *pw, u_int which, int crit, int *cert_no_port_forwarding_flag, int *cert_no_agent_forwarding_flag, int *cert_no_x11_forwarding_flag, int *cert_no_pty_flag, int *cert_no_user_rc, char **cert_forced_command, int *cert_source_address_done) argument
/external/oprofile/events/i386/nehalem/
H A Dunit_masks18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
155 0x01 any Counts the number of misses in the STLB which causes a page walk
156 0x02 walk_completed Counts number of misses in the STLB which resulted in a completed page walk
162 0x01 nta Counts number of SSE NTA prefetch/weakly-ordered instructions which missed the L1 data cache
183 0x01 l1d_l2 Cycle count during which the L1D and L2 are locked
189 0x04 cycles_stalled Cycle counts for which an instruction fetch stalls due to a L1I cache miss, ITLB miss or ITLB fault
196 0x01 any Counts the number of misses in all levels of the ITLB which causes a page walk
197 0x02 walk_completed Counts number of misses in all levels of the ITLB which resulted in a completed page walk
315 0x01 flags Counts the number of cycles during which execution stalled due to several reasons, one of which i
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as50 * This is only used if rule memoization is on (which it is by default).
75 /** The line on which the first character of the token resides */
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb10 Subclasses can override the record() method (which defaults to printing to
/external/bison/build-aux/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
206 Wrapper for compilers which do not understand `-c -o'.
/external/chromium/third_party/libevent/test/
H A Dbench.c67 read_cb(int fd, short which, void *arg) argument
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dscrollbar.js144 if (!event.which) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DDateTimePickerDialog.java104 public void onClick(DialogInterface dialog, int which) { argument
/external/chromium_org/courgette/
H A Drun_stress_test24 name and relative path in the two directories, which makes it easy to
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DKeyboardEvent.cpp209 int KeyboardEvent::which() const function in class:WebCore::KeyboardEvent
211 // Netscape's "which" returns a virtual key code for keydown and keyup, and a character code for keypress.
H A DMouseEvent.h99 virtual int which() const;
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.h81 * which are output value limits in the data structure.
90 * which depends on the pattern of buffer sizes.
103 * Some of the structures may not be present, in which case their indexes
164 * which then allows for direct array access.
275 * which contains words in the same format as fromUTableValues[].
276 * Use a stage 3 granularity of 4, which allows for 256k stage 3 entries,
397 UConverterUnicodeSet which,
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h68 * standards do not define their semantics beyond the ASCII range, which means
152 * name, which must match PropertyValueAliases.txt.
192 Format controls which have specific functions
210 the meaning of another character to which they apply. @stable ICU 2.1 */
1436 * u_getPropertyValueName(). These selectors are used to choose which
1440 * name, which would be indicated by U_LONG_PROPERTY_NAME + i, where
1730 * @param which UProperty selector constant, identifies which binary property to check.
1731 * Must be UCHAR_BINARY_START<=which<UCHAR_BINARY_LIMIT.
1733 * Also FALSE if 'which' i
[all...]
/external/chromium_org/third_party/libevent/test/
H A Dbench.c67 read_cb(int fd, short which, void *arg) argument
/external/chromium_org/third_party/opus/src/
H A Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
239 Wrapper for compilers which do not understand '-c -o'.
/external/chromium_org/tools/clang/scripts/
H A Dupdate.sh75 echo "--with-chrome-tools: Select which chrome tools to build." \
200 if which curl > /dev/null; then
203 elif which wget > /dev/null; then

Completed in 1853 milliseconds

1234567891011>>