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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 43 NTSTATUS Status = STATUS_SUCCESS;
52 if (!MaxLength) Status = STATUS_INVALID_PARAMETER;
56 if (NT_SUCCESS(Status))
66 return Status;
77 NTSTATUS Status = STATUS_SUCCESS;
79 if (!(Length) || (Length > MaxLength)) Status = STATUS_INVALID_PARAMETER;
83 if (NT_SUCCESS(Status))
85 Status = RtlStringLengthWorkerA(Destination,
95 return Status;
122 NTSTATUS Status = STATUS_SUCCESS
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
SdkManagerAction.java 22 import org.eclipse.core.runtime.Status;
54 new Status(Status.ERROR,
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceResponse.java 45 * Status code of service discovery response.
47 * @see Status
70 * The status code of service discovery response.
71 * Currently 4 status codes are defined and the status codes from 4 to 255
76 public static class Status {
90 public static String toString(int status) {
91 switch(status) {
106 private Status() {}
113 * @param status status code
229 int status = dis.readUnsignedByte(); local
    [all...]
  /bionic/libc/kernel/uapi/mtd/
nftl-user.h 25 __u8 Status;
  /external/chromium_org/chrome/browser/chromeos/timezone/
timezone_request.h 27 enum Status {
46 Status status; member in struct:chromeos::TimeZoneResponseData
  /external/chromium_org/chrome/browser/component_updater/
crx_update_item.h 24 // which is supplied by the the component updater client and |status| which
59 enum Status {
73 // Call CrxUpdateService::ChangeItemState to change |status|. The function may
75 Status status; member in struct:component_updater::CrxUpdateItem
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.h 57 enum Status {
70 typedef base::Callback<void(Status)> ErrorCallback;
89 // |error_callback| is called with an error status in case of failure. If
100 // error status in case of failure, e.g. if the device is not found or the
121 Status GetService(const std::string& instance_id,
129 Status GetIncludedServices(const std::string& instance_id,
142 Status GetCharacteristics(const Extension* extension,
149 Status GetCharacteristic(
163 Status GetDescriptors(const Extension* extension,
170 Status GetDescriptor
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.h 69 typedef syncer::SyncStatus Status;
119 virtual Status GetDetailedStatus() OVERRIDE;
205 // Forwards a directory status counter update to the frontend loop. Will not
295 syncer::ConnectionStatus status);
  /external/chromium_org/chrome/test/chromedriver/chrome/
status.h 10 // WebDriver standard status codes.
31 // Chrome-specific status codes.
39 // Represents a WebDriver status, which may be an error or ok.
40 class Status {
42 explicit Status(StatusCode code);
43 Status(StatusCode code, const std::string& details);
44 Status(StatusCode code, const Status& cause);
45 Status(StatusCode code, const std::string& details, const Status& cause)
    [all...]
  /external/chromium_org/chromeos/dbus/
update_engine_client.h 41 // The status of the ongoing update attempt.
42 struct Status {
43 Status() : status(UPDATE_STATUS_IDLE),
49 UpdateStatusOperation status; member in struct:chromeos::UpdateEngineClient::Status
66 // Called when the status is updated.
67 virtual void UpdateStatusChanged(const Status& status) {}
104 // Returns the last status the object received from the update engine.
108 virtual Status GetLastStatus() = 0
    [all...]
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle_unittest.cc 76 enum Status {
86 Status status() const { return status_; } function in class:navigation_interception::MockResourceController
104 Status status_;
150 "Status: 302 Found\0\0");
165 return throttle_controller_.status() ==
170 return throttle_controller_.status() ==
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance.h 41 enum Status {
71 // STOPPED status. |callback| is invoked when the worker's process is created
81 // not in STARTING or RUNNING status.
87 // It is invalid to call this while the worker is not in RUNNING status.
97 Status status() const { return status_; } function in class:content::EmbeddedWorkerInstance
128 ServiceWorkerStatusCode status,
133 ServiceWorkerStatusCode status);
152 // This will change the internal status from STARTING to RUNNING.
157 // This will change the internal status from STARTING or RUNNING t
    [all...]
service_worker_database.h 25 class Status;
43 enum Status {
81 Status GetNextAvailableIds(
89 Status GetOriginsWithRegistrations(std::set<GURL>* origins);
93 Status GetRegistrationsForOrigin(
99 Status GetAllRegistrations(std::vector<RegistrationData>* registrations);
109 Status ReadRegistration(
121 Status WriteRegistration(
128 Status UpdateVersionToActive(
134 Status UpdateLastCheckTime
    [all...]
  /external/chromium_org/courgette/
courgette.h 14 // Status codes for Courgette APIs.
17 // status codes.
19 enum Status {
75 Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch,
83 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
90 Status GenerateEnsemblePatch(SourceStream* old, SourceStream* target,
101 Status DetectExecutableType(const void* buffer, size_t length,
107 // Returns C_OK if successful, otherwise returns an error status and sets
109 Status ParseDetectedExecutable(const void* buffer, size_t length,
114 Status TrimLabels(AssemblyProgram* program)
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
registration_request.h 40 enum Status {
48 HTTP_NOT_OK, // HTTP status was not OK.
51 // NOTE: always keep this entry at the end. Add new status types only
58 typedef base::Callback<void(Status status,
105 // status.
106 Status ParseResponse(const net::URLFetcher* source, std::string* token);
unregistration_request.h 35 enum Status {
49 // NOTE: Always keep this entry at the end. Add new status types only
56 typedef base::Callback<void(Status success)> UnregistrationCallback;
  /external/chromium_org/media/filters/
source_buffer_stream.h 37 // Status returned by GetNextBuffer().
42 enum Status {
109 Status GetNextBuffer(scoped_refptr<StreamParserBuffer>* out_buffer);
307 Status HandleNextBufferWithSplice(
312 Status HandleNextBufferWithPreroll(
318 Status GetNextBufferInternal(scoped_refptr<StreamParserBuffer>* out_buffer);
400 // Indicates that a kConfigChanged status has been reported by GetNextBuffer()
  /external/chromium_org/net/filter/
gzip_header.h 24 enum Status {
43 Status ReadMore(const char* inbuf,
  /external/chromium_org/v8/src/
lithium-codegen.h 54 enum Status {
65 Status status_;
  /external/kernel-headers/original/uapi/mtd/
nftl-user.h 29 __u8 Status;
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.c 102 NFCSTATUS status = NFCSTATUS_SUCCESS; local
111 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_INVALID_PARAMETER);
194 status = phFriNfc_MifareStdMap_H_Reset(NdefMap);
210 status = phFriNfc_MifareUL_H_Reset(NdefMap);
225 return (status);
242 NFCSTATUS status = NFCSTATUS_SUCCESS; local
247 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_INVALID_PARAMETER);
258 return status;
285 NFCSTATUS status = NFCSTATUS_PENDING; local
298 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_INVALID_PARAMETER)
469 NFCSTATUS status = NFCSTATUS_PENDING; local
716 NFCSTATUS status = NFCSTATUS_PENDING; local
1171 NFCSTATUS status = NFCSTATUS_PENDING; local
    [all...]
phFriNfc_NdefRecord.c 93 NFCSTATUS Status = NFCSTATUS_SUCCESS;
107 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_RECORD,
109 return Status;
119 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_RECORD,
121 return Status;
139 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_RECORD,
144 return Status;
152 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_RECORD,
156 return Status;
163 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_RECORD,
    [all...]
phLibNfc.c 71 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status);
74 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status);
82 NFCSTATUS status
111 NFCSTATUS Status = NFCSTATUS_SUCCESS;
113 Status = phDal4Nfc_Reset(1);
114 Status = phDal4Nfc_Reset(0);
115 Status = phDal4Nfc_Reset(1);
117 return Status;
127 int status; local
128 status = dlopen_firmware()
691 NFCSTATUS status = NFCSTATUS_INVALID_STATE; local
    [all...]
phLibNfc_initiator.c 69 NFCSTATUS status
76 NFCSTATUS status
84 NFCSTATUS status);
91 NFCSTATUS status
97 NFCSTATUS status
102 NFCSTATUS status
118 NFCSTATUS status
122 Status = NFCSTATUS_SUCCESS;
132 &&(PHNFCSTATUS(status)!=NFCSTATUS_DESELECTED))
134 Status = NFCSTATUS_FAILED
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java 32 private static final Map<String, Map<Account, Status>> syncableAccounts =
33 new HashMap<String, Map<Account, Status>>();
55 public static class Status {
176 Status status = getStatus(account, authority, true);
177 status.syncRequests++;
178 status.syncExtras = extras;
212 Status status = getStatus(account, authority);
213 if (status != null) status.syncs.clear()
    [all...]

Completed in 982 milliseconds

1 2 34 5 6 7 8 91011>>