HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 176 - 200 of 3753) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/memcheck/tests/
metadata.stdout.exp 1 result of GET is 1 (1 for success)
12 result of SET is 1 (1 for success)
  /frameworks/base/core/java/android/print/
IPrintSpoolerCallbacks.aidl 32 void onSetPrintJobStateResult(boolean success, int sequence);
33 void onSetPrintJobTagResult(boolean success, int sequence);
  /hardware/intel/img/hwcomposer/include/
IHdcpControl.h 22 typedef void (*HdcpStatusCallback)(bool success, void *userData);
  /external/chromium_org/base/prefs/
pref_store_observer_mock.cc 26 void PrefStoreObserverMock::OnInitializationCompleted(bool success) {
28 initialization_success = success;
  /external/icu/icu4c/source/layout/
GlyphLookupTables.h 27 le_bool coversScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const;
28 le_bool coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
KernTable.h 42 KernTable(const LETableReference &table, LEErrorCode &success);
47 void process(LEGlyphStorage& storage, LEErrorCode &success);
NonContextualGlyphSubstProc.h 27 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
29 static SubtableProcessor *createInstance(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
OpenTypeLayoutEngine.h 59 * @param success - set to an error code if the operation fails
67 le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success);
76 * @param success - set to an error code if the operation fails
81 le_int32 typoFlags, LEErrorCode &success);
273 * @param success - set to an error code if the operation fails
280 LEUnicode *&/*outChars*/, LEGlyphStorage &glyphStorage, LEErrorCode &success);
302 * @param success - set to an error code if the operation fails
312 LEGlyphStorage &glyphStorage, LEErrorCode &success);
314 virtual le_int32 glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
335 * @param success - set to an error code if the operation fail
    [all...]
SubtableProcessor.cpp 18 SubtableProcessor::SubtableProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success)
21 if(LE_FAILURE(success)) return;
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);
TrimmedArrayProcessor2.h 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
30 TrimmedArrayProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
ClassDefinitionTables.h 24 le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
25 le_bool hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) const;
46 le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
47 le_bool hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) const;
64 le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
65 le_bool hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) const;
KernTable.cpp 77 KernTable::KernTable(const LETableReference& base, LEErrorCode &success)
80 if(LE_FAILURE(success) || fTable.isEmpty()) {
86 LEReferenceTo<KernTableHeader> header(fTable, success);
100 if(LE_FAILURE(success)) return;
103 LEReferenceTo<SubtableHeader> subhead(header, success, KERN_TABLE_HEADER_SIZE);
105 if (LE_SUCCESS(success) && !subhead.isEmpty() && subhead->version == 0) {
109 LEReferenceTo<Subtable_0> table(subhead, success, KERN_SUBTABLE_HEADER_SIZE);
111 if(table.isEmpty() || LE_FAILURE(success)) return;
125 if(LE_SUCCESS(success) && nPairs>0) {
130 success,
    [all...]
LookupProcessor.h 38 le_bool rightToLeft, const LEReferenceTo<GlyphDefinitionTableHeader> &glyphDefinitionTableHeader, const LEFontInstance *fontInstance, LEErrorCode& success) const;
40 le_uint32 applyLookupTable(const LEReferenceTo<LookupTable> &lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
42 le_uint32 applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
45 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const = 0;
61 LEErrorCode& success);
65 le_int32 selectLookups(const LEReferenceTo<FeatureTable> &featureTable, FeatureMask featureMask, le_int32 order, LEErrorCode &success);
SegmentArrayProcessor2.cpp 24 SegmentArrayProcessor2::SegmentArrayProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success)
25 : NonContextualGlyphSubstitutionProcessor2(morphSubtableHeader, success)
27 const LEReferenceTo<NonContextualGlyphSubstitutionHeader2> header(morphSubtableHeader, success);
28 segmentArrayLookupTable = LEReferenceTo<SegmentArrayLookupTable>(morphSubtableHeader, success, &header->table); // don't parent to 'header' as it is on the stack
35 void SegmentArrayProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
43 const LookupSegment *lookupSegment = segmentArrayLookupTable->lookupSegment(segmentArrayLookupTable, segments, thisGlyph, success);
  /frameworks/base/core/java/android/content/pm/
IPackageInstallerCallback.aidl 25 void onSessionFinished(int sessionId, boolean success);
  /external/chromium_org/components/leveldb_proto/
proto_database_impl.h 71 const bool* success) {
72 callback.Run(*success);
77 const bool* success) {
78 callback.Run(*success);
83 const bool* success, scoped_ptr<std::vector<T> > entries) {
84 callback.Run(*success, entries.Pass());
88 bool* success) {
89 DCHECK(success);
92 *success = database->Init(database_dir);
99 scoped_ptr<KeyVector> keys_to_remove, bool* success) {
163 bool* success = new bool(false); local
176 bool* success = new bool(false); local
189 bool* success = new bool(false); local
    [all...]
  /external/chromium_org/content/public/test/
test_notification_tracker.cc 46 bool success = events_[0].type == type; local
48 return success;
57 bool success = events_[0].type == type1 && events_[1].type == type2; local
59 return success;
69 bool success = events_[0].type == type1 && local
73 return success;
  /external/chromium_org/third_party/re2/re2/testing/
re2_arg_test.cc 18 bool success[6]; member in struct:re2::SuccessTable
99 bool success = kSuccessTable[i].success[column]; \
100 ASSERT_TRUE_M(retval == success, \
102 p, success).c_str()); \
103 if ( success ) { \
  /external/regex-re2/re2/testing/
re2_arg_test.cc 18 bool success[6]; member in struct:re2::SuccessTable
99 bool success = kSuccessTable[i].success[column]; \
100 ASSERT_TRUE_M(retval == success, \
102 p, success).c_str()); \
103 if ( success ) { \
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederrEE.java 89 boolean success = false;
93 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
95 assertTrue("setValue_throws_NO_MODIFICATION", success);
99 boolean success = false;
103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
105 assertTrue("setNodeValue_throws_NO_MODIFICATION", success);
documentinvalidcharacterexceptioncreateentref.java 73 boolean success = false;
77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
79 assertTrue("throw_NOT_SUPPORTED_ERR", success);
84 boolean success = false;
88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
90 assertTrue("throw_INVALID_CHARACTER_ERR", success);
documentinvalidcharacterexceptioncreateentref1.java 70 boolean success = false;
74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
76 assertTrue("throw_NOT_SUPPORTED_ERR", success);
81 boolean success = false;
85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
87 assertTrue("throw_INVALID_CHARACTER_ERR", success);
documentinvalidcharacterexceptioncreatepi.java 73 boolean success = false;
77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
79 assertTrue("throw_NOT_SUPPORTED_ERR", success);
84 boolean success = false;
88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
90 assertTrue("throw_INVALID_CHARACTER_ERR", success);

Completed in 440 milliseconds

1 2 3 4 5 6 78 91011>>