Searched refs:success (Results 226 - 250 of 2627) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dcheck_braille_ime.py29 success, output = CheckBrailleIme()
32 return int(not success)
/external/chromium_org/content/renderer/service_worker/
H A Dembedded_worker_context_message_filter.cc28 const bool success = PickleIterator(msg).ReadInt(&ipc_thread_id); local
29 DCHECK(success);
/external/chromium_org/extensions/browser/
H A Dfile_reader.cc30 bool success = base::ReadFileToString(resource_.GetFilePath(), &data); local
31 origin_loop_->PostTask(FROM_HERE, base::Bind(callback_, success, data));
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCompiler.cpp176 bool success = local
182 if (success)
185 success = intermediate.postProcess(root);
188 if (success && (compileOptions & SH_LIMIT_EXPRESSION_COMPLEXITY))
189 success = limitExpressionComplexity(root);
191 if (success)
192 success = detectCallDepth(root, infoSink, (compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0);
194 if (success && shaderVersion == 300 && shaderType == GL_FRAGMENT_SHADER)
195 success = validateOutputs(root);
197 if (success
447 bool success = enforceFragmentShaderTimingRestrictions(graph); local
[all...]
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_surfaceless.cc35 bool success = controller->SchedulePageFlip();
38 return success;
/external/chromium_org/url/
H A Durl_canon_pathurl.cc25 bool success = true; local
37 success &= AppendUTF8EscapedChar(source, &i, end, output);
46 return success;
55 bool success = CanonicalizeScheme(source.scheme, parsed.scheme, local
66 success &= DoCanonicalizePathComponent<CHAR, UCHAR>(
68 success &= DoCanonicalizePathComponent<CHAR, UCHAR>(
70 success &= DoCanonicalizePathComponent<CHAR, UCHAR>(
73 return success;
/external/icu/icu4c/source/layout/
H A DGlyphPosnLookupProc.h35 LEErrorCode& success);
40 const LEFontInstance *fontInstance, LEErrorCode& success) const;
H A DGlyphSubstLookupProc.h37 LEErrorCode& success);
42 const LEFontInstance *fontInstance, LEErrorCode& success) const;
H A DHanLayoutEngine.h42 * @param success - set to an error code if the operation fails
51 le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTablem, LEErrorCode &success);
93 * @param success - set to an error code if the operation fails
100 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DICUFeatures.h39 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;
H A DIndicRearrangementProcessor2.h30 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
36 IndicRearrangementProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
H A DKernTable.h42 KernTable(const LETableReference &table, LEErrorCode &success);
47 void process(LEGlyphStorage& storage, LEErrorCode &success);
H A DMPreFixups.cpp43 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success) argument
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);
H A DNonContextualGlyphSubstProc.h27 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
29 static SubtableProcessor *createInstance(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
H A DOpenTypeLayoutEngine.h59 * @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
[all...]
H A DSubtableProcessor.h24 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
28 SubtableProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
H A DSubtableProcessor2.h24 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
28 SubtableProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
H A DTrimmedArrayProcessor2.h28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
30 TrimmedArrayProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
H A DHangulLayoutEngine.cpp187 le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success)
188 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, gsubTable, success)
196 le_int32 typoFlags, LEErrorCode &success)
197 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, success)
210 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
212 if (LE_FAILURE(success)) {
217 success = LE_ILLEGAL_ARGUMENT_ERROR;
226 success = LE_MEMORY_ALLOCATION_ERROR;
230 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
231 glyphStorage.allocateAuxData(success);
186 HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 , le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) argument
195 HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 , le_int32 typoFlags, LEErrorCode &success) argument
209 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpreauth_auth.h17 int success);
35 int success)
33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
/external/wpa_supplicant_8/src/ap/
H A Dpreauth_auth.h17 int success);
35 int success)
33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpreauth_auth.h17 int success);
35 int success)
33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DVMDeath002Test.java72 boolean success = true;
138 success = false;
148 success = false;
154 success = false;
163 success = false;
169 success = false;
173 success = false;
179 success = false;
183 success = false;
189 success
[all...]
/external/chromium_org/chrome/browser/extensions/api/web_view/
H A Dchrome_web_view_internal_api.cc39 bool success = extensions::context_menus_api_helpers::CreateMenuItem( local
46 SendResponse(success);
47 return success;
67 bool success = extensions::context_menus_api_helpers::UpdateMenuItem( local
69 SendResponse(success);
70 return success;
93 bool success = true; local
100 success = false;
102 success = false;
105 SendResponse(success);
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c251 They are all non-zero so that they can be used as `success'
1170 int success = 0; local
1194 success = gnu_special (work, &mangled, &decl);
1196 if (!success)
1198 success = demangle_prefix (work, &mangled, &decl);
1200 if (success && (*mangled != '\0'))
1202 success = demangle_signature (work, &mangled, &decl);
1219 demangled = mop_up (work, &decl, success);
1357 mop_up (struct work_stuff *work, string *declp, int success) argument
1366 if (!success)
1412 int success = 1; local
1727 int success = 1; local
1787 int success; local
1843 int success; local
1980 int success = 1; local
2093 int success = 0; local
2533 int success = 0; local
2585 int success = 0; local
2639 int success = 0; local
2737 int success = 1; local
2946 int success = 1; local
3196 int success = 1; local
3280 int success = 1; local
3539 int success; local
3848 int success = 1; local
[all...]

Completed in 353 milliseconds

1234567891011>>