Searched refs:functions (Results 251 - 275 of 497) sorted by relevance

<<11121314151617181920

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncFormatNumb.java32 import org.apache.xpath.functions.Function3Args;
33 import org.apache.xpath.functions.WrongNumberArgsException;
/external/compiler-rt/make/
H A Doptions.mk12 # The list of functions to include in the library.
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DHtmlStripFunction.java17 package com.google.clearsilver.jsilver.functions.html;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
/external/libxml2/doc/
H A Dapibuild.py195 self.functions = {}
243 self.functions[name] = d
245 self.functions[name] = d
267 for id in list(idx.functions.keys()):
269 # macro might be used to override functions or variables
274 if id in self.functions:
276 id, self.functions[id].header, idx.functions[id].header))
278 self.functions[id] = idx.functions[i
[all...]
/external/llvm/
H A Dllvm-device-build.mk23 -finline-functions \
/external/mesa3d/src/mapi/mapi/
H A Dsources.mak8 # - In util mode, mapi provides utility functions for use with glapi. To use
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c168 intelInitTextureCopyImageFuncs(struct dd_function_table *functions) argument
170 functions->CopyTexSubImage = intelCopyTexSubImage;
H A Dintel_tex_subimage.c174 intelInitTextureSubImageFuncs(struct dd_function_table *functions) argument
176 functions->TexSubImage = intelTexSubImage;
H A Di915_context.h341 extern void i915InitStateFunctions(struct dd_function_table *functions);
352 extern void i915InitTextureFuncs(struct dd_function_table *functions);
358 extern void i915InitFragProgFuncs(struct dd_function_table *functions);
361 * Inline conversion functions. These are better-typed than the
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c168 intelInitTextureCopyImageFuncs(struct dd_function_table *functions) argument
170 functions->CopyTexSubImage = intelCopyTexSubImage;
H A Dintel_tex_subimage.c174 intelInitTextureSubImageFuncs(struct dd_function_table *functions) argument
176 functions->TexSubImage = intelTexSubImage;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c168 intelInitTextureCopyImageFuncs(struct dd_function_table *functions) argument
170 functions->CopyTexSubImage = intelCopyTexSubImage;
H A Dintel_tex_subimage.c174 intelInitTextureSubImageFuncs(struct dd_function_table *functions) argument
176 functions->TexSubImage = intelTexSubImage;
/external/valgrind/massif/tests/
H A Dignored.post.exp42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
H A Dlong-time.post.exp40 100.00% (2,300,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
56 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
85 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
96 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
107 100.00% (2,300,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
122 100.00% (1,900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
137 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
151 100.00% (900,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
169 100.00% (1,100,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
187 100.00% (900,000B) (heap allocation functions) mallo
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtElementAvailable.java21 package org.apache.xpath.functions;
H A DFunctionDef1Arg.java21 package org.apache.xpath.functions;
31 * Base class for functions that accept one argument that can be defaulted if
/external/elfutils/src/libdw/
H A DAndroid.mk146 # Clang has no nested functions.
178 # Clang has no nested functions.
/external/elfutils/src/libdwfl/
H A DAndroid.mk92 # Clang has no nested functions.
131 # Clang has no nested functions.
/external/elfutils/src/libelf/
H A DAndroid.mk138 # Clang has no nested functions.
166 # Clang has no nested functions.
/external/fdlibm/
H A DAndroid.mk43 # This is necessary to guarantee that the FDLIBM functions are in
44 # "IEEE spirit", i.e. to guarantee that the IEEE 754 core functions
/external/llvm/test/MC/COFF/
H A Dcomm-align.s9 # - that functions after the switch also are emitted into the correct section
/external/mesa3d/src/mesa/main/
H A DAPIspecutil.py59 for func in api.functions:
62 # external functions are manually dispatched
73 """Return a list of all external functions in the API."""
77 for func in api.functions:
85 """Return sorted list of all functions in the API."""
91 for func in api.functions:
/external/v8/test/mjsunit/harmony/
H A Dblock-let-crankshaft.js32 // Check that the following functions are optimizable.
33 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, variable
37 for (var i = 0; i < functions.length; ++i) {
38 var func = functions[i];
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk1 # These are the functions which clang needs when it is targeting a previous
2 # version of the OS. The issue is that the backend may use functions which were
5 # the extra functions which might be referenced.
79 # Configuration for targeting 10.4. We need a few functions missing from
85 # Configuration for targeting iOS for a couple of functions that didn't
91 # Configuration for targeting OSX. These functions may not be in libSystem
108 # Configurations which define the profiling support functions.
115 # Configurations which define the ASAN support functions.
262 # On x86, the divmod functions reference divsi.
520 # functions tha
[all...]

Completed in 901 milliseconds

<<11121314151617181920