Searched refs:status (Results 101 - 125 of 5927) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/common/
H A Dpush_messaging_status.cc11 const char* PushMessagingStatusToString(PushMessagingStatus status) { argument
12 switch (status) {
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
H A DITranslatorServiceCallback.aidl20 void onInit(int status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dupluralrules.cpp21 uplrules_open(const char *locale, UErrorCode *status) argument
23 return uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status);
27 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status) argument
29 return (UPluralRules*)PluralRules::forLocale(Locale(locale), type, *status);
42 UErrorCode *status)
44 if (U_FAILURE(*status)) {
48 *status = U_ILLEGAL_ARGUMENT_ERROR;
52 return result.extract(keyword, capacity, *status);
39 uplrules_select(const UPluralRules *uplrules, double number, UChar *keyword, int32_t capacity, UErrorCode *status) argument
H A Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
52 if (U_FAILURE(*status)) {
56 *status = U_UNSUPPORTED_ERROR;
70 SpoofData *newSpoofData = new SpoofData(*status);
71 SpoofImpl *This = new SpoofImpl(newSpoofData, *status);
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
77 if (U_FAILURE(*status)) {
48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Duspoof_wsconf.cpp76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
82 if (U_FAILURE(status) || len == -1 || len >= destCapacity) {
102 int32_t confusablesWSLen, UParseError *pe, UErrorCode &status)
104 if (U_FAILURE(status)) {
118 anyCaseTrie = utrie2_open(0, 0, &status);
119 lowerCaseTrie = utrie2_open(0, 0, &status);
135 scriptSets = new UVector(status);
137 status = U_MEMORY_ALLOCATION_ERROR;
140 scriptSets->addElement((void *)NULL, status);
75 extractGroup( URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) argument
101 buildWSConfusableData(SpoofImpl *spImpl, const char * confusablesWS, int32_t confusablesWSLen, UParseError *pe, UErrorCode &status) argument
[all...]
H A Dtblcoll.cpp90 UErrorCode& status) :
96 status);
101 UErrorCode& status) : dataIsOwned(FALSE)
106 status);
111 UErrorCode& status) :
117 status);
123 UErrorCode& status) : dataIsOwned(FALSE)
128 status);
132 UErrorCode &status) :
136 ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
89 RuleBasedCollator(const UnicodeString& rules, UErrorCode& status) argument
99 RuleBasedCollator(const UnicodeString& rules, ECollationStrength collationStrength, UErrorCode& status) argument
109 RuleBasedCollator(const UnicodeString& rules, UColAttributeValue decompositionMode, UErrorCode& status) argument
120 RuleBasedCollator(const UnicodeString& rules, ECollationStrength collationStrength, UColAttributeValue decompositionMode, UErrorCode& status) argument
130 RuleBasedCollator(const uint8_t *bin, int32_t length, const RuleBasedCollator *base, UErrorCode &status) argument
156 construct(const UnicodeString& rules, UColAttributeValue collationStrength, UColAttributeValue decompositionMode, UErrorCode& status) argument
241 UErrorCode status = U_ZERO_ERROR; local
260 UErrorCode status = U_ZERO_ERROR; local
455 cloneRuleData(int32_t &length, UErrorCode &status) argument
478 cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) argument
483 setAttribute(UColAttribute attr, UColAttributeValue value, UErrorCode &status) argument
501 setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status) argument
506 setVariableTop(const UnicodeString &varTop, UErrorCode &status) argument
511 setVariableTop(uint32_t varTop, UErrorCode &status) argument
541 setReorderCodes(const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode& status) argument
549 getEquivalentReorderCodes(int32_t reorderCode, int32_t* dest, int32_t destCapacity, UErrorCode& status) argument
607 RuleBasedCollator(const Locale& desiredLocale, UErrorCode& status) argument
656 setUCollator(const char *locale, UErrorCode &status) argument
673 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Duregexc.cpp28 UErrorCode *status) {
29 if (U_FAILURE(*status)) {
33 *status = U_ILLEGAL_ARGUMENT_ERROR;
38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
25 uregex_openC( const char *pattern, uint32_t flags, UParseError *pe, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcgendtst.c36 UErrorCode status = U_ZERO_ERROR; local
37 const UGenderInfo* actual_gi = ugender_getInstance("fr_CA", &status);
39 if (U_FAILURE(status)) {
40 log_err_status(status, "Fail to create UGenderInfo - %s (Are you missing data?)", u_errorName(status));
43 actual = ugender_getListGender(actual_gi, kAllFemale, LENGTHOF(kAllFemale), &status);
44 if (U_FAILURE(status)) {
45 log_err("Fail to get gender of list - %s\n", u_errorName(status));
/external/chromium_org/tools/gyp/test/android/
H A Dgyptest-noalias.py17 test.build('hello.gyp', 'hello', status=2, stderr=None)
19 test.build('hello.gyp', 'gyp_all_modules', status=2, stderr=None)
/external/icu/icu4c/source/i18n/
H A Dupluralrules.cpp21 uplrules_open(const char *locale, UErrorCode *status) argument
23 return uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status);
27 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status) argument
29 return (UPluralRules*)PluralRules::forLocale(Locale(locale), type, *status);
42 UErrorCode *status)
44 if (U_FAILURE(*status)) {
48 *status = U_ILLEGAL_ARGUMENT_ERROR;
52 return result.extract(keyword, capacity, *status);
39 uplrules_select(const UPluralRules *uplrules, double number, UChar *keyword, int32_t capacity, UErrorCode *status) argument
H A Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
52 if (U_FAILURE(*status)) {
56 *status = U_UNSUPPORTED_ERROR;
70 SpoofData *newSpoofData = new SpoofData(*status);
71 SpoofImpl *This = new SpoofImpl(newSpoofData, *status);
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
77 if (U_FAILURE(*status)) {
48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Duspoof_wsconf.cpp76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
82 if (U_FAILURE(status) || len == -1 || len >= destCapacity) {
102 int32_t confusablesWSLen, UParseError *pe, UErrorCode &status)
104 if (U_FAILURE(status)) {
118 anyCaseTrie = utrie2_open(0, 0, &status);
119 lowerCaseTrie = utrie2_open(0, 0, &status);
135 scriptSets = new UVector(status);
137 status = U_MEMORY_ALLOCATION_ERROR;
140 scriptSets->addElement((void *)NULL, status);
75 extractGroup( URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) argument
101 buildWSConfusableData(SpoofImpl *spImpl, const char * confusablesWS, int32_t confusablesWSLen, UParseError *pe, UErrorCode &status) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcgendtst.c36 UErrorCode status = U_ZERO_ERROR; local
37 const UGenderInfo* actual_gi = ugender_getInstance("fr_CA", &status);
39 if (U_FAILURE(status)) {
40 log_err_status(status, "Fail to create UGenderInfo - %s (Are you missing data?)", u_errorName(status));
43 actual = ugender_getListGender(actual_gi, kAllFemale, LENGTHOF(kAllFemale), &status);
44 if (U_FAILURE(status)) {
45 log_err("Fail to get gender of list - %s\n", u_errorName(status));
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_nv_ci.h52 ** Parameters status - NFA_NV_CO_OK, NFA_NV_CO_NOSPACE, or NFA_NV_CO_FAIL
59 void nfc_hal_nv_ci_write (tNFC_HAL_NV_CO_STATUS status);
72 ** status - NFC_HAL_NV_CO_OK if full buffer of data,
82 tNFC_HAL_NV_CO_STATUS status,
/external/libnfc-nxp/src/
H A DphHciNfc.c101 NFCSTATUS status = NFCSTATUS_SUCCESS; local
108 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
112 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_ALREADY_INITIALISED );
158 status = psHciLayerCfg->layer_next->layer_registry(
161 HCI_DEBUG("HCI Lower Layer Register, Status = %02X\n",status);
163 if( (NFCSTATUS_SUCCESS == status) && (NULL != plower_if->init) )
165 status = phHciNfc_FSM_Update ( psHciContext,
168 if(NFCSTATUS_SUCCESS == status)
174 status = plower_if->init((void *)plower_if->pcontext,
176 HCI_DEBUG("HCI Lower Layer Initialisation, Status = %02X\n",status);
217 NFCSTATUS status = NFCSTATUS_SUCCESS; local
373 NFCSTATUS status = NFCSTATUS_SUCCESS; local
472 NFCSTATUS status = NFCSTATUS_SUCCESS; local
536 NFCSTATUS status = NFCSTATUS_SUCCESS; local
663 NFCSTATUS status = NFCSTATUS_SUCCESS; local
746 NFCSTATUS status = NFCSTATUS_SUCCESS; local
812 NFCSTATUS status = NFCSTATUS_SUCCESS; local
880 NFCSTATUS status = NFCSTATUS_SUCCESS; local
931 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1025 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1125 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1237 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1344 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1492 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1589 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1627 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1677 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1714 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1752 NFCSTATUS status = NFCSTATUS_SUCCESS; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumrgts.cpp33 UErrorCode& status) const
35 return NumberFormat::format(number, toAppendTo, posIter, status);
42 UErrorCode& status) const
44 return NumberFormat::format(obj, toAppendTo, pos, status);
71 UErrorCode& status) const
73 NumberFormat::parse(text, result, status);
182 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError) argument
184 if(U_FAILURE(status)) {
187 + UnicodeString(" failed, error ", "") + UnicodeString(u_errorName(status), "") + UnicodeString(l.getName(),""));
189 errcheckln(status, UnicodeStrin
199 failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError) argument
216 failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError) argument
286 UErrorCode status = U_ZERO_ERROR; local
316 UErrorCode status = U_ZERO_ERROR; local
346 UErrorCode status = U_ZERO_ERROR; local
371 UErrorCode status = U_ZERO_ERROR; local
402 UErrorCode status = U_ZERO_ERROR; local
432 UErrorCode status = U_ZERO_ERROR; local
455 UErrorCode status = U_ZERO_ERROR; local
476 UErrorCode status = U_ZERO_ERROR; local
500 UErrorCode status = U_ZERO_ERROR; local
582 UErrorCode status = U_ZERO_ERROR; local
638 UErrorCode status = U_ZERO_ERROR; local
704 UErrorCode status = U_ZERO_ERROR; local
733 UErrorCode status = U_ZERO_ERROR; local
760 UErrorCode status = U_ZERO_ERROR; local
786 UErrorCode status = U_ZERO_ERROR; local
839 UErrorCode status = U_ZERO_ERROR; local
907 UErrorCode status = U_ZERO_ERROR; local
984 UErrorCode status = U_ZERO_ERROR; local
1050 UErrorCode status = U_ZERO_ERROR; local
1116 UErrorCode status = U_ZERO_ERROR; local
1169 UErrorCode status = U_ZERO_ERROR; local
1211 UErrorCode status = U_ZERO_ERROR; local
1235 UErrorCode status = U_ZERO_ERROR; local
1280 UErrorCode status = U_ZERO_ERROR; local
1304 UErrorCode status = U_ZERO_ERROR; local
1322 UErrorCode status = U_ZERO_ERROR; local
1344 UErrorCode status = U_ZERO_ERROR; local
1382 UErrorCode status = U_ZERO_ERROR; local
1404 UErrorCode status = U_ZERO_ERROR; local
1445 UErrorCode status = U_ZERO_ERROR; local
1481 UErrorCode status = U_ZERO_ERROR; local
1515 UErrorCode status = U_ZERO_ERROR; local
1540 UErrorCode status = U_ZERO_ERROR; local
1574 UErrorCode status = U_ZERO_ERROR; local
1614 UErrorCode status = U_ZERO_ERROR; local
1644 UErrorCode status = U_ZERO_ERROR; local
1754 UErrorCode status = U_ZERO_ERROR; local
1789 UErrorCode status = U_ZERO_ERROR; local
1848 UErrorCode status = U_ZERO_ERROR; local
1872 UErrorCode status = U_ZERO_ERROR; local
1915 UErrorCode status = U_ZERO_ERROR; local
1993 UErrorCode status = U_ZERO_ERROR; local
2020 UErrorCode status = U_ZERO_ERROR; local
2075 UErrorCode status = U_ZERO_ERROR; local
2117 UErrorCode status = U_ZERO_ERROR; local
2156 UErrorCode status = U_ZERO_ERROR; local
2192 UErrorCode status = U_ZERO_ERROR; local
2231 UErrorCode status = U_ZERO_ERROR; local
2264 UErrorCode status = U_ZERO_ERROR; local
2265 DecimalFormatSymbols sym(Locale::getUS(), status); local
2296 UErrorCode status = U_ZERO_ERROR; local
2297 DecimalFormatSymbols sym(Locale::getUS(), status); local
2479 UErrorCode status = U_ZERO_ERROR; local
2521 UErrorCode status = U_ZERO_ERROR; local
2542 UErrorCode status = U_ZERO_ERROR; local
2567 UErrorCode status = U_ZERO_ERROR; local
2568 DecimalFormatSymbols sym(Locale::getUS(), status); local
2598 UErrorCode status = U_ZERO_ERROR; local
2599 DecimalFormatSymbols sym(Locale::getUS(), status); local
2646 UErrorCode status = U_ZERO_ERROR; local
2718 UErrorCode status = U_ZERO_ERROR; local
2838 UErrorCode status = U_ZERO_ERROR; local
2864 UErrorCode status = U_ZERO_ERROR; local
2910 UErrorCode status = U_ZERO_ERROR; local
2996 UErrorCode status = U_ZERO_ERROR; local
2997 DecimalFormatSymbols symbols(Locale::getEnglish(), status); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp33 UErrorCode& status) const
35 return NumberFormat::format(number, toAppendTo, posIter, status);
42 UErrorCode& status) const
44 return NumberFormat::format(obj, toAppendTo, pos, status);
71 UErrorCode& status) const
73 NumberFormat::parse(text, result, status);
182 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError) argument
184 if(U_FAILURE(status)) {
187 + UnicodeString(" failed, error ", "") + UnicodeString(u_errorName(status), "") + UnicodeString(l.getName(),""));
189 errcheckln(status, UnicodeStrin
199 failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError) argument
216 failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError) argument
286 UErrorCode status = U_ZERO_ERROR; local
316 UErrorCode status = U_ZERO_ERROR; local
346 UErrorCode status = U_ZERO_ERROR; local
371 UErrorCode status = U_ZERO_ERROR; local
402 UErrorCode status = U_ZERO_ERROR; local
432 UErrorCode status = U_ZERO_ERROR; local
455 UErrorCode status = U_ZERO_ERROR; local
476 UErrorCode status = U_ZERO_ERROR; local
500 UErrorCode status = U_ZERO_ERROR; local
582 UErrorCode status = U_ZERO_ERROR; local
638 UErrorCode status = U_ZERO_ERROR; local
704 UErrorCode status = U_ZERO_ERROR; local
733 UErrorCode status = U_ZERO_ERROR; local
760 UErrorCode status = U_ZERO_ERROR; local
786 UErrorCode status = U_ZERO_ERROR; local
839 UErrorCode status = U_ZERO_ERROR; local
907 UErrorCode status = U_ZERO_ERROR; local
984 UErrorCode status = U_ZERO_ERROR; local
1050 UErrorCode status = U_ZERO_ERROR; local
1116 UErrorCode status = U_ZERO_ERROR; local
1169 UErrorCode status = U_ZERO_ERROR; local
1211 UErrorCode status = U_ZERO_ERROR; local
1235 UErrorCode status = U_ZERO_ERROR; local
1280 UErrorCode status = U_ZERO_ERROR; local
1304 UErrorCode status = U_ZERO_ERROR; local
1322 UErrorCode status = U_ZERO_ERROR; local
1344 UErrorCode status = U_ZERO_ERROR; local
1382 UErrorCode status = U_ZERO_ERROR; local
1404 UErrorCode status = U_ZERO_ERROR; local
1445 UErrorCode status = U_ZERO_ERROR; local
1481 UErrorCode status = U_ZERO_ERROR; local
1515 UErrorCode status = U_ZERO_ERROR; local
1540 UErrorCode status = U_ZERO_ERROR; local
1574 UErrorCode status = U_ZERO_ERROR; local
1614 UErrorCode status = U_ZERO_ERROR; local
1644 UErrorCode status = U_ZERO_ERROR; local
1754 UErrorCode status = U_ZERO_ERROR; local
1789 UErrorCode status = U_ZERO_ERROR; local
1848 UErrorCode status = U_ZERO_ERROR; local
1872 UErrorCode status = U_ZERO_ERROR; local
1915 UErrorCode status = U_ZERO_ERROR; local
1993 UErrorCode status = U_ZERO_ERROR; local
2020 UErrorCode status = U_ZERO_ERROR; local
2075 UErrorCode status = U_ZERO_ERROR; local
2117 UErrorCode status = U_ZERO_ERROR; local
2156 UErrorCode status = U_ZERO_ERROR; local
2192 UErrorCode status = U_ZERO_ERROR; local
2231 UErrorCode status = U_ZERO_ERROR; local
2264 UErrorCode status = U_ZERO_ERROR; local
2265 DecimalFormatSymbols sym(Locale::getUS(), status); local
2296 UErrorCode status = U_ZERO_ERROR; local
2297 DecimalFormatSymbols sym(Locale::getUS(), status); local
2479 UErrorCode status = U_ZERO_ERROR; local
2521 UErrorCode status = U_ZERO_ERROR; local
2542 UErrorCode status = U_ZERO_ERROR; local
2567 UErrorCode status = U_ZERO_ERROR; local
2568 DecimalFormatSymbols sym(Locale::getUS(), status); local
2598 UErrorCode status = U_ZERO_ERROR; local
2599 DecimalFormatSymbols sym(Locale::getUS(), status); local
2646 UErrorCode status = U_ZERO_ERROR; local
2718 UErrorCode status = U_ZERO_ERROR; local
2838 UErrorCode status = U_ZERO_ERROR; local
2864 UErrorCode status = U_ZERO_ERROR; local
2910 UErrorCode status = U_ZERO_ERROR; local
2996 UErrorCode status = U_ZERO_ERROR; local
2997 DecimalFormatSymbols symbols(Locale::getEnglish(), status); local
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dstatus_view.css6 .capture-status-view {
10 .halted-status-view {
14 .loaded-status-view {
18 #capture-status-view {
23 .capture-status-view-link,
24 .capture-status-view-link:visited,
25 .capture-status-view-link:active {
30 .capture-status-view-link:hover {
36 #capture-status-view-actions {
45 .capture-status
[all...]
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_ci.c40 ** status - BTA_MA_STATUS_OK if operation is successful
48 tBTA_HL_STATUS status,
54 APPL_TRACE_DEBUG("bta_hl_ci_get_tx_data mdl_handle=%d status=%d evt=%d\n",
55 mdl_handle, status, evt);
62 p_evt->status = status;
75 ** status - BTA_MA_STATUS_OK if operation is successful
83 tBTA_HL_STATUS status,
88 APPL_TRACE_DEBUG("bta_hl_ci_put_rx_data mdl_handle=%d status=%d evt=%d\n",
89 mdl_handle, status, ev
47 bta_hl_ci_get_tx_data( tBTA_HL_MDL_HANDLE mdl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
82 bta_hl_ci_put_rx_data( tBTA_HL_MDL_HANDLE mdl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
117 bta_hl_ci_get_echo_data( tBTA_HL_MCL_HANDLE mcl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
152 bta_hl_ci_put_echo_data( tBTA_HL_MCL_HANDLE mcl_handle, tBTA_HL_STATUS status, UINT16 evt ) argument
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_ci.h53 ** status - BTA_MA_STATUS_OK if operation is successful
61 tBTA_HL_STATUS status,
72 ** status - BTA_MA_STATUS_OK if operation is successful
80 tBTA_HL_STATUS status,
93 ** status - BTA_MA_STATUS_OK if operation is successful
101 tBTA_HL_STATUS status,
113 ** status - BTA_MA_STATUS_OK if operation is successful
121 tBTA_HL_STATUS status,
/external/chromium_org/chrome/browser/resources/
H A Dconnection_manager.js15 chromeos.connectionManager.setTransactionStatus = function(status, callback) {
17 chromeos.connectionManager.reportTransactionStatus_(status);
20 chromeos.connectionManager.reportTransactionStatus_ = function(status) {
24 'status': status
/external/chromium_org/courgette/
H A Dpatcher_x86_32.h47 Status status; local
52 status = ParseDetectedExecutable(ensemble_region_.start() + base_offset_,
55 if (status != C_OK)
56 return status;
66 status = Encode(program, &encoded);
68 if (status != C_OK)
69 return status;
71 status = WriteEncodedProgram(encoded, transformed_element);
74 return status;
79 Status status; local
[all...]
/external/chromium_org/net/quic/
H A Dquic_types.cc24 : status(WRITE_STATUS_ERROR),
28 WriteResult::WriteResult(WriteStatus status, argument
30 : status(status),
/external/chromium_org/third_party/icu/source/common/
H A Dicuplugimp.h31 * @param status error code
36 uplug_openLibrary(const char *libName, UErrorCode *status);
41 * @param status error code
45 uplug_closeLibrary(void *lib, UErrorCode *status);
50 * @param status error code
55 uplug_findLibrary(void *lib, UErrorCode *status);
65 * @param status error result
69 uplug_init(UErrorCode *status);
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
H A Dauth.c89 err_status_t status; local
111 status = auth_type_alloc(at, &a, test_case->key_length_octets,
113 if (status)
114 return status;
117 status = auth_init(a, test_case->key);
118 if (status) {
120 return status;
125 status = auth_compute(a, test_case->data,
127 if (status) {
129 return status;
[all...]

Completed in 3266 milliseconds

1234567891011>>