HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 501 - 525 of 2176) sorted by null

<<21222324252627282930>>

  /external/google-breakpad/android/
test-shell.sh 40 . $PROGDIR/common-functions.sh
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedTemplateLoader.java 21 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
  /external/llvm/lib/Transforms/IPO/
InferFunctionAttrs.cpp 27 for (Function &F : M.functions())
  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 88 for (auto &F : M.functions()) {
100 "BugPoint Test Pass - Intentionally crash on declared functions");
  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 22 << "\nNum Functions: " << SMP.getNumFunctions();
24 // Functions:
25 for (const auto &F : SMP.functions())
  /external/ltp/pan/
Makefile 26 include $(top_srcdir)/include/mk/functions.mk
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.h 52 extern void radeonInitTextureFuncs( radeonContextPtr radeon, struct dd_function_table *functions );
radeon_texture.h 81 struct dd_function_table *functions);
  /external/python/cpython2/Mac/Modules/win/
winedit.py 36 functions.append(f)
  /external/v8/src/compiler/
js-inlining-heuristic.h 39 Handle<JSFunction> functions[kMaxCallPolymorphism]; member in struct:v8::internal::compiler::final::Candidate
43 // we use {num_functions == 1 && functions[0].is_null()} as an indicator.
  /external/v8/src/js/
runtime.js 7 // CAUTION: Some of the functions specified in this file are called
8 // directly from compiled code. These are the functions with names in
  /external/valgrind/massif/tests/
custom_alloc.post.exp 41 96.15% (400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
51 98.04% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
realloc.post.exp 42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
53 100.00% (1,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
zero1.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
zero2.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /frameworks/rs/rsov/compiler/
RemoveNonkernelsPass.cpp 81 std::vector<Function *> Functions;
82 for (auto &F : M.functions()) {
83 Functions.push_back(&F);
86 for (auto &F : Functions) {
  /packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
UsbDetailsHeaderController.java 50 protected void refresh(boolean connected, long functions, int powerRole, int dataRole) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_sequence.h 34 #include <debug/functions.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_sequence.h 34 #include <debug/functions.h>
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
textflag.go 5 // This file defines flags attached to various functions
44 // Only valid on functions that declare a frame size of 0.
  /prebuilts/go/darwin-x86/src/cmd/vet/
nilfunc.go 20 "check for comparisons between functions and nil",
55 // Only want functions.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
textflag.go 5 // This file defines flags attached to various functions
44 // Only valid on functions that declare a frame size of 0.
  /prebuilts/go/linux-x86/src/cmd/vet/
nilfunc.go 20 "check for comparisons between functions and nil",
55 // Only want functions.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-i386.s 24 #; - functions that begins with standard
cfi-m68k.s 27 #; - functions that begins with standard

Completed in 851 milliseconds

<<21222324252627282930>>