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

<<51525354555657585960>>

  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.cpp 283 const bool success = program->SetAttributeValues(program_var, local
288 return ToJBool(success);
315 const bool success = program->SetAttributeValues(program_var, local
322 return ToJBool(success);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 36 int success; member in struct:PERF_RTdata_uptime
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 355 private void iccLockChanged(boolean success) {
356 if (success) {
366 private void iccPinChanged(boolean success) {
367 if (!success) {
  /system/core/fastboot/
usb_osx.c 55 int success; member in struct:usb_handle
66 * success, -1 on failure. */
222 handle->success = 1;
258 * success, -1 on failure.
380 /** Initializes the USB system. Returns 0 on success, -1 on error. */
388 h.success = 0;
433 if (h.success) {
  /dalvik/vm/hprof/
Hprof.cpp 59 * Finish up the hprof dump. Returns true on success.
235 * Returns 0 on success, or an error code on failure.
240 int success;
255 success = hprofShutdown(ctx) ? 0 : -1;
258 return success;
  /external/chromium/base/
file_util_posix.cc 152 // The Windows version defines this condition as success.
161 bool success = true;
167 for (FilePath current = traversal.Next(); success && !current.empty();
175 success = (unlink(current.value().c_str()) == 0);
178 while (success && !directories.empty()) {
181 success = (rmdir(dir.value().c_str()) == 0);
183 return success;
251 bool success = true;
267 success = false;
282 while (success && !current.empty())
    [all...]
string_split.cc 103 bool success = true; local
117 success = false;
122 return success;
time_win.cc 216 BOOL success = TRUE; local
219 success = FileTimeToLocalFileTime(&utc_ft, &ft);
225 if (!success || !FileTimeToSystemTime(&ft, &st)) {
utf_offset_string_conversions.cc 35 bool success = true; local
46 success = false;
65 return success;
utf_string_conversions.cc 29 bool success = true; local
37 success = false;
41 return success;
55 // Ignore the success flag of this call, it will do the best it can for
138 // Ignore the success flag of this call, it will do the best it can for
151 // Ignore the success flag of this call, it will do the best it can for
  /external/chromium/chrome/browser/autofill/
autofill_browsertest.cc 108 void SimulateURLFetch(bool success) {
112 status.set_status(success ? net::URLRequestStatus::SUCCESS :
142 status, success ? 200 : 500,
  /external/chromium/chrome/browser/extensions/
extension_rlz_module.cc 17 bool success = true; local
47 success = false;
51 return success;
  /external/chromium_org/base/strings/
string_split.cc 92 bool success = true; local
106 success = false;
112 return success;
  /external/chromium_org/cc/trees/
thread_proxy.h 70 bool success,
136 // |capabilities| is set only when |success| is true.
138 bool success,
165 bool* success,
  /external/chromium_org/chrome/browser/automation/
automation_provider.h 258 void BeginTracing(const std::string& category_patterns, bool* success);
260 void GetTracingOutput(std::string* chunk, bool* success);
269 bool* success);
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 355 void OnImageDirCreated(bool success);
359 void OnDevicesUnmounted(bool success);
362 bool success,
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.cc 533 void UsbListInterfacesFunction::OnCompleted(bool success) {
534 if (!success) {
692 void UsbClaimInterfaceFunction::OnCompleted(bool success) {
693 if (!success)
725 void UsbReleaseInterfaceFunction::OnCompleted(bool success) {
726 if (!success)
761 void UsbSetInterfaceAlternateSettingFunction::OnCompleted(bool success) {
762 if (!success)
1017 void UsbResetDeviceFunction::OnCompletedFileThread(bool success) {
1021 this, success));
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_browsertest.cc 41 const base::Callback<void(bool success)>& callback,
163 // |callback| is called with success/failure.
165 const base::Callback<void(bool success)>& callback) {
173 // with success/failure.
176 const base::Callback<void(bool success)>& callback) {
  /external/chromium_org/chrome/browser/rlz/
rlz_extension_api.cc 21 bool success = true; local
51 success = false;
55 return success;
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 259 void UpdateFinished(bool success);
260 void UpdateFinished(bool success, bool back_off);
411 virtual void UpdateFinished(bool success) = 0;
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_request_unittest.cc 88 void SetExpectation(bool success, std::string oauth2_access_token);
119 oauth2_access_token_(std::string("success token")) {
125 void MockProfileOAuth2TokenService::SetExpectation(bool success,
127 success_ = success;
205 Success) {
213 EXPECT_EQ("success token", consumer_.last_token_);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac.cc 53 void OnRemoteCheckCompleted(bool success,
161 bool success,
165 remote_success_ = success;
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_dialog_manager.cc 86 bool success,
287 bool success,
291 callback.Run(success, user_input);
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 245 bool success = false;
253 success = true;
258 return success;
  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 164 bool success = false; local
166 handle_, count, &success))) {
170 return success;

Completed in 1333 milliseconds

<<51525354555657585960>>