/external/chromium/base/crypto/ |
D | signature_verifier_win.cc | 36 BOOL ok = CryptReleaseContext(provider_, 0); in ~SignatureVerifier() local 59 BOOL ok; in VerifyInit() local 119 BOOL ok = CryptHashData(hash_object_, data_part, data_part_len, 0); in VerifyUpdate() local 124 BOOL ok = CryptVerifySignature(hash_object_, &signature_[0], in VerifyFinal() local 133 BOOL ok; in Reset() local
|
/external/webkit/WebCore/platform/text/ |
D | String.cpp | 470 int String::toIntStrict(bool* ok, int base) const in toIntStrict() 480 unsigned String::toUIntStrict(bool* ok, int base) const in toUIntStrict() 490 int64_t String::toInt64Strict(bool* ok, int base) const in toInt64Strict() 500 uint64_t String::toUInt64Strict(bool* ok, int base) const in toUInt64Strict() 510 intptr_t String::toIntPtrStrict(bool* ok, int base) const in toIntPtrStrict() 740 static inline IntegralType toIntegralType(const UChar* data, size_t length, bool* ok, int base) in toIntegralType() 838 int charactersToIntStrict(const UChar* data, size_t length, bool* ok, int base) in charactersToIntStrict() 843 unsigned charactersToUIntStrict(const UChar* data, size_t length, bool* ok, int base) in charactersToUIntStrict() 848 int64_t charactersToInt64Strict(const UChar* data, size_t length, bool* ok, int base) in charactersToInt64Strict() 853 uint64_t charactersToUInt64Strict(const UChar* data, size_t length, bool* ok, int base) in charactersToUInt64Strict() [all …]
|
D | StringImpl.cpp | 400 int StringImpl::toIntStrict(bool* ok, int base) in toIntStrict() 405 unsigned StringImpl::toUIntStrict(bool* ok, int base) in toUIntStrict() 410 int64_t StringImpl::toInt64Strict(bool* ok, int base) in toInt64Strict() 415 uint64_t StringImpl::toUInt64Strict(bool* ok, int base) in toUInt64Strict() 420 intptr_t StringImpl::toIntPtrStrict(bool* ok, int base) in toIntPtrStrict() 425 int StringImpl::toInt(bool* ok) in toInt() 430 unsigned StringImpl::toUInt(bool* ok) in toUInt() 435 int64_t StringImpl::toInt64(bool* ok) in toInt64() 440 uint64_t StringImpl::toUInt64(bool* ok) in toUInt64() 445 intptr_t StringImpl::toIntPtr(bool* ok) in toIntPtr() [all …]
|
/external/webkit/WebCore/bindings/v8/custom/ |
D | V8WebGLRenderingContextCustom.cpp | 97 bool ok; in jsArrayToIntArray() local 123 bool ok; in bufferDataCallback() local 161 bool ok; in bufferSubDataCallback() local 234 bool ok; in getObjectParameter() local 271 static WebGLUniformLocation* toWebGLUniformLocation(v8::Handle<v8::Value> value, bool& ok) in toWebGLUniformLocation() 303 bool ok; in getFramebufferAttachmentParameterCallback() local 338 bool ok; in getParameterCallback() local 364 bool ok; in getProgramParameterCallback() local 396 bool ok; in getShaderParameterCallback() local 429 bool ok = false; in getUniformCallback() local [all …]
|
D | V8WebGLArrayCustom.h | 80 bool ok; in constructWebGLArray() local 149 bool ok; in getWebGLArrayElement() 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/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/openssl/crypto/des/ |
D | read2pwd.c | 119 int ok; in DES_read_password() local 132 int ok; in DES_read_2passwords() local
|
/external/webkit/WebCore/bindings/js/ |
D | JSNodeCustom.cpp | 74 bool ok = impl()->insertBefore(toNode(args.at(0)), toNode(args.at(1)), ec, true); in insertBefore() local 84 bool ok = impl()->replaceChild(toNode(args.at(0)), toNode(args.at(1)), ec, true); in replaceChild() local 94 bool ok = impl()->removeChild(toNode(args.at(0)), ec); in removeChild() local 104 bool ok = impl()->appendChild(toNode(args.at(0)), ec, true); in appendChild() local
|
D | JSHTMLAllCollectionCustom.cpp | 74 bool ok; in callHTMLAllCollection() local 85 bool ok; in callHTMLAllCollection() local 123 bool ok; in item() local
|
D | JSHTMLCollectionCustom.cpp | 71 bool ok; in callHTMLCollection() local 82 bool ok; in callHTMLCollection() local 120 bool ok; in item() local
|
/external/v8/src/ |
D | parser.cc | 56 explicit PositionStack(bool* ok) : top_(NULL), ok_(ok) {} in PositionStack() 1087 bool* ok) { in Declare() 1222 bool ok = true; in PreParseProgram() local 1256 bool ok = true; in ParseProgram() local 1313 bool ok = true; in ParseLazy() local 1352 bool ok = true; in ParseJson() local 1661 bool* ok) { in ParseSourceElements() 1705 Statement* Parser::ParseStatement(ZoneStringList* labels, bool* ok) { in ParseStatement() 1826 bool* ok) { in Declare() 1924 Statement* Parser::ParseNativeDeclaration(bool* ok) { in ParseNativeDeclaration() [all …]
|
/external/chromium/net/base/ |
D | file_stream_unittest.cc | 103 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local 133 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local 168 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local 198 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local 233 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local 301 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local 323 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local 355 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local 386 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local 405 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); in TEST_F() local [all …]
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSByteArray.cpp | 62 bool ok; in getOwnPropertySlot() local 73 bool ok; in getOwnPropertyDescriptor() local 93 bool ok; in put() local
|
D | JSValue.cpp | 137 int32_t toInt32SlowCase(double d, bool& ok) in toInt32SlowCase() 157 uint32_t toUInt32SlowCase(double d, bool& ok) in toUInt32SlowCase()
|
D | Identifier.h | 64 uint32_t toUInt32(bool* ok) const { return _ustring.toUInt32(ok); } in toUInt32() 65 …uint32_t toUInt32(bool* ok, bool tolerateEmptyString) const { return _ustring.toUInt32(ok, tolerat… in toUInt32() 66 uint32_t toStrictUInt32(bool* ok) const { return _ustring.toStrictUInt32(ok); } in toStrictUInt32() 67 unsigned toArrayIndex(bool* ok) const { return _ustring.toArrayIndex(ok); } in toArrayIndex()
|
/external/v8/test/cctest/ |
D | test-sockets.cc | 41 bool ok; in Run() local 83 bool ok; in SendAndReceive() local 125 bool ok; in TEST() local
|
/external/chromium/base/ |
D | object_watcher_unittest.cc | 43 bool ok = watcher.StartWatching(event, &delegate); in RunTest_BasicSignal() local 64 bool ok = watcher.StartWatching(event, &delegate); in RunTest_BasicCancel() local 84 bool ok = watcher.StartWatching(event, &delegate); in RunTest_CancelAfterSet() local
|
/external/webkit/WebCore/bridge/ |
D | runtime_array.cpp | 79 bool ok; in getOwnPropertySlot() local 100 bool ok; in getOwnPropertyDescriptor() local 131 bool ok; in put() local
|
/external/chromium/net/http/ |
D | http_auth_handler_basic_unittest.cc | 30 bool ok = basic->InitFromChallenge(challenge.begin(), challenge.end(), in TEST() local 65 bool ok = basic->InitFromChallenge(challenge.begin(), challenge.end(), in TEST() local
|
D | http_auth_handler.cc | 19 bool ok = Init(begin, end); in InitFromChallenge() local
|
/external/openssl/ssl/ |
D | s3_clnt.c | 781 int i,al,ok; in ssl3_get_server_hello() local 1024 int al,i,ok,ret= -1; in ssl3_get_server_certificate() local 1215 int al,i,j,param_len,ok; in ssl3_get_key_exchange() local 1719 int ok,ret=0; in ssl3_get_certificate_request() local 1866 int ok,al,ret=0, ticklen; in ssl3_get_new_session_ticket() local 1955 int ok, al; in ssl3_get_cert_status() local 2024 int ok,ret=0; in ssl3_get_server_done() local 3064 int ok; in ssl3_check_finished() local
|
/external/openssl/crypto/ec/ |
D | ec_asn1.c | 301 int ok=0, nid; in ec_asn1_group2fieldid() local 432 int ok=0, nid; in ec_asn1_group2curve() local 566 int ok=0; in ec_asn1_group2parameters() local 687 int ok = 1, tmp; in ec_asn1_group2pkparameters() local 742 int ok = 0, tmp; in ec_asn1_parameters2group() local 1104 int ok=0; in d2i_ECPrivateKey() local 1212 int ret=0, ok=0; in i2d_ECPrivateKey() local
|
/external/protobuf/src/google/protobuf/testing/ |
D | zcgunzip.cc | 61 bool ok; in main() local
|
D | zcgzip.cc | 61 bool ok; in main() local
|