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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libaddressinput/chromium/
preload_address_validator.h 39 // The status of address validation.
40 enum Status {
80 virtual Status Validate(
109 virtual Status GetSuggestions(
  /external/chromium_org/tools/clang/blink_gc_plugin/
TracingStatus.h 24 enum Status { kUnneeded, kUnknown, kNeeded };
25 TracingStatus(Status status) : status_(status) {}
26 Status status_;
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 33 static void copyStatusToFileData(const vfs::Status &Status,
35 Data.Name = Status.getName();
36 Data.Size = Status.getSize();
37 Data.ModTime = Status.getLastModificationTime().toEpochTime();
38 Data.UniqueID = Status.getUniqueID();
39 Data.IsDirectory = Status.isDirectory();
40 Data.IsNamedPipe = Status.getType() == llvm::sys::fs::file_type::fifo_file;
42 Data.IsVFSMapped = Status.IsVFSMapped;
66 llvm::ErrorOr<vfs::Status> Status = FS.status(Path)
    [all...]
  /external/clang/test/Misc/
diagnostic-crash.cpp 29 namespace util { class Status {}; }
31 void Bar(wstring* s, util::Status* status,
32 Callback2<util::Status, wstring>* done);
37 util::Status* status = __null; local
38 Closure* cb = NewCallback(this, &xxxxxxxxxxxxxxxxx::Bar, s, status); // expected-error{{cannot initialize}}
  /external/llvm/include/llvm/Support/
Compression.h 34 enum Status {
45 Status compress(StringRef InputBuffer, SmallVectorImpl<char> &CompressedBuffer,
48 Status uncompress(StringRef InputBuffer,
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_syscdrom.h 40 /* Return the current status and play position, in frames, of the
43 CDstatus (*Status)(SDL_CD *cdrom, int *position);
  /frameworks/av/include/camera/
ICameraServiceListener.h 35 * Initial status will be transmitted with onStatusChange immediately
49 enum Status {
71 virtual void onStatusChanged(Status status, int32_t cameraId) = 0;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
Swiper.java 31 public enum Status {
50 * @return The status of the swipe.
52 public Status sendSwipe(UiController uiController, float[] startCoordinates,
Tapper.java 29 public enum Status {
51 * @return The status of the tap.
53 public Status sendTap(UiController uiController, float[] coordinates, float[] precision);
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core_Wrapper.c 58 OMX_BOOL Status = OMX_FALSE;
60 Status = TIOMXConfigParser(aInputParameters, aOutputParameters);
63 return Status;
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core_Wrapper.c 62 OMX_BOOL Status = OMX_FALSE;
64 Status = TIOMXConfigParser(aInputParameters, aOutputParameters);
67 return Status;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xwindows.h 55 #undef Status
56 #define Status wStatus
62 #undef Status
63 #define Status int
Xwinsock.h 44 #undef Status
45 #define Status wStatus
50 #undef Status
51 #define Status int
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xwindows.h 55 #undef Status
56 #define Status wStatus
62 #undef Status
63 #define Status int
Xwinsock.h 44 #undef Status
45 #define Status wStatus
50 #undef Status
51 #define Status int
  /external/chromium_org/chrome/browser/chromeos/events/
system_key_event_listener.cc 11 #undef 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/ui/webui/help/
version_updater.h 17 enum Status {
43 // Used to update the client of status changes. int parameter is the progress
46 typedef base::Callback<void(Status, int, const base::string16&)>
61 // |status_callback| is called for each status update. |promote_callback| can
  /external/chromium_org/components/gcm_driver/
fake_gcm_client.h 20 enum Status {
73 Status status() const { return status_; } function in class:gcm::FakeGCMClient
90 Status status_;
  /external/chromium_org/components/nacl/renderer/
file_downloader.h 24 enum Status {
30 // Provides the FileDownloader status and the HTTP status code.
31 typedef base::Callback<void(Status, base::File, int)> StatusCallback;
67 Status status_;
  /external/chromium_org/content/browser/speech/endpointer/
endpointer.cc 88 EpStatus Endpointer::Status(int64 *time) {
89 return energy_endpointer_.Status(time);
111 // Get the status of the endpointer.
113 ep_status = energy_endpointer_.Status(&ep_time);
  /external/chromium_org/content/renderer/media/android/
media_info_loader.h 33 // Status codes for start operations on MediaInfoLoader.
34 enum Status {
52 typedef base::Callback<void(Status, const GURL&, const GURL&, bool)> ReadyCB;
110 void DidBecomeReady(Status status);
  /external/chromium_org/media/base/
decryptor.h 33 enum Status {
63 // First parameter: The status of the decryption operation.
72 typedef base::Callback<void(Status,
75 // Decrypts the |encrypted| buffer. The decrypt status and decrypted buffer
110 // First parameter: The status of the decrypt-and-decode operation.
124 typedef base::Callback<void(Status, const AudioBuffers&)> AudioDecodeCB;
125 typedef base::Callback<void(Status,
128 // Decrypts and decodes the |encrypted| buffer. The status and the decrypted
  /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);
224 Status m_status;
  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 47 are CodeReviewHTMLParser.Status objects
60 Status = collections.namedtuple('Status', ['status', 'url'])
69 # statuses is a dictionary of CodeReviewHTMLParser.Status
102 # (non-standard) status attribute and the URL.
103 self._status = attrs.get('status')
135 stat = CodeReviewHTMLParser.Status(status=self._status,
341 if (roll[bot].status == 'success')
    [all...]

Completed in 616 milliseconds

12 3 4 5 6 7 8 91011>>