HomeSort by relevance Sort by last modified time
    Searched refs:Bind (Results 1 - 25 of 881) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/tools/clang/base_bind_rewriters/tests/
test-expected.cc 14 void Bind(Functor&&, Args&&...) {}
24 using base::Bind;
26 base::Bind(&Foo::Bar, foo);
27 Bind(&Foo::Bar, foo);
28 base::Bind(&Foo::Bar, (&foo));
29 base::Bind(&Foo::Bar, foo);
30 base::Bind(&Foo::Bar, foo);
31 base::Bind(&Foo::Bar, foo, foo.get());
32 base::Bind(&Foo::Baz, foo.get());
33 base::Bind(&Foo::Bar, foo)
    [all...]
test-original.cc 14 void Bind(Functor&&, Args&&...) {}
24 using base::Bind;
26 base::Bind(&Foo::Bar, foo.get());
27 Bind(&Foo::Bar, foo.get());
28 base::Bind(&Foo::Bar, (&foo)->get());
29 base::Bind(&Foo::Bar, foo.get(
31 base::Bind(&Foo::Bar, foo
33 base::Bind(&Foo::Bar, foo.get(), foo.get());
34 base::Bind(&Foo::Baz, foo.get());
35 base::Bind(&Foo::Bar, foo.scoped_refptr<int>::get())
    [all...]
  /external/v8/src/interpreter/
bytecode-label.cc 20 void BytecodeLabels::Bind(BytecodeArrayBuilder* builder) {
22 builder->Bind(&label);
29 builder->Bind(target, &label);
control-flow-builders.cc 18 break_labels_.Bind(builder());
43 builder()->Bind(&block_end_);
58 builder()->Bind(&loop_header_);
61 builder()->Bind(&label);
81 void LoopBuilder::BindContinueTarget() { continue_labels_.Bind(builder()); }
94 builder()->Bind(&site);
106 builder()->Bind(&handler_);
111 void TryCatchBuilder::EndCatch() { builder()->Bind(&exit_); }
130 builder()->Bind(&handler_);
134 void TryFinallyBuilder::BeginFinally() { finalization_sites_.Bind(builder());
    [all...]
  /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
Bind.java 34 public @interface Bind {
36 * If specified, {@link BoundFieldModule} will bind the annotated field's value to this type,
39 Class<?> to() default Bind.class;
  /external/v8/src/builtins/
builtins-number.cc 73 Bind(&return_true);
76 Bind(&return_false);
102 Bind(&return_true);
105 Bind(&return_false);
125 Bind(&return_true);
128 Bind(&return_false);
160 Bind(&return_true);
163 Bind(&return_false);
174 var_input.Bind(Parameter(1));
176 Bind(&loop)
    [all...]
builtins-regexp.cc 116 Bind(&loop);
132 Bind(&next_iter);
133 var_from_cursor.Bind(IntPtrAdd(from_cursor, IntPtrConstant(2)));
134 var_to_cursor.Bind(IntPtrAdd(to_cursor, IntPtrConstant(1)));
139 Bind(&named_captures);
187 var_i.Bind(IntPtrConstant(0));
194 Bind(&loop);
208 var_i.Bind(i_plus_2);
214 Bind(&out);
248 var_lastindex.Bind(regexp_lastindex)
    [all...]
builtins-math.cc 35 var_x.Bind(Parameter(1));
37 Bind(&loop);
46 Bind(&if_xissmi);
53 Bind(&if_xispositive);
59 Bind(&if_xisnotpositive);
68 Bind(&if_notoverflow);
75 Bind(&if_overflow);
80 Bind(&if_xisnotsmi);
87 Bind(&if_xisheapnumber);
95 Bind(&if_xisnotheapnumber)
    [all...]
  /system/bt/btif/src/
btif_hearing_aid.cc 26 #include <base/bind.h>
32 using base::Bind;
42 return base::Bind(
62 Bind(&HearingAid::Initialize, this,
64 Bind(&btif_storage_load_bonded_hearing_aids))));
70 do_in_jni_thread(FROM_HERE, Bind(&HearingAidCallbacks::OnConnectionState,
79 do_in_jni_thread(FROM_HERE, Bind(&HearingAidCallbacks::OnDeviceAvailable,
86 do_in_bta_thread(FROM_HERE, Bind(&HearingAid::Connect,
92 do_in_bta_thread(FROM_HERE, Bind(&HearingAid::Disconnect,
95 FROM_HERE, Bind(&btif_storage_remove_hearing_aid_white_list, address))
    [all...]
  /system/bt/bta/ag/
bta_ag_api.cc 28 #include <base/bind.h>
64 do_in_bta_thread(FROM_HERE, base::Bind(&bta_ag_api_enable, p_cback));
79 do_in_bta_thread(FROM_HERE, base::Bind(&bta_ag_api_disable));
97 FROM_HERE, base::Bind(&bta_ag_api_register, services, sec_mask, features,
113 base::Bind(&bta_ag_sm_execute_by_handle, handle,
134 do_in_bta_thread(FROM_HERE, base::Bind(&bta_ag_sm_execute_by_handle, handle,
151 base::Bind(&bta_ag_sm_execute_by_handle, handle,
168 base::Bind(&bta_ag_sm_execute_by_handle, handle,
185 FROM_HERE, base::Bind(&bta_ag_sm_execute_by_handle, handle,
204 base::Bind(&bta_ag_api_result, handle, result, data))
    [all...]
  /external/webrtc/webrtc/base/
keep_ref_until_done.h 14 #include "webrtc/base/bind.h"
31 return rtc::Bind(&impl::DoNothing<ObjectT>, scoped_refptr<ObjectT>(object));
37 return rtc::Bind(&impl::DoNothing<ObjectT>, object);
  /system/tpm/tpm_manager/client/
tpm_nvram_binder_proxy.cc 19 #include <base/bind.h>
64 auto method = base::Bind(&ITpmNvram::DefineSpace, base::Unretained(binder_));
65 auto get_error = base::Bind(&CreateErrorResponse<DefineSpaceReply>);
73 auto method = base::Bind(&ITpmNvram::DestroySpace, base::Unretained(binder_));
74 auto get_error = base::Bind(&CreateErrorResponse<DestroySpaceReply>);
82 auto method = base::Bind(&ITpmNvram::WriteSpace, base::Unretained(binder_));
83 auto get_error = base::Bind(&CreateErrorResponse<WriteSpaceReply>);
91 auto method = base::Bind(&ITpmNvram::ReadSpace, base::Unretained(binder_));
92 auto get_error = base::Bind(&CreateErrorResponse<ReadSpaceReply>);
100 auto method = base::Bind(&ITpmNvram::LockSpace, base::Unretained(binder_))
    [all...]
tpm_ownership_binder_proxy.cc 19 #include <base/bind.h>
67 base::Bind(&ITpmOwnership::GetTpmStatus, base::Unretained(binder_));
68 auto get_error = base::Bind(&CreateErrorResponse<GetTpmStatusReply>);
78 base::Bind(&ITpmOwnership::TakeOwnership, base::Unretained(binder_));
79 auto get_error = base::Bind(&CreateErrorResponse<TakeOwnershipReply>);
88 auto method = base::Bind(&ITpmOwnership::RemoveOwnerDependency,
90 auto get_error = base::Bind(&CreateErrorResponse<RemoveOwnerDependencyReply>);
  /external/libchrome/base/
callback_helpers_unittest.cc 7 #include "base/bind.h"
20 base::Closure cb = base::Bind(&Increment, &run_count);
38 base::ScopedClosureRunner runner(base::Bind(&Increment, &run_count));
48 base::ScopedClosureRunner runner(base::Bind(&Increment, &run_count));
62 runner.ReplaceClosure(base::Bind(&Increment, &run_count_1));
63 runner.ReplaceClosure(base::Bind(&Increment, &run_count_2));
74 base::ScopedClosureRunner runner(base::Bind(&Increment, &run_count_3));
86 new base::ScopedClosureRunner(base::Bind(&Increment, &run_count)));
98 base::ScopedClosureRunner runner(base::Bind(&Increment, &run_count_1));
100 base::ScopedClosureRunner runner2(base::Bind(&Increment, &run_count_2))
    [all...]
sequence_checker_unittest.cc 10 #include "base/bind.h"
70 // This should bind |sequence_checker| to the current sequence if it wasn't
109 Bind(&ExpectNotCalledOnValidSequence, Unretained(&sequence_checker)));
120 RunCallbackThread thread(Bind(&ExpectCalledOnValidSequenceWithSequenceToken,
171 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)));
181 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "A");
183 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "A");
192 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "A");
194 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "A");
200 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "B")
    [all...]
task_runner_util.h 10 #include "base/bind.h"
31 // Bind(&DoWorkAndReturn),
32 // Bind(&Callback));
42 from_here, base::Bind(&internal::ReturnAsParamAdapter<TaskReturnType>,
44 base::Bind(&internal::ReplyAdapter<TaskReturnType, ReplyArgType>,
task_runner_util_unittest.cc 9 #include "base/bind.h"
75 Bind(&ReturnFourtyTwo),
76 Bind(&StoreValue, &result));
88 Bind(&ReturnFourtyTwo),
89 Bind(&StoreDoubleValue, &result));
102 Bind(&CreateFoo), Bind(&ExpectFoo));
116 Bind(&CreateScopedFoo), Bind(&ExpectScopedFoo));
  /external/vixl/examples/aarch64/
factorial.cc 43 __ Bind(&loop);
48 __ Bind(&end);
63 masm.Bind(&factorial);
  /external/v8/src/
code-stub-assembler.cc 61 Bind(&not_ok);
77 Bind(&ok);
90 Bind(&vtrue);
92 value.Bind(true_body());
95 Bind(&vfalse);
97 value.Bind(false_body());
101 Bind(&end);
219 var_x.Bind(Float64Sub(var_x.value(), one));
222 Bind(&return_x);
244 Bind(&if_xgreaterthanzero)
    [all...]
code-stubs.cc 476 assembler.Bind(&miss);
545 assembler->Bind(&if_lhsissmi);
552 assembler->Bind(&if_rhsissmi);
564 assembler->Bind(&if_overflow);
566 var_fadd_lhs.Bind(assembler->SmiToFloat64(lhs));
567 var_fadd_rhs.Bind(assembler->SmiToFloat64(rhs));
571 assembler->Bind(&if_notoverflow);
573 var_type_feedback.Bind(
575 var_result.Bind(assembler->BitcastWordToTaggedSigned(
581 assembler->Bind(&if_rhsisnotsmi)
    [all...]
  /external/libchrome/base/message_loop/
message_pump_glib_unittest.cc 13 #include "base/bind.h"
211 injector()->AddEventAsTask(0, Bind(&DoNothing));
213 Bind(&ExpectProcessedEvents, Unretained(injector()), 2);
215 Bind(&PostMessageLoopTask, FROM_HERE, check_task);
217 injector()->AddEventAsTask(0, Bind(&DoNothing));
223 injector()->AddEventAsTask(0, Bind(&DoNothing));
225 Bind(&ExpectProcessedEvents, Unretained(injector()), 2);
226 posted_task = Bind(&PostMessageLoopTask, FROM_HERE, check_task);
228 injector()->AddEventAsTask(10, Bind(&DoNothing));
240 Bind(&IncrementInt, &task_count))
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
internal1.d 6 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
protected0.d 7 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
protected1.d 6 +Num: +Value +Size Type +Bind +Vis +Ndx +Name
  /external/libbrillo/brillo/message_loops/
fake_message_loop_unittest.cc 10 #include <base/bind.h>
18 using base::Bind;
51 loop_->PostDelayedTask(Bind(callback, base::Unretained(&order), 1),
53 loop_->PostDelayedTask(Bind(callback, base::Unretained(&order), 4),
55 loop_->PostDelayedTask(Bind(callback, base::Unretained(&order), 3),
57 loop_->PostDelayedTask(Bind(callback, base::Unretained(&order), 2),
68 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(1));
69 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(2));
95 Bind([](int* called) { (*called)++; }, base::Unretained(&called)));
101 loop_->PostDelayedTask(Bind(callback, base::Unretained(loop_.get()))
    [all...]

Completed in 656 milliseconds

1 2 3 4 5 6 7 8 91011>>