HomeSort by relevance Sort by last modified time
    Searched refs:Status (Results 101 - 125 of 988) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/connectivity/shill/
dns_server_tester.h 52 enum Status {
61 const base::Callback<void(const Status)>& callback);
85 void CompleteAttempt(Status status);
95 base::Callback<void(const Status)> dns_result_callback_;
  /system/weaved/buffet/
manager.h 71 android::binder::Status connect(
73 android::binder::Status registerNotificationListener(
75 android::binder::Status getDeviceId(android::String16* id) override;
76 android::binder::Status getCloudId(android::String16* id) override;
77 android::binder::Status getDeviceName(android::String16* name) override;
78 android::binder::Status getDeviceDescription(
80 android::binder::Status getDeviceLocation(
82 android::binder::Status getOemName(android::String16* name) override;
83 android::binder::Status getModelName(android::String16* name) override;
84 android::binder::Status getModelId(android::String16* id) override
    [all...]
manager.cc 364 android::binder::Status Manager::connect(
369 return android::binder::Status::ok();
372 android::binder::Status Manager::registerNotificationListener(
379 return android::binder::Status::ok();
382 android::binder::Status Manager::getCloudId(android::String16* id) {
384 return android::binder::Status::ok();
387 android::binder::Status Manager::getDeviceId(android::String16* id) {
389 return android::binder::Status::ok();
392 android::binder::Status Manager::getDeviceName(android::String16* name) {
394 return android::binder::Status::ok()
    [all...]
  /system/weaved/common/
binder_utils.h 22 #include <binder/Status.h>
35 // Converts the result of weave API call into a binder Status object.
36 // If |success| is true, return binder::Status::ok(), otherwise the method
37 // constructs a service-specific failure status with an error message obtained
39 android::binder::Status ToStatus(bool success, weave::ErrorPtr* error);
41 // Converts a binder status code to a Brillo error object. Returns true if the
42 // status was isOk(), otherwise returns false and provides error information
44 bool StatusToError(android::binder::Status status, brillo::ErrorPtr* error);
60 android::binder::Status ParseDictionary
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/ct/
CTLogInfo.java 103 public VerifiedSCT.Status verifySingleSCT(SignedCertificateTimestamp sct,
106 return VerifiedSCT.Status.UNKNOWN_LOG;
113 return VerifiedSCT.Status.INVALID_SCT;
121 return VerifiedSCT.Status.INVALID_SCT;
127 return VerifiedSCT.Status.INVALID_SCT;
133 return VerifiedSCT.Status.INVALID_SIGNATURE;
135 return VerifiedSCT.Status.VALID;
  /system/tpm/trunks/
trunks_binder_service.cc 77 android::binder::Status TrunksBinderService::BinderServiceInternal::SendCommand(
87 return android::binder::Status::ok();
90 return android::binder::Status::ok();
98 android::binder::Status status = client->OnCommandResponse(binder_response); local
99 if (!status.isOk()) {
101 << status.toString8();
105 android::binder::Status
113 return android::binder::Status::ok();
117 return android::binder::Status::ok()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 96 Status AddMetafileComment(const BYTE *data, UINT sizeData)
126 Status Clear(const Color& color)
131 Status DrawArc(const Pen *pen, REAL x, REAL y, REAL width, REAL height,
138 Status DrawArc(const Pen *pen, INT x, INT y, INT width, INT height,
145 Status DrawArc(const Pen *pen, const RectF& rect,
153 Status DrawArc(const Pen *pen, const Rect& rect,
161 Status DrawBezier(const Pen *pen,
169 Status DrawBezier(const Pen *pen,
177 Status DrawBezier(const Pen *pen,
186 Status DrawBezier(const Pen *pen
1262 Status status = updateStatus(DllExports::GdipMeasureCharacterRanges( local
1313 Status status = updateStatus(DllExports::GdipMeasureString( local
    [all...]
gdiplusimpl.h 79 __inline__ Status Image::FindFirstItem(ImageItemData *item)
86 __inline__ Status Image::FindNextItem(ImageItemData *item)
93 __inline__ Status Image::GetAllPropertyItems(UINT totalBufferSize,
100 __inline__ Status Image::GetBounds(RectF *srcRect, Unit *srcUnit)
106 __inline__ Status Image::GetEncoderParameterList(const CLSID *clsidEncoder,
144 __inline__ Status Image::GetFrameDimensionsList(GUID *dimensionIDs, UINT count)
165 __inline__ Status Image::GetItemData(ImageItemData *item)
172 __inline__ Status Image::GetPalette(ColorPalette *palette, INT size)
185 __inline__ Status Image::GetPhysicalDimension(SizeF *size)
206 __inline__ Status Image::GetPropertyIdList(UINT numOfProperty, PROPID *list
244 Status status = updateStatus(DllExports::GdipGetImageThumbnail( local
520 Status status = updateStatus(DllExports::GdipCloneBitmapArea( local
539 Status status = updateStatus(DllExports::GdipCloneBitmapAreaI( local
811 Status status = updateStatus(DllExports::GdipCloneFont( local
955 Status status = DllExports::GdipGetGenericFontFamilyMonospace( local
969 Status status = DllExports::GdipGetGenericFontFamilySansSerif( local
983 Status status = DllExports::GdipGetGenericFontFamilySerif( local
1015 Status status = updateStatus(DllExports::GdipCloneFontFamily( local
1157 Status status = updateStatus(DllExports::GdipCloneRegion( local
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_DesfireMap.c 98 NFCSTATUS Status);
132 NFCSTATUS status = NFCSTATUS_PENDING; local
139 status = phFriNfc_Desfire_HSendTransCmd(NdefMap,PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE);
141 return (status);
147 NFCSTATUS status = NFCSTATUS_PENDING; local
155 status = phFriNfc_Desfire_HSendTransCmd(NdefMap,PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE);
160 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,
164 return status;
170 NFCSTATUS status = NFCSTATUS_PENDING; local
180 status = phFriNfc_Desfire_HSendTransCmd(NdefMap,PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE)
195 NFCSTATUS status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, local
241 NFCSTATUS status = NFCSTATUS_PENDING; local
305 NFCSTATUS status = NFCSTATUS_PENDING; local
361 NFCSTATUS status = NFCSTATUS_PENDING; local
385 NFCSTATUS status = NFCSTATUS_SUCCESS; local
410 NFCSTATUS status = NFCSTATUS_PENDING; local
1047 NFCSTATUS status = NFCSTATUS_PENDING; local
1154 NFCSTATUS status = NFCSTATUS_PENDING; local
1224 NFCSTATUS status = NFCSTATUS_PENDING; local
1324 NFCSTATUS status = NFCSTATUS_PENDING; local
1517 NFCSTATUS status= NFCSTATUS_SUCCESS; local
1788 NFCSTATUS status = NFCSTATUS_SUCCESS; local
    [all...]
phFriNfc_SmtCrdFmt.c 61 NFCSTATUS Status)
68 CompletionRoutine(NdefSmtCrdFmt->CompletionRoutine->Context, Status);
122 /* Initialise the Format status flag*/
175 NFCSTATUS status = NFCSTATUS_SUCCESS; local
180 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, NFCSTATUS_INVALID_PARAMETER);
191 return status;
425 NFCSTATUS Status)
446 phFriNfc_MfStd_Process(NdefSmtCrdFmt,Status);
449 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
457 phFriNfc_MfUL_Process(NdefSmtCrdFmt,Status);
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpDeleteRequestTest.java 45 this.testServer.response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_HTML, "");
63 this.testServer.response = NanoHTTPD.newChunkedResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_HTML, (InputStream) null);
81 this.testServer.response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_HTML, (String) null);
99 this.testServer.response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.ACCEPTED, "application/xml", "<body />");
118 this.testServer.response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.OK, "application/xml", "<body />");
  /system/tools/aidl/tests/
test_helpers.h 21 #include <binder/Status.h>
34 android::binder::Status(android::aidl::tests::ITestService::*func)(T, T*),
37 android::binder::Status status = (*service.*func)(input, &reply); local
38 if (!status.isOk() || input != reply) {
39 LOG(ERROR) << "Failed to repeat primitive. status=" << status.toString8()
49 android::binder::Status(android::aidl::tests::ITestService::*func)(
54 android::binder::Status status = (*service.*func) local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineResultTest.java 31 * Test for <code>SSLEngineResult(SSLEngineResult.Status status,
43 * or bytesProduced is negative or when status or handshakeStatus
58 new SSLEngineResult(SSLEngineResult.Status.BUFFER_OVERFLOW, null,
65 new SSLEngineResult(SSLEngineResult.Status.BUFFER_OVERFLOW,
73 new SSLEngineResult(SSLEngineResult.Status.BUFFER_OVERFLOW,
81 SSLEngineResult res = new SSLEngineResult(SSLEngineResult.Status.BUFFER_OVERFLOW,
96 SSLEngineResult.Status [] enS =
97 SSLEngineResult.Status.values();
119 SSLEngineResult.Status [] enS
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 24 vfs::Status S;
25 explicit DummyFile(vfs::Status S) : S(S) {}
26 llvm::ErrorOr<vfs::Status> status() override { return S; }
38 std::map<std::string, vfs::Status> FilesAndDirs;
48 ErrorOr<vfs::Status> status(const Twine &Path) override {
49 std::map<std::string, vfs::Status>::iterator I =
57 auto S = status(Path);
70 std::map<std::string, vfs::Status> &FilesAndDirs
    [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 31 /// \brief The result of a \p status operation.
32 class Status {
46 Status() : Type(llvm::sys::fs::file_type::status_error) {}
47 Status(const llvm::sys::fs::file_status &Status);
48 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
53 /// Get a copy of a Status with a different name.
54 static Status copyWithNewName(const Status &In, StringRef NewName);
55 static Status copyWithNewName(const llvm::sys::fs::file_status &In
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 169 int status; member in struct:__anon38686
361 extern Status XIDefineCursor(
368 extern Status XIUndefineCursor(
374 extern Status XIChangeHierarchy(
380 extern Status XISetClientPointer(
405 extern Status XIQueryVersion(
417 extern Status XISetFocus(
424 extern Status XIGetFocus(
429 extern Status XIGrabDevice(
441 extern Status XIUngrabDevice
    [all...]
shape.h 57 extern Status XShapeQueryVersion (
114 extern Status XShapeQueryExtents (
  /external/autotest/frontend/health/
complete_failures_functional_test.py 31 ERROR_STATUS = models.Status(status_idx=2, word='ERROR')
32 ABORT_STATUS = models.Status(status_idx=3, word='ABORT')
33 FAIL_STATUS = models.Status(status_idx=4, word='FAIL')
34 WARN_STATUS = models.Status(status_idx=5, word='WARN')
35 GOOD_STATUS = models.Status(status_idx=6, word='GOOD')
36 ALERT_STATUS = models.Status(status_idx=7, word='ALERT')
102 success_status = models.Status(status_idx=GOOD_STATUS_IDX)
103 fail_status = models.Status(status_idx=FAIL_STATUS_IDX)
105 old_passing_test = models.Test(job=job, status=success_status,
110 failing_test = models.Test(job=job, status=fail_status
    [all...]
  /external/mesa3d/docs/
MESA_release_buffers.spec 13 Status
41 IP Status
  /external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DummyPlugin.java 43 import fi.iki.elonen.NanoHTTPD.Response.Status;
60 return new Response(Status.OK, "text/xml", data, bytes.length);
  /external/parameter-framework/upstream/parameter/
RuleParser.h 41 enum Status
89 // Status
90 Status _eStatus{EInit};
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PlayAnimationThread.java 21 import com.android.ide.common.rendering.api.Result.Status;
42 return Status.SUCCESS.createResult();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
shape.h 60 extern Status XShapeQueryVersion (
117 extern Status XShapeQueryExtents (
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icrsint.h 37 #define ADO_FIXED_LENGTH_ENTRY(Ordinal,DataType,Buffer,Status,Modify) {Ordinal,DataType,0,0,0,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),0,classoffset(CADORecordBinding,ADORowClass),Modify},
39 #define ADO_NUMERIC_ENTRY(Ordinal,DataType,Buffer,Precision,Scale,Status,Modify) {Ordinal,DataType,Precision,Scale,0,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),0,classoffset(CADORecordBinding,ADORowClass),Modify},
41 #define ADO_VARIABLE_LENGTH_ENTRY(Ordinal,DataType,Buffer,Size,Status,Length,Modify) {Ordinal,DataType,0,0,Size,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),offsetof(ADORowClass,Length),classoffset(CADORecordBinding,ADORowClass),Modify},
42 #define ADO_VARIABLE_LENGTH_ENTRY2(Ordinal,DataType,Buffer,Size,Status,Modify) {Ordinal,DataType,0,0,Size,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),0,classoffset(CADORecordBinding,ADORowClass),Modify},
  /external/libweave/src/privet/
privet_types.cc 35 const EnumToStringMap<ConnectionState::Status>::Map kConnectionStateMap[] = {
43 const EnumToStringMap<SetupState::Status>::Map kSetupStateMap[] = {
84 LIBWEAVE_EXPORT EnumToStringMap<ConnectionState::Status>::EnumToStringMap()
88 LIBWEAVE_EXPORT EnumToStringMap<SetupState::Status>::EnumToStringMap()

Completed in 685 milliseconds

1 2 3 45 6 7 8 91011>>