HomeSort by relevance Sort by last modified time
    Searched full:functioncontext (Results 1 - 25 of 38) sorted by null

1 2

  /external/javasqlite/src/main/java/SQLite/
Function.java 6 * <A HREF="FunctionContext.html">FunctionContext</A> object
13 * public void function(SQLite.FunctionContext fc, String args[]) {
40 public void function(FunctionContext fc, String args[]);
49 public void step(FunctionContext fc, String args[]);
57 public void last_step(FunctionContext fc);
FunctionContext.java 9 public class FunctionContext {
Database.java 975 new FunctionContext();
  /libcore/luni/src/test/java/tests/support/
MockFunction.java 20 import SQLite.FunctionContext;
35 public void function(FunctionContext fc, String args[]) {
42 public void step(FunctionContext fc, String args[]) {
50 public void last_step(FunctionContext fc) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 507 AllocaInst *FunctionContext =
517 CallSite = GetElementPtrInst::Create(FunctionContext, Idxs, "call_site",
522 Value *FCData = GetElementPtrInst::Create(FunctionContext, Idxs, "fc_data",
598 GetElementPtrInst::Create(FunctionContext, Idxs, "lsda_gep",
606 GetElementPtrInst::Create(FunctionContext, Idxs, "lsda_gep",
614 = GetElementPtrInst::Create(FunctionContext, Idxs, "jbuf_gep",
661 CallInst::Create(RegisterFn, FunctionContext, "",
708 CallInst::Create(UnregisterFn, FunctionContext, "", Returns[i]);
    [all...]
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6-sources.jar 
jaxen-1.1.6.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /external/llvm/test/CodeGen/ARM/
sjlj-prepare-critical-edge.ll 193 declare void @llvm.eh.sjlj.functioncontext(i8*)
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/javasqlite/src/main/native/
sqlite_jni.c 88 jobject fc; /* FunctionContext object */
    [all...]
  /external/v8/src/
contexts.h 462 // script will have the ScriptContext rather than a FunctionContext.
    [all...]
utils.h 932 static BailoutId FunctionContext() { return BailoutId(kFunctionContextId); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h 631 IN PVOID FunctionContext,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Intrinsics.gen 47 eh_sjlj_functioncontext, // llvm.eh.sjlj.functioncontext
    [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex 773 SQLite.FunctionContext
777 SQLite.FunctionContext)
780 SQLite.FunctionContext
786 public class SQLite.FunctionContext extends java.lang.Object
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 257 PrepareForBailoutForId(BailoutId::FunctionContext(),
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 259 PrepareForBailoutForId(BailoutId::FunctionContext(),
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 249 PrepareForBailoutForId(BailoutId::FunctionContext(),
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 267 PrepareForBailoutForId(BailoutId::FunctionContext(),
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 266 PrepareForBailoutForId(BailoutId::FunctionContext(),
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 264 PrepareForBailoutForId(BailoutId::FunctionContext(),
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 268 PrepareForBailoutForId(BailoutId::FunctionContext(),
    [all...]

Completed in 2349 milliseconds

1 2