OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statically
(Results
101 - 125
of
791
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/net/
if_ether.h
113
* The high-order 25 bits of the Ethernet address are
statically
assigned,
129
* The high-order 16 bits of the Ethernet address are
statically
assigned,
/system/core/sh/
var.h
44
#define VSTRFIXED 0x04 /* variable struct is
statically
allocated */
45
#define VTEXTFIXED 0x08 /* text is
statically
allocated */
/external/v8/src/
contexts.cc
158
// Note: Fixed context slots are
statically
allocated by the compiler.
159
//
Statically
allocated variables always have a
statically
known mode,
/external/webkit/Source/JavaScriptCore/API/
JSObjectRef.h
123
If this function returns false, the hasProperty request forwards to object's
statically
declared properties, then its parent class chain (which includes the default object class), then its prototype chain.
144
If this function returns NULL, the get request forwards to object's
statically
declared properties, then its parent class chain (which includes the default object class), then its prototype chain.
162
If this function returns false, the set request forwards to object's
statically
declared properties, then its parent class chain (which includes the default object class).
179
If this function returns false, the delete request forwards to object's
statically
declared properties, then its parent class chain (which includes the default object class).
196
Use JSPropertyNameAccumulatorAddName to add property names to accumulator. A class's getPropertyNames callback only needs to provide the names of properties that the class vends through a custom getProperty or setProperty callback. Other properties, including
statically
declared properties, properties vended by other classes, and properties belonging to object's prototype, are added independently.
284
@abstract This structure describes a
statically
declared value property.
299
@abstract This structure describes a
statically
declared function property.
317
@field staticValues A JSStaticValue array containing the class's
statically
declared value properties. Pass NULL to specify no
statically
declared value properties. The array must be terminated by a JSStaticValue whose name field is NULL.
318
@field staticFunctions A JSStaticFunction array containing the class's
statically
declared function properties. Pass NULL to specify no statically declared function properties. The (…)
[
all
...]
/bootable/recovery/updater/
Android.mk
10
# Build a
statically
-linked binary to include in OTA packages
/dalvik/vm/compiler/codegen/arm/
CalloutHelper.h
30
/* Load a
statically
compiled function address as a constant */
/dalvik/vm/compiler/codegen/mips/
CalloutHelper.h
30
/* Load a
statically
compiled function address as a constant */
/docs/source.android.com/src/devices/tech/security/
enhancements43.jd
71
statically
linked executables and removed all text relocations in Android
/external/apache-xml/src/main/java/org/apache/xpath/operations/
VariableSafeAbsRef.java
36
* this is easy to detect
statically
in this case, in other cases static
/external/ceres-solver/include/ceres/internal/
eigen.h
51
// struct so that we can support
statically
sized Matrix and Maps.
/external/chromium/googleurl/base/
basictypes.h
54
// You should only use ARRAYSIZE on
statically
allocated arrays.
/external/clang/lib/Basic/
CharInfo.cpp
14
//
Statically
initialize CharInfo table based on ASCII character set
/external/clang/tools/diagtool/
DiagnosticNames.h
38
// Be safe with the size of 'NameLen' because we don't
statically
check if
Completed in 999 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>