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

1 2 3 4 5 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_parrot.py 9 PATTERN = """funcdef < 'def' name='parrot' any* >"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_parrot.py 9 PATTERN = """funcdef < 'def' name='parrot' any* >"""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_nonzero.py 13 funcdef< 'def' name='__nonzero__'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_nonzero.py 13 funcdef< 'def' name='__nonzero__'
  /external/clang/test/Sema/
merge-decls.c 10 int funcdef() function
15 int funcdef();
  /external/oprofile/doc/
op-jit-devel.xml 127 <funcdef>op_agent_t <function>op_open_agent</function></funcdef>
157 <funcdef>int <function>op_close_agent</function></funcdef>
185 <funcdef>int <function>op_write_native_code</function></funcdef>
241 <funcdef>int <function>op_write_debug_line_info</function></funcdef>
288 <funcdef>int <function>op_unload_native_code</function></funcdef>
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
callback.c 241 static int matchQuality(FuncDef *p, int nArg, u8 enc){
263 ** a pointer to the matching FuncDef if found, or 0 if there is no match.
265 static FuncDef *functionSearch(
271 FuncDef *p;
281 ** Insert a new FuncDef into a FuncDefHash hash table.
285 FuncDef *pDef /* The function definition to insert */
287 FuncDef *pOther;
308 ** pointer to the FuncDef structure that defines that function, or return
311 ** If the createFlag argument is true, then a new (blank) FuncDef
325 FuncDef *sqlite3FindFunction
    [all...]
vdbeInt.h 144 FuncDef *pDef; /* Used only when flags==MEM_Agg */
213 /* A VdbeFunc is just a FuncDef (defined in sqliteInt.h) that contains
223 FuncDef *pFunc; /* The definition of the function */
245 FuncDef *pFunc; /* Pointer to function information. MUST BE FIRST */
383 int sqlite3VdbeMemFinalize(Mem*, FuncDef*);
attach.c 291 FuncDef const *pFunc,/* FuncDef wrapper for detachFunc() or attachFunc() */
363 static const FuncDef detach_func = {
385 static const FuncDef attach_func = {
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 9 #define funcdef 262 macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 9 #define funcdef 262 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
log.py 179 funcdef = symbol.funcdef
190 if sym == funcdef:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
Grammar.txt 36 decorated: decorators (classdef | funcdef)
37 funcdef: 'def' NAME parameters ['->' test] ':' suite
85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
log.py 179 funcdef = symbol.funcdef
190 if sym == funcdef:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
Grammar.txt 36 decorated: decorators (classdef | funcdef)
37 funcdef: 'def' NAME parameters ['->' test] ':' suite
85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 19 funcdef = 262 variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 19 funcdef = 262 variable
  /external/llvm/test/CodeGen/X86/
2009-04-29-RegAllocAssert.ll 10 %struct.AggInfo_func = type { %struct.Expr*, %struct.FuncDef*, i32, i32 }
33 %struct.FuncDef = type { i16, i8, i8, i8, i8*, %struct.FuncDef*, void (%struct.sqlite3_context*, i32, %struct.Mem**)*, void (%struct.sqlite3_context*, i32, %struct.Mem**)*, void (%struct.sqlite3_context*)*, [1 x i8] }
54 %struct.VdbeFunc = type { %struct.FuncDef*, i32, [1 x %struct.AuxData] }
60 %struct.sqlite3_context = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
  /external/llvm/test/Transforms/GVN/
2009-01-22-SortInvalidation.ll 8 %struct.AggInfo_func = type { %struct.Expr*, %struct.FuncDef*, i32, i32 }
30 %struct.FuncDef = type { i16, i8, i8, i8, i8*, %struct.FuncDef*, void (%struct.sqlite3_context*, i32, %struct.Mem**)*, void (%struct.sqlite3_context*, i32, %struct.Mem**)*, void (%struct.sqlite3_context*)*, [1 x i8] }
55 %struct.VdbeFunc = type { %struct.FuncDef*, i32, [1 x %struct.AuxData] }
62 %struct.sqlite3_context = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i32, %struct.CollSeq* }
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcdclose.html 104 CLASS="FUNCDEF"
sdlcdeject.html 104 CLASS="FUNCDEF"
sdlcdname.html 104 CLASS="FUNCDEF"
sdlcdnumdrives.html 104 CLASS="FUNCDEF"
sdlcdpause.html 104 CLASS="FUNCDEF"
sdlcdplay.html 104 CLASS="FUNCDEF"

Completed in 846 milliseconds

1 2 3 4 5 6 7 8