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

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Object/
Error.cpp 35 case object_error::success: return "Success";
49 if (ev == object_error::success)
50 return errc::success;
  /external/icu4c/layout/
OpenTypeLayoutEngine.cpp 79 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
80 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fFeatureMask(minimalFeatures),
122 le_int32 typoFlags, LEErrorCode &success)
123 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fFeatureOrder(FALSE),
179 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
181 if (LE_FAILURE(success)) {
186 success = LE_ILLEGAL_ARGUMENT_ERROR;
199 success = LE_MEMORY_ALLOCATION_ERROR;
203 if (LE_FAILURE(success)) {
211 if (LE_FAILURE(success)) {
    [all...]
IndicLayoutEngine.h 50 * @param success - set to an error code if the operation fails
59 le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success);
68 * @param success - set to an error code if the operation fails
76 le_int32 typoFlags, LEErrorCode &success);
117 * @param success - set to an error code if the operation fails
124 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
145 * @param success - set to an error code if the operation fails
155 LEGlyphStorage &glyphStorage, LEErrorCode &success);
GlyphPosnLookupProc.h 35 LEErrorCode& success);
40 const LEFontInstance *fontInstance, LEErrorCode& success) const;
GlyphSubstLookupProc.cpp 36 LEErrorCode& success)
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
52 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const
54 if (LE_FAILURE(success)) {
77 delta = subtable->process(glyphIterator, success, fFilter);
101 delta = subtable->process(this, glyphIterator, fontInstance, success);
109 delta = subtable->process(this, glyphIterator, fontInstance, success);
117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
OpenTypeLayoutEngine.h 58 * @param success - set to an error code if the operation fails
66 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success);
75 * @param success - set to an error code if the operation fails
80 le_int32 typoFlags, LEErrorCode &success);
267 * @param success - set to an error code if the operation fails
274 LEUnicode *&/*outChars*/, LEGlyphStorage &glyphStorage, LEErrorCode &success);
296 * @param success - set to an error code if the operation fails
306 LEGlyphStorage &glyphStorage, LEErrorCode &success);
308 virtual le_int32 glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
329 * @param success - set to an error code if the operation fail
    [all...]
GlyphPosnLookupProc.cpp 41 LEErrorCode& success)
52 success
65 LEErrorCode& success) const
67 if (LE_FAILURE(success)) {
130 delta = subtable->process(this, glyphIterator, fontInstance, success);
138 delta = subtable->process(this, glyphIterator, fontInstance, success);
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
LookupProcessor.h 37 le_bool rightToLeft, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, const LEFontInstance *fontInstance, LEErrorCode& success) const;
39 le_uint32 applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
41 le_uint32 applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
44 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const = 0;
58 LEErrorCode& success);
  /external/chromium/chrome/browser/extensions/
file_reader.cc 29 bool success = file_util::ReadFileToString(resource_.GetFilePath(), &data); local
31 this, &FileReader::RunCallback, success, data));
34 void FileReader::RunCallback(bool success, const std::string& data) {
35 callback_->Run(success, data);
  /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)
atomic_incs.c 51 unsigned long success;
60 : /*out*/"=b"(success)
64 } while (success != 1);
68 unsigned long success;
77 : /*out*/"=b"(success)
81 } while (success != 1);
186 unsigned long success;
195 : /*out*/"=b"(success)
199 } while (success != 1);
203 unsigned long success;
    [all...]
  /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);
documentinvalidcharacterexceptioncreatepi1.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);
hc_attrappendchild4.java 80 boolean success = false;
84 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
86 assertTrue("throw_NOT_SUPPORTED_ERR", success);
92 boolean success = false;
96 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
98 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
hc_attrinsertbefore5.java 81 boolean success = false;
85 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
87 assertTrue("throw_NOT_SUPPORTED_ERR", success);
93 boolean success = false;
97 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
99 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapsetnameditemns09.java 84 boolean success = false;
88 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
90 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR_entities", success);
94 boolean success = false;
98 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
100 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR_notations", success);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 113 EGLBoolean success; local
126 success = eglInitialize(sEglDisplay, &majorVersion, &minorVersion);
127 if (success != EGL_FALSE)
128 success = eglGetConfigs(sEglDisplay, NULL, 0, &numConfigs);
129 if (success != EGL_FALSE)
130 success = eglChooseConfig(sEglDisplay, configAttribs,
132 if (success != EGL_FALSE)
136 success = EGL_FALSE;
138 if (success != EGL_FALSE)
168 if (success != EGL_FALSE
    [all...]
  /external/chromium/chrome/common/
service_process_util_posix.cc 63 bool* success) {
66 *success = MessageLoopForIO::current()->WatchFileDescriptor(
69 if (!*success) {
81 *success = sigaction(SIGTERM, &action, &old_action_) == 0;
82 if (!*success) {
98 *success = WatchExecutable();
99 if (!*success) {
156 bool success = false; local
161 &success));
163 return success;
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java 57 * The result code will be <code>Activity.RESULT_OK</code> for success,
126 * The result code will be <code>Activity.RESULT_OK</code> for success,
190 * The result code will be <code>Activity.RESULT_OK</code> for success,
252 * @return true for success
258 boolean success = false;
266 success = iccISms.copyMessageToIccEf(ActivityThread.currentPackageName(),
273 return success;
282 * @return true for success
288 boolean success = false;
295 success = iccISms.updateMessageOnIccEf(ActivityThread.currentPackageName()
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocument.java 97 boolean success = false;
101 success = (ex.code == DOMException.NAMESPACE_ERR);
103 assertTrue("domimplementationcreatedocument04", success);
118 boolean success = false;
122 success = (ex.code == DOMException.NAMESPACE_ERR);
124 assertTrue("domimplementationcreatedocument05", success);
138 boolean success = false;
142 success = (ex.code == DOMException.NAMESPACE_ERR);
144 assertTrue("domimplementationcreatedocument07", success);
DocumentCreateElementNS.java 88 boolean success = false;
92 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
94 assertTrue("documentcreateelementNS02", success);
106 boolean success = false;
110 success = (ex.code == DOMException.NAMESPACE_ERR);
112 assertTrue("documentcreateelementNS05", success);
130 boolean success = false;
134 success = (ex.code == DOMException.NAMESPACE_ERR);
136 assertTrue("documentcreateelementNS06", success);

Completed in 432 milliseconds

1 23 4 5 6 7 8 91011>>