HomeSort by relevance Sort by last modified time
    Searched full:dynamic (Results 326 - 350 of 5641) sorted by null

<<11121314151617181920>>

  /external/protobuf/gtest/xcode/Scripts/
runtests.sh 5 # Help the dynamic linker find the path to the libraries.
  /external/qemu/
dynlink.h 23 * Lazy Dynamic Linking Support
28 * shared objects (Unix dynamic libraries) which will be lazily resolved
63 /* define pointers to dynamic library functions as static pointers.
100 * corresponding dynamic function named 'function_name'
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 21 bool dynamic)
22 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic)
64 this->dynamic() ? GR_GL_DYNAMIC_DRAW :
111 GrGLenum usage = dynamic() ? GR_GL_DYNAMIC_DRAW : GR_GL_STATIC_DRAW;
GrGLIndexBuffer.h 38 bool dynamic);
GrGLVertexBuffer.cpp 21 bool dynamic)
22 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic)
61 this->dynamic() ? GR_GL_DYNAMIC_DRAW :
108 GrGLenum usage = dynamic() ? GR_GL_DYNAMIC_DRAW : GR_GL_STATIC_DRAW;
GrGLVertexBuffer.h 35 bool dynamic);
  /external/smack/src/org/xbill/DNS/
DHCIDRecord.java 9 * DHCID - Dynamic Host Configuration Protocol (DHCP) ID (RFC 4701)
  /external/srec/doc/logs/uapi/
run_ERT.log 8 Recognizing against the first grammar (dynamic add-word)
  /external/valgrind/main/cachegrind/tests/
Makefile.am 29 myprint_so_LDFLAGS = $(AM_CFLAGS) -dynamic -dynamiclib -all_load -fpic
  /external/valgrind/main/docs/xml/
design-impl.xml 19 how it differs from other dynamic binary instrumentation frameworks such as
25 <command>Valgrind: A Framework for Heavyweight Dynamic Binary
75 dynamic binary analysis in general and what all these tools have in
80 <para><command>Dynamic Binary Analysis and Instrumentation. Nicholas
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAreaElement08.html 11 <AREA HREF="./files/dletter.html" ALT="Domain" TARGET="dynamic">
HTMLFormElement08.html 9 <FORM ID="form1" TARGET="dynamic" ACCEPT-CHARSET="US-ASCII" ACTION="./files/getData.pl" ENCTYPE="application/x-www-form-urlencoded" METHOD="post">
HTMLFormElement09.html 9 <FORM ID="form1" TARGET="dynamic" ACCEPT-CHARSET="US-ASCII" ACTION="./files/getData.pl" ENCTYPE="application/x-www-form-urlencoded" METHOD="post">
HTMLLinkElement09.html 7 <LINK CHARSET="Latin-1" TARGET="dynamic" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html">
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAreaElement08.xhtml 12 <area href="./files/dletter.html" alt="Domain" target="dynamic"/>
HTMLFormElement08.xhtml 10 <form id="form1" target="dynamic" accept-charset="US-ASCII" action="./files/getData.pl" enctype="application/x-www-form-urlencoded" method="post">
HTMLFormElement09.xhtml 10 <form id="form1" target="dynamic" accept-charset="US-ASCII" action="./files/getData.pl" enctype="application/x-www-form-urlencoded" method="post">
HTMLLinkElement09.xhtml 8 <link charset="Latin-1" target="dynamic" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 34 * Good linkers must well manipulate memory mapped I/O and dynamic memory.
36 * dynamic memory. When a client requests MemoryArea for a piece of memory
40 * requested before. Otherwise, MemoryArea uses memory mapped I/O or dynamic
44 * memory mapped I/O to load the file. Otherwise, MemoryArea uses dynamic
  /ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/
issue20176-__gnu_Unwind_Find_exidx.cpp 5 /* Stubbed out in libdl and defined in the dynamic linker.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
global.h 54 #ifdef PIC /* dynamic build */
60 * \brief Appends the build version to the name of a versioned dynamic symbol.
78 * \brief Appends the build version to the name of a versioned dynamic symbol.
97 /** \brief Returns the version of a dynamic symbol as a string. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/gconv/
EUC-KR.so 
GBGBK.so 
IBM1008_420.so 
ISO8859-1.so 

Completed in 2038 milliseconds

<<11121314151617181920>>