HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 126 - 150 of 2836) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_api_stub.cc 30 bool success, const std::string& error_message) {}
43 bool success, const std::string& error_message) {}
68 bool success, const std::string& error_message) {}
81 bool success, const std::string& report_id,
96 bool success, const std::string& error_message) {}
113 bool success,
132 bool success,
  /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/ppapi/shared_impl/
ppb_tcp_socket_shared.cc 23 void TCPSocketState::CompletePendingTransition(bool success) {
29 if (success)
33 state_ = success ? CONNECTED : CLOSED;
36 state_ = success ? SSL_CONNECTED : CLOSED;
39 if (success)
49 void TCPSocketState::DoTransition(TransitionType transition, bool success) {
51 CompletePendingTransition(success);
  /external/chromium_org/v8/test/webkit/
duplicate-param-gc-crash.js 50 var test1Closure = test1(["success"]);
52 var extra = test1("success");
56 shouldBe('test1Closure()', '"success"');
64 var test2Closure = test2("success", "success", "success", "success", "success", "success", ["success"]);
    [all...]
  /external/chromium_org/chrome/browser/extensions/docs/examples/apps/
calculator_browsertest.cc 29 bool success; local
32 "window.domAutomationController.send(window.runTests().success)",
33 &success);
36 ASSERT_TRUE(success);
  /external/chromium_org/chrome/browser/local_discovery/wifi/
credential_getter_win.h 19 typedef base::Callback<void(bool success, const std::string& key)>
35 void OnGotCredentials(const std::string& key_data, bool success);
39 void PostCallback(bool success, const std::string& key_data);
  /external/chromium_org/components/leveldb_proto/
proto_database.h 23 typedef base::Callback<void(bool success)> InitCallback;
24 typedef base::Callback<void(bool success)> UpdateCallback;
25 typedef base::Callback<void(bool success, scoped_ptr<std::vector<T> >)>
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
u_format_compatible_test.c 71 boolean success; local
73 success = test_all();
75 return success ? 0 : 1;
u_format_test.c 209 boolean success; local
211 success = TRUE;
217 success = FALSE;
223 if (!success) {
228 return success;
238 boolean success; local
244 success = TRUE;
249 success = FALSE;
255 if (!success) {
260 return success;
271 boolean success; local
345 boolean success; local
384 boolean success; local
440 boolean success; local
471 boolean success; local
508 boolean success; local
545 boolean success; local
583 boolean success; local
620 boolean success; local
662 boolean success = TRUE; local
686 boolean success = TRUE; local
730 boolean success; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
DiscardableMemoryTest.cpp 24 bool success = dm->lock(); local
25 REPORTER_ASSERT(reporter, success);
26 if (!success) {
ClipCubicTest.cpp 81 bool success; local
87 success = clipper.clipCubic(crv, clipped);
88 REPORTER_ASSERT(reporter, success == true);
95 success = clipper.clipCubic(crv, clipped);
96 REPORTER_ASSERT(reporter, success == true);
103 success = clipper.clipCubic(crv, clipped);
104 REPORTER_ASSERT(reporter, success == true);
111 success = clipper.clipCubic(crv, clipped);
112 REPORTER_ASSERT(reporter, success == false);
117 success = clipper.clipCubic(crv, clipped)
    [all...]
  /external/icu/icu4c/source/layout/
ContextualGlyphSubstProc2.h 30 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
34 ContextualGlyphSubstitutionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
53 TTGlyphID lookup(le_uint32 offset, LEGlyphID gid, LEErrorCode &success);
HangulLayoutEngine.h 49 * @param success - set to an error code if the operation fails
58 le_int32 typoFlags, const LEReferenceTo<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 LEReferenceTo<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);
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;
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 LEReferenceTo<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);
  /external/mesa3d/src/gallium/tests/unit/
u_format_compatible_test.c 71 boolean success; local
73 success = test_all();
75 return success ? 0 : 1;
u_format_test.c 209 boolean success; local
211 success = TRUE;
217 success = FALSE;
223 if (!success) {
228 return success;
238 boolean success; local
244 success = TRUE;
249 success = FALSE;
255 if (!success) {
260 return success;
271 boolean success; local
345 boolean success; local
384 boolean success; local
440 boolean success; local
471 boolean success; local
508 boolean success; local
545 boolean success; local
583 boolean success; local
620 boolean success; local
662 boolean success = TRUE; local
686 boolean success = TRUE; local
730 boolean success; local
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkRTConf.cpp 173 template <typename T> T doParse(const char *, bool *success ) {
175 if (success) {
176 *success = false;
181 template<> bool doParse<bool>(const char *s, bool *success) {
182 if (success) {
183 *success = true;
191 if (success) {
192 *success = false;
197 template<> const char * doParse<const char *>(const char * s, bool *success) {
198 if (success) {
271 bool success; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_base.h 31 virtual void SendResponse(bool success) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/options/
import_data_overlay.css 23 #import-success-header {
27 #import-success-image {
  /external/chromium_org/chromeos/login/auth/
online_attempt_host.cc 50 bool success = state_->online_outcome().reason() == AuthFailure::NONE; local
54 success));
58 void OnlineAttemptHost::ResolveOnUIThread(bool success) {
59 delegate_->OnChecked(current_attempt_user_context_.GetUserID(), success);
  /external/chromium_org/components/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/
CriteriaHelper.java 78 boolean success = false;
79 while (count < maxAttempts && !success) {
82 success = pollForCriteria(criteria, maxTimeoutMs, checkIntervalMs);
84 return success;
  /external/chromium_org/components/cronet/android/test/javatests/src/org/chromium/cronet_test_apk/
CriteriaHelper.java 78 boolean success = false;
79 while (count < maxAttempts && !success) {
82 success = pollForCriteria(criteria, maxTimeoutMs, checkIntervalMs);
84 return success;

Completed in 1620 milliseconds

1 2 3 4 56 7 8 91011>>