/build/tools/droiddoc/templates-pdk/ |
customizations.cs | 19 addLoadEvent(function() { method 33 addLoadEvent(function() { method 100 addLoadEvent(function() {
|
/build/tools/droiddoc/templates-sdk/ |
trailer.cs | 32 (function(lang) { method
|
/build/tools/droiddoc/templates-sdk-dev/ |
trailer.cs | 32 (function(lang) { method
|
/external/clang/test/CodeGen/ |
windows-itanium.c | 7 int function() { function 11 // CHECK-C: define i32 @function() {{.*}} {
|
/external/libvorbis/lib/ |
lookups.pl | 15 function: lookup data; generated by lookups.pl; edit there label
|
/external/llvm/test/MC/ARM/Windows/ |
text-attributes.s | 9 .def function 13 .global function 15 function: label
|
/external/llvm/test/MC/ARM/ |
arm-qualifier-diagnostics.s | 5 .type function,%function 6 function: label
|
target-expressions.s | 7 .type function,%function 8 function: label 12 .type external,%function 16 .type test,%function 18 movw r0, :lower16:function 19 movt r0, :upper16:function 21 movw r1, #:lower16:function 22 movt r1, #:upper16:function 49 @ CHECK: movw r0, :lower16:function [all...] |
/external/llvm/test/MC/X86/ |
variant-diagnostics.s | 6 function: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/ |
undefined.s | 12 .global function# 13 .proc function# 14 function: label 45 .endp function# 132 stringz "function" 152 stringz "function"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/ |
undefined.c | 7 function () function
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
undefined.s | 11 .globl function 12 .type function, @function 13 function: label 21 .size function, .-function 134 .string "function" 154 .string "function"
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-edgedata/ |
script.py | 27 def function(): function
|
script_from_import.py | 24 def function(): function
|
script_multi_import.py | 10 def function(self): function
|
/external/llvm/test/DebugInfo/X86/ |
asm-macro-line-number.s | 18 function: label
|
/external/mesa3d/src/glsl/glcpp/tests/ |
101-macros-used-twice.c | 2 #define function(x) 1 macro 11 #if function(0) 14 #if function(0)
|
056-macro-argument-with-comma.c | 2 #define function(x) success macro 3 #define foo function
|
/build/tools/droiddoc/templates-ndk/ |
customizations.cs | 34 $(document).ready(function() { method 52 $(document).ready(function() { method 71 $(document).ready(function() { method 90 $(document).ready(function() { method 109 $(document).ready(function() { method 129 $(document).ready(function() { method 143 $(document).ready(function() { method 157 $(document).ready(function() { method 171 $(document).ready(function() { method 185 $(document).ready(function() { method 199 $(document).ready(function() { method 213 $(document).ready(function() { method 227 $(document).ready(function() { method 241 $(document).ready(function() { method 259 $(document).ready(function() { method 278 $(document).ready(function() { method 296 $(document).ready(function() { method 315 $(document).ready(function() { method 338 $(document).ready(function() { method 357 $(document).ready(function() { method 377 $(document).ready(function() { method 393 $(document).ready(function() { method [all...] |
/external/clang/test/PCH/Inputs/ |
typo.hpp | 2 template<typename F> class function {}; class in namespace:boost
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_stack.h | 47 const void *function; member in struct:debug_stack_frame
|
/external/valgrind/memcheck/tests/solaris/ |
ldynsym.c | 18 static void function(size_t size) function 25 function(10);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdCountLeadingZeros.S | 30 Function: h264bsdCountLeadingZeros 42 function h264bsdCountLeadingZeros, export=1 label
|
/libcore/ojluni/src/main/java/java/util/function/ |
package-info.java | 47 * they do not identify a complete set of function shapes to which lambda 62 * to those abstract concepts, for example using "this function" instead of 63 * "the function represented by this object". When an API method is said to 65 * provided function to...", this is understood to mean a <i>non-null</i> 73 * <li>There are several basic function shapes, including 74 * {@link java.util.function.Function} (unary function from {@code T} to {@code R}), 75 * {@link java.util.function.Consumer} (unary function from {@code T} to {@code void}) [all...] |
/ndk/tests/build/lambda-defarg3/jni/ |
lambda-defarg3.C | 5 struct function struct 7 template <class U> function(U u) { } function in struct:function 12 static T test(function f = [](int i){return i;}) { }
|