HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 276 - 300 of 620) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 37 import org.apache.xpath.functions.FuncExtFunction;
38 import org.apache.xpath.functions.FuncExtFunctionAvailable;
39 import org.apache.xpath.functions.Function;
40 import org.apache.xpath.functions.WrongNumberArgsException;
86 * functions are stored.
1014 * @return reference to {@link org.apache.xpath.functions.Function} instance.
1077 // The current id for extension functions.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtFunction.java 21 package org.apache.xpath.functions;
  /external/bison/lib/
c-ctype.h 3 These functions work like the corresponding functions in <ctype.h>,
5 <ctype.h> functions' behaviour depends on the current locale set via
34 /* The functions defined in this file assume the "C" locale and a character
38 is ISO-8859-1), the functions in this file recognize only the ASCII
105 /* Unlike the functions in <ctype.h>, which require an argument in the range
106 of the 'unsigned char' type, the functions here operate on values that are
114 but you don't need to cast it for the functions defined in this file:
  /external/elfutils/
elfutils.spec 237 new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
240 - libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debu
253 - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
282 - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
315 - libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu, d
316 warf_entry_breakpoints. Removed Dwarf_Func type and functions d
335 - libdwfl: New functions dwfl_report_offline, dwfl_offline_section_addre
407 - libdw: add new functions: dwarf_addrdie, dwarf_macro_*, dwarf_getfuncs
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 21 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateLoader.java 22 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
  /external/v8/test/mjsunit/
array-functions-prototype.js 28 // This file contains a number of tests of array functions and their
45 // Helper functions.
debug-receiver.js 78 // converted to object for strict mode functions.
100 // the receiver for non-strict mode functions.
function-source.js 32 // Check that the script source for all functions in a script is the same.
global-ic.js 36 // Initialize the ICs in the functions.
  /external/valgrind/main/drd/tests/
circular_buffer.c 23 has built-in functions for atomic memory access.
  /external/valgrind/main/massif/tests/
insig.post.exp 48 93.48% (16,528B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
70 87.28% (16,688B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/webkit/Source/WebCore/xml/
XPathFunctions.cpp 299 // Some functions use context node as implicit argument, so when explicit arguments are added, they may no longer be context node sensitive.
682 static const FunctionMapping functions[] = { local
713 for (size_t i = 0; i < WTF_ARRAY_LENGTH(functions); ++i)
714 functionMap->set(functions[i].name, functions[i].function);
  /ndk/build/core/
definitions-graph.mk 15 # Definitions of various graph-related generic functions, used by
22 # All internal functions in this file begin with '-ndk-mod-'
25 # Set this to true if you want to debug the functions here.
30 # if _ndk_mod_debug is set to 'true'. Useful for debugging the functions
117 # specific graph nodes. The following helper functions help implement
146 # dependencies / children nodes. Here are a few helper functions that
198 # we use the -ndk-mod-tree-xxx functions to flag 'visited' nodes
267 # in each graph node. The following helper functions implement this and
  /ndk/sources/host-tools/sed-4.2.1/lib/
c-ctype.h 5 These functions work like the corresponding functions in <ctype.h>,
7 <ctype.h> functions' behaviour depends on the current locale set via
37 /* The functions defined in this file assume the "C" locale and a character
41 is ISO-8859-1), the functions in this file recognize only the ASCII
108 /* Unlike the functions in <ctype.h>, which require an argument in the range
109 of the 'unsigned char' type, the functions here operate on values that are
117 but you don't need to cast it for the functions defined in this file:
  /bootable/recovery/updater/
Android.mk 41 # functions.
  /build/core/combo/
TARGET_linux-x86.mk 97 -finline-functions \
99 -fno-inline-functions-called-once \
  /device/generic/goldfish/opengl/
Android.mk 33 # emugl-xxxx functions.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 41 import org.apache.xpath.functions.Function2Args;
42 import org.apache.xpath.functions.WrongNumberArgsException;
  /external/elfutils/libelf/
Android.mk 155 LOCAL_CFLAGS += -fnested-functions
  /external/srec/srec/Semproc/src/
ExpressionParser.c 65 Interface->next = &Interface->functions[0];
90 self->next = &self->functions[0];
440 MEMCHK(rc, self->next, &self->functions[MAX_FUNCTION_CALLBACKS-1]);
  /external/v8/test/mjsunit/compiler/
inline-context-slots.js 28 // Test inlining of functions with context slots.
inline-literals.js 30 // Test that we can inline functions containing materialized literals.
inline-throw.js 30 // Test inlined functions contain throw.
regress-stacktrace.js 28 // Test correctness of stack traces with global functions.

Completed in 1858 milliseconds

<<11121314151617181920>>