HomeSort by relevance Sort by last modified time
    Searched refs:Function (Results 626 - 650 of 897) sorted by null

<<21222324252627282930>>

  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
SampleView.java 20 import com.android.glesv2debugger.DebuggerMessage.Message.Function;
498 builder.setFunction(Function.SETPROP);
524 builder.setFunction(Function.SETPROP);
546 builder.setFunction(Message.Function.SETPROP);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 51 public function __construct() {
67 protected function send_signed_get($request, $extraHeaders=NULL,
104 public function checkLicense($userId) {
199 (function(){
202 this.tmpl = function tmpl(str, data){
209 // Generate a reusable function that will serve as a template
211 new Function("obj",
212 "var p=[],print=function(){p.push.apply(p,arguments);};" +
233 function queryLicenseServer(form) {
242 req.onreadystatechange = function(e)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 1 //===--- CodeGenFunction.cpp - Emit LLVM Code from ASTs for a Function ----===//
10 // This coordinates the per-function state used while generating code.
158 // Emit function epilog (to return).
164 // Emit debug descriptor for function end.
177 // the function.
207 /// ShouldInstrumentFunction - Return true if the current function should be
218 /// instrumentation function with the current function and the call site, if
219 /// function instrumentation is enabled.
249 llvm::Function *Fn
    [all...]
  /external/giflib/
dgif_lib.c 42 #define COMMENT_EXT_FUNC_CODE 0xfe /* Extension function code for
45 /* avoid extra function call in case we use fread (TVT) */
166 * GifFileType constructor with user supplied input function (TVT)
    [all...]
  /external/guava/src/com/google/common/collect/
MapMaker.java 24 import com.google.common.base.Function;
53 * new Function<Key, Graph>() {
297 * atomically computes it using the supplied function, or, if another thread
299 * to finish and returns its computed value. Note that the function may be
312 * function returns null
314 * computing function. If that exception is already of type {@link
323 * passed to the computing function as type {@code K}, and unsafely stored in
335 Function<? super K, ? extends V> computingFunction) {
480 MapMaker maker, Function<? super K, ? extends V> computer) {
590 Function<? super K, ? extends V> computer)
    [all...]
  /external/libxml2/
triostr.c 592 function strftime.
617 @param type Hash function.
621 @li @c TRIO_HASH_PLAIN Plain hash function.
821 Execute a function on each character in string.
825 @param Function Function to be executed.
830 TRIO_ARGS3((target, source, Function),
833 int (*Function) TRIO_PROTO((int)))
839 assert(Function);
843 *target++ = Function(*source++)
    [all...]
triostr.h 77 TRIO_STRING_PUBLIC size_t trio_span_function TRIO_PROTO((char *target, const char *source, int (*Function) TRIO_PROTO((int))));
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 30 | Function
224 | Function
288 (*--... Operations on function types .......................................--*)
343 let rec aux = function
611 | At_end _ -> raise (Invalid_argument "Invalid function range.")
622 | At_end _ -> raise (Invalid_argument "Invalid function range.")
631 | At_start _ -> raise (Invalid_argument "Invalid function range.")
642 | At_start _ -> raise (Invalid_argument "Invalid function range.")
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 206 raise (Stream.Error "expected function name in prototype")
211 Ast.Function (p, e)
217 Ast.Function (Ast.Prototype ("", [||]), e)
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 36 class Function;
50 /// function has been emitted, the overflow condition is checked, and if it has
57 /// startFunction - This callback is invoked when the specified function is
63 /// finishFunction - This callback is invoked when the specified function has
275 /// because a global may live longer than the current function.
315 /// 'Index' in the function that last called initJumpTableInfo.
SelectionDAGISel.h 95 /// FIXME: This is a static member function because the MSP430/SystemZ/X86
235 /// CheckPatternPredicate - This function is generated by tblgen in the
244 /// CheckNodePredicate - This function is generated by tblgen in the target.
282 void SelectAllBasicBlocks(const Function &Fn);
  /external/llvm/include/llvm/
IntrinsicInst.h 17 // All intrinsic function calls are instances of the call instruction, so these
28 #include "llvm/Function.h"
50 if (const Function *CF = I->getCalledFunction())
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 90 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB) {
114 DEBUG(dbgs() << "function '" << F->getName() << "' ran "
144 // TODO: make this a separate function
RegionPass.cpp 52 /// whether any of the passes modifies the function, and if so, return true.
53 bool RGPassManager::runOnFunction(Function &F) {
108 // is a function pass and it's really expensive to verify every
109 // Region in the function every time. That level of checking can be
159 dbgs() << "\nRegion tree of function " << F.getName()
  /external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp 17 #include "llvm/Function.h"
37 /// startFunction - This callback is invoked when a new machine function is
40 DEBUG(dbgs() << "processing function: "
43 // Get the ELF Section that this function belongs in.
49 // Get the function alignment in bytes
52 // The function must start on its required alignment
58 // Record the function start offset
62 // They need to be emitted before the function because in some targets
69 /// finishFunction - This callback is invoked after the function is completely
72 // Add a symbol to represent the function
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 325 /// Utility function to write the encoding to an object writer.
334 /// Utility function to emit the encoding to a streamer.
343 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
731 Streamer.EmitSymbolValue(Frame.Function, Size);
746 // Personality Function
748 if (VerboseAsm) Streamer.AddComment("Personality Function");
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 20 #include "llvm/Function.h"
44 const Function* F = MF->getFunction();
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 43 /// its address in the function into this pointer.
50 /// getBinaryCodeForInstr - This function, generated by the
162 Cst, isa<Function>(MO.getGlobal()));
  /external/llvm/lib/VMCore/
LLVMContextImpl.h 159 DenseMap<std::pair<Function*, BasicBlock*> , BlockAddress*> BlockAddresses;
  /external/llvm/tools/lli/
lli.cpp 92 EntryFunc("entry-function",
93 cl::desc("Specify the entry function (default = 'main') "
95 cl::value_desc("function"),
156 // main Driver function
254 // Call the main function from M as if its signature were:
259 Function *EntryFn = Mod->getFunction(EntryFunc);
261 errs() << '\'' << EntryFunc << "\' function not found in module.\n";
266 // function later on to make an explicit call, so get the function now.
279 Function *Fn = &*I
    [all...]
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 1 //===- llvm-extract.cpp - LLVM function extraction utility ----------------===//
10 // This utility changes the input module to only contain a single function,
52 ExtractFuncs("func", cl::desc("Specify function to extract"),
53 cl::ZeroOrMore, cl::value_desc("function"));
58 ExtractRegExpFuncs("rfunc", cl::desc("Specify function(s) to extract using a "
138 errs() << argv[0] << ": program doesn't contain function named '"
195 Function *F = I;
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 445 // generated scanline function parameters are VertexOutput * start, VertexOutput * step,
459 Function * func = mod->getFunction(scanlineName);
463 func = llvm::cast<Function>(mod->getOrInsertFunction(scanlineName,
470 Function::arg_iterator args = func->arg_begin();
635 Function * fsFunction = mod->getFunction(shaderName);
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 2 @ Function: WT_VoiceFilter
126 @ Return to calling function
ARM-E_interpolate_loop_gnu.s 2 @ Function: WT_Interpolate
4 @ Description: the main synthesis function when fetching
ARM-E_interpolate_noloop_gnu.s 2 @ Function: WT_InterpolateNoLoop
4 @ Description: the main synthesis function when fetching
122 @ Return to calling function

Completed in 1256 milliseconds

<<21222324252627282930>>