/external/libffi/src/x86/ |
win32.S | 9 Permission is hereby granted, free of charge, to any person obtaining 11 ``Software''), to deal in the Software without restriction, including 12 without limitation the rights to use, copy, modify, merge, publish, 13 distribute, sublicense, and/or sell copies of the Software, and to 14 permit persons to whom the Software is furnished to do so, subject to 21 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 57 # Return stack to previous state and call the function 60 # FIXME: Align the stack to a 128-bit boundary to avoi [all...] |
/external/linux-tools-perf/util/ |
util.c | 30 static int slow_copyfile(const char *from, const char *to) 40 to_fp = fopen(to, "w"); 57 int copyfile(const char *from, const char *to) 68 return slow_copyfile(from, to); 74 tofd = creat(to, 0755); 89 unlink(to);
|
/external/llvm/lib/Target/ARM/AsmParser/ |
Android.mk | 37 # Override the default optimization level to work around taking forever (~50m) 38 # to compile ARMAsmParser.cpp on Mac with gcc 4.2, 39 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile
|
/external/mesa3d/docs/ |
MESA_pack_invert.spec | 33 This extension adds a new pixel storage parameter to indicate that 34 images are to be packed in top-to-bottom order instead of OpenGL's 35 conventional bottom-to-top order. Only pixel packing can be 39 Almost all known image file formats store images in top-to-bottom 41 bottom-to-top order. Thus, images usually have to be inverted before 42 writing them to a file with image I/O libraries. This extension 43 allows images to be read such that inverting isn't needed. 56 enough to define a complementary extension for pixel packing in th [all...] |
MESA_texture_signed_rgba.spec | 43 OpenGL prior to 3.1 does not support any signed texture formats. 49 It is usually possible to get the same functionality 53 the relevant features from OpenGL 3.1, as a means to support this in 67 RESOLVED: NO. To keep this extension simple, only add the most 79 4) How are signed integer values mapped to floating-point values? 83 A signed 8-bit two's complement value X is computed to 91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0 103 (Difference to ARB_texture_compression_rgtc): 105 This is also different to what NV_texture_shader used [all...] |
MESA_ycbcr_texture.spec | 35 There is no support for converting YCbCr images to RGB or vice versa 36 during pixel transfer. The texture's YCbCr colors are converted to 44 image columns, the second component is Cr. If one were to convert the 45 data to RGB one would need to examine two pixels from columns N and N+1 46 (where N is even) to deduce the RGB color. 72 Additions to Chapter 2 of the OpenGL 1.4 Specification (OpenGL Operation) 76 Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization) 79 add the following to Table 3.8 (Packed pixel formats): 89 add the following to Table 3.10 (UNSIGNED_SHORT formats) [all...] |
MESA_multithread_makecurrent.spec | 32 The GLX context setup encourages multithreaded applications to 35 to shared objects up to the application. 41 usage with a mutex is both higher performance and easier to 64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors) 72 current to multiple threads, with synchronization of access to 76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 79 If ctx is current to some other thread, then 82 If ctx is an indirect context current to some other thread [all...] |
/external/nist-sip/java/javax/sip/message/ |
MessageFactory.java | 17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
|
/external/valgrind/main/memcheck/tests/ |
writev1.stderr.exp | 2 Syscall param writev(vector[...]) points to unaddressable byte(s) 8 Syscall param writev(vector) points to unaddressable byte(s) 14 Syscall param readv(vector) points to unaddressable byte(s)
|
/frameworks/native/libs/gui/tests/ |
Android.mk | 34 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE) 35 # to integrate with auto-test framework. 42 # team really wants is to build the stuff defined by this makefile.
|
/frameworks/native/services/surfaceflinger/tests/ |
Android.mk | 28 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE) 29 # to integrate with auto-test framework. 36 # team really wants is to build the stuff defined by this makefile.
|
/ndk/tests/device/static-executable/jni/ |
Android.mk | 9 # but option "-static" can instruct gcc to link with proper crt*o files to 15 # in the previous *S file to iterate all eh frames and record ranges is gone
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
Android.mk | 1 # This build script corresponds to a library containing many definitions 2 # common to both the guest and the host. They relate to
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_multithread_makecurrent.spec | 32 The GLX context setup encourages multithreaded applications to 35 to shared objects up to the application. 41 usage with a mutex is both higher performance and easier to 64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors) 72 current to multiple threads, with synchronization of access to 76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 79 If ctx is current to some other thread, then 82 If ctx is an indirect context current to some other thread [all...] |
/external/clang/docs/analyzer/ |
make.bat | 21 echo. html to make standalone HTML files 22 echo. dirhtml to make HTML files named index.html in directories 23 echo. singlehtml to make a single large HTML file 24 echo. pickle to make pickle files 25 echo. json to make JSON files 26 echo. htmlhelp to make HTML files and a HTML help project 27 echo. qthelp to make HTML files and a qthelp project 28 echo. devhelp to make HTML files and a Devhelp project 29 echo. epub to make an epub 30 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=lette [all...] |
/external/clang/docs/ |
make.bat | 21 echo. html to make standalone HTML files 22 echo. dirhtml to make HTML files named index.html in directories 23 echo. singlehtml to make a single large HTML file 24 echo. pickle to make pickle files 25 echo. json to make JSON files 26 echo. htmlhelp to make HTML files and a HTML help project 27 echo. qthelp to make HTML files and a qthelp project 28 echo. devhelp to make HTML files and a Devhelp project 29 echo. epub to make an epub 30 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=lette [all...] |
/external/compiler-rt/lib/asan/ |
asan_interceptors.cc | 60 // Macro is used to avoid creation of new frames. 184 // We need to have defined REAL(sigaction) on posix systems. 191 // Align to page size. 216 // swapcontext technically does not return, but program may swap context to 218 // We need to clear shadow for ucp once again, as it may be in arbitrary 253 // Since asan maps 16T of RAM, mlock is completely unfriendly to asan. 298 // Fallthrough to REAL(memcmp) below. 317 INTERCEPTOR(void*, memcpy, void *to, const void *from, uptr size) { 318 if (!asan_inited) return internal_memcpy(to, from, size); 322 return REAL(memcpy)(to, from, size) [all...] |
/external/llvm/docs/ |
make.bat | 21 echo. html to make standalone HTML files 22 echo. dirhtml to make HTML files named index.html in directories 23 echo. singlehtml to make a single large HTML file 24 echo. pickle to make pickle files 25 echo. json to make JSON files 26 echo. htmlhelp to make HTML files and a HTML help project 27 echo. qthelp to make HTML files and a qthelp project 28 echo. devhelp to make HTML files and a Devhelp project 29 echo. epub to make an epub 30 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=lette [all...] |
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer.py | 30 # AFAIK, we don't run debug mode, should be safe to remove. 37 # Text to append at the end of every analyzer result email. 58 help=('Debug mode is used when you want to debug ' 66 'file is expected to be in Google ' 68 '(defaults to %default).'), 73 'file is expected to be in CSV format ' 83 'needs to be specified.')) 87 '(default to %default).'), 93 '(default to %default and no text is ' 100 'analyzer result compared to the previous [all...] |
/external/chromium_org/third_party/libxml/src/ |
error.c | 65 * @msg: the message to display/transmit 87 * to the builtin error function. 103 * Function to reset the handler and the error context for out of 107 * be passed as first argument to @handler 108 * One can simply force messages to be emitted to another FILE * than 109 * stderr by setting @ctx to this file handle and @handler to NULL. 126 * Function to reset the handler and the error context for out of 130 * be passed as first argument to @handle 452 xmlErrorPtr to = &xmlLastError; local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
reflection_ops.cc | 16 // contributors may be used to endorse or promote products derived from 21 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 48 void ReflectionOps::Copy(const Message& from, Message* to) { 49 if (&from == to) return; 50 Clear(to); 51 Merge(from, to); 54 void ReflectionOps::Merge(const Message& from, Message* to) { 55 GOOGLE_CHECK_NE(&from, to); 58 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor [all...] |
/external/chromium_org/third_party/simplejson/ |
__init__.py | 5 :mod:`simplejson` exposes an API familiar to users of the standard library 91 Using simplejson.tool from the shell to validate and pretty-print:: 151 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a 158 If ``ensure_ascii`` is false, then the some chunks written to ``fp`` 159 may be ``unicode`` instances, subject to normal Python ``str`` to 162 to cause an error. 168 If ``allow_nan`` is false, then it will be a ``ValueError`` to 178 and is converted to a string with that many spaces. 190 will be natively serialized to JSON with full precision [all...] |
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 11 Merging will use timestamps (i.e. the first two columns of logged calls) to 39 fields, 2) the virtual start address of the library, used to compute the 58 """Funcition is a sanity check to make sure that calls are only logged once. 74 """Prints warning to stderr if the call timestamps are not in order. 96 """Converts the call addresses to static offsets and removes invalid calls. 99 addresses, converts strings to integer values, coverts virtual addresses to 123 """Adds a trace to the tracemap. 125 Adds entries in the trace to the tracemap. All new calls will be added to [all...] |
/external/libxml2/ |
error.c | 65 * @msg: the message to display/transmit 87 * to the builtin error function. 103 * Function to reset the handler and the error context for out of 107 * be passed as first argument to @handler 108 * One can simply force messages to be emitted to another FILE * than 109 * stderr by setting @ctx to this file handle and @handler to NULL. 126 * Function to reset the handler and the error context for out of 130 * be passed as first argument to @handle 452 xmlErrorPtr to = &xmlLastError; local [all...] |
/external/protobuf/src/google/protobuf/ |
reflection_ops.cc | 16 // contributors may be used to endorse or promote products derived from 21 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 44 void ReflectionOps::Copy(const Message& from, Message* to) { 45 if (&from == to) return; 46 Clear(to); 47 Merge(from, to); 50 void ReflectionOps::Merge(const Message& from, Message* to) { 51 GOOGLE_CHECK_NE(&from, to); 54 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor [all...] |