HomeSort by relevance Sort by last modified time
    Searched defs:OK (Results 76 - 100 of 535) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 50 public static final int OK = 200;
305 print(os, "HTTP/1.1 " + OK + " OK\r\n");
321 print(os, "HTTP/1.1 " + OK + " OK\r\n");
350 print(os, "HTTP/1.1 " + OK + " OK\r\n");
402 print(os, "HTTP/1.1 " + OK + " OK\r\n");
431 print(os, "HTTP/1.1 " + OK + " OK\r\n")
    [all...]
  /external/clang/test/SemaCXX/
warn-consumed-analysis.cpp 699 static Status OK;
917 if ((doSomething()) == Status::OK)
dllimport.cpp 129 static __thread int OK; // no-error
    [all...]
  /frameworks/base/core/java/android/net/
IpSecManager.java 94 public static final int OK = 0;
216 case Status.OK:
563 case Status.OK:
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilter.java 39 private final static String OK = "Ok Picture";
161 outStr = OK;
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 69 public static final String OK = "OK";
  /system/libvintf/
VintfObject.cpp 62 if (fetchAllInformation(ptr->object.get(), &error) != OK) {
161 return OK;
173 if (vendorStatus != OK && vendorStatus != NAME_NOT_FOUND) {
179 if (odmStatus != OK && odmStatus != NAME_NOT_FOUND) {
183 if (vendorStatus == OK) {
184 if (odmStatus == OK) {
187 return OK;
190 // vendorStatus != OK, "out" is not changed.
191 if (odmStatus == OK) {
193 return OK;
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 110 OK = 200
168 200: 'OK',
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /external/pcre/dist2/src/
pcre2_dfa_match.c     [all...]
  /external/python/cpython2/Lib/
httplib.py 111 OK = 200
169 200: 'OK',
    [all...]
  /external/tpm2/
CpriECC.c 158 int ok = FALSE; local
184 ok = ( (group = EC_GROUP_new_curve_GFp(bnP, bnA, bnB, groupContext)) != NULL
190 if (!ok && group != NULL)
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 711 closeWithStatus(Status.OK, null);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccController.java 68 private static final int OK = EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK;
267 resultCode = OK;
445 resultCode = OK;
577 resultCode = OK;
667 resultCode = OK;
    [all...]
  /hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp 149 bool ok = true; local
152 ok = false;
156 if (!ok) {
210 if (result != Result::OK
613 if (result == Result::OK) {
904 ASSERT_EQ(Result::OK, S()->setOperationMode(OperationMode::NORMAL));
905 ASSERT_EQ(Result::OK, S()->setOperationMode(OperationMode::DATA_INJECTION));
906 ASSERT_EQ(Result::OK, S()->setOperationMode(OperationMode::NORMAL));
927 ASSERT_EQ(Result::OK, S()->setOperationMode(OperationMode::NORMAL));
928 ASSERT_EQ(Result::OK, S()->setOperationMode(OperationMode::DATA_INJECTION))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 110 OK = 200
168 200: 'OK',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 110 OK = 200
168 200: 'OK',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 110 OK = 200
168 200: 'OK',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 110 OK = 200
168 200: 'OK',
    [all...]
  /system/media/camera/src/
camera_metadata.c 30 #define OK 0
241 if (validate_camera_metadata_structure(metadata, &src_size) != OK) {
291 assert(validate_camera_metadata_structure(metadata, NULL) == OK);
361 assert(validate_camera_metadata_structure(metadata, NULL) == OK);
384 return OK;
527 entry.count) != OK) {
569 return OK;
623 assert(validate_camera_metadata_structure(dst, NULL) == OK);
624 return OK;
635 if (res != OK) {
    [all...]
  /external/cblas/testing/
c_cblat2.f 111 LOGICAL OK
114 COMMON /INFOC/INFOT, NOUTC, OK
313 OK = .TRUE.
516 LOGICAL OK
518 COMMON /INFOC/INFOT, NOUTC, OK
679 IF( .NOT.OK )THEN
    [all...]
c_cblat3.f 91 LOGICAL LERR, OK
94 COMMON /INFOC/INFOT, NOUTC, OK, LERR
295 OK = .TRUE.
478 LOGICAL LERR, OK
480 COMMON /INFOC/INFOT, NOUTC, OK, LERR
608 IF( .NOT.OK )THEN
808 LOGICAL LERR, OK
810 COMMON /INFOC/INFOT, NOUTC, OK, LERR
    [all...]
c_dblat2.f 107 LOGICAL OK
110 COMMON /INFOC/INFOT, NOUTC, OK
309 OK = .TRUE.
507 LOGICAL OK
509 COMMON /INFOC/INFOT, NOUTC, OK
670 IF( .NOT.OK )THEN
    [all...]
c_dblat3.f 86 LOGICAL OK
89 COMMON /INFOC/INFOT, NOUTC, OK
290 OK = .TRUE.
465 LOGICAL OK
467 COMMON /INFOC/INFOT, NOUTC, OK
595 IF( .NOT.OK )THEN
789 LOGICAL OK
791 COMMON /INFOC/INFOT, NOUTC, OK
904 IF( .NOT.OK )THEN
    [all...]

Completed in 1543 milliseconds

1 2 34 5 6 7 8 91011>>