/external/llvm/lib/Support/ |
Path.cpp | 647 return error_code::success(); 717 return error_code::success(); 729 return error_code::success(); 738 return error_code::success(); 750 return error_code::success(); 790 return error_code::success(); 802 return error_code::success(); 814 return error_code::success(); 841 return error_code::success(); 847 return error_code::success(); [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_screen.c | 784 bool success = false; local 788 success = i915CreateContext(api, mesaVis, driContextPriv, 796 success = false; 803 success = false; 806 if (success) { 808 success = i830CreateContext(mesaVis, driContextPriv, 810 if (!success) 815 success = brwCreateContext(api, mesaVis, 821 if (success) 1106 bool success = intel_get_param(intelScreen->driScrnPriv, I915_PARAM_HAS_LLC, local [all...] |
/external/openssh/ |
auth-rsa.c | 135 int i, success; local 158 success = PRIVSEP(auth_rsa_verify_response(key, challenge, response)); 160 return (success);
|
/external/openssh/openbsd-compat/ |
port-aix.c | 170 * Note: this function returns 1 on success, whereas AIX's authenticate() 281 int success = 0; local 285 success = 1; 293 return (success);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
HeaderItem.java | 72 boolean success = false; 83 success = true; 89 if (!success) {
|
/external/valgrind/main/VEX/switchback/ |
binary_switchback.pl | 215 # Returns 1 on success, 0 on failure 306 my $success = 0; 341 $success = 1; 407 if ($success) { 408 print "*** Success! No bad bbs found. ***\n";
|
/external/valgrind/main/drd/ |
drd_malloc_wrappers.c | 111 Bool success; local 114 success = DRD_(freelike_block)(tid, (Addr)p, True); 115 tl_assert(success); 175 * - success is not guaranteed even if the requested size is smaller than the
|
/external/webrtc/src/system_wrappers/source/ |
map_unittest.cc | 72 bool success = true; local 79 success = false; 85 return success;
|
/external/wpa_supplicant_8/src/ap/ |
preauth_auth.c | 196 int success) 202 success ? "succeeded" : "failed"); 207 if (success && key) {
|
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.h | 81 * @success: Whether the authentication was completed successfully 89 void (*cb)(struct eapol_sm *eapol, int success, void *ctx); 129 * Returns: 0 on success, -1 on failure 140 * Returns: 0 on success, -1 on failure 270 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success); 334 Boolean success)
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
ISO8601Converter.java | 473 boolean success = false; 478 success = true; 483 if (success)
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardSimPukView.java | 193 abstract void onSimLockChangedResponse(boolean success); 260 void onSimLockChangedResponse(final boolean success) { 266 if (success) {
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardServiceDelegate.java | 89 public void onKeyguardExitResult(boolean success) throws RemoteException { 90 if (DEBUG) Log.v(TAG, "**** onKeyguardExitResult(" + success +") CALLED ****"); 92 mOnKeyguardExitResult.onKeyguardExitResult(success);
|
/frameworks/base/services/java/com/android/server/display/ |
PersistentDataStore.java | 215 boolean success = false; 221 success = true; 223 if (success) {
|
/frameworks/base/services/java/com/android/server/wm/ |
BlackFrame.java | 117 boolean success = false; 140 success = true; 142 if (!success) {
|
DisplaySettings.java | 106 boolean success = false; 136 success = true; 150 if (!success) {
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
ComposeMessageActivityTests.java | 169 boolean success = true; 174 success = false; 178 assertTrue(success && boxChecker.getError() == null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationToggle.java | 210 boolean success = false; 226 success = true; 235 return success;
|
/hardware/ril/reference-ril/ |
reference-ril.c | 372 if (err < 0 || p_response->success == 0) goto error; 376 if (err < 0|| p_response->success == 0) { 418 if (err != 0 || p_response->success == 0) { 470 if (err != 0 || p_response->success == 0) { 607 if (err < 0 || p_response->success == 0) { 662 if (err != 0 || p_response->success == 0) { 786 /* success or failure is ignored by the upper layer here. 787 it will call GET_CURRENT_CALLS and determine success that way */ 806 if (err != 0 || p_response->success == 0) goto error; 834 /* success or failure is ignored by the upper layer here [all...] |
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.cc | 210 bool success = false; local 212 success = InitializeAlsaMixer(); 213 if (success) { 226 if (success) { 233 callback->Run(success);
|
/external/chromium/chrome/browser/history/ |
history_backend.cc | 1322 const bool success = (db_.get() && db_->GetVisitCountToHost(url, &count, local 1526 bool success = false; local 1582 bool success = false; local [all...] |
/external/chromium_org/cc/test/ |
layer_tree_test.cc | 139 bool success = LayerTreeHostImpl::InitializeRenderer(output_surface.Pass()); variable 140 test_hooks_->InitializedRendererOnThread(this, success); 141 return success; 188 bool success = layer_tree_host->Initialize(impl_task_runner); local 189 EXPECT_TRUE(success);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_store_chromeos.cc | 283 if (!validator->success()) { 304 void UserCloudPolicyStoreChromeOS::OnPolicyStored(bool success) { 305 if (!success) { 376 if (!validator->success()) { 424 if (validator->success()) {
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 338 bool success() { return success_; } function in class:browser_sync::CreateRootHelper 354 ASSERT_TRUE(create_root.success()); 391 ASSERT_TRUE(create_root.success()); 444 ASSERT_TRUE(create_root.success()); 487 ASSERT_TRUE(create_root.success()); 600 ASSERT_TRUE(create_root.success()); 637 ASSERT_TRUE(create_root.success()); 706 ASSERT_TRUE(create_root.success()); 724 ASSERT_TRUE(create_root.success()); 743 ASSERT_TRUE(create_root.success()); [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_task_manager_win.cc | 179 void BluetoothTaskManagerWin::OnDiscoveryStarted(bool success) { 182 DiscoveryStarted(success)); 248 bool success = false; local 252 success = !!BluetoothEnableIncomingConnections(adapter_handle_, powered); 255 if (success) {
|