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
1166
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libexif/
README.android
3
- do not
statically
link to it
/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_org/components/translate/content/renderer/
static_renderer_cld_data_provider.cc
26
// No-op: data is
statically
linked
31
// No-op: data is
statically
linked
35
// No-op: data is
statically
linked
41
// Data is
statically
linked, so just call immediately.
/external/chromium_org/components/translate/content/browser/
static_browser_cld_data_provider.cc
33
// No-op: data is
statically
linked
44
// No-op: data is
statically
linked
49
// No-op: data is
statically
linked
53
// No-op: data is
statically
linked
/packages/experimental/procstatlog/
README
3
A
statically
linked binary that polls and dumps /proc/*/stat files
/external/compiler-rt/test/asan/TestCases/Linux/
asan_rt_confict_test-1.cc
1
// Test that preloading dynamic runtime to
statically
sanitized
/external/oprofile/libutil/
op_get_time.h
25
* The string is
statically
allocated and should not be freed.
/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/chromium_org/ui/base/clipboard/
clipboard_android_initialization.h
6
// methods
statically
. Since the JNI header file that contains the static
/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/
libxt_NETMAP.man
1
This target allows you to
statically
map a whole network of addresses onto
/ndk/sources/android/libthread_db/
README
1
Here are the sources of the special libthread_db that will be
statically
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelLoaderFactory.java
6
* An interface for creating a {@link ModelLoader} for a given model type. Will be retained
statically
so should not
8
* will not be retained
statically
so it is safe for any ModelLoader built by this factory to retain a reference to a
/development/tools/etc1tool/
Android.mk
28
#
Statically
link libz for MinGW (Win SDK under Linux),
/external/chromium_org/chrome/browser/resources/options/
certificate_manager.css
30
/* TODO(mattm): BLAH. Make this not
statically
sized. */
/external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/
ChromiumLinkerTestApplication.java
19
* operation. We use to link it
statically
to our binary, but not any more
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
libppapi.so
13
*
statically
. That library requires libpthread, so we (dynamically)
/external/chromium_org/third_party/icu/
icu.isolate
15
# When icu data is not used, other platforms link it
statically
.
/external/clang/test/CodeGenCXX/
dynamic_cast-no-rtti.cpp
12
// An upcast can be resolved
statically
and can be used with -fno-rtti, iff it
/external/clang/test/SemaCXX/
__null.cpp
9
// Verify
statically
that __null is the right size
/external/compiler-rt/test/lsan/TestCases/
use_tls_static.cc
1
// Test that
statically
allocated TLS space is included in the root set.
/external/iproute2/man/man8/
ip-maddress.8
39
statically
. This command only manages link layer addresses.
/build/core/
executable_internal.mk
29
# Check for
statically
linked libc
32
$(error $(LOCAL_PATH): $(LOCAL_MODULE) is
statically
linking libc to dynamic executable, please remove libc from static libs or set LOCAL_FORCE_STATIC_EXECUTABLE := true)
Completed in 2072 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>