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

<<11121314151617181920>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 367 """Call from a top level script to install the pretty-printer commands."""
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 367 """Call from a top level script to install the pretty-printer commands."""
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 367 """Call from a top level script to install the pretty-printer commands."""
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.cpp 156 v8::Handle<v8::Value> breakpointId = v8::Debug::Call(setBreakpointFunction, args);
174 v8::Debug::Call(removeBreakpointFunction, args);
185 v8::Debug::Call(clearBreakpoints);
198 v8::Debug::Call(setBreakpointsActivated, args);
261 v8::Debug::Call(breakProgramFunction);
341 // Call stack may have changed after if the edited function was on the stack.
  /external/chromium_org/v8/src/
ast.cc 88 var_(NULL), // Will be set by the call to BindTo.
537 bool Call::ComputeTarget(Handle<Map> type, Handle<String> name) {
538 // If there is an interceptor, we can't compute the target for a direct call.
590 bool Call::ComputeGlobalTarget(Handle<GlobalObject> global,
611 Handle<JSObject> Call::GetPrototypeForPrimitiveCheck(
637 void Call::RecordTypeFeedback(TypeFeedbackOracle* oracle,
642 // Function call. Specialize for monomorphic calls.
645 // Method call. Specialize for the receiver types seen at runtime.
    [all...]
  /external/valgrind/main/VEX/priv/
host_mips_defs.c 1225 i->Min.Call.cond = cond;
1226 i->Min.Call.target = target;
1227 i->Min.Call.argiregs = argiregs;
1228 i->Min.Call.src = src;
1240 i->Min.Call.cond = cond;
1241 i->Min.Call.target = target;
1242 i->Min.Call.argiregs = argiregs;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 244 StackTrace.call(this);
353 function Call(thisObject, functionName, args, result, stackTrace)
357 this._args = Array.prototype.slice.call(args, 0);
365 Call.prototype = {
484 * @return {!Call}
626 * @return {!Call}
630 var call = /** @type {!Call} */ (Object.create(Call.prototype));
631 return call.replay(this, cache)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 41 /// Every module initializer should call __msan_init to ensure that the
120 static cl::opt<bool> ClPoisonStackWithCall("msan-poison-stack-with-call",
121 cl::desc("poison uninitialized stack variables with a call"),
336 /// inserts a call to __msan_init to the module's constructor list.
365 // Insert a call to __msan_init/__msan_track_origins into the module's CTORs.
394 /// \brief Visit a va_start call.
397 /// \brief Visit a va_copy call.
419 /// test their argument shadow and print reports (with a runtime call) if it's
525 CallInst *Call = IRB.CreateCall(MS.WarningFn);
526 Call->setDebugLoc(OrigIns->getDebugLoc())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 115 case clang::ento::PathDiagnosticPiece::Call:
149 /// function call it represents.
168 case PathDiagnosticPiece::Call: {
169 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece); local
171 assert(LCM.count(&call->path));
172 if (R->isInteresting(LCM[&call->path])) {
177 if (!removeUnneededCalls(call->path, R, LCM))
215 /// Recursively scan through a path and make sure that all call pieces have
220 PathDiagnosticCallPiece *Call = dyn_cast<PathDiagnosticCallPiece>(*I);
222 if (!Call) {
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 608 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
613 result = functions->Call##_jname##MethodV(this, obj, methodID, \
619 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
621 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
623 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
625 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 595 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
600 result = functions->Call##_jname##MethodV(this, obj, methodID, \
606 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
608 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
610 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
612 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 593 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
604 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
606 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
608 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
610 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 593 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
604 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
606 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
608 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
610 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 593 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
604 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
606 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
608 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
610 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 593 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
604 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
606 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
608 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
610 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 593 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
604 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
606 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
608 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
610 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 593 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
604 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
606 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
608 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
610 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 593 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
604 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
606 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
608 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
610 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 593 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
604 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
606 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
608 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
610 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 593 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
604 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
606 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
608 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
610 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 608 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
613 result = functions->Call##_jname##MethodV(this, obj, methodID, \
619 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
621 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
623 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
625 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
jni.h 608 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
613 result = functions->Call##_jname##MethodV(this, obj, methodID, \
619 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
621 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
623 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
625 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
jni.h 608 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
613 result = functions->Call##_jname##MethodV(this, obj, methodID, \
619 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
621 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
623 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
625 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
jni.h 608 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
613 result = functions->Call##_jname##MethodV(this, obj, methodID, \
619 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
621 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
623 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
625 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
jni.h 608 _jtype Call##_jname##Method(jobject obj, jmethodID methodID, ...) \
613 result = functions->Call##_jname##MethodV(this, obj, methodID, \
619 _jtype Call##_jname##MethodV(jobject obj, jmethodID methodID, \
621 { return functions->Call##_jname##MethodV(this, obj, methodID, args); }
623 _jtype Call##_jname##MethodA(jobject obj, jmethodID methodID, \
625 { return functions->Call##_jname##MethodA(this, obj, methodID, args); }
    [all...]

Completed in 7772 milliseconds

<<11121314151617181920>>