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

1 23 4 5 6 7 8 91011>>

  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_statement_no_semicolon.js 2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
  /external/icu4c/layout/
ArabicLayoutEngine.h 44 * @param success - set to an error code if the operation fails
53 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success);
62 * @param success - set to an error code if the operation fails
70 le_int32 typoFlags, LEErrorCode &success);
110 * @param success - set to an error code if the operation fails
117 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
132 * @param success - output parameter set to an error code if the operation fails
136 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
138 // static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
164 * @param success - set to an error code if the operation fail
    [all...]
IndicLayoutEngine.cpp 28 le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
29 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMPreFixups(NULL)
41 IndicOpenTypeLayoutEngine::IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success)
42 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NULL)
57 LEGlyphStorage &glyphStorage, LEErrorCode &success)
59 if (LE_FAILURE(success)) {
64 success = LE_ILLEGAL_ARGUMENT_ERROR;
68 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
70 if (LE_FAILURE(success)) {
77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success);
    [all...]
ArabicLayoutEngine.cpp 37 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
38 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
45 le_int32 typoFlags, LEErrorCode &success)
46 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
67 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
69 if (LE_FAILURE(success)) {
74 success = LE_ILLEGAL_ARGUMENT_ERROR;
81 success = LE_MEMORY_ALLOCATION_ERROR;
85 glyphStorage.allocateGlyphArray(count, rightToLeft, success);
86 glyphStorage.allocateAuxData(success);
    [all...]
ExtensionSubtables.cpp 23 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const
25 if (LE_FAILURE(success)) {
35 return lookupProcessor->applySubtable(subtable, elt, glyphIterator, fontInstance, success);
GXLayoutEngine.h 45 * @param success - set to an error code if the operation fails
52 GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success);
98 * @param success - set to an error code if the operation fails
105 LEGlyphStorage &glyphStorage, LEErrorCode &success);
115 * @param success - set to an error code if the operation fails
120 LEGlyphStorage &glyphStorage, LEErrorCode &success);
HangulLayoutEngine.h 49 * @param success - set to an error code if the operation fails
58 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success);
67 * @param success - set to an error code if the operation fails
75 le_int32 typoFlags, LEErrorCode &success);
115 * @param success - set to an error code if the operation fails
122 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
KhmerLayoutEngine.h 52 * @param success - set to an error code if the operation fails
61 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success);
70 * @param success - set to an error code if the operation fails
78 le_int32 typoFlags, LEErrorCode &success);
118 * @param success - set to an error code if the operation fails
125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
ThaiLayoutEngine.h 40 * @param success - set to an error code if the operation fails
47 ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success);
107 * @param success - set to an error code if the operation fails
116 LEGlyphStorage &glyphStorage, LEErrorCode &success);
134 * @param success - output parameter set to an error code if the operation fails
138 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
TibetanLayoutEngine.h 52 * @param success - set to an error code if the operation fails
61 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success);
70 * @param success - set to an error code if the operation fails
78 le_int32 typoFlags, LEErrorCode &success);
118 * @param success - set to an error code if the operation fails
125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
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;
  /external/chromium/chrome/browser/automation/
testing_automation_provider_gtk.cc 21 bool* success) {
22 *success = false;
26 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
27 *success = false;
35 bool* success,
37 *success = false;
45 *success = true;
70 bool* success) {
71 *success = false;
76 *success = true
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
domimplementationhasfeature01.java 74 boolean success;
87 success = domImpl.hasFeature(featureXML, version);
88 assertTrue("domimplementationhasfeature01_XML_1", success);
89 success = domImpl.hasFeature(featureXML, version1);
90 assertTrue("domimplementationhasfeature01_XML_2", success);
94 success = domImpl.hasFeature(featureCore, version);
95 assertTrue("domimplementationhasfeature01_Core_1", success);
96 success = domImpl.hasFeature(featureCore, version1);
97 success = domImpl.hasFeature(featureCore, version2);
98 assertTrue("domimplementationhasfeature01_Core_3", success);
    [all...]
nodeissupported01.java 74 boolean success;
87 success = element.isSupported(featureXML, version);
88 assertTrue("nodeissupported01_XML1", success);
89 success = element.isSupported(featureXML, version1);
90 assertTrue("nodeissupported01_XML2", success);
94 success = element.isSupported(featureCore, version);
95 assertTrue("nodeissupported01_Core1", success);
96 success = element.isSupported(featureCore, version1);
97 success = element.isSupported(featureCore, version2);
98 assertTrue("nodeissupported01_Core3", success);
    [all...]
nodeissupported02.java 74 boolean success;
87 success = attribute.isSupported(featureXML, version);
88 assertTrue("nodeissupported02_XML1", success);
89 success = attribute.isSupported(featureXML, version1);
90 assertTrue("nodeissupported02_XML2", success);
94 success = attribute.isSupported(featureCore, version);
95 assertTrue("nodeissupported02_Core1", success);
96 success = attribute.isSupported(featureCore, version1);
97 success = attribute.isSupported(featureCore, version2);
98 assertTrue("nodeissupported02_Core3", success);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 280 boolean success;
282 success = simulatedCallState.triggerRing(number);
284 if (success) {
330 boolean success;
332 success = simulatedCallState.triggerHangupForeground();
334 if (success) {
343 boolean success;
345 success = simulatedCallState.triggerHangupBackground();
347 if (success) {
357 boolean success;
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationHasFeature.java 81 boolean success;
94 success = domImpl.hasFeature(featureXML, version);
95 assertTrue("domimplementationhasfeature01_XML_1", success);
96 success = domImpl.hasFeature(featureXML, version1);
97 assertTrue("domimplementationhasfeature01_XML_2", success);
101 success = domImpl.hasFeature(featureCore, version);
102 assertTrue("domimplementationhasfeature01_Core_1", success);
103 success = domImpl.hasFeature(featureCore, version1);
104 success = domImpl.hasFeature(featureCore, version2);
105 assertTrue("domimplementationhasfeature01_Core_3", success);
    [all...]
NodeSetPrefix.java 132 boolean success = false;
136 success = (ex.code == DOMException.NAMESPACE_ERR);
138 assertTrue("throw_NAMESPACE_ERR", success);
157 // boolean success = false;
161 // success = (ex.code == DOMException.NAMESPACE_ERR);
163 // assertTrue("nodesetprefix04", success);
184 boolean success = false;
188 success = (ex.code == DOMException.NAMESPACE_ERR);
190 assertTrue("throw_NAMESPACE_ERR", success);
202 boolean success = false
    [all...]
  /external/llvm/lib/Object/
Error.cpp 35 case object_error::success: return "Success";
49 if (ev == object_error::success)
50 return errc::success;
  /external/skia/tests/
ClipCubicTest.cpp 83 bool success; local
89 success = clipper.clipCubic(crv, clipped);
90 REPORTER_ASSERT(reporter, success == true);
97 success = clipper.clipCubic(crv, clipped);
98 REPORTER_ASSERT(reporter, success == true);
105 success = clipper.clipCubic(crv, clipped);
106 REPORTER_ASSERT(reporter, success == true);
113 success = clipper.clipCubic(crv, clipped);
114 REPORTER_ASSERT(reporter, success == false);
119 success = clipper.clipCubic(crv, clipped)
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
var-shadows-arg-crash.js 7 var b, a = "success";
13 shouldBe('test()()', '"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)

Completed in 567 milliseconds

1 23 4 5 6 7 8 91011>>