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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeSetPrefix.java 132 boolean success = false;
136 success = (ex.code == DOMException.NAMESPACE_ERR);
138 assertTrue("throw_NAMESPACE_ERR", success);
157 // boolean success = false;
161 // success = (ex.code == DOMException.NAMESPACE_ERR);
163 // assertTrue("nodesetprefix04", success);
184 boolean success = false;
188 success = (ex.code == DOMException.NAMESPACE_ERR);
190 assertTrue("throw_NAMESPACE_ERR", success);
202 boolean success = false
    [all...]
  /build/tools/makeparallel/
Makefile.test 9 echo SUCCESS && echo; \
  /external/autotest/client/site_tests/hardware_TPMLoadKey/
hardware_TPMLoadKey.py 17 # 4. Test passes if LoadKey reports success.
35 # event, and filter for a debug message indicating success
40 # Confirm the LoadKey message reports success
41 if (output.find("success") < 0):
  /external/autotest/server/self-test/
timed_test.srv 10 print 'Timeout test success!'
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 2 return "PROXY success:80";
  /external/compiler-rt/test/BlocksRuntime/
c99.c 18 printf("%s: success\n", argv[0]);
flagsisa.c 18 printf("%s: success\n", argv[0]);
modglobal.c 15 printf("%s: success\n", argv[0]);
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-maybe-open-file.cc 7 // RUN: %env_asan_opts=coverage=1 %run %t | FileCheck %s --check-prefix=CHECK-success
22 printf("SUCCESS\n");
31 // CHECK-success: SUCCESS
  /external/icu/icu4c/source/layout/
AlternateSubstSubtables.cpp 18 GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const
22 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
24 if (coverageIndex >= 0 && LE_SUCCESS(success)) {
29 const LEReferenceTo<AlternateSetTable> alternateSetTable(base, success,
CursiveAttachmentSubtables.cpp 17 le_uint32 CursiveAttachmentSubtable::process(const LEReferenceTo<CursiveAttachmentSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const
20 le_int32 coverageIndex = getGlyphCoverage(base, glyphID, success);
24 entryExitRecordsArrayRef(base, success, entryExitRecords, coverageIndex);
26 if (coverageIndex < 0 || coverageIndex >= eeCount || LE_FAILURE(success)) {
Features.cpp 16 LEReferenceTo<FeatureTable> FeatureListTable::getFeatureTable(const LETableReference &base, le_uint16 featureIndex, LETag *featureTag, LEErrorCode &success) const
19 featureRecordArrayRef(base, success, featureRecordArray, featureIndex);
21 if (featureIndex >= SWAPW(featureCount) || LE_FAILURE(success)) {
29 return LEReferenceTo<FeatureTable>(base, success, SWAPW(featureTableOffset));
GlyphDefinitionTables.h 95 LEErrorCode &success) const;
98 LEErrorCode &success)const ;
101 LEErrorCode &success) const;
104 LEErrorCode &success) const;
LigatureSubstSubtables.cpp 16 le_uint32 LigatureSubstitutionSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const
19 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
31 componentArrayRef(base, success, ligTable->componentArray, compCount);
32 if (LE_FAILURE(success)) { return 0; }
SubstitutionLookups.cpp 32 LEErrorCode& success)
34 if (LE_FAILURE(success)) {
40 for (le_uint16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) {
47 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
  /external/kernel-headers/original/uapi/linux/dvb/
osd.h 33 // returns 0 on success
36 // returns 0 on success, -1 on DRAM allocation error, -2 on "already open"
39 // returns 0 on success
42 // returns 0 on success
45 // returns 0 on success
48 // returns 0 on success
56 // returns 0 on success, -1 on error
64 // returns 0 on success
67 // returns 0 on success, -1 on error
72 // returns 0 on success, -1 on clipping all pixel (no pixel drawn
    [all...]
  /external/libcxx/test/support/
cmpxchg_loop.h 16 std::memory_order success,
19 if (atomic.compare_exchange_weak(expected, desired, success,
41 std::memory_order success,
45 success, failure) == true) {
  /external/selinux/libselinux/man/man3/
security_policyvers.3 11 returns the version of the policy (a positive integer) on success, or \-1 on
  /external/strace/linux/alpha/
get_syscall_args.c 1 /* Return -1 on error or 1 on success (never 0!). */
  /external/strace/linux/arc/
get_syscall_args.c 1 /* Return -1 on error or 1 on success (never 0!). */
  /external/strace/linux/bfin/
get_syscall_args.c 1 /* Return -1 on error or 1 on success (never 0!). */
  /external/strace/linux/hppa/
get_syscall_args.c 1 /* Return -1 on error or 1 on success (never 0!). */
  /external/strace/linux/m68k/
get_syscall_args.c 1 /* Return -1 on error or 1 on success (never 0!). */
  /external/strace/linux/metag/
get_syscall_args.c 1 /* Return -1 on error or 1 on success (never 0!). */
  /external/strace/linux/microblaze/
get_syscall_args.c 1 /* Return -1 on error or 1 on success (never 0!). */

Completed in 287 milliseconds

1 2 3 4 5 6 7 8 91011>>