HomeSort by relevance Sort by last modified time
    Searched refs:Status (Results 351 - 375 of 1105) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/sync/notifier/
invalidation_util.h 33 std::string StatusToString(const invalidation::Status& status);
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.h 47 void UpdateStatus(const chromeos::UpdateLibrary::Status& status);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.h 78 // Indicates ownership status of the device.
89 // Status codes for Store().
90 enum Status {
106 // Indicates device ownership status changes.
145 // Returns the status generated by the last operation.
146 Status status() { function in class:chromeos::DeviceSettingsService
169 // Returns the ownership status. May return OWNERSHIP_UNKNOWN if the disk
173 // Determines the ownership status and reports the result to |callback|. This
218 // Updates status, policy data and owner key from a finished operation
    [all...]
  /external/chromium_org/chrome/browser/net/
network_stats.h 58 enum Status { // Used in HISTOGRAM_ENUMERATION.
103 // client to stop, |TestPhaseComplete| will be called with a net status code.
185 void TestPhaseComplete(Status status, int result);
198 // |test_type| is the current test_type to be recorded. |status| is the
199 // status of the current test.
226 void RecordNATTestReceivedHistograms(Status status);
230 void RecordPacketSizeTestReceivedHistograms(Status status);
    [all...]
  /external/chromium_org/chrome/browser/sync/
about_sync_util_unittest.cc 31 browser_sync::SyncBackendHost::Status status; local
  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.h 25 appcache::Status status) OVERRIDE;
  /external/chromium_org/content/browser/
profiler_message_filter.cc 19 tracked_objects::ThreadData::Status status = local
20 tracked_objects::ThreadData::status();
21 Send(new ChildProcessMsg_SetProfilerStatus(status));
  /external/chromium_org/content/browser/speech/endpointer/
endpointer.h 65 // The status of the last frame will be returned.
68 // Get the status of the endpointer.
69 EpStatus Status(int64 *time_us);
energy_endpointer.h 49 // Endpointer status codes
81 // Computes the next input frame and modifies EnergyEndpointer status as
89 EpStatus Status(int64* status_time_us) const;
  /external/chromium_org/content/child/appcache/
appcache_backend_proxy.h 41 virtual appcache::Status GetStatus(int host_id) OVERRIDE;
appcache_dispatcher.h 37 appcache::Status status);
appcache_frontend_impl.h 17 appcache::Status status) OVERRIDE;
  /external/chromium_org/courgette/
versioning_unittest.cc 34 courgette::Status status = local
39 EXPECT_EQ(status, courgette::C_OK);
  /external/chromium_org/media/base/android/
demuxer_stream_player_params.h 48 DemuxerStream::Status status; member in struct:media::AccessUnit
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.h 49 cdm::Status DecodeBuffer(const uint8_t* compressed_buffer,
ffmpeg_cdm_video_decoder.h 31 virtual cdm::Status DecodeFrame(const uint8_t* compressed_frame,
libvpx_cdm_video_decoder.h 27 virtual cdm::Status DecodeFrame(const uint8_t* compressed_frame,
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageFrame.h 42 enum Status { FrameEmpty, FramePartial, FrameComplete };
116 Status status() const { return m_status; }
136 void setStatus(Status);
216 Status m_status;
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.cc 67 virtual Status status() const { return Status::OK(); } function in class:leveldb::MemTableIterator
108 bool MemTable::Get(const LookupKey& key, std::string* value, Status* s) {
137 *s = Status::NotFound(Slice());
memtable.h 62 // in *status and return true.
64 bool Get(const LookupKey& key, std::string* value, Status* s);
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 96 virtual Status Close() { return Status::OK(); }
97 virtual Status Flush() { return Status::OK(); }
98 virtual Status Sync() { return Status::OK(); }
100 virtual Status Append(const Slice& data) {
102 return Status::OK();
120 virtual Status Read(uint64_t offset, size_t n, Slice* result,
123 return Status::InvalidArgument("invalid Read offset")
303 virtual Status status() const { function in class:leveldb::KeyConvertingIterator
385 Status status = DestroyDB(name, options); local
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_agp_offset.spec 14 Status
41 IP Status
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 31 enum Status {
75 Status status; member in struct:appcache::AppCacheInfo
125 Status status) = 0;
159 virtual Status GetStatus(int host_id) = 0;
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestOgg.java 57 if (audioSource.getStatus() != AudioNode.Status.Playing){
  /external/libnfc-nxp/src/
phFriNfc_DesfireFormat.c 670 NFCSTATUS status = NFCSTATUS_SUCCESS; local
683 status = phFriNfc_Desf_HSendTransCmd(NdefSmtCrdFmt);
685 return ( status);
691 NFCSTATUS status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, local
703 status = phFriNfc_Desf_HSendTransCmd(NdefSmtCrdFmt);
705 return status;
710 NFCSTATUS status = PHNFCSTVAL(CID_NFC_NONE, local
737 status = PHNFCSTVAL (CID_FRI_NFC_NDEF_SMTCRDFMT,
766 status = PHNFCSTVAL (CID_FRI_NFC_NDEF_SMTCRDFMT,
775 return status;
781 NFCSTATUS status = NFCSTATUS_PENDING; local
801 NFCSTATUS status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, local
822 NFCSTATUS status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, local
845 NFCSTATUS status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, local
865 NFCSTATUS status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, local
929 NFCSTATUS status = NFCSTATUS_SUCCESS; local
969 NFCSTATUS status = NFCSTATUS_SUCCESS; local
    [all...]

Completed in 1612 milliseconds

<<11121314151617181920>>