Searched refs:statically (Results 1 – 25 of 234) sorted by relevance
12345678910
/external/clang/test/SemaObjC/ |
D | invalid-objc-decls-1.m | 4 Super s1; // expected-error{{interface type cannot be statically allocated}} 6 extern Super e1; // expected-error{{interface type cannot be statically allocated}} 9 Super s1; // expected-error{{interface type cannot be statically allocated}} 16 Super ivar1; // expected-error{{interface type cannot be statically allocated}} 21 Super objField; // expected-error{{interface type cannot be statically allocated}} 26 Super<P1> ivar1; // expected-error{{interface type cannot be statically allocated}} 32 Super p1; // expected-error{{interface type cannot be statically allocated}} 39 …donly) NSMutableSet annotations; // expected-error{{interface type cannot be statically allocated}}
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_thread.ll | 21 ;; This switch is always statically determined. 59 ;; This switch is always statically determined.
|
/external/libexif/ |
D | README.android | 3 - do not statically link to it
|
/external/chromium_org/third_party/icu/ |
D | icu.isolate | 15 # When icu data is not used, other platforms link it statically.
|
/external/iptables/extensions/ |
D | libxt_NETMAP.man | 1 This target allows you to statically map a whole network of addresses onto
|
D | libipt_CLUSTERIP.man | 3 them. Connections are statically distributed between the nodes in this
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | _README.txt | 6 the attributes statically in your ant script.
|
/external/chromium_org/chrome/browser/resources/options/ |
D | certificate_manager.css | 30 /* TODO(mattm): BLAH. Make this not statically sized. */
|
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ |
D | libppapi.so | 13 * statically. That library requires libpthread, so we (dynamically)
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 13 job. On one side, scripting languages statically compile nothing and 15 other side, traditional static compilers process everything statically and
|
D | 2001-02-06-TypeNotationDebateResp2.txt | 23 language statically, the language front end can do the translation
|
/external/valgrind/main/drd/tests/ |
D | recursive_mutex.stderr.exp-linux | 2 Recursive mutex (statically initialized).
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-globals.mm | 4 // initialized statically and wrapping up those initialization in an
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | README_windows.txt | 48 You can also link tcmalloc code in statically -- see the example 55 An alternative to all the above is to statically link your application 77 both x86 and x64. In particular, if you use the 'statically link with
|
/external/chromium_org/ppapi/ |
D | ppapi.gyp | 17 # TODO(ajwong): For internal pepper plugins, which are statically linked
|
/external/libunwind/doc/ |
D | unw_regname.tex | 22 marks is returned. The returned string is statically allocated and
|
/external/qemu/target-i386/ |
D | TODO | 30 - evaluate x87 stack pointer statically
|
/external/libpcap/msdos/ |
D | common.dj | 36 # Use loadable driver modules instead of statically linking
|
/external/zopfli/ |
D | README | 26 program with the library statically linked in.
|
/external/libpng/scripts/ |
D | makefile.linux | 137 @echo " Running pngtest statically linked with libpng.a:"
|
D | makefile.elf | 161 @echo " Running pngtest statically linked with libpng.a:"
|
/external/nanopb-c/generator/proto/ |
D | nanopb.proto | 5 // These are used by nanopb to generate statically allocable structures
|
/external/zlib/src/win32/ |
D | README-WIN32.txt | 32 example.exe A statically-bound example (using zlib.lib, not the dll) 38 minigzip.exe A statically-bound test program (using zlib.lib, not the dll)
|
/external/nanopb-c/docs/ |
D | index.rst | 41 #) Allows specifying maximum size for strings and arrays, so that they can be allocated statically. 42 #) No malloc needed: everything can be allocated statically or on the stack.
|
/external/chromium_org/v8/build/ |
D | android.gypi | 60 # Enable to use the system stlport, otherwise statically 259 # Don't export symbols from statically linked libraries.
|
12345678910