OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statically
(Results
1 - 25
of
791
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjC/
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
@property(readonly) NSMutableSet annotations; // expected-error{{interface type cannot be
statically
allocated}}
/external/chromium/chrome/browser/resources/options/
certificate_manager.css
12
/* TODO(mattm): BLAH. Make this not
statically
sized. */
/packages/experimental/procstatlog/
README
3
A
statically
linked binary that polls and dumps /proc/*/stat files
/external/oprofile/libutil/
op_get_time.h
25
* The string is
statically
allocated and should not be freed.
/external/qemu/distrib/zlib-1.2.3/
Makefile
1
# Makefile used to compile zlib
statically
/external/valgrind/main/drd/tests/
pth_uninitialized_cond.c
16
fprintf(stderr, "
Statically
initialized condition variable.\n");
pth_uninitialized_cond.stderr.exp
2
Statically
initialized condition variable.
run_openmp_test
11
# Do not accept any
statically
linked executable.
12
if /usr/bin/file "$1" | grep -q '
statically
linked'; then
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
_README.txt
6
the attributes
statically
in your ant script.
/external/iptables/extensions/
libipt_NETMAP.man
1
This target allows you to
statically
map a whole network of addresses onto
/external/qemu/distrib/libpng-1.2.19/
Makefile
1
# Makefile used to compile libpng
statically
/ndk/sources/android/libthread_db/
README
1
Here are the sources of the special libthread_db that will be
statically
/development/tools/etc1tool/
Android.mk
28
#
Statically
link libz for MinGW (Win SDK under Linux),
/external/clang/test/SemaCXX/
__null.cpp
9
// Verify
statically
that __null is the right size
/external/dropbear/debian/
README.Debian.diet
5
glibc to provide small
statically
linked programs. The resulting package
/external/dropbear/
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
/external/guava/guava-gwt/src/com/google/common/collect/
TreeBasedTable_CustomFieldSerializer.java
40
@SuppressWarnings("unchecked") // The comparator isn't used
statically
.
43
@SuppressWarnings("unchecked") // The comparator isn't used
statically
.
/external/llvm/test/Transforms/SimplifyCFG/
switch_thread.ll
21
;; This switch is always
statically
determined.
59
;; This switch is always
statically
determined.
/external/wpa_supplicant_8/hostapd/
eap_register.c
17
* eap_server_register_methods - Register
statically
linked EAP server methods
21
* methods that were linked in
statically
.
/development/host/windows/usb/adb_winapi_test/
SOURCES
24
# Use
statically
linked atl libraries:
/development/ndk/samples/two-libs/jni/
Android.mk
23
# first lib, which will be built
statically
/external/bison/lib/
localcharset.h
29
The result must not be freed; it is
statically
allocated.
/external/clang/test/CodeGenObjCXX/
arc-globals.mm
4
// initialized
statically
and wrapping up those initialization in an
/external/e2fsprogs/intl/
localcharset.h
31
The result must not be freed; it is
statically
allocated.
/external/icu4c/common/
uset_imp.h
44
*
statically
depending on the USet implementation.
Completed in 451 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>