HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 76 - 100 of 2937) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu4c/layout/
loengine.h 46 * @param success - output parameter set to an error code if the operation fails
57 LEErrorCode *success);
81 * @param success - output parameter set to an error code if the operation fails
103 LEErrorCode *success);
111 * @param success - output parameter set to an error code if the operation fails.
119 LEErrorCode *success);
128 * @param success - set to an error code if the operation fails
135 LEErrorCode *success);
144 * @param success - set to an error code if the operation fails
151 LEErrorCode *success);
    [all...]
LayoutEngine.cpp 145 LEErrorCode &success)
149 if (LE_FAILURE(success)) {
155 success = LE_MEMORY_ALLOCATION_ERROR;
164 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
166 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
169 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
171 fGlyphStorage->getCharIndices(charIndices, success);
175 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
177 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
180 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) cons
    [all...]
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...]
  /external/chromium_org/cc/test/
layer_tree_json_parser.cc 22 bool success = true; local
23 success &= val->GetAsDictionary(&dict);
25 success &= dict->GetString("LayerType", &layer_type);
27 success &= dict->GetList("Bounds", &list);
29 success &= list->GetInteger(0, &width);
30 success &= list->GetInteger(1, &height);
31 success &= dict->GetList("Position", &list);
33 success &= list->GetDouble(0, &position_x);
34 success &= list->GetDouble(1, &position_y);
37 success &= dict->GetBoolean("DrawsContent", &draws_content)
    [all...]
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 50 EGLBoolean success = eglTerminate(mEglDisplay); local
51 ASSERT_EQ(EGL_TRUE, success);
60 EGLBoolean success; local
67 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
68 ASSERT_EQ(EGL_TRUE, success);
74 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
75 ASSERT_EQ(EGL_TRUE, success);
77 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
78 ASSERT_EQ(EGL_TRUE, success);
80 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2])
127 EGLBoolean success; local
    [all...]
  /cts/suite/pts/deviceTests/opengl/jni/reference/
GLReference.cpp 37 bool success = renderer->setUp(); local
43 for (int i = 0; i < numFrames && success; i++) {
45 success = renderer->update(i);
47 success = success && renderer->draw();
56 success = renderer->tearDown() && success;
59 return success;
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_statement_no_semicolon.js 2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
  /external/chromium-libpac/test/js-unittest/
ends_with_statement_no_semicolon.js 2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_gtk.cc 15 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
16 *success = false;
23 bool* success,
25 *success = false;
33 *success = true;
53 bool* success) {
54 *success = false;
59 *success = true;
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_api.h 25 void OnGetDisplayInfoCompleted(bool success);
39 void OnPropertiesSet(bool success, const std::string& error);
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
ends_with_statement_no_semicolon.js 2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
  /art/compiler/
buffered_output_stream.cc 32 bool success = Flush(); local
33 if (!success) {
44 bool success = true; local
46 success = out_->WriteFully(&buffer_[0], used_);
49 return success;
  /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...]
  /external/chromium_org/net/spdy/
spdy_frame_builder.cc 66 bool success = true; local
69 success &= WriteUInt16(kControlFlagMask | framer.protocol_version());
70 success &= WriteUInt16(type);
71 success &= WriteBytes(&flags_length, sizeof(flags_length));
73 return success;
83 bool success = true; local
84 success &= WriteUInt32(stream_id);
91 success &= WriteBytes(&flags_length, sizeof(flags_length));
93 return success;
104 bool success = true local
156 bool success = false; local
    [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/chromium_org/content/browser/indexed_db/leveldb/
leveldb_unittest.cc 48 bool success = leveldb->Put(key, &put_value); local
49 EXPECT_TRUE(success);
56 success = leveldb->Get(key, &got_value, &found);
57 EXPECT_TRUE(success);
83 success = leveldb->Get(key, &got_value, &found);
84 EXPECT_TRUE(success);
103 bool success = leveldb->Put(key, &put_value); local
104 EXPECT_TRUE(success);
111 success = leveldb->Put(key, &put_value);
112 EXPECT_TRUE(success);
162 bool success; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win_browsertest.cc 126 bool success = false; local
130 &success));
131 EXPECT_TRUE(success);
137 success = false;
141 &success));
142 EXPECT_TRUE(success);
164 bool success = false; local
168 &success));
169 EXPECT_TRUE(success);
175 success = false
202 bool success = false; local
    [all...]
  /external/chromium_org/chrome/installer/util/
self_reg_work_item.cc 56 bool success = false; local
73 success = SUCCEEDED(hr);
74 if (!success) {
89 return success;
93 bool success = RegisterDll(do_register_); local
95 success = true;
96 return success;
  /external/chromium_org/chrome_frame/
chrome_launcher_utils.cc 29 bool success = false; local
39 success = true;
43 if (!success) {
48 return success;
60 bool success = false; local
65 success = true;
68 return success;

Completed in 270 milliseconds

1 2 34 5 6 7 8 91011>>