HomeSort by relevance Sort by last modified time
    Searched full:success (Results 426 - 450 of 11144) sorted by null

<<11121314151617181920>>

  /system/tpm/attestation/common/
crypto_utility.h 31 // Generates |num_bytes| of |random_data|. Returns true on success.
35 // |sealed_key|. Returns true on success.
42 // success.
51 // Returns true on success.
57 // Returns true on success.
63 // SubjectPublicKeyInfo. On success returns true and provides the
69 // RSAPublicKey. On success returns true and provides the |public_key|.
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 130 bool success = true; local
140 success = false;
155 success = false;
160 return success;
169 bool success = true; local
188 success = false;
208 return success;
217 bool success = true; local
223 success = false;
230 success = false
    [all...]
  /external/icu/icu4c/source/layout/
ThaiShaping.cpp 148 LEErrorCode success = LE_NO_ERROR; local
152 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
157 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
162 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
167 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
172 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
177 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
189 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
194 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
200 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
    [all...]
LEGlyphStorage.h 145 * @param success - set to an error code if the operation fails
149 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
159 * @param success - set to an error code if the operation fails
163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
171 * @param success - set to an error code if the operation fails
175 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
184 * @param success - set to an error code if the operation fails
188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
197 * @param success - set to an error code if the operation fails
201 void getGlyphPositions(float positions[], LEErrorCode &success) const
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 67 boolean success)
69 fprintf(fp, "%s\t", success ? "pass" : "fail");
161 boolean success; local
222 success = TRUE;
223 for(i = 0; i < n && success; ++i) {
250 success = FALSE;
253 if (!success || verbose >= 3) {
256 if (success) {
320 write_tsv_row(fp, src_type, dst_type, cycles_avg, success);
326 return success;
391 boolean success = TRUE; local
420 boolean success = TRUE; local
446 boolean success; local
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveActionTest.java 75 } catch (InterruptedException success) {
82 } catch (InterruptedException success) {
89 } catch (TimeoutException success) {
122 } catch (CancellationException success) {
128 } catch (CancellationException success) {
134 } catch (CancellationException success) {
158 } catch (ExecutionException success) {
159 assertSame(t.getClass(), success.getCause().getClass());
165 } catch (ExecutionException success) {
166 assertSame(t.getClass(), success.getCause().getClass())
    [all...]
AbstractExecutorServiceTest.java 165 } catch (ExecutionException success) {
166 assertTrue(success.getCause() instanceof IndexOutOfBoundsException);
180 } catch (NullPointerException success) {}
191 } catch (NullPointerException success) {}
237 } catch (ExecutionException success) {
238 assertTrue(success.getCause() instanceof ArithmeticException);
252 } catch (NullPointerException success) {}
265 } catch (IllegalArgumentException success) {}
282 } catch (NullPointerException success) {}
297 } catch (ExecutionException success) {
    [all...]
BlockingQueueTest.java 74 } catch (NullPointerException success) {}
85 } catch (NullPointerException success) {}
97 } catch (NullPointerException success) {}
109 } catch (NullPointerException success) {}
120 } catch (NullPointerException success) {}
132 } catch (NullPointerException success) {}
143 } catch (NullPointerException success) {}
154 } catch (NullPointerException success) {}
165 } catch (IllegalArgumentException success) {}
176 } catch (NullPointerException success) {}
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce_backward.java 70 final boolean success = javaRslt.equals(rsRslt);
73 (success ? "PASSED" : "FAILED"));
74 return success;
78 final boolean success = (javaRslt.x == rsRslt.x) && (javaRslt.y == rsRslt.y);
83 ": " + (success ? "PASSED" : "FAILED"));
84 return success;
88 final boolean success = (javaRslt.x == rsRslt.x) && (javaRslt.y == rsRslt.y);
93 ": " + (success ? "PASSED" : "FAILED"));
94 return success;
177 final boolean success = (input[rsRslt] == 0)
    [all...]
  /device/google/contexthub/firmware/inc/
