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

1 2 3 45 6 7 8 91011>>

  /hardware/interfaces/cas/1.0/
ICas.hal 34 * @return status the status of the call.
36 setPrivateData(vec<uint8_t> pvtData) generates (Status status);
42 * @return status the status of the call.
45 openSession() generates(Status status, HidlCasSessionId sessionId);
51 * @return status the status of the call
    [all...]
  /hardware/interfaces/wifi/1.0/
IWifiRttController.hal 29 * @return status WifiStatus of the operation.
30 * Possible status codes:
36 getBoundIface() generates (WifiStatus status, IWifiIface boundIface);
45 * @return status WifiStatus of the operation.
46 * Possible status codes:
51 generates (WifiStatus status);
58 * @return status WifiStatus of the operation.
59 * Possible status codes:
67 generates (WifiStatus status);
74 * @return status WifiStatus of the operation
    [all...]
IWifiNanIfaceEventCallback.hal 28 * Each method will receive a notify callback to return results (on success) or failure status.
36 * @param status WifiNanStatus of the operation. Possible status codes are:
40 oneway notifyCapabilitiesResponse(CommandIdShort id, WifiNanStatus status,
47 * @param status WifiNanStatus of the operation. Possible status codes are:
55 oneway notifyEnableResponse(CommandIdShort id, WifiNanStatus status);
61 * @param status WifiNanStatus of the operation. Possible status codes are:
67 oneway notifyConfigResponse(CommandIdShort id, WifiNanStatus status);
    [all...]
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantP2pIface.hal 78 * @return status Status of the operation.
79 * Possible status codes:
85 generates (SupplicantStatus status);
90 * @return status Status of the operation.
91 * Possible status codes:
98 generates (SupplicantStatus status, MacAddress deviceAddress);
104 * @return status Status of the operation
    [all...]
ISupplicantIface.hal 40 * @return status Status of the operation.
41 * Possible status codes:
46 getName() generates (SupplicantStatus status, string name);
51 * @return status Status of the operation.
52 * Possible status codes:
57 getType() generates (SupplicantStatus status, IfaceType type);
62 * @return status Status of the operation
    [all...]
ISupplicantStaIface.hal 84 * @return status Status of the operation.
85 * Possible status codes:
91 generates (SupplicantStatus status);
97 * @return status Status of the operation.
98 * Possible status codes:
104 reassociate() generates (SupplicantStatus status);
110 * @return status Status of the operation
    [all...]
ISupplicantNetwork.hal 34 * @return status Status of the operation.
35 * Possible status codes:
40 getId() generates (SupplicantStatus status, SupplicantNetworkId id);
45 * @return status Status of the operation.
46 * Possible status codes:
51 getInterfaceName() generates (SupplicantStatus status, string name);
56 * @return status Status of the operation
    [all...]
ISupplicantStaNetwork.hal 138 * @return status Status of the operation.
139 * Possible status codes:
145 generates (SupplicantStatus status);
157 * @return status Status of the operation.
158 * Possible status codes:
164 setSsid(Ssid ssid) generates (SupplicantStatus status);
170 * @return status Status of the operation
    [all...]
  /external/icu/icu4c/source/test/intltest/
sdtfmtts.cpp 30 UErrorCode status = U_ZERO_ERROR; local
32 Locale::setDefault(Locale::getEnglish(), status); local
33 if(U_FAILURE(status)) {
37 Locale::setDefault(saveLocale, status);
50 UErrorCode status = U_ZERO_ERROR; local
56 SimpleDateFormat def(status);
57 if(U_FAILURE(status)) {
62 status = U_ZERO_ERROR;
67 SimpleDateFormat pat(pattern, status);
68 if(U_FAILURE(status)) {
    [all...]
dadrcal.cpp 33 UErrorCode status = U_ZERO_ERROR; local
34 driver = TestDataModule::getTestDataModule("calendar", *this, status);
48 UErrorCode status= U_ZERO_ERROR; local
49 TestData *testData = driver->createTestData(index, status);
50 if (U_SUCCESS(status)) {
52 if (testData->getInfo(info, status)) {
53 log(info->getString("Description", status));
75 UErrorCode status = U_ZERO_ERROR; local
91 status);
92 if (U_FAILURE(status)) {
292 UErrorCode status = U_ZERO_ERROR; local
368 UErrorCode status = U_ZERO_ERROR; local
457 UErrorCode status = U_ZERO_ERROR; local
    [all...]
simpleformattertest.cpp 68 UErrorCode status = U_ZERO_ERROR; local
69 SimpleFormatter fmt("This doesn''t have templates '{0}", status);
75 fmt.format("unused", appendTo, status));
81 fmt.formatAndAppend(NULL, 0, appendTo, offsets, 1, status));
86 fmt.formatAndReplace(NULL, 0, appendTo, NULL, 0, status));
87 assertSuccess("Status", status);
91 UErrorCode status = U_ZERO_ERROR; local
92 SimpleFormatter fmt("{}", status);
93 assertEquals("syntax error {}", (int32_t)U_ILLEGAL_ARGUMENT_ERROR, status);
100 UErrorCode status = U_ZERO_ERROR; local
133 UErrorCode status = U_ZERO_ERROR; local
151 UErrorCode status = U_ZERO_ERROR; local
248 UErrorCode status = U_ZERO_ERROR; local
276 UErrorCode status = U_ZERO_ERROR; local
332 UErrorCode status = U_ZERO_ERROR; local
339 UErrorCode status = U_ZERO_ERROR; local
369 UErrorCode status = U_ZERO_ERROR; local
399 UErrorCode status = U_ZERO_ERROR; local
429 UErrorCode status = U_ZERO_ERROR; local
459 UErrorCode status = U_ZERO_ERROR; local
484 UErrorCode status = U_ZERO_ERROR; local
504 UErrorCode status = U_ZERO_ERROR; local
    [all...]
itrbnfp.cpp 125 UErrorCode status = U_ZERO_ERROR; local
127 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(rule, Locale::getUS(), perr, status);
129 if (U_SUCCESS(status)) {
132 testfmt(formatter, 20, status);
133 testfmt(formatter, 1.23, status);
134 testfmt(formatter, -123, status);
135 testfmt(formatter, .123, status);
136 testfmt(formatter, 123, status);
138 } else if (status == U_PARSE_ERROR) {
148 IntlTestRBNFParse::testfmt(RuleBasedNumberFormat* formatter, double val, UErrorCode& status) {
    [all...]
  /external/icu/icu4c/source/tools/genrb/
prscmnts.cpp 49 UnicodeString replaceText, UErrorCode *status){
51 if(status == NULL || U_FAILURE(*status)){
57 RegexMatcher myMatcher(patString, src, options, *status);
58 if(U_FAILURE(*status)){
64 dest = myMatcher.replaceAll(replaceText,*status);
67 return dest.extract(source, srcLen, *status);
71 trim(UChar *src, int32_t srcLen, UErrorCode *status){
72 srcLen = removeText(src, srcLen, UnicodeString("^[ \\r\\n]+ "), 0, UnicodeString(), status); // remove leading new lines
73 srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove leading space
    [all...]
  /external/strace/
wait.c 49 # define WCOREDUMP(status) ((status) & 0200)
65 printstatus(int status)
72 * are no wait status constructors it will have to do.
74 if (WIFSTOPPED(status)) {
75 int sig = WSTOPSIG(status);
79 status &= ~W_STOPCODE(sig);
80 } else if (WIFSIGNALED(status)) {
82 signame(WTERMSIG(status)),
83 WCOREDUMP(status) ? " && WCOREDUMP(s)" : "")
132 int status; local
    [all...]
  /frameworks/av/media/common_time/
ICommonClock.cpp 57 status_t status = remote()->transact(IS_COMMON_TIME_VALID, local
60 if (status == OK) {
61 status = reply.readInt32();
62 if (status == OK) {
67 return status;
75 status_t status = remote()->transact(COMMON_TIME_TO_LOCAL_TIME, local
77 if (status == OK) {
78 status = reply.readInt32();
79 if (status == OK) {
83 return status;
91 status_t status = remote()->transact(LOCAL_TIME_TO_COMMON_TIME, local
105 status_t status = remote()->transact(GET_COMMON_TIME, data, &reply); local
118 status_t status = remote()->transact(GET_COMMON_FREQ, data, &reply); local
131 status_t status = remote()->transact(GET_LOCAL_TIME, data, &reply); local
144 status_t status = remote()->transact(GET_LOCAL_FREQ, data, &reply); local
157 status_t status = remote()->transact(GET_ESTIMATED_ERROR, data, &reply); local
170 status_t status = remote()->transact(GET_TIMELINE_ID, data, &reply); local
183 status_t status = remote()->transact(GET_STATE, data, &reply); local
196 status_t status = remote()->transact(GET_MASTER_ADDRESS, data, &reply); local
211 status_t status = remote()->transact(REGISTER_LISTENER, data, &reply); local
225 status_t status = remote()->transact(UNREGISTER_LISTENER, data, &reply); local
246 status_t status = isCommonTimeValid(&valid, &timelineID); local
259 status_t status = commonTimeToLocalTime(commonTime, &localTime); local
271 status_t status = localTimeToCommonTime(localTime, &commonTime); local
282 status_t status = getCommonTime(&commonTime); local
293 status_t status = getCommonFreq(&freq); local
304 status_t status = getLocalTime(&localTime); local
315 status_t status = getLocalFreq(&freq); local
326 status_t status = getEstimatedError(&error); local
337 status_t status = getTimelineID(&id); local
348 status_t status = getState(&state); local
359 status_t status = getMasterAddr(&addr); local
378 status_t status = registerListener(listener); local
387 status_t status = unregisterListener(listener); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
citertst.c 67 UErrorCode status = U_ZERO_ERROR; local
77 UCollator *coll = ucol_open(LOCALES[i], &status);
79 &status);
81 &status);
82 if (U_FAILURE(status)) {
83 log_err_status(status, "ERROR: in creation of either the collator or the collation iterator :%s\n",
84 myErrorName(status));
90 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
91 U_SUCCESS(status)) {
93 if (U_FAILURE(status)) {
140 UErrorCode status = U_ZERO_ERROR; local
223 UErrorCode status = U_ZERO_ERROR; local
289 UErrorCode status = U_ZERO_ERROR; local
350 UErrorCode status = U_ZERO_ERROR; local
426 UErrorCode status = U_ZERO_ERROR; local
561 UErrorCode status= U_ZERO_ERROR; local
707 UErrorCode status = U_ZERO_ERROR; local
779 UErrorCode status = U_ZERO_ERROR; local
914 UErrorCode status = U_ZERO_ERROR; local
937 UErrorCode status = U_ZERO_ERROR; local
1046 UErrorCode status = U_ZERO_ERROR; local
1189 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_build.cpp 46 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status);
53 int32_t *errorType, UParseError *pe, UErrorCode *status) {
54 uspoof_internalInitStatics(status);
55 if (U_FAILURE(*status)) {
59 *status = U_UNSUPPORTED_ERROR;
73 SpoofData *newSpoofData = new SpoofData(*status);
74 SpoofImpl *This = new SpoofImpl(newSpoofData, *status);
77 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
79 if (U_FAILURE(*status)) {
uspoof.cpp 57 static void U_CALLCONV initializeStatics(UErrorCode &status) {
61 gInclusionSet = new UnicodeSet(UnicodeString(inclusionPat, -1, US_INV), status);
126 gRecommendedSet = new UnicodeSet(UnicodeString(recommendedPat, -1, US_INV), status);
128 gNfdNormalizer = Normalizer2::getNFDInstance(status);
132 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) {
133 umtx_initOnce(gSpoofInitStaticsOnce, &initializeStatics, *status);
137 uspoof_open(UErrorCode *status) {
138 umtx_initOnce(gSpoofInitStaticsOnce, &initializeStatics, *status);
139 if (U_FAILURE(*status)) {
142 SpoofImpl *si = new SpoofImpl(*status);
199 UErrorCode status = U_ZERO_ERROR; local
234 UErrorCode status = U_ZERO_ERROR; local
244 UErrorCode status = U_ZERO_ERROR; local
748 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/libmicrohttpd/src/testzzuf/
socat.c 55 int status; local
78 status = 0;
79 if (0 < waitpid (zzuf_pid, &status, WNOHANG))
81 if (WIFEXITED (status))
83 "zzuf died with status code %d!\n",
84 WEXITSTATUS (status));
85 if (WIFSIGNALED (status))
87 "zzuf died from signal %d!\n", WTERMSIG (status));
103 int status; local
109 waitpid (zzuf_pid, &status, 0)
    [all...]
  /external/icu/icu4c/source/common/
servls.cpp 46 ICULocaleService::get(const Locale& locale, UErrorCode& status) const
48 return get(locale, LocaleKey::KIND_ANY, NULL, status);
52 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const
54 return get(locale, kind, NULL, status);
58 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const
60 return get(locale, LocaleKey::KIND_ANY, actualReturn, status);
64 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const
67 if (U_FAILURE(status)) {
73 status = U_MEMORY_ALLOCATION_ERROR;
75 ICUServiceKey* key = createKey(&locName, kind, status);
194 UErrorCode status = U_ZERO_ERROR; local
206 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_integration.c 41 int status = 0, status1 = 0, status2 = 0; local
43 status = system("./secilc -M -c 24 test/integration.cil &> /dev/null");
45 if (WIFSIGNALED(status) && (WTERMSIG(status) == SIGINT || WTERMSIG(status) == SIGQUIT))
58 CuAssertIntEquals(tc, 1, WIFEXITED(status));
59 CuAssertIntEquals(tc, 0, WEXITSTATUS(status));
67 int status = 0; local
69 status = system("./secilc -M -c 24 test/policy.cil &> /dev/null");
71 if (WIFSIGNALED(status) && (WTERMSIG(status) == SIGINT || WTERMSIG(status) == SIGQUIT)
    [all...]
  /frameworks/native/libs/binder/
Status.cpp 17 #include <binder/Status.h>
22 Status Status::ok() {
23 return Status();
26 Status Status::fromExceptionCode(int32_t exceptionCode) {
27 return Status(exceptionCode, OK);
30 Status Status::fromExceptionCode(int32_t exceptionCode,
32 return Status(exceptionCode, OK, message)
70 status_t status = parcel.readInt32(&mException); local
133 status_t status = parcel->writeInt32(mException); local
    [all...]
  /system/bt/service/common/android/bluetooth/
IBluetoothLowEnergyCallback.aidl 23 void OnClientRegistered(int status, int client_id);
24 void OnConnectionState(int status, int client_id, String address, boolean connected);
25 void OnMtuChanged(int status, String address, int mtu);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp 42 PV_STATUS status; local
81 status = RC_VopQPSetting(video, rc);
82 if (status == PV_FAIL)
98 return status;
101 status = EncodeVop_NoME(video);
110 return status;
130 PV_STATUS status = PV_SUCCESS; local
135 status = EncodeShortHeader(stream, currVop); /* Encode Short Header */
139 status = EncodeFrameCombinedMode(video);
147 status = EncodeGOVHeader(stream, time); /* Encode GOV Header *
199 PV_STATUS status = PV_SUCCESS; local
278 PV_STATUS status; local
311 PV_STATUS status; local
355 PV_STATUS status; local
415 PV_STATUS status; local
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/
phNxpExtns.c 62 NFCSTATUS status = NFCSTATUS_FAILED; local
87 status = NFCSTATUS_SUCCESS;
88 return status;
92 return status;
126 NFCSTATUS status = NFCSTATUS_SUCCESS; local
134 status = phNxpExtns_SendMsg (&msg);
135 if (NFCSTATUS_SUCCESS != status)
139 return status;
160 NFCSTATUS status = NFCSTATUS_SUCCESS; local
167 status = phNxpExtns_SendMsg (&msg)
192 NFCSTATUS status = NFCSTATUS_SUCCESS; local
222 NFCSTATUS status = NFCSTATUS_SUCCESS; local
265 NFCSTATUS status = NFCSTATUS_SUCCESS; local
300 NFCSTATUS status = NFCSTATUS_SUCCESS; local
333 NFCSTATUS status = NFCSTATUS_SUCCESS; local
363 NFCSTATUS status = NFCSTATUS_SUCCESS; local
393 NFCSTATUS status = NFCSTATUS_SUCCESS; local
421 NFCSTATUS status = NFCSTATUS_SUCCESS; local
473 NFCSTATUS status = NFCSTATUS_SUCCESS; local
549 NFCSTATUS status = NFCSTATUS_SUCCESS; local
572 NFCSTATUS status = NFCSTATUS_FAILED; local
668 NFCSTATUS status = NFCSTATUS_SUCCESS; local
    [all...]

Completed in 393 milliseconds

1 2 3 45 6 7 8 91011>>