HomeSort by relevance Sort by last modified time
    Searched defs:Constants (Results 76 - 100 of 227) sorted by null

1 2 34 5 6 7 8 910

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 23 /** Constants used in companion app. */
24 public final class Constants {
26 private Constants() {
53 // The constants below are less interesting than those above.
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java 19 public class Constants {
21 private Constants() {};
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
StatusFragment.java 89 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA,
96 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA)) {
127 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA, false);
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 23 /** Constants used in companion app. */
24 public final class Constants {
26 private Constants() {
53 // The constants below are less interesting than those above.
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java 19 public class Constants {
21 private Constants() {};
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
StatusFragment.java 89 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA,
96 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA)) {
127 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA, false);
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
Constants.java 23 /** Constants used in companion app. */
24 public final class Constants {
26 private Constants() {
53 // The constants below are less interesting than those above.
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Constants.java 19 public class Constants {
21 private Constants() {};
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
Constants.java 22 * @version $Id: Constants.java,v 1.21 2006/03/05 02:43:19 herbyderby Exp $
24 public interface Constants extends org.mockito.asm.Opcodes {
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Constants.java 21 public interface Constants {
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 54 public static class Constants implements Columns {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 64 private static final boolean V = Constants.VERBOSE;
112 mStatus = Constants.BATCH_STATUS_PENDING;
174 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED);
Constants.java 47 * Bluetooth OPP internal constants definition
49 public class Constants {
291 Constants.sendIntentIfCompleted(context, contentUri, status);
BluetoothOppObexClientSession.java 63 private static final boolean D = Constants.DEBUG;
64 private static final boolean V = Constants.VERBOSE;
288 Constants.updateShareStatus(mContext1, mInfo.mId, status);
314 Constants.updateShareStatus(mContext1, mInfo.mId, fileInfo.mStatus);
351 Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING);
366 Constants.updateShareStatus(mContext1, mInfo.mId, status);
382 Constants.updateShareStatus(mContext1, mInfo.mId, status);
526 Constants.updateShareStatus(mContext1, mInfo.mId, status);
541 Constants.updateShareStatus(mContext1, mInfo.mId, status);
552 Constants.updateShareStatus(mContext1, mInfo.mId
    [all...]
BluetoothOppObexServerSession.java 68 private static final boolean D = Constants.DEBUG;
69 private static final boolean V = Constants.VERBOSE;
192 if (V) Constants.logHeader(request);
243 || (!isWhitelisted && !Constants.mimeTypeMatches(mimeType,
244 Constants.ACCEPTABLE_SHARE_INBOUND_TYPES))
245 || Constants.mimeTypeMatches(mimeType,
246 Constants.UNACCEPTABLE_SHARE_INBOUND_TYPES))) {
343 Constants.updateShareStatus(mContext, mInfo.mId, status);
363 Constants.updateShareStatus(mContext, mInfo.mId, status);
400 Constants.updateShareStatus(mContext, mInfo.mId, status)
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
FieldProviderTransformer.java 89 super.declare_field(Constants.PRIVATE_FINAL_STATIC, FIELD_NAMES, Constants.TYPE_STRING_ARRAY, null);
90 super.declare_field(Constants.PRIVATE_FINAL_STATIC, FIELD_TYPES, Constants.TYPE_CLASS_ARRAY, null);
105 e.putstatic(getClassType(), FIELD_NAMES, Constants.TYPE_STRING_ARRAY);
108 e.newarray(Constants.TYPE_CLASS);
117 e.putstatic(getClassType(), FIELD_TYPES, Constants.TYPE_CLASS_ARRAY);
121 CodeEmitter e = super.begin_method(Constants.ACC_PUBLIC, PROVIDER_GET_NAMES, null);
122 e.getstatic(getClassType(), FIELD_NAMES, Constants.TYPE_STRING_ARRAY);
128 CodeEmitter e = super.begin_method(Constants.ACC_PUBLIC, PROVIDER_GET_TYPES, null)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 69 include ANTLR3::Constants
285 module Constants
307 include Constants
377 dynamically defined modules that map integer values to constants with token-type
395 conventions, defining types as named constants of the recognizer class resolves
424 4. include ANTLR3::Constants in the new scheme module
487 the token types as named constants, a type-to-name map constant +TOKEN_NAMES+,
507 const_set( :TOKEN_NAMES, ::ANTLR3::Constants::BUILT_IN_TOKEN_NAMES.clone )
509 @types = ::ANTLR3::Constants::BUILT_IN_TOKEN_NAMES.invert
510 @unused = ::ANTLR3::Constants::MIN_TOKEN_TYP
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 72 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
73 for (unsigned i = 0, e = Constants.size(); i != e; ++i) {
74 if (Constants[i].isMachineConstantPoolEntry() &&
75 (Constants[i].getAlignment() & AlignMask) == 0) {
77 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal;
130 /// ARMConstantPoolConstant - ARM-specific constant pool values for Constants,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.h 165 struct rc_constant_list Constants;
  /frameworks/base/core/java/android/os/health/
HealthKeys.java 31 * Constants and stuff for the android.os.health package.
73 * One of the TYPE_* constants above.
79 * Class to gather the constants defined in a class full of constants and
84 public static class Constants {
92 public Constants(Class clazz) {
  /frameworks/base/rs/java/android/renderscript/
ProgramVertexFixedFunction.java 41 public void bindConstants(Constants va) {
197 public static class Constants {
218 public Constants(RenderScript rs) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 25 * Contains the internal constants that are used in the download manager.
26 * As a general rule, modifying these constants should be done with care.
28 public class Constants {
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 400 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
420 YamlIO.mapOptional("constants", MF.Constants);
  /frameworks/base/packages/Osu/src/com/android/anqp/
Constants.java 14 * ANQP related constants (802.11-2012)
16 public class Constants {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
Constants.java 14 * ANQP related constants (802.11-2012)
16 public class Constants {

Completed in 890 milliseconds

1 2 34 5 6 7 8 910