HomeSort by relevance Sort by last modified time
    Searched full:succeeded (Results 201 - 225 of 2650) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/
gm.json 63 "succeeded",
315 "resultType": "succeeded",
333 "resultType": "succeeded",
349 "resultType": "succeeded",
365 "resultType": "succeeded",
413 "resultType": "succeeded",
429 "resultType": "succeeded",
445 "resultType": "succeeded",
461 "resultType": "succeeded",
479 "resultType": "succeeded",
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 183 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
190 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
197 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
220 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
226 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
233 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
240 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
247 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
256 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
264 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. *
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-visit.c 38 /* Always call end_list if start_list succeeded. */
60 /* Always call end_list if start_list succeeded. */
82 /* Always call end_list if start_list succeeded. */
104 /* Always call end_list if start_list succeeded. */
126 /* Always call end_list if start_list succeeded. */
148 /* Always call end_list if start_list succeeded. */
170 /* Always call end_list if start_list succeeded. */
192 /* Always call end_list if start_list succeeded. */
214 /* Always call end_list if start_list succeeded. */
236 /* Always call end_list if start_list succeeded. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 49 #ifndef SUCCEEDED
50 #define SUCCEEDED(hr) ((HRESULT)(hr) >= 0)
210 if(SUCCEEDED(hr) || hr == STRSAFE_E_INSUFFICIENT_BUFFER) {
224 if(SUCCEEDED(hr) || (hr==STRSAFE_E_INSUFFICIENT_BUFFER)) {
301 if((SUCCEEDED(hr) || hr == STRSAFE_E_INSUFFICIENT_BUFFER) && pcbRemaining)
315 if((SUCCEEDED(hr) || hr == STRSAFE_E_INSUFFICIENT_BUFFER) && pcbRemaining)
385 if((SUCCEEDED(hr) || hr == STRSAFE_E_INSUFFICIENT_BUFFER) && pcbRemaining)
397 if((SUCCEEDED(hr) || hr == STRSAFE_E_INSUFFICIENT_BUFFER) && pcbRemaining)
468 if((SUCCEEDED(hr) || hr == STRSAFE_E_INSUFFICIENT_BUFFER) && pcbRemaining)
480 if((SUCCEEDED(hr) || hr == STRSAFE_E_INSUFFICIENT_BUFFER) && pcbRemaining
    [all...]
  /frameworks/base/core/java/android/os/
SELinux.java 62 * @return a boolean indicating whether the operation succeeded.
70 * @return a boolean indicating whether the operation succeeded.
118 * @return a boolean indicating whether or not the operation succeeded.
140 * @return a boolean indicating whether the relabeling succeeded.
156 * @return a boolean indicating whether the relabeling succeeded.
168 * @return a boolean indicating whether the relabeling succeeded.
187 * @return a boolean indicating whether the relabeling succeeded.
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.h 81 // completed. |succeeded| indicates if the restore was successful. This is
83 virtual void OnCacheRestoreFinished(bool succeeded) = 0;
92 // Callback that lets the observer know that the save succeeded.
94 virtual void OnCacheSaveFinished(bool succeeded) = 0;
198 // or rebuilding our private data from the history database. |succeeded|
202 bool succeeded,
219 // restore has succeeded.
231 // |succeeded| is true on a successful save.
232 void OnCacheSaveDone(bool succeeded);
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 79 bool* succeeded,
82 *succeeded = true;
84 *succeeded = false;
92 bool succeeded = false; local
97 base::Unretained(&succeeded));
105 if (!succeeded) {
116 base::Unretained(&succeeded));
125 if (!succeeded) {
162 // only if parsing succeeded.
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 46 && ( echo vcdiff with no arguments should fail, but succeeded ^
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
145 && ( echo Decode using larger dictionary should fail, but succeeded ^
168 && ( echo vcdiff with missing dictionary file should fail, but succeeded ^
177 && ( echo vcdiff with missing target file should fail, but succeeded ^
185 && ( echo vcdiff with missing delta file should fail, but succeeded ^
230 && ( echo vcdiff with invalid delta file should fail, but succeeded ^
238 && ( echo -dictionary option with no file name should fail, but succeeded ^
246 && ( echo -target option with no file name should fail, but succeeded ^
254 && ( echo -delta option with no file name should fail, but succeeded
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_connector.cc 43 if (!result.succeeded()) {
184 bool succeeded) {
189 return (this->*next_response_handler_)(source, url, json_data, succeeded);
208 bool succeeded) {
209 DCHECK(succeeded);
210 if (!succeeded)
225 bool full_list = result.succeeded();
289 bool succeeded) {
290 DCHECK(succeeded);
291 if (!succeeded)
    [all...]
  /art/test/061-out-of-memory/src/
Main.java 29 System.out.println("tests succeeded");
63 System.out.println("testOomeLarge succeeded");
107 System.out.println("testOomeSmall succeeded");
  /external/chromium_org/android_webview/native/
java_browser_view_renderer_helper.cc 162 bool succeeded; local
170 succeeded = renderer.Run(&canvas);
178 return succeeded;
  /external/chromium_org/chrome/browser/chromeos/login/auth/
login_status_consumer.h 117 // The current retail mode login attempt has succeeded.
121 // The current login attempt has succeeded for |user_context|.
123 // The current guest login attempt has succeeded.
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 58 // Set to true if LoadGnomeKeyring() has already succeeded.
119 // the operation succeeded.
126 // operation succeeded. |changes| will contain the changes applied.
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_pref_store_unittest.cc 38 virtual void OnInitializationCompleted(bool succeeded) OVERRIDE;
64 void SupervisedUserPrefStoreFixture::OnInitializationCompleted(bool succeeded) {
66 EXPECT_TRUE(succeeded);
  /external/chromium_org/chrome/installer/util/
wmi.h 36 // Returns true if succeeded and 'wmi_services': the pointer to the service.
44 // Returns true if succeeded and 'class_instance' returns a pointer to the
53 // if operation succeeded. When all the parameters are set the method can
  /external/chromium_org/net/dns/
dns_config_service_posix.cc 52 typedef base::Callback<void(bool succeeded)> CallbackType;
71 bool Watch(const base::Callback<void(bool succeeded)>& callback) {
83 base::Callback<void(bool succeeded)> callback_;
97 typedef base::Callback<void(bool succeeded)> CallbackType;
232 void OnConfigChanged(bool succeeded) {
239 succeeded),
242 void OnConfigChangedDelayed(bool succeeded) {
243 service_->OnConfigChanged(succeeded);
364 void DnsConfigServicePosix::OnConfigChanged(bool succeeded) {
366 if (succeeded) {
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_flash_message_loop_proxy.cc 124 if (enter.succeeded()) {
142 if (enter.succeeded())
152 if (enter.succeeded())
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Callback.h 57 PassOwnPtr<V8CallbackType> createFunctionOnlyCallback(v8::Local<v8::Value> value, unsigned index, bool& succeeded, v8::Isolate* isolate, ExceptionState& exceptionState, CallbackAllowedValueFlags acceptedValues = 0)
59 succeeded = true;
68 succeeded = false;
  /external/lldb/test/logging/
TestLogging.py 54 "HandleCommand, command succeeded\n",
60 "HandleCommand, command succeeded\n",
66 "HandleCommand, command succeeded\n",
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardTestUtilsTests.java 50 TestCase.fail("Test case that should fail actually succeeded.");
71 TestCase.fail("Test case that should fail actually succeeded.");
94 TestCase.fail("Test case that should fail actually succeeded.");
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 307 boolean succeeded = true;
330 succeeded = false;
353 succeeded = false;
359 succeeded = false;
367 succeeded = false;
377 succeeded = false;
383 if (succeeded) {
410 succeeded = false;
425 succeeded = false;
444 succeeded = false
    [all...]
  /external/chromium_org/v8/test/cctest/
test-fast-dtoa.cc 233 int succeeded = 0; local
247 succeeded++;
251 CHECK_GT(succeeded*1.0/total, 0.99);
262 int succeeded = 0; local
280 succeeded++;
289 CHECK_GT(succeeded*1.0/total, 0.85);
  /external/chromium_org/base/prefs/
pref_notifier_impl.cc 81 void PrefNotifierImpl::OnInitializationCompleted(bool succeeded) {
93 it->Run(succeeded);
  /external/chromium_org/chrome/browser/chromeos/login/
login_manager_test.h 47 // indicates whether the login attempt succeeded.
51 // session. The return value indicates whether the attempt succeeded. This
  /external/chromium_org/chrome/browser/extensions/api/diagnostics/
diagnostics_api_chromeos.cc 59 bool succeeded,
63 if (!succeeded || !ParseResult(status, &ip, &latency)) {

Completed in 2913 milliseconds

1 2 3 4 5 6 7 891011>>