OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Constants
(Results
201 - 225
of
560
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/swiftshader/src/Shader/
VertexRoutine.cpp
18
#include "
Constants
.hpp"
52
constants
= *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,
constants
));
120
clipFlags = *Pointer<Int>(
constants
+ OFFSET(
Constants
,maxX) + SignMask(maxX) * 4); // FIXME: Array indexing
121
clipFlags |= *Pointer<Int>(
constants
+ OFFSET(
Constants
,maxY) + SignMask(maxY) * 4);
122
clipFlags |= *Pointer<Int>(
constants
+ OFFSET(
Constants
,maxZ) + SignMask(maxZ) * 4);
123
clipFlags |= *Pointer<Int>(
constants
+ OFFSET(Constants,minX) + SignMask(minX) * 4)
[
all
...]
/cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/
AlarmReceiver.java
20
import static com.android.cts.forcestophelper.
Constants
.ACTION_ALARM;
21
import static com.android.cts.forcestophelper.
Constants
.EXTRA_ON_ALARM;
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
InlineReply.java
18
import static android.content.pm.cts.shortcutmanager.common.
Constants
.INLINE_REPLY_REMOTE_INPUT_CAPTION;
19
import static android.content.pm.cts.shortcutmanager.common.
Constants
.INLINE_REPLY_TITLE;
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java
30
import static com.example.android.wearable.agendadata.
Constants
.ALL_DAY;
31
import static com.example.android.wearable.agendadata.
Constants
.BEGIN;
32
import static com.example.android.wearable.agendadata.
Constants
.DESCRIPTION;
33
import static com.example.android.wearable.agendadata.
Constants
.EXTRA_SILENT;
34
import static com.example.android.wearable.agendadata.
Constants
.END;
35
import static com.example.android.wearable.agendadata.
Constants
.PROFILE_PIC;
36
import static com.example.android.wearable.agendadata.
Constants
.TAG;
37
import static com.example.android.wearable.agendadata.
Constants
.TITLE;
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
MainActivity.java
50
Constants
.PACKAGE_NAME_APP_RESTRICTION_SCHEMA,
57
Constants
.PACKAGE_NAME_APP_RESTRICTION_SCHEMA)) {
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
MainActivity.java
50
Constants
.PACKAGE_NAME_APP_RESTRICTION_SCHEMA,
57
Constants
.PACKAGE_NAME_APP_RESTRICTION_SCHEMA)) {
/developers/samples/android/deprecated/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java
30
import static com.example.android.wearable.agendadata.
Constants
.ALL_DAY;
31
import static com.example.android.wearable.agendadata.
Constants
.BEGIN;
32
import static com.example.android.wearable.agendadata.
Constants
.DESCRIPTION;
33
import static com.example.android.wearable.agendadata.
Constants
.EXTRA_SILENT;
34
import static com.example.android.wearable.agendadata.
Constants
.END;
35
import static com.example.android.wearable.agendadata.
Constants
.PROFILE_PIC;
36
import static com.example.android.wearable.agendadata.
Constants
.TAG;
37
import static com.example.android.wearable.agendadata.
Constants
.TITLE;
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
HomeListenerService.java
30
import static com.example.android.wearable.agendadata.
Constants
.ALL_DAY;
31
import static com.example.android.wearable.agendadata.
Constants
.BEGIN;
32
import static com.example.android.wearable.agendadata.
Constants
.DESCRIPTION;
33
import static com.example.android.wearable.agendadata.
Constants
.EXTRA_SILENT;
34
import static com.example.android.wearable.agendadata.
Constants
.END;
35
import static com.example.android.wearable.agendadata.
Constants
.PROFILE_PIC;
36
import static com.example.android.wearable.agendadata.
Constants
.TAG;
37
import static com.example.android.wearable.agendadata.
Constants
.TITLE;
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
MainActivity.java
50
Constants
.PACKAGE_NAME_APP_RESTRICTION_SCHEMA,
57
Constants
.PACKAGE_NAME_APP_RESTRICTION_SCHEMA)) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemIf.java
97
* @see org.apache.xalan.templates.
Constants
103
return
Constants
.ELEMNAME_IF;
113
return
Constants
.ELEMNAME_IF_STRING;
KeyDeclaration.java
90
return
Constants
.ELEMNAME_KEY_STRING;
162
* @see org.apache.xalan.templates.
Constants
168
return
Constants
.ELEMNAME_KEY;
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java
19
import static com.example.android.wearable.geofencing.
Constants
.CONNECTION_TIME_OUT_MS;
20
import static com.example.android.wearable.geofencing.
Constants
.GEOFENCE_DATA_ITEM_PATH;
21
import static com.example.android.wearable.geofencing.
Constants
.GEOFENCE_DATA_ITEM_URI;
22
import static com.example.android.wearable.geofencing.
Constants
.KEY_GEOFENCE_ID;
23
import static com.example.android.wearable.geofencing.
Constants
.TAG;
/developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
UpdateService.java
36
import com.example.android.wearable.speedtracker.common.
Constants
;
79
if (dataItemUri.getPath().startsWith(
Constants
.PATH)) {
82
double longitude = dataMap.getDouble(
Constants
.KEY_LONGITUDE);
83
double latitude = dataMap.getDouble(
Constants
.KEY_LATITUDE);
84
long time = dataMap.getLong(
Constants
.KEY_TIME);
/developers/samples/android/deprecated/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java
19
import static com.example.android.wearable.geofencing.
Constants
.CONNECTION_TIME_OUT_MS;
20
import static com.example.android.wearable.geofencing.
Constants
.GEOFENCE_DATA_ITEM_PATH;
21
import static com.example.android.wearable.geofencing.
Constants
.GEOFENCE_DATA_ITEM_URI;
22
import static com.example.android.wearable.geofencing.
Constants
.KEY_GEOFENCE_ID;
23
import static com.example.android.wearable.geofencing.
Constants
.TAG;
/developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
UpdateService.java
36
import com.example.android.wearable.speedtracker.common.
Constants
;
79
if (dataItemUri.getPath().startsWith(
Constants
.PATH)) {
82
double longitude = dataMap.getDouble(
Constants
.KEY_LONGITUDE);
83
double latitude = dataMap.getDouble(
Constants
.KEY_LATITUDE);
84
long time = dataMap.getLong(
Constants
.KEY_TIME);
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
GeofenceTransitionsIntentService.java
19
import static com.example.android.wearable.geofencing.
Constants
.CONNECTION_TIME_OUT_MS;
20
import static com.example.android.wearable.geofencing.
Constants
.GEOFENCE_DATA_ITEM_PATH;
21
import static com.example.android.wearable.geofencing.
Constants
.GEOFENCE_DATA_ITEM_URI;
22
import static com.example.android.wearable.geofencing.
Constants
.KEY_GEOFENCE_ID;
23
import static com.example.android.wearable.geofencing.
Constants
.TAG;
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
UpdateService.java
36
import com.example.android.wearable.speedtracker.common.
Constants
;
79
if (dataItemUri.getPath().startsWith(
Constants
.PATH)) {
82
double longitude = dataMap.getDouble(
Constants
.KEY_LONGITUDE);
83
double latitude = dataMap.getDouble(
Constants
.KEY_LATITUDE);
84
long time = dataMap.getLong(
Constants
.KEY_TIME);
/external/apache-commons-bcel/src/examples/
ProxyCreator.java
22
import org.apache.bcel.
Constants
;
81
ClassGen cg = new ClassGen("foo", "java.lang.Object", "",
Constants
.ACC_PUBLIC,
85
cg.addEmptyConstructor(
Constants
.ACC_PUBLIC);
95
MethodGen mg = new MethodGen(
Constants
.ACC_PUBLIC, Type.VOID,
106
new Type[]{Type.STRING},
Constants
.INVOKESPECIAL));
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiPrompt.java
35
import com.googlecode.android_scripting.
Constants
;
60
Constants
.EXTRA_API_PROMPT_RPC_NAME));
62
mValues = getIntent().getStringArrayExtra(
Constants
.EXTRA_API_PROMPT_VALUES);
69
intent.putExtra(
Constants
.EXTRA_API_PROMPT_RPC_NAME, mRpc.getName());
70
intent.putExtra(
Constants
.EXTRA_API_PROMPT_VALUES, mValues);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp
636
for (unsigned i = 0, e =
Constants
.size(); i != e; ++i)
637
if (
Constants
[i].isMachineConstantPoolEntry())
638
delete
Constants
[i].Val.MachineCPVal;
645
/// CanShareConstantPoolEntry - Test whether the given two
constants
656
// For now, only support
constants
with the same size.
699
for (unsigned i = 0, e =
Constants
.size(); i != e; ++i)
700
if (!
Constants
[i].isMachineConstantPoolEntry() &&
701
CanShareConstantPoolEntry(
Constants
[i].Val.ConstVal, C, TD)) {
702
if ((unsigned)
Constants
[i].getAlignment() < Alignment)
703
Constants
[i].Alignment = Alignment
[
all
...]
/cts/tests/tests/opengl/src/android/opengl/cts/
ColorBufferTest.java
54
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
72
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
91
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
110
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
129
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
148
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
167
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
NativeColorBufferTest.java
49
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
67
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
86
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
105
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
124
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
143
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
162
mActivity.setView(
Constants
.COLOR, 1, vertexColors);
/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
HomeListenerService.java
19
import static com.example.android.wearable.geofencing.
Constants
.ACTION_CHECK_IN;
20
import static com.example.android.wearable.geofencing.
Constants
.ACTION_DELETE_DATA_ITEM;
21
import static com.example.android.wearable.geofencing.
Constants
.ANDROID_BUILDING_ID;
22
import static com.example.android.wearable.geofencing.
Constants
.KEY_GEOFENCE_ID;
23
import static com.example.android.wearable.geofencing.
Constants
.NOTIFICATION_ID;
24
import static com.example.android.wearable.geofencing.
Constants
.TAG;
25
import static com.example.android.wearable.geofencing.
Constants
.YERBA_BUENA_ID;
/developers/samples/android/deprecated/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
HomeListenerService.java
19
import static com.example.android.wearable.geofencing.
Constants
.ACTION_CHECK_IN;
20
import static com.example.android.wearable.geofencing.
Constants
.ACTION_DELETE_DATA_ITEM;
21
import static com.example.android.wearable.geofencing.
Constants
.ANDROID_BUILDING_ID;
22
import static com.example.android.wearable.geofencing.
Constants
.KEY_GEOFENCE_ID;
23
import static com.example.android.wearable.geofencing.
Constants
.NOTIFICATION_ID;
24
import static com.example.android.wearable.geofencing.
Constants
.TAG;
25
import static com.example.android.wearable.geofencing.
Constants
.YERBA_BUENA_ID;
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
HomeListenerService.java
19
import static com.example.android.wearable.geofencing.
Constants
.ACTION_CHECK_IN;
20
import static com.example.android.wearable.geofencing.
Constants
.ACTION_DELETE_DATA_ITEM;
21
import static com.example.android.wearable.geofencing.
Constants
.ANDROID_BUILDING_ID;
22
import static com.example.android.wearable.geofencing.
Constants
.KEY_GEOFENCE_ID;
23
import static com.example.android.wearable.geofencing.
Constants
.NOTIFICATION_ID;
24
import static com.example.android.wearable.geofencing.
Constants
.TAG;
25
import static com.example.android.wearable.geofencing.
Constants
.YERBA_BUENA_ID;
Completed in 2047 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>