/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/icu/icu4c/source/layout/ |
ExtensionSubtables.cpp | 27 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const 30 if (LE_FAILURE(success)) { 38 LEReferenceTo<LookupSubtable> subtable(base, success, extOffset); // Google patch: s/thisRef/base/ 40 if(LE_SUCCESS(success)) { 41 return lookupProcessor->applySubtable(subtable, elt, glyphIterator, fontInstance, success);
|
ScriptAndLanguage.h | 37 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const; 48 LEReferenceTo<ScriptTable> findScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const; 49 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
|
SinglePositioningSubtables.h | 26 le_uint32 process(const LEReferenceTo<SinglePositioningSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const; 34 le_uint32 process(const LEReferenceTo<SinglePositioningFormat1Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const; 43 le_uint32 process(const LEReferenceTo<SinglePositioningFormat2Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
|
SingleSubstitutionSubtables.h | 25 le_uint32 process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const; 32 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const; 40 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
|
StateTableProcessor2.h | 28 void process(LEGlyphStorage &glyphStorage, LEErrorCode &success); 32 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success) = 0; 37 StateTableProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
|
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...] |
ICUFeatures.h | 39 LEReferenceTo<FeatureTable> getFeatureTable(const LETableReference &base, le_uint16 featureIndex, LETag *featureTag, LEErrorCode &success) const; 42 const LEReferenceTo<FeatureTable> getFeatureTable(const LETableReference &base, LETag featureTag, LEErrorCode &success) const;
|
MPreFixups.cpp | 43 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success) 45 if (LE_FAILURE(success)) { 66 LEErrorCode success = LE_NO_ERROR; local 76 success = LE_MEMORY_ALLOCATION_ERROR; 84 indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i]; 89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success); 92 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success); 97 glyphStorage.setCharIndex(mpreDest, indexSave[i], success);
|
NonContextualGlyphSubstProc.h | 27 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0; 29 static SubtableProcessor *createInstance(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
|
/external/vogar/src/vogar/util/ |
IoUtils.java | 27 boolean success; 29 success = path.mkdirs(); 31 success = path.delete() && path.mkdirs(); 33 success = true; 36 if (!success) {
|
/external/icu/icu4c/source/test/perf/leperf/ |
letrperf.cpp | 68 LEErrorCode success = LE_NO_ERROR; local 70 LEReferenceTo<OneObject> stuff(data, success); 71 if(LE_FAILURE(success)) { 89 LEErrorCode success = LE_NO_ERROR; local 93 LEReferenceTo<OneObject> stuff(data, success); 94 if(LE_FAILURE(success)) { 108 LEErrorCode success = LE_NO_ERROR; local 109 LEReferenceTo<CompObject> comp(data, success); 110 LEReferenceToArrayOf<Long> longs(comp, success, (size_t)0, ITEM_COUNT); 111 if(LE_FAILURE(success)) { [all...] |
/external/llvm/test/CodeGen/AArch64/ |
fast-isel-branch_weights.ll | 7 ; CHECK-LABEL: success 10 br i1 %1, label %fail, label %success, !prof !0 15 success:
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-branch_weights.ll | 7 ; CHECK-LABEL: success 10 br i1 %1, label %fail, label %success, !prof !0 15 success:
|
/external/selinux/libselinux/man/man3/ |
selinux_policy_root.3 | 27 On success, selinux_policy_root returns a directory path containing the SELinux policy files. 30 On success, selinux_set_policy_root returns 0 on success -1 on failure.
|
/external/skia/tests/ |
DiscardableMemoryTest.cpp | 24 bool success = dm->lock(); local 25 REPORTER_ASSERT(reporter, success); 26 if (!success) {
|
PixelRefTest.cpp | 19 bool success; local 26 success = bm.installPixels(info, nullptr, 0, nullptr, decrement_counter_proc, &release_counter); 27 REPORTER_ASSERT(reporter, true == success); 33 success = bm.installPixels(info, nullptr, 0, nullptr, decrement_counter_proc, &release_counter); 34 REPORTER_ASSERT(reporter, true == success); 40 success = bm.installPixels(info, nullptr, 0, nullptr, decrement_counter_proc, &release_counter); 41 REPORTER_ASSERT(reporter, false == success); 47 bool success; local 51 success = bm.installPixels(info, nullptr, 0); 52 REPORTER_ASSERT(reporter, success); [all...] |
/external/testng/src/test/java/test/annotationtransformer/ |
MyParamTransformer.java | 11 private boolean success = true; field in class:MyParamTransformer 17 success = false; 28 return success;
|
/external/testng/src/test/java/test/tmp/ |
A.java | 26 m_assert.assertTrue(true, "Success 1"); 27 m_assert.assertTrue(true, "Success 2"); 29 m_assert.assertTrue(true, "Success 3");
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NamedNodeMapSetNamedItemNS.java | 149 boolean success = false; 153 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); 155 assertTrue("throw_WRONG_DOCUMENT_ERR", success); 180 boolean success = false; 184 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); 186 assertTrue("throw_WRONG_DOCUMENT_ERR", success); 209 // boolean success = false; 213 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 215 // assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR_entities", success); 219 // boolean success = false [all...] |
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
utils.cpp | 32 GLint success;
local 34 glGetShaderiv(shader, GL_COMPILE_STATUS, &success);
35 if (!success)
50 GLint success;
local 52 glGetProgramiv(program, GL_LINK_STATUS, &success);
53 if (!success) {
|
/external/selinux/libsemanage/include/semanage/ |
modules.h | 50 * On success, the caller is responsible for unmapping @mapped_data with munmap(), 53 * Returns 0 on success and -1 on error. 72 * Returns 0 on success and -1 on failure. 82 * Returns 0 on success and -1 on failure. 93 * Returns 0 on success and -1 on error. 101 * Returns 0 on success and -1 on error. 109 * Returns 0 on success and -1 on error. 117 * Returns 0 on success and -1 on error. 127 * Returns 0 on success and -1 on error. 135 * Returns 0 on success and -1 on error [all...] |
/system/connectivity/shill/dbus/ |
chromeos_firewalld_proxy.cc | 44 bool success = false; local 46 if (!proxy_->RequestVpnSetup(user_names, interface, &success, &error)) { 50 return success; 60 bool success = false; local 61 if (!proxy_->RemoveVpnSetup(user_names_, interface_name_, &success, &error)) { 67 return success;
|
/system/firewalld/dbus_bindings/ |
org.chromium.Firewalld.dbus-xml | 7 <arg type="b" name="success" direction="out" /> 13 <arg type="b" name="success" direction="out" /> 19 <arg type="b" name="success" direction="out" /> 25 <arg type="b" name="success" direction="out" /> 31 <arg type="b" name="success" direction="out" /> 37 <arg type="b" name="success" direction="out" />
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
system_stub_unittest.py | 13 SUCCESS_FILE_HASH = 'success'.zfill(40) 36 os.path.join(os.path.sep, 'path', 'to', 'success.wpr'), 42 os.path.join(os.path.sep, 'path', 'to', 'success.wpr'): 56 os.path.join(os.path.sep, 'path', 'to', 'success.wpr.sha1'): 112 'success.wpr')) 114 self.cloud_storage.PUBLIC_BUCKET, 'success.wpr', 115 os.path.join(os.path.sep, 'path', 'to', 'success.wpr')) 117 self.cloud_storage.PUBLIC_BUCKET, 'success.wpr')) 124 self.cloud_storage.PUBLIC_BUCKET, 'success.wpr')) 126 self.cloud_storage.PUBLIC_BUCKET, 'success.wpr' [all...] |