Searched refs:function (Results 126 - 150 of 1483) sorted by relevance

1234567891011>>

/external/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.ml19 (** See llvm::createConstantMergePass function. *)
23 (** See llvm::createDeadArgEliminationPass function. *)
27 (** See llvm::createFunctionAttrsPass function. *)
31 (** See llvm::createFunctionInliningPass function. *)
35 (** See llvm::createGlobalDCEPass function. *)
39 (** See llvm::createGlobalOptimizerPass function. *)
43 (** See llvm::createIPConstantPropagationPass function. *)
47 (** See llvm::createPruneEHPass function. *)
51 (** See llvm::createIPSCCPPass function. *)
55 (** See llvm::createInternalizePass function
[all...]
H A Dllvm_ipo.mli19 (** See llvm::createConstantMergePass function. *)
23 (** See llvm::createDeadArgEliminationPass function. *)
27 (** See llvm::createFunctionAttrsPass function. *)
31 (** See llvm::createFunctionInliningPass function. *)
35 (** See llvm::createGlobalDCEPass function. *)
39 (** See llvm::createGlobalOptimizerPass function. *)
43 (** See llvm::createIPConstantPropagationPass function. *)
47 (** See llvm::createPruneEHPass function. *)
51 (** See llvm::createIPSCCPPass function. *)
55 (** See llvm::createInternalizePass function
[all...]
/external/skia/tools/lua/
H A Dskia.lua3 function string.startsWith(String,Start)
7 function string.endsWith(String,End)
14 function Sk.isFinite(x)
23 function Sk.Rect.new(l, t, r, b)
39 function Sk.Rect:width()
43 function Sk.Rect:height()
47 function Sk.Rect:isEmpty()
51 function Sk.Rect:isFinite()
59 function Sk.Rect:setEmpty()
66 function S
[all...]
H A Dbitmap_statistics.lua0 function string.startsWith(String,Start)
5 function string.endsWith(String,End)
18 function sk_scrape_startcanvas(c, fileName)
22 function sk_scrape_endcanvas(c, fileName)
26 function sk_scrape_accumulate(t)
51 function sk_scrape_summarize()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DTreeParser.as41 public function TreeParser(input:TreeNodeStream, state:RecognizerSharedState = null) {
46 public override function reset():void {
54 public function set treeNodeStream(input:TreeNodeStream):void {
58 public function get treeNodeStream():TreeNodeStream {
62 public override function get sourceName():String {
66 protected override function getCurrentInputSymbol(input:IntStream):Object {
70 protected override function getMissingSymbol(input:IntStream,
83 public function matchAny(ignore:IntStream):void { // ignore stream, copy of this.input
113 protected override function mismatch(input:IntStream, ttype:int, follow:BitSet):void {
121 public override function getErrorHeade
[all...]
/external/llvm/bindings/ocaml/transforms/scalar/
H A Dllvm_scalar_opts.mli15 (** See the [llvm::createConstantPropogationPass] function. *)
20 (** See the [llvm::createSCCPPass] function. *)
24 (** See [llvm::createDeadStoreEliminationPass] function. *)
29 (** See The [llvm::createAggressiveDCEPass] function. *)
33 (** See the [llvm::createScalarReplAggregatesPass] function. *)
38 (** See the [llvm::createScalarReplAggregatesPassSSA] function. *)
43 (** See the [llvm::createScalarReplAggregatesWithThreshold] function. *)
49 (** See the [llvm::createIndVarSimplifyPass] function. *)
54 (** See the [llvm::createInstructionCombiningPass] function. *)
60 (** See the [llvm::createLICMPass] function
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBitSet.as49 public function BitSet(bits:Array = null) {
61 public static function of(... args):BitSet {
70 public function or(a:BitSet):BitSet {
80 public function add(el:int):void {
92 public function growToInclude(bit:int):void {
97 public function orInPlace(a:BitSet):void {
115 private function set size(nwords:int):void {
119 private static function bitMask(bitNumber:int):int {
124 public function clone():BitSet {
129 public function ge
[all...]
H A DTokenRewriteStream.as96 public function TokenRewriteStream(tokenSource:TokenSource = null, channel:int = TokenConstants.DEFAULT_CHANNEL) {
105 public function rollback(instructionIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void {
113 public function deleteProgram(programName:String = DEFAULT_PROGRAM_NAME):void {
117 public function insertAfterToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
121 public function insertAfter(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
126 public function insertBeforeToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
130 public function insertBefore(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
137 public function replace(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
141 public function replaceRange(fromIndex:int, toIndex:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
151 public function replaceToke
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Drhino-python.prog3 function loadFile(fileName, encoding) {
34 function xlog(msg) {
38 function MyLexer() {
42 nextToken: function() {
49 MyLexer.prototype.emitErrorMessage = function(msg) {xlog(msg);}
50 PythonParser.prototype.emitErrorMessage = function(msg) {xlog(msg);}
54 function parse(text) {
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DShaderCache.h36 ShaderObject *create(const DWORD *function, size_t length) argument
38 std::string key(reinterpret_cast<const char*>(function), length);
47 HRESULT result = createShader(function, &shader);
81 HRESULT createShader(const DWORD *function, IDirect3DVertexShader9 **shader) argument
83 return mDevice->CreateVertexShader(function, shader);
86 HRESULT createShader(const DWORD *function, IDirect3DPixelShader9 **shader) argument
88 return mDevice->CreatePixelShader(function, shader);
H A DShaderExecutable11.cpp18 ShaderExecutable11::ShaderExecutable11(const void *function, size_t length, ID3D11PixelShader *executable) argument
19 : ShaderExecutable(function, length)
28 ShaderExecutable11::ShaderExecutable11(const void *function, size_t length, ID3D11VertexShader *executable) argument
29 : ShaderExecutable(function, length)
38 ShaderExecutable11::ShaderExecutable11(const void *function, size_t length, ID3D11GeometryShader *executable) argument
39 : ShaderExecutable(function, length)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_memory.c59 const char *function; member in struct:debug_memory_header
110 debug_malloc(const char *file, unsigned line, const char *function, argument
119 file, line, function,
127 hdr->function = function;
146 debug_free(const char *file, unsigned line, const char *function, argument
158 file, line, function,
167 hdr->file, hdr->line, hdr->function,
182 debug_calloc(const char *file, unsigned line, const char *function, argument
185 void *ptr = debug_malloc( file, line, function, coun
192 debug_realloc(const char *file, unsigned line, const char *function, void *old_ptr, size_t old_size, size_t new_size ) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_memory.c59 const char *function; member in struct:debug_memory_header
110 debug_malloc(const char *file, unsigned line, const char *function, argument
119 file, line, function,
127 hdr->function = function;
146 debug_free(const char *file, unsigned line, const char *function, argument
158 file, line, function,
167 hdr->file, hdr->line, hdr->function,
182 debug_calloc(const char *file, unsigned line, const char *function, argument
185 void *ptr = debug_malloc( file, line, function, coun
192 debug_realloc(const char *file, unsigned line, const char *function, void *old_ptr, size_t old_size, size_t new_size ) argument
[all...]
/external/chromium_org/ppapi/tests/
H A Dpp_thread.h45 PP_ThreadFunction function,
52 * This struct wraps the user data & function so that we can use the correct
53 * function type on POSIX platforms.
69 PP_ThreadFunction function,
73 arg_wrapper->user_function = function;
90 PP_ThreadFunction function,
94 *thread = ::_beginthread(function,
68 PP_CreateThread(PP_ThreadType* thread, PP_ThreadFunction function, void* thread_arg) argument
89 PP_CreateThread(PP_ThreadType* thread, PP_ThreadFunction function, void* thread_arg) argument
/external/clang/test/CodeGen/
H A Dvla.c55 void function(short width, int data[][width]) {} // expected-note {{passing argument to parameter 'data' here}} function
59 // CHECK: call void @function(i16 signext 1, i32* null)
60 function(1, 0);
61 // CHECK: call void @function(i16 signext 1, i32* inttoptr
62 function(1, 0xbadbeef); // expected-warning {{incompatible integer to pointer conversion passing}}
63 // CHECK: call void @function(i16 signext 1, i32* {{.*}})
64 function(1, bork);
72 // CHECK: call void @function(i16 signext 1, i32* {{.*}})
73 function(1, bork[2]);
/external/compiler-rt/make/
H A Dlib_util.mk14 # Function: SelectFunctionDir config arch function-name optimized
16 # Choose the appropriate implementation directory to use for 'function-name' in
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
24 no such function,\
25 function implemented in multiple directories!!!))))))
27 # Helper functions that select the entire list of subdirs where a function is
46 # Helper function to select the right set of dirs in generic priority order.
53 # Helper function to select the right set of dirs in optimized priority order.
60 # Helper function to select the right set of dirs (which should be exactly one)
61 # for a function
[all...]
/external/kernel-headers/original/linux/
H A Dtimer.h14 void (*function)(unsigned long); member in struct:timer_list
23 .function = (_function), \
36 void (*function)(unsigned long),
39 timer->function = function;
70 * The kernel will do a ->function(->data) callback from the
74 * The timer's ->expires, ->function (and if the handler uses it, ->data)
75 * fields must be set prior calling this function.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c37 * A call to lp_build_assert() will build a function call to this function.
53 * Build an assertion in LLVM IR by building a function call to the
54 * lp_assert() function above.
68 LLVMValueRef function; local
78 function = lp_build_const_func_pointer(gallivm,
83 /* build function call param list */
91 LLVMBuildCall(builder, function, args, Elements(args), "");
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2.cpp3 static T t; // expected-error{{static data member instantiated with function type 'int ()'}}
5 typedef int function(); typedef
6 A<function> a; // expected-note{{instantiation of}}
9 B() { T t; } // expected-error{{variable instantiated with function type 'int ()'}}
11 B<function> b; // expected-note{{instantiation of}}
19 f0(0, vla); // expected-error{{no matching function for call to 'f0'}}
/external/clang/test/SemaCXX/
H A Dcxx11-crashes.cpp51 class function // expected-note 2 {{candidate}} class in namespace:rdar12542261
55 function(_Fp, typename check_complete<_Fp>::type* = 0); // expected-note {{candidate}}
61 function<void()> m_OnChange = [&, LeftCanvas]() { }; // expected-error {{no viable conversion}}
/external/llvm/test/MC/ARM/
H A Delf-thumbfunc.s1 @@ test st_value bit 0 of thumb function
8 .type foo,%function
14 @@ make sure foo is thumb function: bit 0 = 1 (st_value)
/external/llvm/test/Object/Inputs/
H A Delfver.S19 .type foo1, @function
25 .type foo2, @function
30 .type unversioned_define, @function
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c37 * A call to lp_build_assert() will build a function call to this function.
53 * Build an assertion in LLVM IR by building a function call to the
54 * lp_assert() function above.
68 LLVMValueRef function; local
78 function = lp_build_const_func_pointer(gallivm,
83 /* build function call param list */
91 LLVMBuildCall(builder, function, args, Elements(args), "");
/external/qemu/android/utils/
H A Dassert.c19 const char* function; member in struct:__anon24158
39 loc->function = functionName;
59 android_panic("ASSERTION FAILURE (%s:%d) in %s\n", loc->file, loc->lineno, loc->function);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.c51 void _apple_glx_log(int level, const char *file, const char *function, argument
55 _apple_glx_vlog(level, file, function, line, fmt, v);
73 void _apple_glx_vlog(int level, const char *file, const char *function, argument
97 _asl_level_string(level), file, line, function, thread);
105 if (function)
106 asl_set(msg, "Function", function);

Completed in 3696 milliseconds

1234567891011>>