/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/ |
i915_sw_winsys.c | 8 * Helper functions 28 * Exported functions
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-for-simple-stream.h | 1 // Like the compiler, the static analyzer treats some functions differently if 3 // functions do not arbitrarily free() their parameters, and that some bugs
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/ |
p6.cpp | 7 explicit operator int(); // expected-warning {{explicit conversion functions are a C++11 extension}} 15 explicit A::operator bool() { return false; } // expected-warning {{explicit conversion functions are a C++11 extension}}\
|
/external/clang/test/CodeGen/ |
noinline.c | 1 // Make sure -fno-inline-functions is behaving correctly. 4 // RUN: %clang_cc1 -O3 -fno-inline -fno-inline-functions -emit-llvm %s -o - | FileCheck -check-prefix=NOINLINE %s
|
/external/clang/test/Sema/ |
x86-attr-force-align-arg-pointer.c | 3 int a __attribute__((force_align_arg_pointer)); // expected-warning{{attribute only applies to functions}} 9 // Functions only have to be declared force_align_arg_pointer once.
|
/external/eigen/unsupported/doc/examples/ |
MatrixSine.cpp | 17 // The matrix functions satisfy sin^2(A) + cos^2(A) = I, 18 // like the scalar functions.
|
MatrixSinh.cpp | 17 // The matrix functions satisfy cosh^2(A) - sinh^2(A) = I, 18 // like the scalar functions.
|
/external/harfbuzz/contrib/ |
README | 1 Harfbuzz requires several functions to be defined in order to work with the 5 directory for examples of how to hook up Qt4 functions to Harfbuzz.
|
/external/icu4c/test/intltest/ |
dtptngts.h | 17 * Test basic functionality of various API functions 24 * Performs tests on many API functions, see detailed comments in source code
|
nmfmapts.h | 18 * This test executes basic functionality checks of various API functions 25 * executes tests of API functions, see detailed comments in source code
|
plurults.h | 17 * Test basic functionality of various API functions 24 * Performs tests on many API functions, see detailed comments in source code
|
selfmts.h | 20 * Test basic functionality of various API functions 27 * Performs tests on many API functions, see detailed comments in source code
|
/external/mesa3d/src/egl/main/ |
README.txt | 9 calls into driver-specific functions. 11 2. Fallbacks for EGL API functions. A driver _could_ implement all the 28 can be used to plug in default/fallback functions. Some functions like 40 Special Functions: 42 Certain EGL functions _must_ be implemented by the driver. This includes: 51 Most of the EGLConfig-related functions can be implemented with the 52 defaults/fallbacks. Same thing for the eglGet/Query functions.
|
/external/mesa3d/src/gallium/winsys/i915/sw/ |
i915_sw_winsys.c | 8 * Helper functions 28 * Exported functions
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
netfilter.h | 5 /* Responses from hook functions. */ 25 /* Generic cache responses from hook functions.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
netfilter.h | 5 /* Responses from hook functions. */ 25 /* Generic cache responses from hook functions.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
netfilter.h | 5 /* Responses from hook functions. */ 25 /* Generic cache responses from hook functions.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
mysql.php | 20 * (An immediately following opening bracket is a default rule for functions in 109 // Mix: statement keywords distinguished from functions by the same name 130 // Column data types distinguished from functions by the same name 153 // Date-time unit specifiers distinguished from functions by the same name 167 // Control Flow (functions) 171 // String Functions 181 // String functions distinguished from other keywords by the same name 185 // Numeric Functions 196 // Date and Time Functions 210 // Date-time functions distinguished from other keywords by the same nam [all...] |
/external/chromium_org/ppapi/thunk/ |
ppb_content_decryptor_private_thunk.cc | 28 enter.functions()->SessionCreated(instance, session_id, web_session_id); 39 enter.functions()->SessionMessage(instance, 50 enter.functions()->SessionReady(instance, session_id); 58 enter.functions()->SessionClosed(instance, session_id); 69 enter.functions()->SessionError(instance, 82 enter.functions()->DeliverBlock(instance, 95 enter.functions()->DecoderInitializeDone(instance, 108 enter.functions()->DecoderDeinitializeDone(instance, 120 enter.functions()->DecoderResetDone(instance, decoder_type, request_id); 130 enter.functions()->DeliverFrame(instance [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
hidden-evals.html | 4 <p>The following manual test creates functions via <tt>eval()</tt> and the 5 <tt>Function()</tt> constructor, some functions are named using the 9 <p>The functions named <tt>f_named_X</tt> are 'named' via the 11 are not. The 'named' functions should show up in the Scripts select element used 27 <li><p>you should be able to step into functions <code>f_unnamed_1()</code> 29 select element that contain these functions, until you actually are paused 30 in them. At that point, entries for these functions will be in the select element, 31 named: "(program)". After pausing in both functions, there will be two "(program)" 35 containing these functions 36 <li><p>you should be able to click on the functions that exist in the 'hidden [all...] |
/bionic/libc/bionic/ |
time64_config.h | 18 with tm. Conversion functions will be provided. 23 /* Availability of system functions. 55 Should we use the system functions if the time is inside their range? 68 can handle. We will use your system functions if the time falls
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
package.html | 20 <title>XPath functions Package.</title> 22 <p>Implements XPath functions -- each function is derived from Function, 24 applied mainly at compile time -- this package only implements XPath functions, 25 XSLT functions are found in the "templates" package.<p>
|
/external/arduino/libraries/SPI/ |
keywords.txt | 12 # Methods and Functions (KEYWORD2)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
DerivationFunction.java | 4 * base interface for general purpose byte derivation functions.
|
/external/chromium_org/chrome/common/extensions/api/ |
downloads_internal.idl | 8 interface Functions {
|