/external/chromium_org/v8/src/ |
D | preparser.cc | 105 PreParserExpression PreParserTraits::ParseV8Intrinsic(bool* ok) { in ParseV8Intrinsic() 114 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) { in ParseFunctionLiteral() 134 bool ok = true; in PreParseLazyFunction() local 172 PreParser::Statement PreParser::ParseSourceElement(bool* ok) { in ParseSourceElement() 204 bool* ok) { in ParseSourceElements() 234 PreParser::Statement PreParser::ParseStatement(bool* ok) { in ParseStatement() 338 PreParser::Statement PreParser::ParseFunctionDeclaration(bool* ok) { in ParseFunctionDeclaration() 359 PreParser::Statement PreParser::ParseClassDeclaration(bool* ok) { in ParseClassDeclaration() 371 PreParser::Statement PreParser::ParseBlock(bool* ok) { in ParseBlock() 393 bool* ok) { in ParseVariableStatement() [all …]
|
D | interface.h | 64 bool* ok) { in Add() 73 void MakeValue(bool* ok) { in MakeValue() 79 void MakeConst(bool* ok) { in MakeConst() 85 void MakeModule(bool* ok) { in MakeModule() 91 void Freeze(bool* ok) { in Freeze()
|
D | parser.cc | 739 Expression* ParserTraits::ParseV8Intrinsic(bool* ok) { in ParseV8Intrinsic() 748 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) { in ParseFunctionLiteral() 903 bool ok = true; in DoParseProgram() local 1022 bool ok = true; in ParseLazy() local 1052 Scope** eval_scope, bool* ok) { in ParseSourceElements() 1140 bool* ok) { in ParseModuleElement() 1194 bool* ok) { in ParseModuleDeclaration() 1230 Module* Parser::ParseModule(bool* ok) { in ParseModule() 1257 Module* Parser::ParseModuleLiteral(bool* ok) { in ParseModuleLiteral() 1310 Module* Parser::ParseModulePath(bool* ok) { in ParseModulePath() [all …]
|
/external/valgrind/main/none/tests/s390x/ |
D | spechelper-icm-2.c | 26 int wrong, ok; in icm_mask_0() local 60 int wrong, ok; in icm_value_0() local 95 int wrong, ok; in icm_one_byte_msb_set() local 181 int wrong, ok; in icm_two_bytes_msb_set() local 301 int wrong, ok; in icm_three_bytes_msb_set() local 387 int wrong, ok; in icm_four_bytes_msb_set() local 422 int wrong, ok, v1; in icm_one_byte_msb_not_set() local 507 int wrong, ok; in icm_two_bytes_msb_not_set() local 628 int wrong, ok; in icm_three_bytes_msb_not_set() local 714 int wrong, ok; in icm_four_bytes_msb_not_set() local
|
D | spechelper-icm-1.c | 26 int wrong, ok; in icm_mask_0() local 60 int wrong, ok; in icm_value_0() local 95 int wrong, ok; in icm_one_byte_msb_set() local 181 int wrong, ok; in icm_two_bytes_msb_set() local 301 int wrong, ok; in icm_three_bytes_msb_set() local 387 int wrong, ok; in icm_four_bytes_msb_set() local 422 int wrong, ok, v1; in icm_one_byte_msb_not_set() local 507 int wrong, ok; in icm_two_bytes_msb_not_set() local 628 int wrong, ok; in icm_three_bytes_msb_not_set() local 714 int wrong, ok; in icm_four_bytes_msb_not_set() local
|
D | spechelper-tmll.c | 22 int wrong, ok; in tmll_mask_0() local 56 int wrong, ok; in tmll_value_0() local 90 int wrong, ok; in tmll_all_selected_bits_set_1() local 124 int wrong, ok; in tmll_all_selected_bits_set_2() local 158 int wrong, ok; in tmll_some_selected_bits_set_msb_set() local 192 int wrong, ok; in tmll_some_selected_bits_set_msb_not_set() local
|
D | spechelper-tm.c | 22 int wrong, ok; in tm_mask_0() local 56 int wrong, ok; in tm_value_0() local 90 int wrong, ok; in tm_all_selected_bits_set_1() local 124 int wrong, ok; in tm_all_selected_bits_set_2() local 158 int wrong, ok; in tm_some_selected_bits_set_msb_set() local 192 int wrong, ok; in tm_some_selected_bits_set_msb_not_set() local
|
D | spechelper-algr.c | 25 int wrong, ok; in algr_cc_0() local 58 int wrong, ok; in algr_cc_1() local 92 int wrong, ok; in algr_cc_2() local 128 int wrong, ok; in algr_cc_3() local
|
D | spechelper-alr.c | 25 int wrong, ok; in alr_cc_0() local 58 int wrong, ok; in alr_cc_1() local 92 int wrong, ok; in alr_cc_2() local 128 int wrong, ok; in alr_cc_3() local
|
D | spechelper-ltr.c | 22 int wrong, ok, v1; in ltr_1() local 54 int wrong, ok, v1; in ltr_2() local 85 int wrong, ok, v1; in ltr_3() local
|
D | spechelper-clr.c | 22 int wrong, ok, v1, v2; in clr_1() local 55 int wrong, ok, v1, v2; in clr_2() local 88 int wrong, ok, v1, v2; in clr_3() local
|
D | spechelper-cr.c | 22 int wrong, ok, v1, v2; in cr_1() local 55 int wrong, ok, v1, v2; in cr_2() local 88 int wrong, ok, v1, v2; in cr_3() local
|
D | spechelper-slr.c | 27 int wrong, ok; in slr_equal() local 61 int wrong, ok; in slr_less() local 97 int wrong, ok; in slr_greater() local
|
D | spechelper-slgr.c | 29 int wrong, ok; in slgr_equal() local 63 int wrong, ok; in slgr_less() local 99 int wrong, ok; in slgr_greater() local
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathUtilities.cpp | 107 bool ok = parser->parsePathDataFromSource(NormalizedParsing); in buildPathFromString() local 122 bool ok = parser->parsePathDataFromSource(NormalizedParsing); in buildPathFromByteStream() local 137 bool ok = parser->parsePathDataFromSource(parsingMode); in buildStringFromByteStream() local 157 bool ok = parser->parsePathDataFromSource(parsingMode); in buildSVGPathByteStreamFromString() local 180 bool ok = blender->addAnimatedPath(&fromSource, &bySource, builder, repeatCount); in addToSVGPathByteStream() local 196 bool ok = parser->parsePathDataFromSource(NormalizedParsing); in getSVGPathSegAtLengthFromSVGPathByteStream() local 213 bool ok = parser->parsePathDataFromSource(NormalizedParsing); in getTotalLengthOfSVGPathByteStream() local 230 bool ok = parser->parsePathDataFromSource(NormalizedParsing); in getPointAtLengthOfSVGPathByteStream() local
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | WTFString.cpp | 550 int String::toIntStrict(bool* ok, int base) const in toIntStrict() 560 unsigned String::toUIntStrict(bool* ok, int base) const in toUIntStrict() 570 int64_t String::toInt64Strict(bool* ok, int base) const in toInt64Strict() 580 uint64_t String::toUInt64Strict(bool* ok, int base) const in toUInt64Strict() 590 intptr_t String::toIntPtrStrict(bool* ok, int base) const in toIntPtrStrict() 964 static inline IntegralType toIntegralType(const CharType* data, size_t length, bool* ok, int base) in toIntegralType() 1063 int charactersToIntStrict(const LChar* data, size_t length, bool* ok, int base) in charactersToIntStrict() 1068 int charactersToIntStrict(const UChar* data, size_t length, bool* ok, int base) in charactersToIntStrict() 1073 unsigned charactersToUIntStrict(const LChar* data, size_t length, bool* ok, int base) in charactersToUIntStrict() 1078 unsigned charactersToUIntStrict(const UChar* data, size_t length, bool* ok, int base) in charactersToUIntStrict() [all …]
|
/external/chromium_org/crypto/ |
D | symmetric_key_win.cc | 82 BOOL ok = in ImportRawKey() local 113 BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL, in GenerateAESKey() local 182 BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL, in GenerateHMACKey() local 215 BOOL ok = CryptCreateHash(provider, CALG_HMAC, key, 0, safe_hash.receive()); in CreateHMACHash() local 255 BOOL ok = CryptDuplicateHash(hash, NULL, 0, safe_hash.receive()); in ComputePBKDF2Block() local 322 bool ok = false; in GenerateRandomKey() local 385 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type, in DeriveKeyFromPassword() local 485 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type, in Import() local 506 BOOL ok = CryptExportKey(key_, 0, PLAINTEXTKEYBLOB, 0, NULL, &size); in GetRawKey() local
|
/external/chromium_org/net/cert/ |
D | test_root_certs_win.cc | 57 BOOL ok = CryptGetOIDFunctionAddress( in CryptoAPIInjector() local 110 BOOL ok = g_capi_injector.Get().original_function(store_provider, encoding, in InterceptedOpenStoreW() local 148 BOOL ok = CertAddCertificateContextToStore( in Add() local 198 BOOL ok = CertCreateCertificateChainEngine(&engine_config, &chain_engine); in GetChainEngine() local
|
/external/clang/test/SemaObjC/ |
D | class-protocol-method-match.m | 8 - (char) ok; method 21 - (void) ok; method 29 - (void) ok; method 43 - (void) ok {} method
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 94 bool ok = sub_stream_->Next(&in, &in_size); in Inflate() local 124 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) in Next() local 170 bool ok = Next(&data, &size); in Skip() local 248 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_); in Deflate() local 317 bool ok = zerror_ == Z_OK; in Close() local
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 83 bool ok = sub_stream_->Next(&in, &in_size); in Inflate() local 120 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) in Next() local 154 bool ok = Next(&data, &size); in Skip() local 242 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_); in Deflate() local 311 bool ok = zerror_ == Z_OK; in Close() local
|
/external/valgrind/main/none/tests/amd64/ |
D | tm1.c | 14 register int ok; in transactionally_apply() local 40 long long int ok = transactionally_apply ( testfn, NULL ); in main() local
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
D | BooleanTest.java | 31 private boolean ok; field in BooleanTest 33 public BooleanTest(boolean ok) { in BooleanTest()
|
/external/openssl/crypto/dh/ |
D | dh_check.c | 75 int ok=0; in DH_check() local 124 int ok=0; in DH_check_pub_key() local
|
/external/chromium_org/courgette/ |
D | encoded_program.cc | 47 bool ok = buffer->WriteSizeVarint32(count); in WriteVector() local 64 bool ok = items->reserve(count); in ReadVector() local 79 bool ok = buffer->WriteSizeVarint32(count); in WriteU32Delta() local 98 bool ok = set->reserve(count); in ReadU32Delta() local 124 bool ok = buffer->WriteSizeVarint32(count); in WriteVectorU8() local 139 bool ok = items->resize(count, 0); in ReadVectorU8() local 162 bool ok = true; in DefineLabelCommon() local 202 bool ok = true; in AddCopy() local 723 bool ok = true; in Flush() local 742 bool ok = true; in GeneratePeRelocations() local [all …]
|