OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static
(Results
2226 - 2250
of
47082
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java
34
public
static
final Rop NOP =
38
public
static
final Rop MOVE_INT =
42
public
static
final Rop MOVE_LONG =
46
public
static
final Rop MOVE_FLOAT =
50
public
static
final Rop MOVE_DOUBLE =
54
public
static
final Rop MOVE_OBJECT =
63
public
static
final Rop MOVE_RETURN_ADDRESS =
68
public
static
final Rop MOVE_PARAM_INT =
73
public
static
final Rop MOVE_PARAM_LONG =
78
public
static
final Rop MOVE_PARAM_FLOAT
[
all
...]
/dalvik/dx/src/com/android/dx/rop/code/
Rops.java
34
public
static
final Rop NOP =
38
public
static
final Rop MOVE_INT =
42
public
static
final Rop MOVE_LONG =
46
public
static
final Rop MOVE_FLOAT =
50
public
static
final Rop MOVE_DOUBLE =
54
public
static
final Rop MOVE_OBJECT =
63
public
static
final Rop MOVE_RETURN_ADDRESS =
68
public
static
final Rop MOVE_PARAM_INT =
73
public
static
final Rop MOVE_PARAM_LONG =
78
public
static
final Rop MOVE_PARAM_FLOAT
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java
34
public
static
final Rop NOP =
38
public
static
final Rop MOVE_INT =
42
public
static
final Rop MOVE_LONG =
46
public
static
final Rop MOVE_FLOAT =
50
public
static
final Rop MOVE_DOUBLE =
54
public
static
final Rop MOVE_OBJECT =
63
public
static
final Rop MOVE_RETURN_ADDRESS =
68
public
static
final Rop MOVE_PARAM_INT =
73
public
static
final Rop MOVE_PARAM_LONG =
78
public
static
final Rop MOVE_PARAM_FLOAT
[
all
...]
/build/core/
host_static_library.mk
2
## Standard rules for building a
static
library for the host.
27
$(transform-host-o-to-
static
-lib)
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CalibrationPreferenceActivity.java
16
public
static
final String OPTION_MARKER_DISTANCE = "markerDistance";
17
public
static
final String OPTION_TARGET_DISTANCE = "targetDistanceCm";
/cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTest.java
36
private
static
final String TAG_ROOT = "api";
37
private
static
final String TAG_PACKAGE = "package";
38
private
static
final String TAG_CLASS = "class";
39
private
static
final String TAG_INTERFACE = "interface";
40
private
static
final String TAG_IMPLEMENTS = "implements";
41
private
static
final String TAG_CONSTRUCTOR = "constructor";
42
private
static
final String TAG_METHOD = "method";
43
private
static
final String TAG_PARAM = "parameter";
44
private
static
final String TAG_EXCEPTION = "exception";
45
private
static
final String TAG_FIELD = "field"
[
all
...]
/cts/tests/src/android/renderscript/cts/
noroot.rs
7
static
bool failed = false;
13
static
bool test_foo_output() {
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java
34
public
static
final String NAME = "test_account_name";
35
public
static
final String TYPE = "com.android.cts.contactsprovider";
36
public
static
final Account ACCOUNT_1 = new Account("cp account 1", TYPE);
38
private
static
final String LABEL = "test_auth_token_label";
39
private
static
final String TOKEN = "asdlkjfslkjfdklj";
41
private
static
Bundle sAccountBundle;
42
static
{
49
private
static
Bundle createResultBundle() {
/cts/tools/dasm/src/java_cup/
version.java
5
* It contains only
static
data elements and basically just a central
23
public
static
final String version_str = "v0.9d";
28
public
static
final int major = 0;
33
public
static
final int minor = 9;
38
public
static
final char update = 'd';
43
public
static
final String title_str = "Java(tm) CUP " + version_str;
48
public
static
final String author_str = "Scott E. Hudson";
53
public
static
final String program_name = "java_cup";
/dalvik/tests/003-omnibus-opcodes/src/
Monitor.java
9
public
static
int mVal = 0;
21
public
static
void run() {
UnresTest2.java
8
static
boolean checkCasts(Object obj) {
27
public
static
void run() {
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
Utils.java
27
* Class containing some
static
utility methods.
33
public
static
void enableStrictMode() {
55
public
static
boolean hasFroyo() {
56
// Can use
static
final constants like FROYO, declared in later versions
61
public
static
boolean hasGingerbread() {
65
public
static
boolean hasHoneycomb() {
69
public
static
boolean hasHoneycombMR1() {
73
public
static
boolean hasJellyBean() {
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
7
static
struct _renderControl_funcs_by_name {
37
static
int renderControl_num_funcs = sizeof(renderControl_funcs_by_name) / sizeof(struct _renderControl_funcs_by_name);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs
39
public
static
class ExceptionExtensions {
42
public
static
string getMessage(Exception e) {
47
public
static
StackFrame[] getStackTrace(Exception e) {
60
public
static
string getMethodName(StackFrame frame) {
65
public
static
string getClassName(StackFrame frame) {
70
public
static
void PrintStackTrace(Exception e) {
73
public
static
void PrintStackTrace(Exception e, System.IO.TextWriter writer) {
84
public
static
Exception getTargetException(TargetInvocationException e) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ExceptionExtensions.cs
41
public
static
class ExceptionExtensions
45
public
static
string getMessage( this Exception e )
51
public
static
StackFrame[] getStackTrace( this Exception e )
65
public
static
string getMethodName( this StackFrame frame )
71
public
static
string getClassName( this StackFrame frame )
77
public
static
void PrintStackTrace( this Exception e )
81
public
static
void PrintStackTrace( this Exception e, System.IO.TextWriter writer )
94
public
static
Exception getTargetException( this TargetInvocationException e )
SetExtensions.cs
41
public
static
class SetExtensions
45
public
static
bool add<T>( this HashSet<T> set, T item )
51
public
static
void addAll<T>( this HashSet<T> set, IEnumerable<T> items )
59
public
static
void clear<T>( this HashSet<T> set )
65
public
static
bool contains<T>( this HashSet<T> set, T value )
71
public
static
bool remove<T>( this HashSet<T> set, T item )
77
public
static
int size<T>( this HashSet<T> set )
83
public
static
T[] toArray<T>( this HashSet<T> set )
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
CryptoProviderTest.java
36
private
static
final String providerName = "Crypto"; // name of provider
37
private
static
final String shaprng = "SHA1PRNG"; // name of algorithm
38
private
static
final String sha_1 = "SHA-1"; // name of algorithm
39
private
static
final String sha_1_alias = "SHA1"; // alias name
40
private
static
final String sha_1_alias2 = "SHA"; // alias name
42
private
static
final String dsaNames[] = { "SHA1withDSA",
55
private
static
final String keyFactoryNames[] = { "DSA",
84
public
static
Test suite() {
/external/arduino/hardware/arduino/cores/arduino/
pins_arduino.h
53
const
static
uint8_t SS = 53;
54
const
static
uint8_t MOSI = 51;
55
const
static
uint8_t MISO = 50;
56
const
static
uint8_t SCK = 52;
58
const
static
uint8_t SS = 10;
59
const
static
uint8_t MOSI = 11;
60
const
static
uint8_t MISO = 12;
61
const
static
uint8_t SCK = 13;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertStatus.java
7
public
static
final int UNREVOKED = 11;
9
public
static
final int UNDETERMINED = 12;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Hex.java
9
private
static
final Encoder encoder = new HexEncoder();
16
public
static
byte[] encode(
27
public
static
byte[] encode(
51
public
static
int encode(
64
public
static
int encode(
79
public
static
byte[] decode(
101
public
static
byte[] decode(
124
public
static
int decode(
/external/chromium/android/jni/
mime_utils.h
14
static
bool GuessMimeTypeFromExtension(const std::string& extension,
17
static
bool GuessExtensionFromMimeType(const std::string& mimeType,
/external/chromium/chrome/browser/
browser_trial.h
14
// Currently we use this as a name space, to hold
static
shared constants which
20
//
static
const wchar_t* kPruningAlgorithmFieldTrial;
/external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.h
31
static
void CompleteFetch();
99
static
std::string GetCaptchaToken();
100
static
std::string GetCaptchaUrl();
101
static
std::string GetUnlockUrl();
106
static
const char kCaptchaToken[];
107
static
const char kCaptchaUrlBase[];
108
static
const char kCaptchaUrlFragment[];
109
static
const char kUnlockUrl[];
/external/chromium/chrome/browser/extensions/
extension_web_ui.h
34
static
const char kExtensionURLOverrides[];
60
static
bool HandleChromeURLOverride(GURL* url, Profile* profile);
65
static
void RegisterChromeURLOverrides(Profile* profile,
67
static
void UnregisterChromeURLOverrides(Profile* profile,
69
static
void UnregisterChromeURLOverride(const std::string& page,
74
static
void RegisterUserPrefs(PrefService* prefs);
77
static
void GetFaviconForURL(Profile* profile,
84
static
void UnregisterAndReplaceOverride(const std::string& page,
/external/chromium/chrome/browser/first_run/
first_run_mac.mm
14
//
static
20
//
static
Completed in 354 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>