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

1 2

  /external/libchrome/base/
bind_internal_win.h 33 : function_(function) {
37 return function_(args...);
41 R (__stdcall *function_)(Args...); member in class:base::internal::RunnableAdapter
53 : function_(function) {
57 return function_(args...);
61 R (__fastcall *function_)(Args...); member in class:base::internal::RunnableAdapter
bind_internal.h 153 : function_(function) {
157 return function_(CallbackForward(args)...);
161 R (*function_)(Args...); member in class:base::internal::RunnableAdapter
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
callback.h 124 : function_(function), self_deleting_(self_deleting) {}
129 function_();
134 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure0
166 : function_(function), self_deleting_(self_deleting),
172 function_(arg1_);
177 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure1
213 : function_(function), self_deleting_(self_deleting),
219 function_(arg1_, arg2_);
224 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure2
261 : function_(function), self_deleting_(self_deleting) {
272 FunctionType function_; member in class:google::protobuf::internal::FunctionResultCallback_0_0
294 FunctionType function_; member in class:google::protobuf::internal::FunctionResultCallback_1_0
316 FunctionType function_; member in class:google::protobuf::internal::FunctionResultCallback_0_1
338 FunctionType function_; member in class:google::protobuf::internal::FunctionResultCallback_1_1
    [all...]
  /external/v8/test/cctest/interpreter/
interpreter-tester.h 34 : isolate_(isolate), function_(function) {}
38 return CallInterpreter(isolate_, function_, args...);
43 Handle<JSFunction> function_; member in class:v8::internal::interpreter::InterpreterCallable
  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function.cc 86 : function_(function),
114 return function_->Evaluate(parameters, residuals, NULL);
117 int num_residuals = function_->num_residuals();
120 const vector<int32>& block_sizes = function_->parameter_block_sizes();
134 if (!function_->Evaluate(parameters,
220 const CostFunction* function_; member in class:ceres::internal::__anon5940::GradientCheckingCostFunction
  /external/v8/src/wasm/
wasm-interpreter.h 89 const WasmFunction* function() const { return function_; }
96 : function_(function), pc_(pc), fp_(fp), sp_(sp) {}
98 const WasmFunction* function_; member in class:v8::internal::wasm::WasmFrame
wasm-module.h 323 const WasmFunction* function_; member in struct:v8::internal::wasm::WasmFunctionName
326 : function_(function), module_(menv ? menv->module : nullptr) {}
wasm-module.cc 100 os << "#" << pair.function_->func_index << ":";
101 if (pair.function_->name_offset > 0) {
103 WasmName name = pair.module_->GetName(pair.function_->name_offset,
104 pair.function_->name_length);
107 os << "+" << pair.function_->func_index;
    [all...]
  /external/v8/test/cctest/wasm/
wasm-run-utils.h 443 function_ = new WasmFunction();
444 function_->sig = sig;
445 function_->func_index = 0;
446 function_->sig_index = 0;
449 int index = interpreter_->AddFunctionForTesting(function_);
470 function_ = testing_module_->GetFunctionAt(index);
475 delete function_;
486 WasmFunction* function_; member in class:__anon23977::WasmFunctionCompiler
502 uint32_t function_index() { return function_->func_index; }
511 CHECK(interpreter_->SetFunctionCodeForTesting(function_, start, end))
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 871 : function_(function), self_deleting_(self_deleting) {}
876 function_();
881 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure0
913 : function_(function), self_deleting_(self_deleting),
919 function_(arg1_);
924 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure1
960 : function_(function), self_deleting_(self_deleting),
971 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure2
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 868 : function_(function), self_deleting_(self_deleting) {}
873 function_();
878 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure0
910 : function_(function), self_deleting_(self_deleting),
916 function_(arg1_);
921 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure1
957 : function_(function), self_deleting_(self_deleting),
968 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure2
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 868 : function_(function), self_deleting_(self_deleting) {}
873 function_();
878 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure0
910 : function_(function), self_deleting_(self_deleting),
916 function_(arg1_);
921 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure1
957 : function_(function), self_deleting_(self_deleting),
968 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure2
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 868 : function_(function), self_deleting_(self_deleting) {}
873 function_();
878 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure0
910 : function_(function), self_deleting_(self_deleting),
916 function_(arg1_);
921 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure1
957 : function_(function), self_deleting_(self_deleting),
968 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure2
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 868 : function_(function), self_deleting_(self_deleting) {}
873 function_();
878 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure0
910 : function_(function), self_deleting_(self_deleting),
916 function_(arg1_);
921 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure1
957 : function_(function), self_deleting_(self_deleting),
968 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure2
    [all...]
  /external/v8/src/ast/
scopes.cc 168 function_ = nullptr;
453 if (function_ != NULL && function_->proxy()->raw_name() == name) {
454 return function_->proxy()->var();
944 if (function_ != NULL) {
946 PrintName(function_->proxy()->raw_name());
    [all...]
scopes.h 151 function_ = declaration;
405 return function_;
624 VariableDeclaration* function_; member in class:v8::internal::Scope
  /external/libweave/third_party/chromium/base/
bind_internal.h 153 : function_(function) {
157 return function_(CallbackForward(args)...);
161 R (*function_)(Args...); member in class:base::internal::RunnableAdapter
  /toolchain/binutils/binutils-2.25/gold/
expression.cc 1020 Constant_function function_; member in class:gold::Constant_expression
1026 this->function_ = CONSTANT_MAXPAGESIZE;
1028 this->function_ = CONSTANT_COMMONPAGESIZE;
1033 this->function_ = CONSTANT_MAXPAGESIZE;
1040 switch (this->function_)
1055 switch (this->function_)
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 642 return valid_ ? function_ : "";
663 string function_; member in class:google_breakpad::MinidumpAssertion
    [all...]
  /external/v8/src/
messages.h 35 Handle<JSFunction> function() const { return function_; }
41 Handle<JSFunction> function_; member in class:v8::internal::MessageLocation
    [all...]
deoptimizer.h 476 Handle<JSFunction> function() const { return Handle<JSFunction>(function_); }
682 JSFunction* function_; member in class:v8::internal::Deoptimizer
    [all...]
deoptimizer.cc 56 if (function_->IsHeapObject()) {
58 Isolate* isolate = function_->GetIsolate();
59 Context* native_context = function_->context()->native_context();
481 function_(function),
570 if (function_ != nullptr && function_->IsJSFunction()) {
571 function_->ShortPrint(trace_scope_->file());
    [all...]
isolate.h     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 100 TextureLookupSpec (Function function_,
106 : function (function_)

Completed in 937 milliseconds

1 2