HomeSort by relevance Sort by last modified time
    Searched refs:status (Results 126 - 150 of 11169) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/interfaces/wifi/1.0/
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...]
  /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/icu/icu4c/source/test/intltest/
numbertest_modifiers.cpp 27 UErrorCode status = U_ZERO_ERROR; local
29 assertModifierEquals(mod0, 0, true, u"|", u"n", status);
30 assertSuccess("Spot 1", status);
33 assertModifierEquals(mod1, 3, true, u"a?|b", u"%%%n%", status);
34 assertSuccess("Spot 2", status);
38 UErrorCode status = U_ZERO_ERROR; local
42 assertModifierEquals(mod1, 0, true, u"|", u"n", status);
43 assertSuccess("Spot 1", status);
45 prefix.append(u"a?", UNUM_PERCENT_FIELD, status);
46 suffix.append(u"b", UNUM_CURRENCY_FIELD, status);
78 UErrorCode status = U_ZERO_ERROR; local
102 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...]
dcfmapts.cpp 38 UErrorCode status = U_ZERO_ERROR; local
40 Locale::setDefault(Locale::getEnglish(), status); local
41 if(U_FAILURE(status)) {
45 Locale::setDefault(saveLocale, status);
100 UErrorCode status = U_ZERO_ERROR; local
106 DecimalFormat def(status);
107 if(U_FAILURE(status)) {
108 errcheckln(status, "ERROR: Could not create DecimalFormat (default) - %s", u_errorName(status));
113 status = U_ZERO_ERROR
421 UErrorCode status = U_ZERO_ERROR; local
439 cpi->setLocale(Locale::getCanada(), status); local
466 UErrorCode status = U_ZERO_ERROR; local
529 UErrorCode status = U_ZERO_ERROR; local
575 UErrorCode status = U_ZERO_ERROR; local
609 UErrorCode status = U_ZERO_ERROR; local
924 UErrorCode status = U_ZERO_ERROR; local
945 UErrorCode status = U_ZERO_ERROR; local
    [all...]
plurults.cpp 121 UErrorCode status = U_ZERO_ERROR; local
129 PluralRules defRule(status);
130 LocalPointer<PluralRules> test(new PluralRules(status), status);
131 if(U_FAILURE(status)) {
135 LocalPointer<PluralRules> newEnPlural(test->forLocale(Locale::getEnglish(), status), status);
136 if(U_FAILURE(status)) {
161 LocalPointer<PluralRules> empRule(test->createRules(UNICODE_STRING_SIMPLE("a:n"), status));
177 LocalPointer<PluralRules> newRules(test->createRules(pluralTestData[i], status));
312 UErrorCode status = U_ZERO_ERROR; local
356 UErrorCode status = U_ZERO_ERROR; local
388 UErrorCode status = U_ZERO_ERROR; local
446 UErrorCode status = U_ZERO_ERROR; local
490 UErrorCode status = U_ZERO_ERROR; local
637 dl.set(StringPiece(num), status); local
659 UErrorCode status = U_ZERO_ERROR; local
842 UErrorCode status = U_ZERO_ERROR; local
948 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...]
  /hardware/interfaces/wifi/supplicant/1.0/
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...]
  /device/generic/goldfish/keymaster/strongbox/
service.cpp 36 auto status = keymaster->registerAsService("default"); local
37 if (status != android::OK) {
38 LOG(FATAL) << "Could not register default service for Keymaster 4.0 (" << status << ")";
42 status = strongbox->registerAsService("strongbox");
43 if (status != android::OK) {
44 LOG(FATAL) << "Could not register strongbox service for Keymaster 4.0 (" << status << ")";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
LinkCapacityEstimate.java 41 /** Status of the LCE; deprecated in HAL 1.2 */
42 public final int status; // either STATUS_ACTIVE, STATUS_SUSPENDED, or INVALID field in class:LinkCapacityEstimate
45 public LinkCapacityEstimate(int downlinkCapacityKbps, int confidence, int status) {
48 this.status = status;
57 this.status = INVALID;
69 .append(", status=")
70 .append(status)
  /hardware/interfaces/bluetooth/a2dp/1.0/
IBluetoothAudioOffload.hal 33 * HAL client must call into IBluetoothAudioOffload to provide the status of
50 * @return status one of the following
58 startSession(IBluetoothAudioHost hostIf, CodecConfiguration codecConfig) generates (Status status);
61 * Updates status for start stream request. The HAL client may need
63 * case it must update with PENDING status. Once the operation is
66 * @param status SUCCESS, FAILURE or PENDING
68 oneway streamStarted(Status status);
71 * Updates status for suspend stream request. The HAL client may nee
    [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...]
  /frameworks/av/media/libaaudio/src/binding/
RingBufferParcelable.cpp 83 status_t status = AAudioConvert_aaudioToAndroidStatus(validate()); local
84 if (status != NO_ERROR) goto error;
86 status = parcel->writeInt32(mCapacityInFrames);
87 if (status != NO_ERROR) goto error;
89 status = parcel->writeInt32(mBytesPerFrame);
90 if (status != NO_ERROR) goto error;
91 status = parcel->writeInt32(mFramesPerBurst);
92 if (status != NO_ERROR) goto error;
93 status = parcel->writeInt32(mFlags);
94 if (status != NO_ERROR) goto error
109 status_t status = parcel->readInt32(&mCapacityInFrames); local
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/
phNxpExtns.cpp 60 NFCSTATUS status = NFCSTATUS_FAILED; local
83 status = NFCSTATUS_SUCCESS;
84 return status;
88 return status;
120 NFCSTATUS status = NFCSTATUS_SUCCESS; local
128 status = phNxpExtns_SendMsg(&msg);
129 if (NFCSTATUS_SUCCESS != status) {
132 return status;
152 NFCSTATUS status = NFCSTATUS_SUCCESS; local
159 status = phNxpExtns_SendMsg(&msg)
183 NFCSTATUS status = NFCSTATUS_SUCCESS; local
211 NFCSTATUS status = NFCSTATUS_SUCCESS; local
252 NFCSTATUS status = NFCSTATUS_SUCCESS; local
285 NFCSTATUS status = NFCSTATUS_SUCCESS; local
316 NFCSTATUS status = NFCSTATUS_SUCCESS; local
344 NFCSTATUS status = NFCSTATUS_SUCCESS; local
372 NFCSTATUS status = NFCSTATUS_SUCCESS; local
398 NFCSTATUS status = NFCSTATUS_SUCCESS; local
450 NFCSTATUS status = NFCSTATUS_SUCCESS; local
523 NFCSTATUS status = NFCSTATUS_SUCCESS; local
545 NFCSTATUS status = NFCSTATUS_FAILED; local
626 NFCSTATUS status = NFCSTATUS_SUCCESS; local
    [all...]
  /external/icu/icu4c/source/i18n/
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...]
stsearch.cpp 30 UErrorCode &status) :
34 if (U_FAILURE(status)) {
42 &status);
46 if (U_SUCCESS(status)) {
56 UErrorCode &status) :
60 if (U_FAILURE(status)) {
65 status = U_ILLEGAL_ARGUMENT_ERROR;
74 &status);
78 if (U_SUCCESS(status)) {
88 UErrorCode &status)
145 UErrorCode status = U_ZERO_ERROR; local
188 UErrorCode status = U_ZERO_ERROR; local
287 UErrorCode status = U_ZERO_ERROR; local
297 result->setOffset(getOffset(), status); local
    [all...]
  /frameworks/native/services/utils/
PriorityDumper.cpp 41 status_t status; local
42 status = dumpCritical(fd, args, asProto);
43 if (status != OK) return status;
44 status = dumpHigh(fd, args, asProto);
45 if (status != OK) return status;
46 status = dumpNormal(fd, args, asProto);
47 if (status != OK) return status;
52 status_t status; local
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
vsnprintf.c 110 int status; local
113 status = checkit (buf, 10, "%s:%d", "foobar", 9);
114 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
117 status = checkit (buf, 9, "%s:%d", "foobar", 9);
118 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
121 status = checkit (buf, 8, "%s:%d", "foobar", 9);
122 VERIFY (status==8 && memcmp (buf, "foobar:\0XXXXXX\0", 15) == 0);
125 status = checkit (buf, 7, "%s:%d", "foobar", 9);
126 VERIFY (status==8 && memcmp (buf, "foobar\0XXXXXXX\0", 15) == 0);
129 status = checkit (buf, 6, "%s:%d", "foobar", 9)
    [all...]
  /external/ImageMagick/MagickWand/tests/
add_index.c 31 status; local
41 status = MagickReadImage(input, "font_0.gif" )
45 if (status == MagickFalse)
48 status = MagickAddImage(wand, input);
49 if (status == MagickFalse)
55 status = MagickReadImage(wand, "font_4.gif" );
56 if (status == MagickFalse)
59 status = MagickReadImage(wand, "font_5.gif" );
60 if (status == MagickFalse)
63 status = MagickReadImage(wand, "font_6.gif" )
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
datamap.cpp 46 UErrorCode status = U_ZERO_ERROR; local
47 fData = new Hashtable(TRUE, status);
54 RBDataMap::RBDataMap(UResourceBundle *data, UErrorCode &status)
56 fData = new Hashtable(TRUE, status);
58 init(data, status);
64 RBDataMap::RBDataMap(UResourceBundle *headers, UResourceBundle *data, UErrorCode &status)
66 fData = new Hashtable(TRUE, status);
68 init(headers, data, status);
72 void RBDataMap::init(UResourceBundle *data, UErrorCode &status) {
77 t = ures_getByIndex(data, i, t, &status);
94 fData->put(UnicodeString(key, keyLen), new ResourceBundle(t, status), status); local
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_bpic.c 27 vc1_Status status = VC1_STATUS_OK; local
31 if ((status = vc1_DecodeHuffmanPair(ctxt, VC1_BFRACTION_TBL,
35 return status;
39 if ((status = vc1_CalculatePQuant(pInfo)) != VC1_STATUS_OK)
40 return status;
53 if ((status = vc1_MVRangeDecode(ctxt, pInfo)) != VC1_STATUS_OK)
54 return status;
60 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
66 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
69 return status;
    [all...]
  /system/update_engine/
update_status_utils.cc 25 const char* UpdateStatusToString(const UpdateStatus& status) {
26 switch (status) {
54 UpdateStatus* status) {
56 *status = UpdateStatus::IDLE;
59 *status = UpdateStatus::CHECKING_FOR_UPDATE;
62 *status = UpdateStatus::UPDATE_AVAILABLE;
65 *status = UpdateStatus::DOWNLOADING;
68 *status = UpdateStatus::VERIFYING;
71 *status = UpdateStatus::FINALIZING;
74 *status = UpdateStatus::UPDATED_NEED_REBOOT
    [all...]

Completed in 659 milliseconds

1 2 3 4 56 7 8 91011>>