/external/e2fsprogs/debian/ |
e2fsck-static.lintian-overrides | 1 e2fsck-static: statically-linked-binary ./sbin/e2fsck.static
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
iostream | 55 * termination. For more information, see the HOWTO linked to above. 58 extern istream cin; ///< Linked to standard input 59 extern ostream cout; ///< Linked to standard output 60 extern ostream cerr; ///< Linked to standard error (unbuffered) 61 extern ostream clog; ///< Linked to standard error (buffered) 64 extern wistream wcin; ///< Linked to standard input 65 extern wostream wcout; ///< Linked to standard output 66 extern wostream wcerr; ///< Linked to standard error (unbuffered) 67 extern wostream wclog; ///< Linked to standard error (buffered)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
iostream | 55 * termination. For more information, see the HOWTO linked to above. 58 extern istream cin; ///< Linked to standard input 59 extern ostream cout; ///< Linked to standard output 60 extern ostream cerr; ///< Linked to standard error (unbuffered) 61 extern ostream clog; ///< Linked to standard error (buffered) 64 extern wistream wcin; ///< Linked to standard input 65 extern wostream wcout; ///< Linked to standard output 66 extern wostream wcerr; ///< Linked to standard error (unbuffered) 67 extern wostream wclog; ///< Linked to standard error (buffered)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
iostream | 55 * termination. For more information, see the HOWTO linked to above. 58 extern istream cin; ///< Linked to standard input 59 extern ostream cout; ///< Linked to standard output 60 extern ostream cerr; ///< Linked to standard error (unbuffered) 61 extern ostream clog; ///< Linked to standard error (buffered) 64 extern wistream wcin; ///< Linked to standard input 65 extern wostream wcout; ///< Linked to standard output 66 extern wostream wcerr; ///< Linked to standard error (unbuffered) 67 extern wostream wclog; ///< Linked to standard error (buffered)
|
/external/mesa3d/src/glsl/ |
link_functions.cpp | 42 call_link_visitor(gl_shader_program *prog, gl_shader *linked, 49 this->linked = linked; 79 * final linked shader. If it does, use it as the target of the call. 82 find_matching_signature(name, &callee->parameters, &linked, 1); 89 * linked. If it's not found there, return an error. 102 /* Find the prototype information in the linked shader. Generate any 105 ir_function *f = linked->symbols->get_function(name); 107 f = new(linked) ir_function(name); 112 linked_sig = new(linked) ir_function_signature(callee->return_type) 216 gl_shader *linked; member in class:call_link_visitor [all...] |
/ndk/tests/build/import-static/ |
README | 3 imports another static library zoo, then libfoo.so will be linked
|
/packages/experimental/procstatlog/ |
README | 3 A statically linked binary that polls and dumps /proc/*/stat files
|
/external/llvm/test/Linker/ |
2002-07-17-LinkTest2.ll | 1 ; This fails linking when it is linked with an empty file as the first object file
|
2002-08-20-ConstantExpr.ll | 1 ; This fails linking when it is linked with an empty file as the first object file
|
2004-12-03-DisagreeingType.ll | 6 ; When linked, the global above should be eliminated, being merged with the
|
2005-12-06-AppendingZeroLengthArrays.ll | 6 ; When linked, the globals should be merged, and the result should still
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/ |
README | 3 tree is so that they can be linked as shared object code directly into
|
/external/quake/quake/src/QW/ |
glqwcl.3dfxgl | 6 # even tho GLQuake doesn't use X11, it's linked against it because Mesa 3-D
|
/dalvik/dx/src/com/android/dx/io/ |
IndexType.java | 44 /** inline method index (for inline linked method invocations) */ 47 /** direct vtable offset (for static linked method invocations) */ 50 /** direct field offset (for static linked field accesses) */
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitversion.cpp | 26 * The major version number of the WebKit that is linked against. 40 * The minor version number of the WebKit that is linked against. 54 * The micro version number of the WebKit that is linked against.
|
/bionic/libc/private/isc/ |
list.h | 36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) 44 INSIST(!LINKED(elt, link));\ 56 INSIST(!LINKED(elt, link));\ 68 INSIST(LINKED(elt, link));\ 87 INSIST(!LINKED(elt, link));\ 100 INSIST(!LINKED(elt, link));\
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
version.sgml | 30 GLib library you have linked against. Contrast with the 44 GLib library you have linked against. Contrast with the 58 have linked against. Contrast with the #GLIB_MICRO_VERSION macro, which 94 application compile time, rather than from the library linked against 104 application compile time, rather than from the library linked against 114 application compile time, rather than from the library linked against
|
/external/clang/include/clang/Sema/ |
ObjCMethodList.h | 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===// 10 // This file defines ObjCMethodList, a singly-linked list of methods. 21 /// ObjCMethodList - a linked list of methods with different signatures.
|
/external/clang/test/CodeGen/ |
union-init.c | 25 /* linked lists of container objects */
|
/external/elfutils/lib/ |
list.h | 17 /* Add element to the end of a circular, double-linked list. */ 33 /* Remove element from circular, double-linked list. */ 60 /* Add element to the front of a single-linked list. */ 70 /* Add element to the rear of a circular single-linked list. */
|
/external/zlib/ |
gzclose.c | 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
|
/ndk/sources/android/libthread_db/ |
README | 2 linked against our gdbserver binary. These are uses automatically by the
|
/external/chromium/base/ |
linked_list.h | 12 // To use, start by declaring the class which will be contained in the linked 34 // Lastly, to iterate through the linked list forwards: 43 // Or to iterate the linked list backwards: 72 // A. Doubly-linked lists are made up of nodes that contain "next" and 90 // Insert |this| into the linked list, before |e|. 98 // Insert |this| into the linked list, after |e|. 106 // Remove |this| from the linked list. 149 // Appends |e| to the end of the linked list.
|
/external/icu4c/samples/ufortune/ |
fortunedefs.mk | 6 # dll - will create a dynamically linked library 24 # Don't call udata_setAppData unless we are linked with the data
|
/external/valgrind/main/drd/tests/ |
run_openmp_test | 11 # Do not accept any statically linked executable. 12 if /usr/bin/file "$1" | grep -q 'statically linked'; then
|