/external/valgrind/main/none/tests/x86/ |
insn_cmov.stdout.exp | 1 cmova_1 ... ok 2 cmova_2 ... ok 3 cmova_3 ... ok 4 cmova_4 ... ok 5 cmova_5 ... ok 6 cmova_6 ... ok 7 cmova_7 ... ok 8 cmova_8 ... ok 9 cmovae_1 ... ok 10 cmovae_2 ... ok [all...] |
insn_sse2.stdout.exp | 1 addpd_1 ... ok 2 addpd_2 ... ok 3 addsd_1 ... ok 4 addsd_2 ... ok 5 andpd_1 ... ok 6 andpd_2 ... ok 7 andnpd_1 ... ok 8 andnpd_2 ... ok 9 cmpeqpd_1 ... ok 10 cmpeqpd_2 ... ok [all...] |
/external/valgrind/main/memcheck/tests/amd64/ |
insn_sse2.stdout.exp | 1 addpd_1 ... ok 2 addpd_2 ... ok 3 addsd_1 ... ok 4 addsd_2 ... ok 5 andpd_1 ... ok 6 andpd_2 ... ok 7 andnpd_1 ... ok 8 andnpd_2 ... ok 9 cmpeqpd_1 ... ok 10 cmpeqpd_2 ... ok [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
insn_sse2.stdout.exp | 1 addpd_1 ... ok 2 addpd_2 ... ok 3 addsd_1 ... ok 4 addsd_2 ... ok 5 andpd_1 ... ok 6 andpd_2 ... ok 7 andnpd_1 ... ok 8 andnpd_2 ... ok 9 cmpeqpd_1 ... ok 10 cmpeqpd_2 ... ok [all...] |
/external/valgrind/main/none/tests/amd64/ |
insn_sse2.stdout.exp | 1 addpd_1 ... ok 2 addpd_2 ... ok 3 addsd_1 ... ok 4 addsd_2 ... ok 5 andpd_1 ... ok 6 andpd_2 ... ok 7 andnpd_1 ... ok 8 andnpd_2 ... ok 9 cmpeqpd_1 ... ok 10 cmpeqpd_2 ... ok [all...] |
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseFirstEOL.pl | 31 ok(!defined(firstEOLInString("")), $title); 35 ok(!defined(firstEOLInString("This line doesn't have a line ending character.")), $title); 39 ok(firstEOLInString("This line ends with a Windows line ending.\r\n") eq "\r\n", $title); 43 ok(firstEOLInString("This line ends with a Unix line ending.\n") eq "\n", $title); 47 ok(firstEOLInString("This line ends with a Mac line ending.\r") eq "\r", $title); 51 ok(firstEOLInString("This line ends with a Mac line ending.\rThis line doesn't have a line ending.") eq "\r", $title); 55 ok(firstEOLInString("This line contains a mix of line endings.\r\n\r\n\r\r\n\n\n\n") eq "\r\n", $title);
|
removeEOL.pl | 40 ok(removeEOL(undef) eq "", $title); 44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows line ending.", $title); 48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line ending.", $title); 52 ok(removeEOL("This line ends with a Mac line ending.\r") eq "This line ends with a Mac line ending.", $title); 56 ok(removeEOL("This line contains a mix of line endings.\r\n\r\n\r\r\n\n\n\n") eq "This line contains a mix of line endings.", $title);
|
generatePatchCommand.pl | 42 ok($patchCommand eq "patch -p0", $title); 43 ok($isForcing == 0, $title); 52 ok($patchCommand eq "patch -p0", $title); 53 ok($isForcing == 0, $title); 61 ok($patchCommand eq "patch -p0 --force", $title); 62 ok($isForcing == 1, $title); 70 ok($patchCommand eq "patch -p0 --force", $title); 71 ok($isForcing == 1, $title); 79 ok($patchCommand eq "patch -p0 --reverse", $title); 87 ok($patchCommand eq "patch -p0 --force --fuzz=3", $title) [all...] |
/frameworks/base/media/libmedia/ |
Metadata.cpp | 83 bool ok = true; local 86 ok = ok && mData->writeInt32(-1) == OK; 87 ok = ok && mData->writeInt32(kMetaMarker) == OK; 88 return ok; 98 bool ok = true; local 101 ok = ok && mData->writeInt32(4 * sizeof(int32_t)) == OK 118 bool ok = true; local [all...] |
/external/chromium/base/ |
base64_unittest.cc | 20 bool ok; local 22 ok = base::Base64Encode(kText, &encoded); 23 EXPECT_TRUE(ok); 26 ok = base::Base64Decode(encoded, &decoded); 27 EXPECT_TRUE(ok);
|
/external/openssl/crypto/ui/ |
ui_util.c | 71 int ok = 0; local 80 ok = UI_add_input_string(ui,prompt,0,buf,0,size-1); 81 if (ok >= 0 && verify) 82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1, 84 if (ok >= 0) 85 ok=UI_process(ui); 88 if (ok > 0) 89 ok = 0; 90 return(ok);
|
/external/v8/src/ |
preparser.h | 154 bool ok = true; local 155 ParseSourceElements(i::Token::EOS, &ok); 157 if (!ok) { 172 // All ParseXXX functions take as the last argument an *ok parameter 176 SourceElements ParseSourceElements(int end_token, bool* ok); 177 Statement ParseStatement(bool* ok); 178 Statement ParseFunctionDeclaration(bool* ok); 179 Statement ParseNativeDeclaration(bool* ok); 180 Statement ParseBlock(bool* ok); 181 Statement ParseVariableStatement(bool* ok); [all...] |
/external/v8/test/cctest/ |
test-lock.cc | 44 bool ok; local 48 ok = sem->Wait(0); 49 CHECK(!ok); 50 ok = sem->Wait(100); 51 CHECK(!ok); 52 ok = sem->Wait(1000); 53 CHECK(!ok); 57 ok = sem->Wait(0); 59 ok = sem->Wait(100); 61 ok = sem->Wait(1000) [all...] |
/external/openssl/crypto/des/ |
read2pwd.c | 119 int ok; local 122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0) 126 return(ok); 132 int ok; local 135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0) 139 return(ok);
|
/system/media/wilhelm/src/ |
locks.c | 36 int ok; local 37 ok = pthread_mutex_trylock(&thiz->mMutex); 38 if (0 != ok) { 46 ok = pthread_mutex_lock_timeout_np(&thiz->mMutex, backoffs[i]); 47 if (0 == ok) { 50 if (EBUSY == ok) { 52 } else if (EDEADLK == ok) { 57 SL_LOGE("%s:%d: pthread_mutex_lock_timeout_np returned %d", file, line, ok); 79 ok = pthread_mutex_lock(&thiz->mMutex); 80 assert(0 == ok); 112 int ok; local 130 int ok; local 137 int ok; local 162 int ok; local 285 int ok; local 296 int ok; local 307 int ok; local 319 int ok; local [all...] |
ThreadPool.c | 169 int ok; local 175 ok = pthread_mutex_lock(&tp->mMutex); 176 assert(0 == ok); 178 ok = pthread_cond_broadcast(&tp->mCondNotEmpty); 179 assert(0 == ok); 180 ok = pthread_cond_broadcast(&tp->mCondNotFull); 181 assert(0 == ok); 182 ok = pthread_mutex_unlock(&tp->mMutex); 183 assert(0 == ok); 186 ok = pthread_join(tp->mThreadArray[i], (void **) NULL) 279 int ok; local 330 int ok; local [all...] |
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8AudioNodeCustom.cpp | 50 bool ok = false; local 52 output = toInt32(args[1], ok); 53 if (!ok) 58 input = toInt32(args[2], ok); 59 if (!ok) 74 bool ok = false; local 76 output = toInt32(args[0], ok); 77 if (!ok)
|
/external/chromium/crypto/ |
encryptor_win.cc | 20 BOOL ok = CryptGetKeyParam(key, KP_BLOCKLEN, local 23 if (!ok) 47 BOOL ok = CryptDuplicateKey(key->key(), NULL, 0, capi_key_.receive()); local 48 if (!ok) 54 ok = CryptSetKeyParam(capi_key_.get(), KP_MODE, 56 if (!ok) 66 ok = CryptSetKeyParam(capi_key_.get(), KP_IV, 68 if (!ok) 72 ok = CryptSetKeyParam(capi_key_.get(), KP_PADDING, 74 if (!ok) 88 BOOL ok = CryptEncrypt(capi_key_.get(), NULL, TRUE, 0, &tmp[0], local 105 BOOL ok = CryptDecrypt(capi_key_.get(), NULL, TRUE, 0, &tmp[0], &data_len); local [all...] |
signature_verifier_win.cc | 54 BOOL ok; local 55 ok = CryptDecodeObjectEx(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 63 if (!ok) 66 ok = CryptImportPublicKeyInfo(provider_, 70 if (!ok) 75 ok = CryptDecodeObjectEx(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 83 DCHECK(ok || GetLastError() == ERROR_FILE_NOT_FOUND); 85 if (ok) { 106 ok = CryptCreateHash(provider_, hash_alg_id, 0, 0, hash_object_.receive()); 107 if (!ok) 114 BOOL ok = CryptHashData(hash_object_, data_part, data_part_len, 0); local 119 BOOL ok = CryptVerifySignature(hash_object_, &signature_[0], local [all...] |
/external/webkit/Source/WebCore/platform/network/ |
HTTPParsers.cpp | 118 bool ok; local 119 delay = refresh.stripWhiteSpace().toDouble(&ok); 120 return ok; 122 bool ok; local 123 delay = refresh.left(pos).stripWhiteSpace().toDouble(&ok); 124 if (!ok) 342 bool ok; local 343 long long value = suffixLengthString.toInt64Strict(&ok); 344 if (ok) 354 bool ok; local [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
MutateDrawable.java | 32 Button ok = new Button(this); local 33 ok.setId(R.id.a); 34 ok.setBackgroundDrawable(getResources().getDrawable( 42 layout.addView(ok); 45 ok.getBackground().mutate().setAlpha(127);
|
/external/srec/config/en.us/ |
Android.mk | 9 dictionary/basic.ok \ 10 dictionary/enroll.ok \ 11 dictionary/cmu6plus.ok.zip \ 58 $(G2G_INSTALL_PATH)/enroll.g2g: $(LOCAL_PATH)/grammars/enroll.grxml $(GRXML) $(MAKE_G2G) $(DEFAULT_PAR) $(LOCAL_PATH)/dictionary/enroll.ok 60 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -vocab dictionary/enroll.ok -outdir $(G2G_INSTALL_PATH) 69 $(G2G_INSTALL_PATH)/%.g2g: $(LOCAL_PATH)/grammars/%.grxml $(GRXML) $(MAKE_G2G) $(DEFAULT_PAR) $(LOCAL_PATH)/dictionary/cmu6plus.ok.zip 77 # this rule generates cmu6plus.ok.zip, which is built manually and checked in. 79 # $ g4 edit external/srec/config/en.us/dictionary/cmu6plus.ok.zip 80 # $ make cmu6plus.ok.zip 92 cmu6plus.ok.zip: $(CMU2NUANCE) $(DICT_DIR)/c0.6 $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll (…) [all...] |
/external/protobuf/src/google/protobuf/testing/ |
zcgunzip.cc | 61 bool ok; local 62 ok = in.Next(&inptr, &inlen); 63 if (!ok) {
|
/external/chromium/net/base/ |
test_root_certs_win.cc | 55 BOOL ok = CryptGetOIDFunctionAddress( local 58 DCHECK(ok); 73 ok = CryptInstallOIDFunctionAddress(NULL, 0, 77 DCHECK(ok); 109 BOOL ok = g_capi_injector.Get().original_function(store_provider, encoding, 118 if (!ok || TestRootCerts::GetInstance()->IsEmpty() || 121 return ok; 147 BOOL ok = CertAddCertificateContextToStore( local 150 if (!ok) { 189 BOOL ok = CertCreateCertificateChainEngine(&engine_config, &chain_engine) local [all...] |
/external/chromium/chrome/browser/autofill/ |
credit_card_field.cc | 20 bool ok = Add(field_type_map, number_, AutofillType(CREDIT_CARD_NUMBER)); local 21 DCHECK(ok); 29 ok = ok && Add(field_type_map, cardholder_, AutofillType(CREDIT_CARD_NAME)); 30 DCHECK(ok); 33 ok = ok && Add(field_type_map, type_, AutofillType(CREDIT_CARD_TYPE)); 34 DCHECK(ok); 35 ok = ok && Add(field_type_map, expiration_month_ [all...] |