Searched refs:statically (Results 1 – 25 of 138) sorted by relevance
123456
/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}}
|
D | message.m | 40 // a statically typed object's class interface isn't in scope! This
|
/external/openssl/patches/ |
D | README | 11 32K. OpenSSL statically allocates read and write buffers (34K and 13 With this patch, OpenSSL statically allocates 4K + 4K buffers, with
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_thread.ll | 21 ;; This switch is always statically determined. 59 ;; This switch is always statically determined.
|
/external/e2fsprogs/debian/ |
D | e2fsck-static.lintian-overrides | 1 e2fsck-static: statically-linked-binary ./sbin/e2fsck.static
|
/external/chromium/chrome/browser/resources/options/ |
D | certificate_manager.css | 12 /* TODO(mattm): BLAH. Make this not statically sized. */
|
/external/dropbear/ |
D | SMALL | 17 - If you're compiling statically, you can turn off host lookups 35 If you are compiling statically, you may want to disable zlib, as it will use
|
D | INSTALL | 25 If you want to compile statically, add "STATIC=1" to the make command-line. 45 You can use "make STATIC=1" to make statically linked binaries, and it is
|
/external/iptables/extensions/ |
D | libipt_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/dropbear/debian/ |
D | README.Debian.diet | 5 glibc to provide small statically linked programs. The resulting package
|
/external/expat/win32/ |
D | README.txt | 45 By default the Expat Dlls are built to link statically 69 to link statically against the multithreaded run-time library,
|
/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/qemu/target-i386/ |
D | TODO | 30 - evaluate x87 stack pointer statically
|
/external/libpng/scripts/ |
D | makefile.linux | 140 @echo " Running pngtest statically linked with libpng.a:"
|
D | makefile.gcmmx | 163 @echo " Running pngtest statically linked with libpng.a:"
|
D | makefile.elf | 166 @echo " Running pngtest statically linked with libpng.a:"
|
D | makefile.nommx | 142 @echo " Running pngtest statically linked with libpng.a:"
|
/external/zlib/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/webkit/Source/JavaScriptCore/ |
D | JavaScriptCore.pri | 100 …# statically in applications (which isn't used often because, among other things, of licensing obs…
|
/external/elfutils/src/ |
D | ld.c | 740 ld_state.statically = key == ARGP_static; in parse_opt_2nd() 964 ld_state.statically = true; in parse_B_option_2() 966 ld_state.statically = false; in parse_B_option_2()
|
/external/qemu/distrib/ |
D | README | 2 generate a statically linked "emulator" binary in the current directory.
|
123456