HomeSort by relevance Sort by last modified time
    Searched refs:Call (Results 201 - 225 of 700) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ppapi/tests/
test_var_deprecated.cc 34 pp::Var Call(const pp::Var& name,
48 pp::Var VarScriptableObject::Call(const pp::Var& method_name,
365 // Tests that when the page sends an object to the plugin via a function call,
386 pp::Var result = var_from_page_.Call(pp::Var(), "nice");
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaconf.cpp 224 void IdnaConfTest::Call(){
301 Call();
337 Call(); // for last record
  /external/chromium_org/v8/src/
d8-debug.cc 71 Local<Value> event_json = to_json_fun->Call(event_data, 0, NULL);
96 Local<Object>::Cast(fun->Call(exec_state, 0, NULL));
141 Handle<Value> response_val = fun->Call(cmd_processor, kArgc, args);
log.h 85 #define LOG(isolate, Call) \
90 logger->Call; \
93 #define LOG_CODE_EVENT(isolate, Call) \
98 logger->Call; \
211 // DebugTag lets us put a call-site specific label on the event.
  /external/chromium_org/v8/src/mips/
simulator-mips.h 48 // When running without a simulator we call the entry directly.
56 // Call the generated regexp code directly. The code at the entry address
212 // Call on program start.
218 int32_t Call(byte* entry, int argument_count, ...);
219 // Alternative: call a 2-argument double function.
348 // Runtime call support.
404 reinterpret_cast<Object*>(Simulator::current(Isolate::Current())->Call( \
408 Simulator::current(Isolate::Current())->Call( \
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 43 bool VisitCXXMemberCallExpr(CXXMemberCallExpr *Call) {
44 Match(Call->getMethodDecl()->getQualifiedNameAsString(),
45 Call->getLocStart());
68 // bypassing the call of this function.
91 /// For each call to VisitLambdaExpr, we expect a subsequent call (with
99 /// Determine whether TraverseLambdaBody has been called for every call to
  /external/icu4c/test/intltest/
idnaconf.cpp 224 void IdnaConfTest::Call(){
301 Call();
337 Call(); // for last record
  /external/llvm/include/llvm/Target/
TargetLowering.h 664 /// to replace a call to llvm.memset. The value is set by the target at the
674 /// to replace a call to llvm.memcpy. The value is set by the target at the
684 /// to replace a call to llvm.memmove. The value is set by the target at the
    [all...]
  /external/v8/src/arm/
simulator-arm.h 47 // When running without a simulator we call the entry directly.
55 // Call the generated regexp code directly. The code at the entry address
183 // Call on program start.
189 int32_t Call(byte* entry, int argument_count, ...);
323 // Runtime call support.
401 reinterpret_cast<Object*>(Simulator::current(Isolate::Current())->Call( \
405 Simulator::current(Isolate::Current())->Call( \
  /external/v8/src/
d8-debug.cc 70 Local<Value> event_json = to_json_fun->Call(event_data, 0, NULL);
94 Object::Cast(*fun->Call(exec_state, 0, NULL));
139 Handle<Value> response_val = fun->Call(cmd_processor, kArgc, args);
  /external/v8/src/mips/
simulator-mips.h 48 // When running without a simulator we call the entry directly.
56 // Call the generated regexp code directly. The code at the entry address
210 // Call on program start.
216 int32_t Call(byte* entry, int argument_count, ...);
346 // Runtime call support.
403 reinterpret_cast<Object*>(Simulator::current(Isolate::Current())->Call( \
407 Simulator::current(Isolate::Current())->Call( \
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.cc 124 Call<PpapiPluginMsg_Graphics2D_FlushAck>(
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
RegularExpression.cpp 87 v8::Local<v8::Value> returnValue = exec->Call(regex, 1, argv);
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 28 #include "talk/examples/call/callclient.h"
40 #include "talk/examples/call/console.h"
41 #include "talk/examples/call/friendinvitesendtask.h"
42 #include "talk/examples/call/muc.h"
43 #include "talk/examples/call/mucinviterecvtask.h"
44 #include "talk/examples/call/mucinvitesendtask.h"
45 #include "talk/examples/call/presencepushtask.h"
109 " hangup Ends the call.\n"
110 " hold Puts the current call on hold\n"
112 " switch [call_id] Switch to the specified call\n
    [all...]
  /external/chromium_org/v8/include/
v8-debug.h 275 * \param fun the function to call
277 * With this call the debugger is entered and the function specified is called
280 * execution e.g. details on stack frames. Receiver of the function call will
283 * v8::Debug::Call will return the current line of JavaScript execution.
291 static Local<Value> Call(v8::Handle<v8::Function> fun,
333 * It makes sense to call this method whenever a new debug message arrived and
344 * b. no other thread should call V8 while this method is running
  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 20 class ExprInspectionChecker : public Checker< eval::Call > {
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 93 void Call(void(*pc)());
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 36 (* Call. *)
40 Ast.Call (id, Array.of_list (List.rev args))
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 36 (* Call. *)
40 Ast.Call (id, Array.of_list (List.rev args))
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 36 (* Call. *)
40 Ast.Call (id, Array.of_list (List.rev args))
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 12 // pointer that outlives the call. Not being captured means, more or less, that
107 case Instruction::Call:
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 118 const Instruction *Call = CS.getInstruction();
119 if (!Call)
121 if (Call->getParent() != Retain->getParent())
124 // Check that the call is next to the retain.
125 BasicBlock::const_iterator I = Call;
148 /// Merge an autorelease with a retain into a fused call.
282 // whether there are any escaping allocas. Remember this call, so that
339 // argument with uses of the call return value, if it dominates the use. This
376 // Step up to see if the call immediately precedes the RetainRV call
    [all...]
  /external/v8/include/
v8-debug.h 307 * \param fun the function to call
309 * With this call the debugger is entered and the function specified is called
312 * execution e.g. details on stack frames. Receiver of the function call will
315 * v8::Debug::Call will return the current line of JavaScript execution.
323 static Local<Value> Call(v8::Handle<v8::Function> fun,
365 * It makes sense to call this method whenever a new debug message arrived and
376 * b. no other thread should call V8 while this method is running
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 561 const CallInst *Call = cast<CallInst>(I);
564 if (const InlineAsm *IA = dyn_cast<InlineAsm>(Call->getCalledValue())) {
583 ComputeUsesVAFloatArgument(*Call, &MMI);
585 const Function *F = Call->getCalledFunction();
599 const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);
668 const DbgValueInst *DI = cast<DbgValueInst>(Call);
702 ConstantInt *CI = cast<ConstantInt>(Call->getArgOperand(1));
704 Constant *ResCI = ConstantInt::get(Call->getType(), Res);
708 UpdateValueMap(Call, ResultReg);
712 unsigned ResultReg = getRegForValue(Call->getArgOperand(0))
    [all...]
  /external/chromium_org/extensions/common/matcher/
url_matcher_factory.cc 75 extensions::URLMatcherCondition Call(
215 return g_url_matcher_condition_factory_methods.Get().Call(

Completed in 5462 milliseconds

1 2 3 4 5 6 7 891011>>