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

1234

/external/chromium_org/net/base/
H A Dnet_errors.h23 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/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/chrome/browser/profile_resetter/
H A Djtl_interpreter.h19 OK, enumerator in enum:JtlInterpreter::Result
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Derrorcodes.js16 'OK': 0,
H A Dgnubbycodetypes.js16 'OK': 0,
/external/chromium_org/courgette/third_party/
H A Dbsdiff.h46 OK = 0, enumerator in enum:courgette::BSDiffStatus
/external/chromium_org/remoting/protocol/
H A Derrors.h16 OK = 0, enumerator in enum:remoting::protocol::ErrorCode
/external/llvm/tools/opt/
H A DNewPMDriver.cpp36 OutputKind OK, VerifierKind VK) {
74 switch (OK) {
92 if (OK != OK_NoOutput)
34 runPassPipeline(StringRef Arg0, LLVMContext &Context, Module &M, tool_output_file *Out, StringRef PassPipeline, OutputKind OK, VerifierKind VK) argument
/external/chromium_org/printing/
H A Dprinting_context.h43 OK, enumerator in enum:printing::PrintingContext::Result
/external/chromium_org/remoting/signaling/
H A Dsignal_strategy.h34 OK, enumerator in enum:remoting::SignalStrategy::Error
/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/test/chromedriver/js/
H A Dexecute_async_script.js10 OK: 0,
66 report(StatusCode.OK, value);
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager.h41 OK, // Configuration finished some or all types. enumerator in enum:sync_driver::DataTypeManager::ConfigureStatus
47 // Note: |errors| is only filled when status is not OK.
H A Ddata_type_controller.h55 OK, // The data type has started normally. enumerator in enum:sync_driver::DataTypeController::ConfigureResult
56 OK_FIRST_RUN, // Same as OK, but sent on first successful
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoResult.java11 public static final int OK = 0; field in class:MojoResult
41 case OK:
42 return "OK";
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.h30 OK, // ready to work enumerator in enum:__anon13305
/external/webp/src/utils/
H A Dthread.h30 OK, // ready to work enumerator in enum:__anon33402
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.h28 OK, enumerator in enum:chromeos::TimeZoneResponseData::Status
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store.h20 OK, enumerator in enum:ValueStore::ErrorCode
/external/chromium_org/media/filters/
H A Dfake_demuxer_stream_unittest.cc42 OK, enumerator in enum:media::FakeDemuxerStreamTest::ReadResult
53 ReadAndExpect(OK);
60 ReadAndExpect(OK);
66 case OK:
140 ReadAndExpect(OK);
201 SatisfyReadAndExpect(OK);
221 ReadAndExpect(OK);
228 ReadAndExpect(OK);
236 ReadAndExpect(OK);
260 ReadAndExpect(OK);
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_headers_block_parser.h68 OK, enumerator in enum:net::SpdyHeadersBlockParser::ParserError
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileError.h48 OK = 0, enumerator in enum:blink::FileError::ErrorCode
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dstatus.h32 static Status OK() { return Status(); } function in class:leveldb::Status
64 // Returns the string "OK" for success.
68 // OK status has a NULL state_. Otherwise, state_ is a new[] array

Completed in 571 milliseconds

1234