HomeSort by relevance Sort by last modified time
    Searched refs:status (Results 51 - 75 of 7664) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/tools/ctestfw/unicode/
datamap.h 41 virtual const UnicodeString getString(const char* key, UErrorCode &status) const = 0;
48 virtual int32_t getInt(const char* key, UErrorCode &status) const = 0;
53 * @param status UErrorCode in/out parameter
56 virtual int32_t getInt28(const char* key, UErrorCode &status) const = 0;
61 * @param status UErrorCode in/out parameter
64 virtual uint32_t getUInt28(const char* key, UErrorCode &status) const = 0;
70 * @param status UErrorCode in/out parameter
73 virtual const int32_t *getIntVector(int32_t &length, const char *key, UErrorCode &status) const = 0;
79 * @param status UErrorCode in/out parameter
82 virtual const uint8_t *getBinary(int32_t &length, const char *key, UErrorCode &status) const = 0
    [all...]
  /external/chromium/net/tools/fetch/
http_server_response_info.cc 8 : status(200), content_length(0), connection_close(false) {
  /external/chromium_org/ash/system/drive/
drive_observer.h 14 virtual void OnDriveJobUpdated(const DriveOperationStatus& status) = 0;
  /external/chromium_org/courgette/
patcher_x86_32.h 26 Status Init(SourceStream* parameter_stream) {
40 Status PredictTransformParameters(SinkStreamSet* predicted_parameters) {
45 Status Transform(SourceStreamSet* corrected_parameters,
47 Status status; local
52 status = ParseDetectedExecutable(ensemble_region_.start() + base_offset_,
55 if (status != C_OK)
56 return status;
59 Status trim_status = TrimLabels(program);
66 status = Encode(program, &encoded)
79 Status status; local
    [all...]
  /external/chromium_org/net/tools/fetch/
http_server_response_info.cc 8 : status(200), content_length(0), connection_close(false) {
  /external/chromium_org/third_party/icu/source/common/
localsvc.h 19 * @param status error status
22 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
ures_cnv.c 30 UErrorCode *status)
36 if(status==NULL || U_FAILURE(*status)) {
45 *status=U_ILLEGAL_ARGUMENT_ERROR;
56 UConverter *cnv=u_getDefaultConverter(status);
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
59 if(U_FAILURE(*status)) {
64 *status=U_ILLEGAL_ARGUMENT_ERROR;
69 *status=U_UNSUPPORTED_ERROR;
75 return ures_open(path, localeID, status);
    [all...]
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
fork.cc 14 int status = 0; local
19 waitpid(pid, &status, 0);
20 assert(WIFEXITED(status));
21 return WEXITSTATUS(status);
  /external/elfutils/tests/
hash.c 46 int status; local
49 status = check ("_DYNAMIC", 165832675);
50 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335);
52 return status;
  /external/icu4c/common/
localsvc.h 19 * @param status error status
22 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
ures_cnv.c 30 UErrorCode *status)
36 if(status==NULL || U_FAILURE(*status)) {
45 *status=U_ILLEGAL_ARGUMENT_ERROR;
56 UConverter *cnv=u_getDefaultConverter(status);
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
59 if(U_FAILURE(*status)) {
64 *status=U_ILLEGAL_ARGUMENT_ERROR;
69 *status=U_UNSUPPORTED_ERROR;
75 return ures_open(path, localeID, status);
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_nv_ci.h 38 tNFA_NV_CO_STATUS status; member in struct:__anon23317
47 tNFA_NV_CO_STATUS status; member in struct:__anon23318
70 ** Parameters status - NFA_NV_CO_OK, NFA_NV_CO_NOSPACE, or NFA_NV_CO_FAIL
77 NFC_API extern void nfa_nv_ci_write (tNFA_NV_CO_STATUS status);
90 ** status - NFA_NV_CO_OK if full buffer of data,
100 tNFA_NV_CO_STATUS status,
  /external/libnfc-nci/src/nfc/nfc/
nfc_test.c 56 tNFC_STATUS status = NFC_STATUS_FAILED; local
61 status = nfc_ncif_send_data (p_cb, p_data);
64 if (status != NFC_STATUS_OK)
67 return status;
  /external/libnfc-nxp/src/
phLibNfc_discovery.h 35 NFCSTATUS status
  /external/srtp/crypto/cipher/
cipher.c 87 err_status_t status; local
110 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
111 if (status)
112 return status;
120 status = cipher_init(c, test_case->key, direction_encrypt);
121 if (status) {
123 return status;
139 status = cipher_set_iv(c, test_case->idx);
140 if (status) {
142 return status;
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareCallback.java 45 * @param status One of {@link GeofenceHardware#GEOFENCE_SUCCESS},
51 public void onGeofenceAdd(int geofenceId, int status) {
58 * @param status One of {@link GeofenceHardware#GEOFENCE_SUCCESS},
62 public void onGeofenceRemove(int geofenceId, int status) {
69 * @param status One of {@link GeofenceHardware#GEOFENCE_SUCCESS},
73 public void onGeofencePause(int geofenceId, int status) {
80 * @param status One of {@link GeofenceHardware#GEOFENCE_SUCCESS},
85 public void onGeofenceResume(int geofenceId, int status) {
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportItem.java 26 String status; field in class:DeliveryReportItem
29 public DeliveryReportItem(String recipient, String status, String deliveryDate) {
31 this.status = status;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
waitstatus.h 1 /* Definitions of status bits for `wait' et al.
28 /* If WIFEXITED(STATUS), the low-order 8 bits of the status. */
29 #define __WEXITSTATUS(status) (((status) & 0xff00) >> 8)
31 /* If WIFSIGNALED(STATUS), the terminating signal. */
32 #define __WTERMSIG(status) ((status) & 0x7f)
34 /* If WIFSTOPPED(STATUS), the signal that stopped the child. */
35 #define __WSTOPSIG(status) __WEXITSTATUS(status
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitstatus.h 1 /* Definitions of status bits for `wait' et al.
28 /* If WIFEXITED(STATUS), the low-order 8 bits of the status. */
29 #define __WEXITSTATUS(status) (((status) & 0xff00) >> 8)
31 /* If WIFSIGNALED(STATUS), the terminating signal. */
32 #define __WTERMSIG(status) ((status) & 0x7f)
34 /* If WIFSTOPPED(STATUS), the signal that stopped the child. */
35 #define __WSTOPSIG(status) __WEXITSTATUS(status
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitstatus.h 1 /* Definitions of status bits for `wait' et al.
28 /* If WIFEXITED(STATUS), the low-order 8 bits of the status. */
29 #define __WEXITSTATUS(status) (((status) & 0xff00) >> 8)
31 /* If WIFSIGNALED(STATUS), the terminating signal. */
32 #define __WTERMSIG(status) ((status) & 0x7f)
34 /* If WIFSTOPPED(STATUS), the signal that stopped the child. */
35 #define __WSTOPSIG(status) __WEXITSTATUS(status
    [all...]
  /external/chromium_org/content/public/common/
ssl_status.h 17 // Flags used for the page security content status.
35 bool Equals(const SSLStatus& status) const {
36 return security_style == status.security_style &&
37 cert_id == status.cert_id &&
38 cert_status == status.cert_status &&
39 security_bits == status.security_bits &&
40 content_status == status.content_status &&
42 status.signed_certificate_timestamp_ids;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs8403.h 43 diga->status[0] |= IEC958_AES0_NONAUDIO;
45 diga->status[0] |= IEC958_AES0_CON_NOT_COPYRIGHT;
47 case 0x10: diga->status[0] |= IEC958_AES0_CON_EMPHASIS_NONE; break;
48 case 0x00: diga->status[0] |= IEC958_AES0_CON_EMPHASIS_5015; break;
51 diga->status[1] |= IEC958_AES1_CON_ORIGINAL;
53 case 0x00: diga->status[1] |= IEC958_AES1_CON_MAGNETIC_ID; break;
54 case 0x20: diga->status[1] |= IEC958_AES1_CON_DIGDIGCONV_ID; break;
55 case 0x40: diga->status[1] |= IEC958_AES1_CON_LASEROPT_ID; break;
56 case 0x60: diga->status[1] |= IEC958_AES1_CON_GENERAL; break;
59 case 0x00: diga->status[3] |= IEC958_AES3_CON_FS_44100; break
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs8403.h 43 diga->status[0] |= IEC958_AES0_NONAUDIO;
45 diga->status[0] |= IEC958_AES0_CON_NOT_COPYRIGHT;
47 case 0x10: diga->status[0] |= IEC958_AES0_CON_EMPHASIS_NONE; break;
48 case 0x00: diga->status[0] |= IEC958_AES0_CON_EMPHASIS_5015; break;
51 diga->status[1] |= IEC958_AES1_CON_ORIGINAL;
53 case 0x00: diga->status[1] |= IEC958_AES1_CON_MAGNETIC_ID; break;
54 case 0x20: diga->status[1] |= IEC958_AES1_CON_DIGDIGCONV_ID; break;
55 case 0x40: diga->status[1] |= IEC958_AES1_CON_LASEROPT_ID; break;
56 case 0x60: diga->status[1] |= IEC958_AES1_CON_GENERAL; break;
59 case 0x00: diga->status[3] |= IEC958_AES3_CON_FS_44100; break
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 32 #define TEST_ASSERT_SUCCESS(status) {if (U_FAILURE(status)) { \
33 log_data_err("Failure at file %s, line %d, error = %s (Are you missing data?)\n", __FILE__, __LINE__, u_errorName(status));}}
51 status = U_ZERO_ERROR; \
52 re = uregex_openC(pattern, flags, NULL, &status); \
53 TEST_ASSERT_SUCCESS(status); \
56 uregex_setText(re, srcString, -1, &status); \
57 TEST_ASSERT_SUCCESS(status); \
58 if (U_SUCCESS(status)) {
62 TEST_ASSERT_SUCCESS(status); \
94 UErrorCode status = U_ZERO_ERROR; local
158 UErrorCode status = U_ZERO_ERROR; local
1359 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/chromium_org/tools/gyp/test/prune_targets/
gyptest-prune-targets.py 37 test.build('test2.gyp', 'lib2', status=build_error_code, stderr=None)
38 test.build('test2.gyp', 'lib3', status=build_error_code, stderr=None)
41 test.build('test1.gyp', 'program2', status=build_error_code, stderr=None)
42 test.build('test1.gyp', 'program3', status=build_error_code, stderr=None)
46 test.build('test2.gyp', 'lib1', status=build_error_code, stderr=None)
48 test.build('test2.gyp', 'lib3', status=build_error_code, stderr=None)
50 test.build('test1.gyp', 'program1', status=build_error_code, stderr=None)
52 test.build('test1.gyp', 'program3', status=build_error_code, stderr=None)
58 test.build('test2.gyp', 'lib3', status=build_error_code, stderr=None)
62 test.build('test1.gyp', 'program3', status=build_error_code, stderr=None
    [all...]

Completed in 1439 milliseconds

1 23 4 5 6 7 8 91011>>