HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 1 - 25 of 4143) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
tc11_XCHG.stdout.exp 0 success
  /external/valgrind/main/helgrind/tests/
tc11_XCHG.stdout.exp 0 success
  /external/valgrind/main/memcheck/tests/x86-linux/
bug133694.stdout.exp 0 success
  /external/valgrind/main/none/tests/amd64/
xadd.stdout.exp 0 success
  /external/valgrind/main/none/tests/ppc32/
bug139050-ppc32.stdout.exp 0 success
  /external/valgrind/main/none/tests/x86/
xadd.stdout.exp 0 success
  /external/valgrind/main/none/tests/
bug129866.stdout.exp 2 success
  /external/chromium/chrome/browser/chromeos/login/
authentication_notification_details.h 13 explicit AuthenticationNotificationDetails(bool success) : success_(success) {
16 bool success() const { return success_; } function in class:AuthenticationNotificationDetails
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.cpp 29 #define ASSIGN_FUNCTION_TABLE_ENTRY(FunctionName, success) \
30 openGLFunctionTable()->FunctionName = reinterpret_cast<FunctionName##Type>(lookupOpenGLFunctionAddress(#FunctionName, success))
51 static void* lookupOpenGLFunctionAddress(const char* functionName, bool& success)
53 if (!success)
72 success = false;
85 static bool success = true; local
88 return success;
91 ASSIGN_FUNCTION_TABLE_ENTRY(glActiveTexture, success);
92 ASSIGN_FUNCTION_TABLE_ENTRY(glAttachShader, success);
93 ASSIGN_FUNCTION_TABLE_ENTRY(glBindAttribLocation, success);
    [all...]
  /external/regex-re2/
runtests 3 success=true
12 success=false
16 if $success; then
  /packages/inputmethods/PinyinIME/jni/command/
pinyinime_dictbuilder.cpp 32 bool success; local
34 success = dict_trie->build_dict(argv[1], argv[2]);
36 success = dict_trie->build_dict("../data/rawdict_utf16_65105_freq.txt",
39 if (success) {
46 success = dict_trie->save_dict("../../res/raw/dict_pinyin.dat");
48 if (success) {
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
InitializeDll.cpp 47 bool success = true; local
52 success = DetachThread();
55 success = false;
62 return success;
93 bool success = true; local
104 success = false;
108 success = false;
113 return success;
  /frameworks/base/core/java/android/view/
IOnKeyguardExitResult.aidl 23 void onKeyguardExitResult(boolean success);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCaseOutputResult.java 40 private boolean success ; field in class:TestCaseOutputResult
43 this.success = result;
52 return success ? OK : FAIL;
56 this.success = value;
60 success = Boolean.parseBoolean(script);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 32 private boolean success; field in class:gUnitTestResult
38 public gUnitTestResult(boolean success, String output) {
39 this.success = success;
43 public gUnitTestResult(boolean success, String output, boolean isLexerTest) {
44 this(success, output);
48 public gUnitTestResult(boolean success, String output, String returned) {
49 this(success, output);
54 return success;
  /external/icu4c/layout/
loengine.cpp 23 LEErrorCode *success)
27 return (le_engine *) LayoutEngine::layoutEngineFactory(fontInstance, scriptCode, languageCode, typo_flags, *success);
47 LEErrorCode *success)
52 *success = LE_ILLEGAL_ARGUMENT_ERROR;
56 return le->layoutChars(chars, offset, count, max, rightToLeft, x, y, *success);
61 LEErrorCode *success)
66 *success = LE_ILLEGAL_ARGUMENT_ERROR;
76 LEErrorCode *success)
81 *success = LE_ILLEGAL_ARGUMENT_ERROR;
85 le->getGlyphs(glyphs, *success);
    [all...]
LEGlyphStorage.cpp 65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success)
67 if (LE_FAILURE(success)) {
72 success = LE_ILLEGAL_ARGUMENT_ERROR;
81 success = LE_MEMORY_ALLOCATION_ERROR;
92 success = LE_MEMORY_ALLOCATION_ERROR;
119 success = LE_MEMORY_ALLOCATION_ERROR;
126 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success)
128 if (LE_FAILURE(success)) {
133 success = LE_INTERNAL_ERROR;
140 success = LE_MEMORY_ALLOCATION_ERROR
518 LEErrorCode success = LE_NO_ERROR; local
    [all...]
GlyphPositioningTables.cpp 21 const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success,
24 if (LE_FAILURE(success)) {
28 GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
29 if (LE_FAILURE(success)) {
33 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
KhmerLayoutEngine.cpp 21 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
22 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
29 le_int32 typoFlags, LEErrorCode &success)
30 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
45 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
47 if (LE_FAILURE(success)) {
52 success = LE_ILLEGAL_ARGUMENT_ERROR;
61 success = LE_MEMORY_ALLOCATION_ERROR;
65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
66 glyphStorage.allocateAuxData(success);
    [all...]
TibetanLayoutEngine.cpp 27 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
28 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
35 le_int32 typoFlags, LEErrorCode &success)
36 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
51 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
53 if (LE_FAILURE(success)) {
58 success = LE_ILLEGAL_ARGUMENT_ERROR;
67 success = LE_MEMORY_ALLOCATION_ERROR;
71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
72 glyphStorage.allocateAuxData(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...]
GXLayoutEngine.cpp 19 GXLayoutEngine::GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success)
20 : LayoutEngine(fontInstance, scriptCode, languageCode, 0, success), fMorphTable(morphTable)
31 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
33 if (LE_FAILURE(success)) {
38 success = LE_ILLEGAL_ARGUMENT_ERROR;
42 mapCharsToGlyphs(chars, offset, count, FALSE, rightToLeft, glyphStorage, success);
44 if (LE_FAILURE(success)) {
55 LEGlyphStorage &/*glyphStorage*/, LEErrorCode &success)
57 if (LE_FAILURE(success)) {
62 success = LE_ILLEGAL_ARGUMENT_ERROR
    [all...]
ThaiLayoutEngine.cpp 22 ThaiLayoutEngine::ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success)
23 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
59 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success)
61 if (LE_FAILURE(success)) {
66 success = LE_ILLEGAL_ARGUMENT_ERROR;
78 success = LE_MEMORY_ALLOCATION_ERROR;
82 glyphStorage.allocateGlyphArray(count * 2, FALSE, success);
84 if (LE_FAILURE(success)) {
86 success = LE_MEMORY_ALLOCATION_ERROR;
91 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success);
    [all...]
IndicRearrangementProcessor.cpp 70 LEErrorCode success = LE_NO_ERROR; local
79 ia = glyphStorage.getCharIndex(firstGlyph, success);
84 ix = glyphStorage.getCharIndex(x, success);
85 glyphStorage.setCharIndex(x - 1, ix, success);
90 glyphStorage.setCharIndex(lastGlyph, ia, success);
95 id = glyphStorage.getCharIndex(lastGlyph, success);
100 ix = glyphStorage.getCharIndex(x, success);
101 glyphStorage.setCharIndex(x + 1, ix, success);
106 glyphStorage.setCharIndex(firstGlyph, id, success);
111 ia = glyphStorage.getCharIndex(firstGlyph, success);
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeIsSupported.java 90 boolean success;
103 success = element.isSupported(featureXML, version);
104 assertTrue("nodeissupported01_XML1", success);
105 success = element.isSupported(featureXML, version1);
106 assertTrue("nodeissupported01_XML2", success);
110 success = element.isSupported(featureCore, version);
111 assertTrue("nodeissupported01_Core1", success);
112 success = element.isSupported(featureCore, version1);
113 success = element.isSupported(featureCore, version2);
114 assertTrue("nodeissupported01_Core3", success);
    [all...]

Completed in 1182 milliseconds

1 2 3 4 5 6 7 8 91011>>