osApi.h 89 #define SYSCALL_OS_MAIN_EVTQ_SUBCRIBE 0 // (uint32_t tid, uint32_t evtType) -> bool success
90 #define SYSCALL_OS_MAIN_EVTQ_UNSUBCRIBE 1 // ((uint32_t tid, uint32_t evtType) -> bool success
91 #define SYSCALL_OS_MAIN_EVTQ_ENQUEUE 2 // (uint32_t evtType, void *evtData, uint32_t tidForFreeEvt) -> bool success
92 #define SYSCALL_OS_MAIN_EVTQ_ENQUEUE_PRIVATE 3 // (uint32_t evtType, void *evtData, uint32_t tidForFreeEvt, uint32_t toTid) -> bool success
93 #define SYSCALL_OS_MAIN_EVTQ_RETAIN_EVT 4 // (TaggedPtr *evtFreeingInfoP) -> bool success
107 #define SYSCALL_OS_MAIN_SENSOR_REQUEST 5 // (uint32_t clientId, uint32_t sensorHandle, uint32_t rate) -> bool success
108 #define SYSCALL_OS_MAIN_SENSOR_RATE_CHG 6 // (uint32_t clientId, uint32_t sensorHandle, uint32_t newRate) -> bool success
109 #define SYSCALL_OS_MAIN_SENSOR_RELEASE 7 // (uint32_t clientId, uint32_t sensorHandle) -> bool success
110 #define SYSCALL_OS_MAIN_SENSOR_TRIGGER 8 // (uint32_t clientId, uint32_t sensorHandle) -> bool success
118 #define SYSCALL_OS_MAIN_TIME_CANCEL_TIMER 2 // (uint32_t timer_id) -> bool success
    [all...]
  /external/autotest/client/site_tests/firmware_VbootCrypto/
firmware_VbootCrypto.py 155 success = self.__sha_test()
156 if not success:
158 success = self.__rsa_test()
159 if not success:
164 success = self.__image_verification_test()
165 if not success:
178 success = self.__rollback_tests()
179 if not success:
184 success = self.__splicing_tests()
185 if not success
    [all...]
  /external/llvm/test/Transforms/AtomicExpand/ARM/
cmpxchg-weak.ll 16 ; CHECK: [[SUCCESS:%.*]] = icmp eq i32 [[STREX]], 0
17 ; CHECK: br i1 [[SUCCESS]], label %[[SUCCESS_BB:.*]], label %[[FAILURE_BB:.*]]
32 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]] ]
52 ; CHECK: [[SUCCESS:%.*]] = icmp eq i32 [[STREX]], 0
53 ; CHECK: br i1 [[SUCCESS]], label %[[SUCCESS_BB:.*]], label %[[FAILURE_BB:.*]]
68 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]] ]
69 ; CHECK: ret i1 [[SUCCESS]]
88 ; CHECK: [[SUCCESS:%.*]] = icmp eq i32 [[STREX]], 0
89 ; CHECK: br i1 [[SUCCESS]], label %[[SUCCESS_BB:.*]], label %[[FAILURE_BB:.*]]
104 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]]
    [all...]
  /external/wpa_supplicant_8/src/tls/
bignum.c 72 * enough. Set to used buffer length on success if not %NULL.
73 * Returns: 0 on success, -1 on failure
97 * Returns: 0 on success, -1 on failure
113 * Returns: 0 on success, -1 on failure
125 * Returns: 0 on success, -1 on failure
138 * Returns: 0 on success, -1 on failure
156 * Returns: 0 on success, -1 on failure
174 * Returns: 0 on success, -1 on failure
193 * Returns: 0 on success, -1 on failure
213 * Returns: 0 on success, -1 on failur
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/mpr121/
mpr121.cxx 40 if (ret != mraa::SUCCESS)
54 return mraa::SUCCESS;
95 if ((rv = writeBytes(0x5e, &eleConf, 1)) != mraa::SUCCESS)
106 if ((rv = writeBytes(0x2b, sectA, 4)) != mraa::SUCCESS)
117 if ((rv = writeBytes(0x2f, sectB, 4)) != mraa::SUCCESS)
140 if ((rv = writeBytes(0x41, sectC, 24)) != mraa::SUCCESS)
151 if ((rv = writeBytes(0x5d, &filterConf, 1)) != mraa::SUCCESS)
162 if ((rv = writeBytes(0x7b, &sectF0, 1)) != mraa::SUCCESS)
169 if ((rv = writeBytes(0x7d, sectF1, 3)) != mraa::SUCCESS)
181 if ((rv = writeBytes(0x5e, &eleConf, 1)) != mraa::SUCCESS)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java 48 boolean success = true;
56 success = false;
82 success = false;
89 success = false;
96 success = false;
101 success = false;
135 success = false;
145 success = false;
159 success = false;
174 return success;
    [all...]
  /external/google-breakpad/src/client/
minidump_file_writer.h 79 // Return true on success, or false on failure.
91 // Return true on success, or false on failure.
100 // Return true on success, or false on failure
109 // Return true on success and set |output| to position, or false on failure
113 // Return true on success, or false on failure
164 // Return true on success, or false on failure
181 // Return true on success, or false on failure
227 // Return true on success, or false on failure
232 // Return true on success, or false on failure
237 // Return true on success, or false on failur
    [all...]
  /external/libxml2/
