/development/samples/Obb/src/com/example/android/obbapp/ |
ObbMountActivity.java | 60 // Text indications of current status 61 mStatus = (TextView) findViewById(R.id.status); 68 mStatus.setText(state.status); 139 public CharSequence status; field in class:ObbMountActivity.ObbState 142 ObbState(StorageManager storageManager, CharSequence status, CharSequence path) { 144 this.status = status;
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/ |
datastore.py | 32 status = db.TextProperty() variable in class:Contact 62 return query.get().status
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3filestream.c | 313 ANTLR3_UINT32 status; local 332 status = antlr3read8Bit(input, fileName); 343 if (status != ANTLR3_SUCCESS)
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/ |
NewInstanceTest.java | 86 int status = reply.getNextValueAsInt(); local 95 + typeArrayID + " status=" + status);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
SetValues002Debuggee.java | 35 static String status = passedStatus; field in class:SetValues002Debuggee 60 status = failedStatus; 65 if ( status.equals(failedStatus) ) { 66 logWriter.println("\n##> Debuggee: Check status = FAILED"); 68 logWriter.println("\n--> Debuggee: Check status = PASSED"); 71 logWriter.println("--> Debuggee: Send check status for SetValues002Test...\n"); 72 synchronizer.sendMessage(status);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
SetValues003Debuggee.java | 35 static String status = passedStatus; field in class:SetValues003Debuggee 60 status = failedStatus; 65 if ( status.equals(failedStatus) ) { 66 logWriter.println("\n##> Debuggee: Check status = FAILED"); 68 logWriter.println("\n--> Debuggee: Check status = PASSED"); 71 logWriter.println("--> Debuggee: Send check status for SetValues003Test...\n"); 72 synchronizer.sendMessage(status);
|
SetValuesDebuggee.java | 36 static String status = passedStatus; field in class:SetValuesDebuggee 52 String status = passedStatus; local 58 status = failedStatus; 67 status = failedStatus; 76 status = failedStatus; 85 status = failedStatus; 94 status = failedStatus; 103 status = failedStatus; 108 if ( status.equals(failedStatus) ) { 109 logWriter.println("\n##> Debuggee: Check status = FAILED") [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
ClassesBySignatureTest.java | 71 int status; local 86 status = reply.getNextValueAsInt(); 111 + JDWPConstants.ClassStatus.getName(status) 112 + "(" + status + ")");
|
/external/apache-http/src/org/apache/http/protocol/ |
ResponseContent.java | 97 int status = response.getStatusLine().getStatusCode(); local 98 if (status != HttpStatus.SC_NO_CONTENT 99 && status != HttpStatus.SC_NOT_MODIFIED 100 && status != HttpStatus.SC_RESET_CONTENT) {
|
/external/bluetooth/bluedroid/bta/include/ |
bta_fs_ci.h | 37 tBTA_FS_CO_STATUS status; member in struct:__anon5378 47 tBTA_FS_CO_STATUS status; member in struct:__anon5379 56 tBTA_FS_CO_STATUS status; member in struct:__anon5380 64 tBTA_FS_CO_STATUS status; member in struct:__anon5381 71 tBTA_FS_CO_STATUS status; member in struct:__anon5382 84 tBTA_FS_CO_STATUS status; member in struct:__anon5383 109 ** status - BTA_FS_CO_OK, BTA_FS_CO_NOSPACE, or BTA_FS_CO_FAIL 116 BTA_API extern void bta_fs_ci_write(int fd, tBTA_FS_CO_STATUS status, UINT16 evt); 132 ** status - BTA_FS_CO_OK if full buffer of data, 142 tBTA_FS_CO_STATUS status, UINT16 evt) [all...] |
/external/bluetooth/bluedroid/hci/src/ |
vendor.c | 77 int status = vendor_interface->init(&vendor_callbacks, (unsigned char *)local_bdaddr); local 78 if (status) { 79 ALOGE("%s unable to initialize vendor library: %d", __func__, status); 117 bt_hc_postload_result_t status = (result == BT_VND_OP_RESULT_SUCCESS) local 120 bt_hc_cbacks->preload_cb(NULL, status); 123 // Called back from vendor library to indicate status of previous 133 // Called back from vendor library to indicate status of previous 152 uint8_t status = (result == BT_VND_OP_RESULT_SUCCESS) ? 0 : 1; local 154 ALOGI("sco_audiostate_cb(status: %d)",status); [all...] |
/external/chromium_org/android_webview/native/ |
aw_web_resource_response_impl.cc | 62 int status = local 66 if (status < 100 || status >= 600 || jstring_reason_phrase.is_null()) 68 *status_code = status;
|
/external/chromium_org/base/i18n/ |
icu_encoding_detection.cc | 20 UErrorCode status = U_ZERO_ERROR; local 21 UCharsetDetector* detector = ucsdet_open(&status); 23 &status); 24 const UCharsetMatch* match = ucsdet_detect(detector, &status); 27 const char* detected_encoding = ucsdet_getName(match, &status); 30 if (U_FAILURE(status)) 39 UErrorCode status = U_ZERO_ERROR; local 40 UCharsetDetector* detector = ucsdet_open(&status); 42 &status); 46 &status); [all...] |
icu_string_conversions.cc | 88 UErrorCode status = U_ZERO_ERROR; local 94 NULL, NULL, &status); 99 NULL, NULL, &status); 107 encoded_max_length, uchar_src, uchar_len, &status); 110 if (U_SUCCESS(status)) 118 UConverter* converter, UErrorCode* status) { 122 NULL, NULL, status); 126 NULL, NULL, status); 130 NULL, NULL, status); 155 UErrorCode status = U_ZERO_ERROR local 170 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_app_update_service_browsertest.cc | 80 UpdateEngineClient::Status status; local 81 status.status = UpdateEngineClient::UPDATE_STATUS_UPDATED_NEED_REBOOT; 83 UpdateStatusChanged(status);
|
/external/chromium_org/chrome/browser/chromeos/geolocation/ |
geoposition.h | 17 // Geolocation API client status. 18 // (Server status is reported in "error_code" field.) 19 enum Status { 29 // status is set to STATUS_NONE. 60 Status status; member in struct:chromeos::Geoposition
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
update_screen_browsertest.cc | 61 online_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE; 135 UpdateEngineClient::Status status; local 136 status.status = UpdateEngineClient::UPDATE_STATUS_IDLE; 137 update_screen_->UpdateStatusChanged(status); 138 status.status = UpdateEngineClient::UPDATE_STATUS_CHECKING_FOR_UPDATE; 139 update_screen_->UpdateStatusChanged(status); 140 status.status = UpdateEngineClient::UPDATE_STATUS_IDLE 153 UpdateEngineClient::Status status; local 201 UpdateEngineClient::Status status; local 214 UpdateEngineClient::Status status; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
removable_storage_provider_win.cc | 25 BOOL status = SetupDiGetDeviceInterfaceDetail( local 33 if (status == FALSE && GetLastError() != ERROR_INSUFFICIENT_BUFFER) { 47 status = SetupDiGetDeviceInterfaceDetail( 55 if (status == FALSE) { 79 status = DeviceIoControl( 90 if (status == FALSE) { 105 status = DeviceIoControl( 116 if (status == FALSE) { 133 status = DeviceIoControl( 143 if (status == FALSE) [all...] |
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
message_property_provider.cc | 70 int status = channel_id_service->GetChannelID( local 76 if (status == net::ERR_IO_PENDING) 78 GotChannelID(original_task_runner, output, reply, status); 86 int status) { 88 if (status != net::OK) {
|
/external/chromium_org/chrome/browser/sync/ |
sync_global_error_unittest.cc | 136 browser_sync::SyncBackendHost::Status status; local
|
sync_ui_util.cc | 182 ProfileSyncService::Status status; local 183 service->QueryDetailedSyncStatus(&status); 184 if (ShouldShowActionOnUI(status.sync_protocol_error)) { 186 GetStatusForActionableError(status.sync_protocol_error, 198 // current synced status. Return SYNC_PROMO so that 213 status.sync_protocol_error.error_type == syncer::NOT_MY_BIRTHDAY) { 232 ProfileSyncService::Status status; local 233 service->QueryDetailedSyncStatus(&status); 257 ProfileSyncService::Status status; local [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
drive_backend_util.cc | 19 #include "third_party/leveldatabase/src/include/leveldb/status.h" 175 leveldb::Status status = db->Get(kServiceMetadataKey, &value); local 176 if (status.ok()) { 180 } else if (status.IsNotFound()) {
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_navigation_observer.cc | 130 const net::URLRequestStatus& status = source->GetStatus(); local 133 (status.is_success() && ResponseCodeIndicatesSuccess(response_code)) || 134 ((status.status() == net::URLRequestStatus::CANCELED) &&
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
automation_extension.cc | 9 #include "chrome/test/chromedriver/chrome/status.h" 17 Status AutomationExtension::CaptureScreenshot(std::string* screenshot) { 20 Status status = web_view_->CallAsyncFunction( local 26 if (status.IsError()) 27 return Status(status.code(), "cannot take screenshot", status); 29 return Status(kUnknownError, "screenshot is not a string"); 30 return Status(kOk) 71 Status status = web_view_->CallAsyncFunction(std::string(), local [all...] |
chrome_desktop_impl.cc | 17 #include "chrome/test/chromedriver/chrome/status.h" 95 Status ChromeDesktopImpl::WaitForPageToLoad(const std::string& url, 102 Status status = devtools_http_client_->GetWebViewsInfo(&views_info); local 103 if (status.IsError()) 104 return status; 117 return Status(kUnknownError, "page could not be found: " + url); 124 Status status = web_view_tmp->ConnectIfNecessary(); local 125 if (status.IsError() 139 Status status = WaitForPageToLoad( local [all...] |