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

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4c/source/layout/
SubtableProcessor.h 24 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
28 SubtableProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
SubtableProcessor2.h 24 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
28 SubtableProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
loengine.h 46 * @param success - output parameter set to an error code if the operation fails
57 LEErrorCode *success);
81 * @param success - output parameter set to an error code if the operation fails
103 LEErrorCode *success);
111 * @param success - output parameter set to an error code if the operation fails.
119 LEErrorCode *success);
128 * @param success - set to an error code if the operation fails
135 LEErrorCode *success);
144 * @param success - set to an error code if the operation fails
151 LEErrorCode *success);
    [all...]
HangulLayoutEngine.cpp 187 le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success)
188 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, gsubTable, success)
196 le_int32 typoFlags, LEErrorCode &success)
197 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, success)
210 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
212 if (LE_FAILURE(success)) {
217 success = LE_ILLEGAL_ARGUMENT_ERROR;
226 success = LE_MEMORY_ALLOCATION_ERROR;
230 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
231 glyphStorage.allocateAuxData(success);
    [all...]
  /external/skia/tests/
ParsePathTest.cpp 16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); local
17 REPORTER_ASSERT(reporter, success);
47 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); local
48 REPORTER_ASSERT(reporter, success);
71 bool success = SkParsePath::FromSVGString("M 5", &path); local
72 REPORTER_ASSERT(r, !success);
87 bool success = SkParsePath::FromSVGString(spec.c_str(), &path); local
88 REPORTER_ASSERT(r, success);
ClipCubicTest.cpp 82 bool success; local
88 success = clipper.clipCubic(crv, clipped);
89 REPORTER_ASSERT(reporter, success == true);
96 success = clipper.clipCubic(crv, clipped);
97 REPORTER_ASSERT(reporter, success == true);
104 success = clipper.clipCubic(crv, clipped);
105 REPORTER_ASSERT(reporter, success == true);
112 success = clipper.clipCubic(crv, clipped);
113 REPORTER_ASSERT(reporter, success == false);
118 success = clipper.clipCubic(crv, clipped)
    [all...]
  /external/strace/linux/nios2/
get_error.c 6 * value on success or a positive error number on failure. A flag
8 * the system call success, r7=1 indicates an error. The positive
  /external/v8/test/js-perf-test/Classes/
run.js 11 var success = true; variable
20 success = false;
  /external/v8/test/js-perf-test/Collections/
run.js 14 var success = true; variable
23 success = false;
  /external/v8/test/js-perf-test/Exceptions/
run.js 9 var success = true; variable
18 success = false;
  /external/v8/test/js-perf-test/Iterators/
run.js 10 var success = true; variable
19 success = false;
  /external/v8/test/js-perf-test/Object/
run.js 9 var success = true; variable
18 success = false;
  /external/v8/test/js-perf-test/RestParameters/
run.js 9 var success = true; variable
18 success = false;
  /external/v8/test/js-perf-test/Scope/
run.js 9 var success = true; variable
18 success = false;
  /external/v8/test/js-perf-test/SpreadCalls/
run.js 10 var success = true; variable
19 success = false;
  /external/v8/test/js-perf-test/Strings/
run.js 10 var success = true; variable
19 success = false;
  /external/v8/test/js-perf-test/Templates/
run.js 10 var success = true; variable
19 success = false;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
compileall.py 42 success = 1
53 success = 0
60 success = 0
61 return success
74 success = 1
83 return success
95 return success
106 success = 0
109 success = 0
112 success =
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
compileall.py 42 success = 1
53 success = 0
60 success = 0
61 return success
74 success = 1
83 return success
95 return success
106 success = 0
109 success = 0
112 success =
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 42 success = 1
53 success = 0
60 success = 0
61 return success
74 success = 1
83 return success
95 return success
106 success = 0
109 success = 0
112 success =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 42 success = 1
53 success = 0
60 success = 0
61 return success
74 success = 1
83 return success
95 return success
106 success = 0
109 success = 0
112 success =
    [all...]
  /system/security/keystore/include/keystore/
keystore_client.h 43 // keymaster_error_t). The methods in this class converge on a single success
46 // 1) KM_ERROR_OK is 0, which is a common convention for success, is the gmock
58 // will be generated. On success returns true and populates |encrypted_data|.
66 // success returns true and populates |data|.
75 // success returns true.
84 // success and a Keystore ResponseCode or keymaster_error_t on failure.
89 // the key are provided on success. Returns KM_ERROR_OK on success. Returns
90 // KM_ERROR_OK on success and a Keystore ResponseCode or keymaster_error_t on
98 // identified by |key_name|. Returns KM_ERROR_OK on success and a Keystor
    [all...]
  /external/mesa3d/src/gallium/tests/unit/
u_format_test.c 209 boolean success; local
211 success = TRUE;
217 success = FALSE;
223 if (!success) {
228 return success;
238 boolean success; local
244 success = TRUE;
249 success = FALSE;
255 if (!success) {
260 return success;
271 boolean success; local
345 boolean success; local
384 boolean success; local
440 boolean success; local
471 boolean success; local
508 boolean success; local
545 boolean success; local
583 boolean success; local
620 boolean success; local
662 boolean success = TRUE; local
686 boolean success = TRUE; local
730 boolean success; local
    [all...]
  /external/llvm/test/CodeGen/X86/
cas.ll 5 ; bool success;
8 ; "sete %[success]"
9 ; : [success] "=a" (success),
15 ; return success;
23 %success = alloca i8, align 1
33 store i8 %5, i8* %success, align 1
34 %6 = load i8, i8* %success, align 1
50 %success = alloca i8, align 1
63 store i8 %5, i8* %success, align
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/tests/
extras_appengine_auth_models_test.py 29 success, user = m.create_user(auth_id='auth_id_1', password_raw='foo')
30 self.assertEqual(success, True)
56 success, info = m.create_user(auth_id='auth_id_1', password_raw='foo')
57 self.assertEqual(success, True)
61 success, info = m.create_user(auth_id='auth_id_1')
62 self.assertEqual(success, False)
69 success, info = m.create_user(auth_id='auth_id_2',
71 self.assertEqual(success, True)
78 success, info = m.create_user(auth_id='auth_id_3',
80 self.assertEqual(success, False
    [all...]

Completed in 1727 milliseconds

1 2 3 4 5 6 7 891011>>