xmlmodule.c 146 * Returns 0 in case of success, -1 in case of argument error and -2
183 * Returns 0 in case of success, -1 in case of argument error
214 * returns a handle on success, and zero on error.
227 * returns 0 on success, and non-zero on error.
239 * returns 0 on success and the loaded symbol in result, and -1 on error.
260 * returns a handle on success, and zero on error.
271 * returns 0 on success, and non-zero on error.
283 * returns 0 on success and the loaded symbol in result, and -1 on error.
305 * returns a handle on success, and zero on error.
316 * returns 0 on success, and non-zero on error
    [all...]
  /external/selinux/sepolgen/tests/
audit.txt 2 type=SYSCALL msg=audit(1158584779.745:708): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bf9132f8 a2=4c56cff4 a3=0 items=0 ppid=8131 pid=8132 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
5 type=SYSCALL msg=audit(1158584779.753:709): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bf910a48 a2=4c56cff4 a3=0 items=0 ppid=8132 pid=8133 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
8 type=SYSCALL msg=audit(1158584779.825:710): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bf910a48 a2=4c56cff4 a3=0 items=0 ppid=8132 pid=8134 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
11 type=SYSCALL msg=audit(1158584780.793:711): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc0ba38 a2=4c56cff4 a3=0 items=0 ppid=8131 pid=8144 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
14 type=SYSCALL msg=audit(1158584780.797:712): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc0b188 a2=4c56cff4 a3=0 items=0 ppid=8144 pid=8145 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
17 type=SYSCALL msg=audit(1158584780.801:713): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc0b188 a2=4c56cff4 a3=0 items=0 ppid=8144 pid=8146 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
20 type=SYSCALL msg=audit(1158584780.805:714): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc0a6c8 a2=4c56cff4 a3=0 items=0 ppid=8131 pid=8144 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
23 type=SYSCALL msg=audit(1158584780.849:715): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc0a0b8 a2=4c56cff4 a3=0 items=0 ppid=8151 pid=8152 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
26 type=SYSCALL msg=audit(1158584780.853:716): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc09c78 a2=4c56cff4 a3=0 items=0 ppid=8151 pid=8153 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=user_u:system_r:vpnc_t:s0 key=(null)
29 type=SYSCALL msg=audit(1158584780.945:717): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc09be8 a2=4c56cff4 a3=0 items=0 ppid=8131 pid=8144 auid=500 uid=0 gid= (…)
    [all...]
  /art/test/1337-gc-coverage/src/
Main.java 43 final boolean success = performHomogeneousSpaceCompact();
45 System.out.println("Homogeneous compaction support=" + supportHSC + " success=" + success);
46 if (supportHSC != success) {
47 System.out.println("error: Expected " + supportHSC + " but got " + success);
49 if (success) {
  /cts/tests/openglperf2/jni/primitive/
GLPrimitive.cpp 49 bool success = gRenderer->setUp(workload); local
60 for (int i = 0; i < numFrames && success; i++) {
62 success = gRenderer->draw();
72 success = gRenderer->tearDown() && success;
73 return success;
  /dalvik/libdex/
SysUtil.h 61 * On success, "pMap" is filled in, and zero is returned.
68 * On success, "pMap" is filled in, and zero is returned.
76 * On success, "pMap" is filled in, and zero is returned.
84 * Returns 0 on success.
99 * Returns 0 on success, or an errno value on failure.
105 * 0 on success, -1 on failure.
  /external/autotest/client/site_tests/security_AccountsBaseline/
security_AccountsBaseline.py 59 success = True
77 success = False
85 success = False
91 success = success and match_res
99 return success
  /external/autotest/server/site_tests/firmware_PDConnect/
firmware_PDConnect.py 99 success = 0
114 success += 1
118 logging.info ('Attempts = %d: Connections = %d', test_count, success)
120 if success != total_attempts:
122 ': Success = ' + str(success))
  /external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
network_WiFi_ChaosConnectDisconnect.py 43 success = False
50 success = assoc_result.success
51 if not success:
63 ('success' if success else 'fail')))
  /external/clang/test/Rewriter/
rewrite-block-pointer.mm 69 typedef void (^BDVDiscoveryCompletionHandler)(int success, id<CoreDAVAccountInfoProvider> discoveredInfo);
70 typedef void (^BDVDiscoveryCompletion)(id<CodeProvider> codeInfo, int success, id<CoreDAVAccountInfoProvider> discoveredInfo);
71 typedef void (^BDVDiscovery)(int success);
73 int success, id<CoreDAVAccountInfoProvider, CodeProvider> Info);
76 typedef void (^ BDVDiscoveryCompletion1 )(id<CodeProvider> codeInfo, int success, id<CoreDAVAccountInfoProvider> discoveredInfo);
84 int success, id<CoreDAVAccountInfoProvider, CodeProvider> Info);

Completed in 1783 milliseconds

<<11121314151617181920>>