Searched refs:success (Results 101 - 125 of 2162) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/system_display/
H A Dsystem_display_api.h25 void OnGetDisplayInfoCompleted(bool success);
39 void OnPropertiesSet(bool success, const std::string& error);
H A Ddisplay_info_provider_chromeos_unittest.cc21 void BindRequestDisplayInfoResult(DisplayInfo* target, bool success) { argument
22 ASSERT_TRUE(success);
26 void BindSetDisplayUnitInfoResult(bool* success, argument
30 *success = success_in;
50 bool* success,
53 base::Bind(&BindSetDisplayUnitInfoResult, success, error));
340 bool success = false; local
343 &success, &error); local
345 ASSERT_TRUE(success);
359 bool success local
47 CallSetDisplayUnitInfo( const std::string& display_id, const api::system_display::DisplayProperties& info, bool* success, std::string* error) argument
362 &success, &error); local
378 bool success = false; local
381 &success, &error); local
397 bool success = false; local
400 &success, &error); local
416 bool success = false; local
419 &success, &error); local
435 bool success = false; local
438 &success, &error); local
454 bool success = false; local
457 &success, &error); local
474 bool success = false; local
477 &success, &error); local
494 bool success = false; local
497 &success, &error); local
514 bool success = false; local
517 &success, &error); local
534 bool success = false; local
537 &success, &error); local
553 bool success = false; local
556 &success, &error); local
572 bool success = false; local
575 &success, &error); local
591 bool success = false; local
594 &success, &error); local
610 bool success = false; local
613 &success, &error); local
629 bool success = false; local
632 &success, &error); local
648 bool success = false; local
651 &success, &error); local
673 bool success = false; local
676 &success, &error); local
690 bool success = false; local
693 &success, &error); local
703 &success, &error); local
715 &success, &error); local
726 &success, &error); local
743 bool success = false; local
746 &success, &error); local
760 bool success = false; local
763 &success, &error); local
774 &success, &error); local
785 &success, &error); local
796 &success, &error); local
807 &success, &error); local
827 bool success = false; local
830 &success, &error); local
849 bool success = false; local
852 &success, &error); local
870 bool success = false; local
873 &success, &error); local
902 bool success = false; local
905 &success, &error); local
[all...]
/external/icu4c/layout/
H A DArabicLayoutEngine.h44 * @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
[all...]
H A DGlyphSubstLookupProc.cpp36 LEErrorCode& success)
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
52 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const
54 if (LE_FAILURE(success)) {
77 delta = subtable->process(glyphIterator, success, fFilter);
101 delta = subtable->process(this, glyphIterator, fontInstance, success);
109 delta = subtable->process(this, glyphIterator, fontInstance, success);
117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
28 GlyphSubstitutionLookupProcessor( const GlyphSubstitutionTableHeader *glyphSubstitutionTableHeader, LETag scriptTag, LETag languageTag, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DGlyphPosnLookupProc.cpp41 LEErrorCode& success)
52 success
65 LEErrorCode& success) const
67 if (LE_FAILURE(success)) {
130 delta = subtable->process(this, glyphIterator, fontInstance, success);
138 delta = subtable->process(this, glyphIterator, fontInstance, success);
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
34 GlyphPositioningLookupProcessor( const GlyphPositioningTableHeader *glyphPositioningTableHeader, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DLookupProcessor.h37 le_bool rightToLeft, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, const LEFontInstance *fontInstance, LEErrorCode& success) const;
39 le_uint32 applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
41 le_uint32 applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
44 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const = 0;
58 LEErrorCode& success);
/external/chromium_org/chrome/browser/chromeos/contacts/
H A Dfake_contact_database.h23 void set_init_success(bool success) { init_success_ = success; } argument
24 void set_save_success(bool success) { save_success_ = success; } argument
25 void set_load_success(bool success) { load_success_ = success; } argument
55 // Should we report success in response to various requests?
H A Dcontact_database.cc76 bool* success = new bool(false); local
82 success),
86 base::Owned(success)));
95 bool* success = new bool(false); local
104 success),
108 base::Owned(success)));
114 bool* success = new bool(false); local
126 success,
132 base::Owned(success),
151 const bool* success) {
150 RunInitCallback(InitCallback callback, const bool* success) argument
156 RunSaveCallback(SaveCallback callback, const bool* success) argument
162 RunLoadCallback( LoadCallback callback, const bool* success, scoped_ptr<ScopedVector<Contact> > contacts, scoped_ptr<UpdateMetadata> metadata) argument
171 InitFromTaskRunner(const base::FilePath& database_dir, bool* success) argument
218 SaveContactsFromTaskRunner( scoped_ptr<ContactPointers> contacts_to_save, scoped_ptr<ContactIds> contact_ids_to_delete, scoped_ptr<UpdateMetadata> metadata, bool is_full_update, bool* success) argument
295 LoadContactsFromTaskRunner( bool* success, ScopedVector<Contact>* contacts, UpdateMetadata* metadata) argument
[all...]
H A Dcontact_database.h38 typedef base::Callback<void(bool success)> InitCallback;
39 typedef base::Callback<void(bool success)> SaveCallback;
40 typedef base::Callback<void(bool success,
103 void RunInitCallback(InitCallback callback, const bool* success);
104 void RunSaveCallback(SaveCallback callback, const bool* success);
106 const bool* success,
110 // Initializes the database in |database_dir| and updates |success|.
111 void InitFromTaskRunner(const base::FilePath& database_dir, bool* success);
113 // Saves data to disk and updates |success|.
118 bool* success);
[all...]
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.cc46 bool success = events_[0].type == type; local
48 return success;
57 bool success = events_[0].type == type1 && events_[1].type == type2; local
59 return success;
69 bool success = events_[0].type == type1 && local
73 return success;
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_arg_test.cc18 bool success[6]; member in struct:re2::SuccessTable
99 bool success = kSuccessTable[i].success[column]; \
100 ASSERT_TRUE_M(retval == success, \
102 p, success).c_str()); \
103 if ( success ) { \
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-scripts-request.js48 function testArguments(dcp, arguments, success) {
52 if (success) {
53 assertTrue(response.success, json_response);
55 assertFalse(response.success, json_response);
79 assertTrue(response.success);
89 assertTrue(response.success);
H A Ddebug-changebreakpoint.js48 function testArguments(dcp, arguments, success) {
52 if (success) {
53 assertTrue(response.success, json_response);
55 assertFalse(response.success, json_response);
68 assertFalse(response.success);
H A Ddebug-clearbreakpoint.js48 function testArguments(dcp, arguments, success) {
52 if (success) {
53 assertTrue(response.success, json_response);
55 assertFalse(response.success, json_response);
68 assertFalse(response.success);
H A Ddebug-references.js47 function testRequest(dcp, arguments, success, count) {
58 if (success) {
59 assertTrue(response.success, request + ' -> ' + response.message);
67 assertFalse(response.success, request + ' -> ' + response.message);
89 assertTrue(response.success, "Evaluation of Point failed");
H A Ddebug-setexceptionbreak.js53 function testArguments(dcp, arguments, success, type, enabled) {
57 if (success) {
58 assertTrue(response.success, json_response);
62 assertFalse(response.success, json_response);
75 assertFalse(response.success);
/external/regex-re2/re2/testing/
H A Dre2_arg_test.cc18 bool success[6]; member in struct:re2::SuccessTable
99 bool success = kSuccessTable[i].success[column]; \
100 ASSERT_TRUE_M(retval == success, \
102 p, success).c_str()); \
103 if ( success ) { \
/external/v8/test/mjsunit/
H A Ddebug-scripts-request.js48 function testArguments(dcp, arguments, success) {
52 if (success) {
53 assertTrue(response.success, json_response);
55 assertFalse(response.success, json_response);
79 assertTrue(response.success);
87 assertTrue(response.success);
/external/chromium/chrome/common/
H A Dservice_process_util_posix.cc63 bool* success) {
66 *success = MessageLoopForIO::current()->WatchFileDescriptor(
69 if (!*success) {
81 *success = sigaction(SIGTERM, &action, &old_action_) == 0;
82 if (!*success) {
98 *success = WatchExecutable();
99 if (!*success) {
156 bool success = false; local
161 &success));
163 return success;
62 SignalReady(base::WaitableEvent* signal, bool* success) argument
[all...]
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.h34 typedef base::Callback<void(bool success,
53 typedef base::Callback<void(bool success,
73 // the existing key on success.
75 // On success |result| will be true and |data| will contain the
97 // success - The status of request creation.
101 bool success,
111 // success - The status of the Privacy CA operation.
115 bool success,
124 // success - The status of the enrollment operation.
128 bool success,
[all...]
/external/valgrind/main/memcheck/tests/
H A Datomic_incs.c51 unsigned long success;
60 : /*out*/"=b"(success)
64 } while (success != 1);
68 unsigned long success;
77 : /*out*/"=b"(success)
81 } while (success != 1);
186 unsigned long success;
195 : /*out*/"=b"(success)
199 } while (success != 1);
203 unsigned long success;
[all...]
/external/chromium_org/chrome/test/chromedriver/net/
H A Dsync_websocket_impl.cc54 bool success = false; local
59 this, url, &success, &event));
61 return success;
65 bool success = false; local
70 this, message, &success, &event));
72 return success;
115 bool* success,
124 this, success, event));
128 bool* success,
131 *success
113 ConnectOnIO( const GURL& url, bool* success, base::WaitableEvent* event) argument
127 OnConnectCompletedOnIO( bool* success, base::WaitableEvent* event, int error) argument
139 SendOnIO( const std::string& message, bool* success, base::WaitableEvent* event) argument
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dwebstore_custom_bindings.js26 Installer.prototype.onInstallResponse = function(installId, success, error) {
34 if (success && pendingInstall.onSuccess)
36 else if (!success && pendingInstall.onFailure)
55 function onInstallResponse(installId, success, error) {
56 installer.onInstallResponse(installId, success, error);
/external/chromium_org/chrome/test/base/
H A Dtest_launcher_utils.cc79 bool success = true; local
83 success = PathService::Override(chrome::DIR_USER_DATA, user_data_dir);
93 success = success && env->SetVar("XDG_CACHE_HOME", user_data_dir.value());
96 return success;
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_manager_browsertest.cc78 bool success = false; local
82 &success));
83 EXPECT_TRUE(success);
97 success = false;
101 &success));
102 EXPECT_TRUE(success);
111 success = false;
115 &success));
116 EXPECT_FALSE(success);
146 bool success local
199 bool success = false; local
252 bool success = false; local
299 bool success = false; local
368 bool success = false; local
448 bool success = false; local
553 bool success = false; local
690 bool success = false; local
757 bool success = false; local
838 bool success = false; local
872 bool success = false; local
926 bool success = false; local
1065 bool success = false; local
1261 bool success = false; local
[all...]

Completed in 1391 milliseconds

1234567891011>>