Searched refs:statically (Results 1 – 25 of 225) sorted by relevance
123456789
/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/v8/tools/cfi/ |
D | blacklist.txt | 3 # a statically linked libc++.
|
/external/ImageMagick/PerlMagick/ |
D | README.txt | 51 PERL interpreter!) with PerlMagick statically linked (but other libraries 52 linked statically or dynamically according to system linker default), 60 than 'perl' (e.g. 'PerlMagick') and with PerlMagick statically linked
|
/external/valgrind/drd/tests/ |
D | recursive_mutex.stderr.exp-solaris | 2 Recursive mutex (statically initialized).
|
D | recursive_mutex.stderr.exp-linux | 2 Recursive mutex (statically initialized).
|
/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/llvm/test/CodeGen/ARM/ |
D | tail-call-weak.ll | 8 ; weak symbol resolution occurs statically in PE/COFF, ensure that we permit
|
/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/clang/test/CodeGenObjCXX/ |
D | arc-globals.mm | 4 // initialized statically and wrapping up those initialization in an
|
/external/libcxx/test/ |
D | CMakeLists.txt | 26 # libc++ statically.
|
/external/libunwind/doc/ |
D | unw_regname.tex | 22 marks is returned. The returned string is statically allocated and
|
/external/clang/docs/ |
D | ControlFlowIntegrity.rst | 30 enabled, and are statically linked into the program. This may preclude 98 ``-fsanitize=cfi-vcall`` enabled and be statically linked into the program. 144 and be statically linked into the program. 159 ``-fsanitize=cfi-nvcall`` enabled and be statically linked into the program. 199 statically linked into the program or shared library, and calls across
|
/external/libpcap/msdos/ |
D | common.dj | 35 # 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 | 141 @echo " Running pngtest statically linked with libpng.a:"
|
/external/v8/build/config/chromecast/ |
D | BUILD.gn | 11 # We want to statically link libstdc++/libgcc.
|
/external/nanopb-c/generator/proto/ |
D | nanopb.proto | 5 // These are used by nanopb to generate statically allocable structures
|
/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/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/curl/lib/ |
D | CMakeLists.txt | 96 …# Add "_imp" as a suffix before the extension to avoid conflicting with the statically linked "lib…
|
123456789