Home
last modified time | relevance | path

Searched refs:statically (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/clang/test/SemaObjC/
Dinvalid-objc-decls-1.m4 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/
Dswitch_thread.ll21 ;; This switch is always statically determined.
59 ;; This switch is always statically determined.
/external/libexif/
DREADME.android3 - do not statically link to it
/external/chromium_org/third_party/icu/
Dicu.isolate15 # When icu data is not used, other platforms link it statically.
/external/iptables/extensions/
Dlibxt_NETMAP.man1 This target allows you to statically map a whole network of addresses onto
Dlibipt_CLUSTERIP.man3 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.txt6 the attributes statically in your ant script.
/external/chromium_org/chrome/browser/resources/options/
Dcertificate_manager.css30 /* TODO(mattm): BLAH. Make this not statically sized. */
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
Dlibppapi.so13 * statically. That library requires libpthread, so we (dynamically)
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt13 job. On one side, scripting languages statically compile nothing and
15 other side, traditional static compilers process everything statically and
D2001-02-06-TypeNotationDebateResp2.txt23 language statically, the language front end can do the translation
/external/valgrind/main/drd/tests/
Drecursive_mutex.stderr.exp-linux2 Recursive mutex (statically initialized).
/external/clang/test/CodeGenObjCXX/
Darc-globals.mm4 // initialized statically and wrapping up those initialization in an
/external/chromium_org/third_party/tcmalloc/vendor/
DREADME_windows.txt48 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/
Dppapi.gyp17 # TODO(ajwong): For internal pepper plugins, which are statically linked
/external/libunwind/doc/
Dunw_regname.tex22 marks is returned. The returned string is statically allocated and
/external/qemu/target-i386/
DTODO30 - evaluate x87 stack pointer statically
/external/libpcap/msdos/
Dcommon.dj36 # Use loadable driver modules instead of statically linking
/external/zopfli/
DREADME26 program with the library statically linked in.
/external/libpng/scripts/
Dmakefile.linux137 @echo " Running pngtest statically linked with libpng.a:"
Dmakefile.elf161 @echo " Running pngtest statically linked with libpng.a:"
/external/nanopb-c/generator/proto/
Dnanopb.proto5 // These are used by nanopb to generate statically allocable structures
/external/zlib/src/win32/
DREADME-WIN32.txt32 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/
Dindex.rst41 #) 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/
Dandroid.gypi60 # Enable to use the system stlport, otherwise statically
259 # Don't export symbols from statically linked libraries.

12345678910