HomeSort by relevance Sort by last modified time
    Searched defs:status (Results 26 - 50 of 4870) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/samples/msgfmt/
main.cpp 23 UErrorCode status = U_ZERO_ERROR; local
28 MessageFormat msg(PATTERN, status);
29 check(status, "MessageFormat::ct");
37 msg.format(msgArgs, 2, str, pos, status);
38 check(status, "MessageFormat::format");
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-additional-options.py 23 status=1) variable
gyptest-cl-exception-handling.py 23 status=1) variable
30 test.run_built_executable('test_eh_a', chdir=CHDIR, status=1)
31 test.run_built_executable('test_eh_s', chdir=CHDIR, status=2)
gyptest-cl-warning-as-error.py 28 status=1) variable
gyptest-link-library-directories.py 30 status=1) variable
  /external/clang/test/Sema/
transparent-union-pointer.c 12 int status = 0; local
13 wait(&status);
  /external/icu/icu4c/source/samples/msgfmt/answers/
main_2.cpp 23 UErrorCode status = U_ZERO_ERROR; local
28 MessageFormat msg(PATTERN, status);
29 check(status, "MessageFormat::ct");
37 msg.format(msgArgs, 2, str, pos, status);
38 check(status, "MessageFormat::format");
main_3.cpp 23 UErrorCode status = U_ZERO_ERROR; local
28 MessageFormat msg(PATTERN, status);
29 check(status, "MessageFormat::ct");
37 msg.format(msgArgs, 2, str, pos, status);
38 check(status, "MessageFormat::format");
  /external/icu/icu4c/source/samples/msgfmt/
main.cpp 23 UErrorCode status = U_ZERO_ERROR; local
28 MessageFormat msg(PATTERN, status);
29 check(status, "MessageFormat::ct");
37 msg.format(msgArgs, 2, str, pos, status);
38 check(status, "MessageFormat::format");
  /external/libnfc-nci/src/nfc/nfc/
nfc_vs.c 55 tNFC_STATUS status = NFC_STATUS_FAILED; local
66 status = NFC_STATUS_OK;
79 status = NFC_STATUS_OK;
84 return status;
106 tNFC_STATUS status = NFC_STATUS_OK; local
141 return status;
  /external/pdfium/fpdfsdk/src/
fpdf_progressive.cpp 63 CPDF_ProgressiveRenderer::RenderStatus status = CPDF_ProgressiveRenderer::Failed; local
64 status = pContext->m_pRenderer->GetStatus();
65 return status;
91 CPDF_ProgressiveRenderer::RenderStatus status = CPDF_ProgressiveRenderer::Failed; local
92 status = pContext->m_pRenderer->GetStatus();
93 return status;
  /external/valgrind/main/gdbserver_tests/
fork_chain.c 24 int status; local
25 while((ret = waitpid(pid, &status, 0)) != pid) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dec_pred_intra_dc.cpp 32 PV_STATUS status = PV_SUCCESS; local
41 status = PV_VlcDecIntraDCPredSize(stream, compnum, &DC_size);
43 if (status == PV_SUCCESS)
73 return status;
  /frameworks/base/libs/hwui/tests/
TestContext.cpp 31 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &gDisplay); local
32 LOG_ALWAYS_FATAL_IF(status, "Failed to get display info\n");
  /frameworks/base/libs/hwui/utils/
GLUtils.cpp 30 GLenum status = GL_NO_ERROR; local
31 while ((status = glGetError()) != GL_NO_ERROR) {
32 switch (status) {
46 ALOGE("GL error: 0x%x", status);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
RecapitalizeStatusTests.java 31 final RecapitalizeStatus status = new RecapitalizeStatus(); local
32 status.start(30, 40, "abcdefghij", Locale.ENGLISH, SPACE);
33 status.trim();
34 assertEquals("abcdefghij", status.getRecapitalizedString());
35 assertEquals(30, status.getNewCursorStart());
36 assertEquals(40, status.getNewCursorEnd());
38 status.start(30, 44, " abcdefghij", Locale.ENGLISH, SPACE);
39 status.trim();
40 assertEquals("abcdefghij", status.getRecapitalizedString());
41 assertEquals(34, status.getNewCursorStart())
58 final RecapitalizeStatus status = new RecapitalizeStatus(); local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WpsResult.java 28 public enum Status {
34 public Status status; field in class:WpsResult
39 status = Status.FAILURE;
43 public WpsResult(Status s) {
44 status = s;
50 sbuf.append(" status: ").append(status.toString());
65 status = source.status
    [all...]
  /bionic/libc/private/
bionic_atomic_mips.h 37 int32_t prev, status; local
38 __asm__ __volatile__ ("1: move %[status], %[new_value] \n"
41 " sc %[status], 0(%[ptr]) \n"
42 " beqz %[status], 1b \n"
44 : [prev]"=&r"(prev), [status]"=&r"(status), "+m"(*ptr)
52 int32_t prev, status; local
53 __asm__ __volatile__ ("1: move %[status], %[new_value] \n"
55 " sc %[status], 0(%[ptr]) \n"
56 " beqz %[status], 1b \n
65 int32_t prev, status; local
    [all...]
  /bootable/recovery/
bootloader.h 35 * The status field is written by the bootloader after the
45 * the UI will add a simple indicator of that status.
49 char status[32]; member in struct:bootloader_message
  /external/android-clat/
dns64.c 42 int status; local
49 status = android_getaddrinfofornet(ipv4_name, NULL, &hints, net_id, MARK_UNSET, &result);
50 if (status != 0 || result == NULL) {
51 logmsg(ANDROID_LOG_ERROR, "plat_prefix/dns(%s) status = %d/%s",
52 ipv4_name, status, gai_strerror(status));
  /external/bluetooth/bluedroid/bta/mce/
bta_mce_api.c 62 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; local
78 status = BTA_MCE_SUCCESS;
81 return(status);
  /external/chromium_org/chrome/browser/
chrome_security_exploit_browsertest.cc 68 std::string status; local
70 EXPECT_TRUE(msg_queue.WaitForMessage(&status));
71 EXPECT_STREQ(status.c_str(), expected_status.c_str());
  /external/chromium_org/chrome/browser/chromeos/net/
delay_network_call.cc 37 NetworkPortalDetector::CaptivePortalStatus status = local
38 detector->GetCaptivePortalState(default_network->guid()).status;
39 if (status != NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE) {
41 DVLOG(1) << "DelayNetworkCall: Captive portal status for "
43 << NetworkPortalDetector::CaptivePortalStatusString(status);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
options.js 9 var $status = document.querySelector('#status');
11 $status.innerText = YES;
14 $status.innerText = NO;
17 $status.innerText = contains ? YES : NO;
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_http_client_unittest.cc 10 #include "chrome/test/chromedriver/chrome/status.h"
27 Status status = internal::ParseWebViewsInfo( local
31 ASSERT_TRUE(status.IsOk());
41 Status status = internal::ParseWebViewsInfo( local
47 ASSERT_TRUE(status.IsOk());
61 Status status = internal::ParseWebViewsInfo( local
64 ASSERT_TRUE(status.IsOk())
77 Status status = internal::ParseWebViewsInfo(data, &views_info); local
86 Status status = internal::ParseWebViewsInfo(data, &views_info); local
    [all...]

Completed in 990 milliseconds

12 3 4 5 6 7 8 91011>>