/external/v8/test/mjsunit/ |
this-in-callbacks.js | 28 // Test 'this' is the right global object of callback functions passed to 29 // builtin functions.
|
mirror-function.js | 29 // Test the mirror object for functions. 87 // Test a number of different functions.
|
/hardware/invensense/mlsdk/mllite/ |
mlcontrol.h | 67 /* Control Functions. */ 137 // Indicates what functions will be used. Can be a bitwise OR of INV_GRID, 139 unsigned short functions; member in struct:control_params 184 /* ML Control Functions. */
|
mlcontrol.c | 64 MLCTRL_FUNCTIONS_DEFAULT, // functions 93 /* - Functions. - */ 177 * inv_set_control_func allows the user to choose which control functions 179 * The control functions are: 196 * @param function Indicates what functions will be used. 225 cntrl_params.functions = function; 689 if (cntrl_params.functions & INV_GRID) { 690 if (cntrl_params.functions & INV_HYSTERESIS) { 710 if ((cntrl_params.functions & INV_HYSTERESIS)
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
CodeGeneratorTestRunner.pm | 146 if (my @functions = @{$interface->functions}) { 147 push(@contents, "\n // Functions\n\n"); 148 foreach my $function (@functions) { 237 if (my @functions = @{$interface->functions}) { 238 push(@contents, "\n// Functions\n"); 240 foreach my $function (@functions) { 485 return $self->_staticFunctionsOrValuesGetterImplementation($interface, "function", "{ 0, 0, 0 }", $mapFunction, $interface->functions);
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
JythonUtils.java | 260 * into the proper python form. It also removes any functions listed in the dictionary that 283 Collection<String> functions = Sets.newHashSet(); local 285 functions.add(item.toString()); 289 functions = Collections2.filter(functions, new Predicate<String>() { 307 functions.remove(methodName); 324 functions.remove(fieldName); 329 // Now remove any elements left from the functions collection 330 for (String name : functions) {
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncKey.java | 33 import org.apache.xpath.functions.Function2Args;
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncId.java | 21 package org.apache.xpath.functions;
|
FuncSystemProperty.java | 21 package org.apache.xpath.functions;
|
FunctionMultiArgs.java | 21 package org.apache.xpath.functions; 30 * Base class for functions that accept an undetermined number of multiple
|
SecuritySupport12.java | 22 package org.apache.xpath.functions;
|
/external/chromium/base/win/ |
pe_image.cc | 161 PDWORD functions = reinterpret_cast<PDWORD>( 164 return functions + ordinal - exports->Base; 268 PDWORD functions = reinterpret_cast<PDWORD>(RVAToAddr( local 275 PVOID func = RVAToAddr(functions[count]);
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
InterpretedTemplate.java | 24 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
|
/external/valgrind/main/drd/tests/ |
annotate_rwlock.c | 23 has built-in functions for atomic memory access.
|
/external/valgrind/main/helgrind/tests/ |
annotate_rwlock.c | 33 has built-in functions for atomic memory access.
|
/ndk/build/tools/ |
gen-system-symbols.sh | 20 # (SRC) and extract the list of functions and variables. 23 # named <library>.functions.txt and <library>.variables.txt 37 and extract, for each one of them, the list of functions and variables 45 <dst-dir>/<libname>.functions.txt 95 # See set_symbol_excludes and extract_shared_library_xxxx functions below 144 # $2+: List of symbols (functions or variables) 173 set_symbol_includes '^__android_' # except __android_xxxx functions 193 log " Found $NUMFUNCS functions and $NUMVARS variables" 194 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
debug.h | 125 # include <debug/functions.h>
|
safe_sequence.h | 35 #include <debug/functions.h>
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
debug.h | 125 # include <debug/functions.h>
|
safe_sequence.h | 35 #include <debug/functions.h>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
debug.h | 125 # include <debug/functions.h>
|
safe_sequence.h | 35 #include <debug/functions.h>
|
/build/core/combo/ |
TARGET_linux-sh.mk | 66 -finline-functions \ 67 -fno-inline-functions-called-once \
|
TARGET_linux-x86.mk | 78 -finline-functions \ 80 -fno-inline-functions-called-once \
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
bindings.js | 1 // Try calling the browser-side bound functions with varying (invalid)
|