/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
D | eng_init.c | 62 int to_return = 1; in engine_unlocked_init() local 67 to_return = e->init(e); in engine_unlocked_init() 68 if(to_return) in engine_unlocked_init() 77 return to_return; in engine_unlocked_init() 84 int to_return = 1; in engine_unlocked_finish() local 98 to_return = e->finish(e); in engine_unlocked_finish() 101 if(!to_return) in engine_unlocked_finish() 117 return to_return; in engine_unlocked_finish() 138 int to_return = 1; in ENGINE_finish() local 146 to_return = engine_unlocked_finish(e, 1); in ENGINE_finish() [all …]
|
D | eng_list.c | 272 int to_return = 1; in ENGINE_add() local 289 to_return = 0; in ENGINE_add() 292 return to_return; in ENGINE_add() 298 int to_return = 1; in ENGINE_remove() local 310 to_return = 0; in ENGINE_remove() 313 return to_return; in ENGINE_remove()
|
D | enginetest.c | 102 int to_return = 1; in main() local 265 to_return = 0; in main() 267 if(to_return) in main() 281 return to_return; in main()
|
/external/openssl/crypto/engine/ |
D | eng_init.c | 62 int to_return = 1; in engine_unlocked_init() local 67 to_return = e->init(e); in engine_unlocked_init() 68 if(to_return) in engine_unlocked_init() 77 return to_return; in engine_unlocked_init() 84 int to_return = 1; in engine_unlocked_finish() local 98 to_return = e->finish(e); in engine_unlocked_finish() 101 if(!to_return) in engine_unlocked_finish() 117 return to_return; in engine_unlocked_finish() 138 int to_return = 1; in ENGINE_finish() local 146 to_return = engine_unlocked_finish(e, 1); in ENGINE_finish() [all …]
|
D | eng_list.c | 272 int to_return = 1; in ENGINE_add() local 289 to_return = 0; in ENGINE_add() 292 return to_return; in ENGINE_add() 298 int to_return = 1; in ENGINE_remove() local 310 to_return = 0; in ENGINE_remove() 313 return to_return; in ENGINE_remove()
|
D | enginetest.c | 102 int to_return = 1; in main() local 265 to_return = 0; in main() 267 if(to_return) in main() 281 return to_return; in main()
|
/external/chromium_org/ui/compositor/ |
D | transform_animation_curve_adapter.cc | 30 scoped_ptr<TransformAnimationCurveAdapter> to_return( in Clone() local 35 return to_return.PassAs<cc::AnimationCurve>(); in Clone() 46 gfx::DecomposedTransform to_return; in GetValue() local 47 gfx::BlendDecomposedTransforms(&to_return, in GetValue() 52 return gfx::ComposeTransform(to_return); in GetValue() 82 scoped_ptr<InverseTransformCurveAdapter> to_return( in Clone() local 86 return to_return.PassAs<cc::AnimationCurve>(); in Clone() 96 gfx::Transform to_return(gfx::Transform::kSkipInitialization); in GetValue() local 97 bool is_invertible = base_transform.GetInverse(&to_return); in GetValue() 100 to_return.PreconcatTransform(effective_initial_value_); in GetValue() [all …]
|
D | float_animation_curve_adapter.cc | 25 scoped_ptr<FloatAnimationCurveAdapter> to_return( in Clone() local 30 return to_return.PassAs<cc::AnimationCurve>(); in Clone()
|
D | layer_animator.cc | 456 linked_ptr<LayerAnimationSequence> to_return; in RemoveAnimation() local 474 to_return = *queue_iter; in RemoveAnimation() 480 if (!to_return.get() || in RemoveAnimation() 481 !to_return->waiting_for_group_start() || in RemoveAnimation() 482 !to_return->IsFirstElementThreaded()) in RemoveAnimation() 483 return to_return.release(); in RemoveAnimation() 489 int group_id = to_return->animation_group_id(); in RemoveAnimation() 500 return to_return.release(); in RemoveAnimation() 513 return to_return.release(); in RemoveAnimation()
|
D | scoped_layer_animation_settings.cc | 69 scoped_ptr<LayerAnimationElement> to_return( in GetInverseElement() local 71 return to_return.Pass(); in GetInverseElement()
|
/external/chromium_org/cc/layers/ |
D | delegated_frame_resource_collection.cc | 44 ReturnedResourceArray to_return; in LoseAllResources() local 55 to_return.push_back(returned); in LoseAllResources() 60 to_return.begin(), in LoseAllResources() 61 to_return.end()); in LoseAllResources() 83 ReturnedResourceArray to_return; in UnrefResources() local 92 to_return.push_back(returned[i]); in UnrefResources() 93 to_return.back().count = it->second.refs_to_return; in UnrefResources() 98 if (to_return.empty()) in UnrefResources() 103 to_return.begin(), in UnrefResources() 104 to_return.end()); in UnrefResources()
|
/external/chromium_org/cc/animation/ |
D | animation.cc | 219 scoped_ptr<Animation> to_return( in CloneAndInitialize() local 221 to_return->run_state_ = initial_run_state; in CloneAndInitialize() 222 to_return->iterations_ = iterations_; in CloneAndInitialize() 223 to_return->start_time_ = start_time; in CloneAndInitialize() 224 to_return->pause_time_ = pause_time_; in CloneAndInitialize() 225 to_return->total_paused_time_ = total_paused_time_; in CloneAndInitialize() 226 to_return->time_offset_ = time_offset_; in CloneAndInitialize() 227 to_return->alternates_direction_ = alternates_direction_; in CloneAndInitialize() 228 DCHECK(!to_return->is_controlling_instance_); in CloneAndInitialize() 229 to_return->is_controlling_instance_ = true; in CloneAndInitialize() [all …]
|
D | animation_registrar.cc | 23 scoped_refptr<LayerAnimationController> to_return; in GetAnimationControllerForId() local 25 to_return = LayerAnimationController::Create(id); in GetAnimationControllerForId() 26 to_return->SetAnimationRegistrar(this); in GetAnimationControllerForId() 27 all_animation_controllers_[id] = to_return.get(); in GetAnimationControllerForId() 29 to_return = all_animation_controllers_[id]; in GetAnimationControllerForId() 31 return to_return; in GetAnimationControllerForId()
|
D | transform_operations.cc | 32 gfx::Transform to_return; in Apply() local 34 to_return.PreconcatTransform(operations_[i].matrix); in Apply() 35 return to_return; in Apply() 40 gfx::Transform to_return; in Blend() local 41 BlendInternal(from, progress, &to_return); in Blend() 42 return to_return; in Blend() 211 gfx::DecomposedTransform to_return; in BlendInternal() local 212 if (!gfx::BlendDecomposedTransforms(&to_return, in BlendInternal() 218 *result = ComposeTransform(to_return); in BlendInternal()
|
D | keyframed_animation_curve.cc | 186 scoped_ptr<KeyframedColorAnimationCurve> to_return( in Clone() local 189 to_return->AddKeyframe(keyframes_[i]->Clone()); in Clone() 190 return to_return.PassAs<AnimationCurve>(); in Clone() 233 scoped_ptr<KeyframedFloatAnimationCurve> to_return( in Clone() local 236 to_return->AddKeyframe(keyframes_[i]->Clone()); in Clone() 237 return to_return.PassAs<AnimationCurve>(); in Clone() 278 scoped_ptr<KeyframedTransformAnimationCurve> to_return( in Clone() local 281 to_return->AddKeyframe(keyframes_[i]->Clone()); in Clone() 282 return to_return.PassAs<AnimationCurve>(); in Clone() 355 scoped_ptr<KeyframedFilterAnimationCurve> to_return( in Clone() local [all …]
|
D | animation_unittest.cc | 15 scoped_ptr<Animation> to_return(Animation::Create( in CreateAnimation() local 21 to_return->set_iterations(iterations); in CreateAnimation() 22 return to_return.Pass(); in CreateAnimation()
|
/external/chromium_org/chrome/browser/content_settings/ |
D | content_settings_rule.cc | 63 const Rule& to_return = (*current_iterator)->Next(); in Next() local 66 return to_return; in Next()
|
D | content_settings_origin_identifier_value_map.cc | 43 Rule to_return(current_rule_->first.primary_pattern, in Next() local 47 return to_return; in Next()
|
/external/chromium_org/ui/gfx/animation/ |
D | tween.cc | 167 gfx::Transform to_return = end_transform; in TransformValueBetween() local 168 to_return.Blend(start_transform, value); in TransformValueBetween() 170 return to_return; in TransformValueBetween()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | signed_settings_helper_unittest.cc | 90 em::PolicyData to_return; in BuildPolicyData() local 92 to_return.set_policy_type(SignedSettings::kDevicePolicyType); in BuildPolicyData() 93 to_return.set_policy_value(pol.SerializeAsString()); in BuildPolicyData() 94 return to_return; in BuildPolicyData()
|
/external/chromium_org/ui/gfx/ |
D | interpolated_transform_unittest.cc | 146 scoped_ptr<ui::InterpolatedTransform> to_return( in GetScreenRotation() local 152 to_return->SetChild(rotation.release()); in GetScreenRotation() 153 to_return->SetReversed(reversed); in GetScreenRotation() 155 return to_return.release(); in GetScreenRotation()
|
/external/chromium/chrome/common/net/gaia/ |
D | gaia_auth_fetcher.cc | 125 URLFetcher* to_return = in CreateGaiaFetcher() local 130 to_return->set_request_context(getter); in CreateGaiaFetcher() 131 to_return->set_load_flags(net::LOAD_DO_NOT_SEND_COOKIES); in CreateGaiaFetcher() 132 to_return->set_upload_data("application/x-www-form-urlencoded", body); in CreateGaiaFetcher() 133 return to_return; in CreateGaiaFetcher()
|
/external/chromium_org/chrome/renderer/extensions/ |
D | v8_schema_registry.cc | 101 v8::Local<v8::Object> to_return = in GetSchema() local 104 return handle_scope.Escape(to_return); in GetSchema()
|
/external/chromium_org/google_apis/gaia/ |
D | gaia_auth_fetcher.cc | 209 net::URLFetcher* to_return = net::URLFetcher::Create( in CreateGaiaFetcher() local 213 to_return->SetRequestContext(getter); in CreateGaiaFetcher() 214 to_return->SetUploadData("application/x-www-form-urlencoded", body); in CreateGaiaFetcher() 225 to_return->SetLoadFlags(load_flags); in CreateGaiaFetcher() 231 to_return->SetAutomaticallyRetryOnNetworkChanges(3); in CreateGaiaFetcher() 234 to_return->SetExtraRequestHeaders(headers); in CreateGaiaFetcher() 236 return to_return; in CreateGaiaFetcher()
|
/external/chromium_org/cc/resources/ |
D | resource_provider.cc | 1069 ReturnedResourceArray to_return; in ReceiveFromChild() local 1070 to_return.push_back(it->ToReturnedResource()); in ReceiveFromChild() 1071 child_info.return_callback.Run(to_return); in ReceiveFromChild() 1288 ReturnedResourceArray to_return; in DeleteAndReturnUnusedResourcesToChild() local 1342 to_return.push_back(returned); in DeleteAndReturnUnusedResourcesToChild() 1352 for (size_t i = 0; i < to_return.size(); ++i) { in DeleteAndReturnUnusedResourcesToChild() 1353 if (!to_return[i].sync_point) in DeleteAndReturnUnusedResourcesToChild() 1354 to_return[i].sync_point = sync_point; in DeleteAndReturnUnusedResourcesToChild() 1358 if (!to_return.empty()) in DeleteAndReturnUnusedResourcesToChild() 1359 child_info->return_callback.Run(to_return); in DeleteAndReturnUnusedResourcesToChild()
|