OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statically
(Results
226 - 250
of
1224
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/ojluni/src/main/native/
Register.cpp
92
// DalvikVM calls this on startup, so we can
statically
register all our native methods.
/ndk/sources/android/libthread_db/
libthread_db.c
128
// Because we link gdbserver
statically
, though, we need dummy definitions.
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
statipattrules
7
.o and
statically
creates a compile command with the target
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientPhotoManager.java
89
//
Statically
bind the request since it's not bound to any specific piece of UI.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
environments.h
28
statically
decided.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
if_ether.h
87
* The high-order 25 bits of the Ethernet address are
statically
assigned,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_ether.h
87
* The high-order 25 bits of the Ethernet address are
statically
assigned,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
environments.h
28
statically
decided.
/system/bt/main/
Android.mk
93
# that might link
statically
with some of the code in the library, and
/toolchain/binutils/binutils-2.25/include/elf/
tic6x.h
115
/*
Statically
linked base address of data segment. */
/toolchain/binutils/binutils-2.25/intl/
textdomain.c
45
using libintl.a cannot be linked
statically
. */
/external/ceres-solver/include/ceres/internal/
manual_constructor.h
31
// ManualConstructor
statically
-allocates space in which to store some
37
// (When I say ManualConstructor
statically
allocates space, I mean that
/external/libpng/contrib/gregbook/
Makefile.mingw32
22
# builds both
statically
and dynamically linked executables by default.
32
PNGLIBs = $(PNGDIR)/libpng.a #
statically
linked, local libpng
/external/mesa3d/src/gallium/targets/egl-static/
Makefile
4
# and pipe drivers are linked
statically
when possible.
11
# SHARED_GLAPI - st/mesa can be
statically
linked or not
/external/nanopb-c/docs/
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/valgrind/coregrind/
link_tool_exe_darwin.in
4
#
statically
and at an alternative load address.
6
# Linking
statically
sidesteps all sorts of complications to do with
/prebuilts/go/darwin-x86/src/html/template/
error.go
82
// Package html/template
statically
examines each path through an
87
// the run-time value of {{.C}} which is not
statically
known.
/prebuilts/go/linux-x86/src/html/template/
error.go
82
// Package html/template
statically
examines each path through an
87
// the run-time value of {{.C}} which is not
statically
known.
/docs/source.android.com/src/devices/tech/dalvik/
instruction-formats.jd
110
<td>inter<b>f</b>ace constants (only used in
statically
linked formats)
133
<td><b>m</b>ethod constants (only used in
statically
linked formats)</td>
265
<td><i>suggested format for
statically
determined verification errors;
335
<td><i>suggested format for
statically
linked field access instructions of
406
<td><i>suggested format for
statically
linked <code>invoke-virtual</code>
448
<td><i>suggested format for
statically
linked <code>invoke-virtual</code>
/device/google/dragon/audio/hal/
iniparser.c
36
@return ptr to
statically
allocated string.
38
This function returns a pointer to a
statically
allocated string
40
or modify the returned string! Since the returned string is
statically
64
@return ptr to
statically
allocated string.
66
This function returns a pointer to a
statically
allocated string,
70
is
statically
allocated, it will be modified at each function call
137
its name as a pointer to a string
statically
allocated inside the
308
@return pointer to
statically
allocated character strings
359
@return pointer to
statically
allocated character string
/external/v8/src/
contexts.cc
204
// Note: Fixed context slots are
statically
allocated by the compiler.
205
//
Statically
allocated variables always have a
statically
known mode,
/toolchain/binutils/binutils-2.25/libiberty/
strsignal.c
237
initialized rather than
statically
initialized. */
307
initialize it from the
statically
initialized signal_table. */
325
initialize it from the
statically
initialized signal_table. */
/external/aac/libSYS/src/linux/
genericStds_linux.cpp
102
* apparently can be linked only
statically
.
107
* because libSYS.a is linked
statically
, and libc can be
/external/clang/test/Analysis/
temporaries.cpp
352
// are handled after a
statically
known branch condition.
365
// are handled after a
statically
known branch condition.
/external/libpng/contrib/visupng/
cexcept.h
104
For context structures allocated
statically
(by an external
109
a context more than once (by using this macro on a
statically
Completed in 963 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>