HomeSort by relevance Sort by last modified time
    Searched defs:OK (Results 1 - 25 of 460) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/libs/vogar-expect/src/vogar/
ResultValue.java 23 OK,
  /external/vogar/src/vogar/
ResultValue.java 23 OK,
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.h 35 OK
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
intrcheck.c 27 #define OK
91 #define OK
96 #ifndef OK
169 #endif /* !OK */
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCaseOutputResult.java 37 public static String OK = "OK";
52 return success ? OK : FAIL;
  /external/chromium-libpac/src/
proxy_resolver_v8.h 18 #define OK 0
37 // it is OK to run multiple instances of ProxyResolverV8 on different threads,
  /external/protobuf/src/google/protobuf/stubs/
status.cc 43 case OK:
44 return "OK";
85 const Status Status::OK = Status();
89 Status::Status() : error_code_(error::OK) {
94 if (error_code != error::OK) {
115 if (error_code_ == error::OK) {
116 return "OK";
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUStatus.java 4 OK, ProvComplete, RemediationComplete, UpdateComplete, ExchangeComplete, Unknown, Error
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
keybindingDialog.py 53 self.buttonOK = Button(frameButtons,text='OK',
54 width=8,command=self.OK)
213 def OK(self, event=None):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
keybindingDialog.py 53 self.buttonOK = Button(frameButtons,text='OK',
54 width=8,command=self.OK)
213 def OK(self, event=None):
  /prebuilts/go/darwin-x86/src/html/template/
error.go 44 // OK indicates the lack of an error.
45 OK ErrorCode = iota
  /prebuilts/go/linux-x86/src/html/template/
error.go 44 // OK indicates the lack of an error.
45 OK ErrorCode = iota
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 53 self.buttonOK = Button(frameButtons,text='OK',
54 width=8,command=self.OK)
213 def OK(self, event=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 53 self.buttonOK = Button(frameButtons,text='OK',
54 width=8,command=self.OK)
213 def OK(self, event=None):
  /system/tools/aidl/
aidl.h 45 OK = 0,
  /libcore/ojluni/src/main/java/jdk/net/
SocketFlow.java 41 * the status is returned as OK.
77 OK,
152 * @return this SocketFlow's bandwidth, or {@code -1} if status is not OK.
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseTest.java 38 assertTrue(buildResponse(null, false, new ImapSimpleString("OK")).isOk());
43 final ImapResponse OK = buildResponse("tag", false, new ImapSimpleString("OK"));
69 new ImapSimpleString("OK"),
85 new ImapSimpleString("OK"),
96 new ImapSimpleString("OK"),
106 new ImapSimpleString("OK"),
127 new ImapSimpleString("OK"),
136 new ImapSimpleString("OK"),
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 29 OK = 0,
  /art/runtime/openjdkjvmti/
art_jvmti.h 74 static constexpr jvmtiError OK = JVMTI_ERROR_NONE;
176 if (res != OK) {
182 return OK;
  /external/apache-http/android/src/android/net/http/
EventHandler.java 37 public static final int OK = 0;
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 11 public static final int OK = 0;
41 case OK:
42 return "OK";
  /external/webp/src/utils/
thread_utils.h 30 OK, // ready to work
  /frameworks/base/core/java/com/android/internal/widget/
VerifyCredentialResponse.java 32 public static final VerifyCredentialResponse OK = new VerifyCredentialResponse();
  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.h 45 OK = 0,
  /frameworks/base/tests/net/java/com/android/server/connectivity/
NetdEventListenerServiceTest.java 167 final int OK = 0;
176 connectEventAction(100, OK, 110, EXAMPLE_IPV4),
177 connectEventAction(100, OK, 23, EXAMPLE_IPV4),
178 connectEventAction(100, OK, 45, EXAMPLE_IPV4),
179 connectEventAction(101, OK, 56, EXAMPLE_IPV4),
180 connectEventAction(101, OK, 523, EXAMPLE_IPV6),
181 connectEventAction(101, OK, 214, EXAMPLE_IPV6),
182 connectEventAction(101, OK, 67, EXAMPLE_IPV6),

Completed in 654 milliseconds

1 2 3 4 5 6 7 8 91011>>