Searched defs:OK (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium/net/base/
H A Dnet_errors.h19 OK = 0, enumerator in enum:net::Error
H A Dhost_cache_unittest.cc42 cache.Set(Key("foobar.com"), OK, AddressList(), now);
52 cache.Set(Key("foobar2.com"), OK, AddressList(), now);
71 cache.Set(Key("foobar.com"), OK, AddressList(), now);
104 cache.Set(Key("foobar.com"), OK, AddressList(), now);
183 cache.Set(Key(hostname), OK, AddressList(), now); local
191 cache.Set(Key(hostname), OK, AddressList(), t); local
244 cache.Set(Key("host1"), OK, AddressList(), now);
245 cache.Set(Key("host2"), OK, AddressList(), now);
246 cache.Set(Key("expired"), OK, AddressList(), now - kSuccessEntryTTL);
256 cache.Set(Key("host3"), OK, AddressLis
[all...]
H A Ddnssec_chain_verifier.h24 OK = 0, enumerator in enum:net::DNSSECChainVerifier::Error
47 // Verify verifies the chain. Returns |OK| on success.
51 // after Verify has returned OK.
54 // this after Verify has returned OK.
/external/chromium_org/net/base/
H A Dnet_errors.h22 OK = 0, enumerator in enum:net::Error
45 // Returns a list of all the possible net error codes (not counting OK). This
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.h148 enum PARSE_RESULT {OK, BNF_DEF_WRONG, INCOMPLETE, NO_TOP_NODE}; enumerator in enum:LanguageGenerator::PARSE_RESULT
/external/icu4c/test/intltest/
H A Dwbnf.h148 enum PARSE_RESULT {OK, BNF_DEF_WRONG, INCOMPLETE, NO_TOP_NODE}; enumerator in enum:LanguageGenerator::PARSE_RESULT
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseOutputResult.java37 public static String OK = "OK"; field in class:TestCaseOutputResult
52 return success ? OK : FAIL;
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.h17 #define OK 0 macro
36 // it is OK to run multiple instances of ProxyResolverV8 on different threads,
/external/chromium_org/courgette/third_party/
H A Dbsdiff.h46 OK = 0, enumerator in enum:courgette::BSDiffStatus
/external/chromium_org/crypto/
H A Dopenpgp_symmetric_encryption.h25 OK, enumerator in enum:crypto::OpenPGPSymmetricEncrytion::Result
/external/chromium_org/net/http/
H A Dhttp_pipelined_connection.h24 OK, enumerator in enum:net::HttpPipelinedConnection::Feedback
/external/chromium_org/printing/
H A Dprinting_context.h30 OK, enumerator in enum:printing::PrintingContext::Result
/external/chromium_org/remoting/protocol/
H A Derrors.h15 OK = 0, enumerator in enum:remoting::protocol::ErrorCode
/external/chromium_org/remoting/jingle_glue/
H A Dsignal_strategy.h34 OK, enumerator in enum:remoting::SignalStrategy::Error
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_controller.h42 OK, // The data type has started normally. enumerator in enum:browser_sync::DataTypeController::StartResult
43 OK_FIRST_RUN, // Same as OK, but sent on first successful
H A Ddata_type_manager.h37 OK, // Configuration finished without error. enumerator in enum:browser_sync::DataTypeManager::ConfigureResult
/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page_unittest.cc48 OK, enumerator in enum:chromeos::OfflineLoadPageTest::UserResponse
59 user_response_ = OK;
110 EXPECT_EQ(OK, user_response());
/external/chromium_org/chrome/browser/sync/glue/
H A Ddata_type_manager.h40 OK, // Configuration finished without error. enumerator in enum:browser_sync::DataTypeManager::ConfigureStatus
47 // Note: |errors| is only filled when status is not OK.
H A Ddata_type_controller.h52 OK, // The data type has started normally. enumerator in enum:browser_sync::DataTypeController::StartResult
53 OK_FIRST_RUN, // Same as OK, but sent on first successful
/external/chromium_org/chrome/test/chromedriver/js/
H A Dexecute_async_script.js10 OK: 0,
66 report(StatusCode.OK, value);
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.h48 OK, // ready to work enumerator in enum:__anon11631
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h49 OK, // ready to work enumerator in enum:__anon20679
/external/webp/src/utils/
H A Dthread.h48 OK, // ready to work enumerator in enum:__anon28026
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page_unittest.cc43 OK, enumerator in enum:chromeos::OfflineLoadPageTest::UserResponse
60 user_response_ = OK;
107 EXPECT_EQ(OK, user_response());
/external/chromium/net/proxy/
H A Dinit_proxy_resolver_unittest.cc39 if (set_pac_error == OK)
41 if (fetch_error == OK)
52 Rule rule(GURL(url), OK /*fetch_error*/, OK /*set_pac_error*/); local
63 rules_.push_back(Rule(GURL(url), OK /*fetch_error*/,
103 if (rv == OK)
160 if (rv == OK)
186 EXPECT_EQ(OK, init.Init(config, base::TimeDelta(), NULL, &callback));
287 EXPECT_EQ(OK, init.Init(config, base::TimeDelta(), NULL, &callback));
306 EXPECT_EQ(OK, ini
[all...]

Completed in 623 milliseconds

1234