/external/apache-xml/src/main/java/org/apache/xml/utils/ |
Constants.java | 19 * $Id: Constants.java 468655 2006-10-28 07:12:06Z minchau $ 24 * Primary constants used by the XSLT Processor 27 public class Constants
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncExtElementAvailable.java | 23 import org.apache.xalan.templates.Constants; 60 namespace = Constants.S_XSLNAMESPACEURL; 72 if (namespace.equals(Constants.S_XSLNAMESPACEURL) 73 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL))
|
FuncExtFunctionAvailable.java | 23 import org.apache.xalan.templates.Constants; 61 namespace = Constants.S_XSLNAMESPACEURL; 73 if (namespace.equals(Constants.S_XSLNAMESPACEURL))
|
/external/javasqlite/src/main/java/SQLite/ |
Stmt.java | 210 * @return column type code, e.g. SQLite.Constants.SQLITE_INTEGER 229 case Constants.SQLITE_INTEGER: 231 case Constants.SQLITE_FLOAT: 233 case Constants.SQLITE_BLOB: 235 case Constants.SQLITE3_TEXT:
|
/developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/ |
SchedulerHelper.java | 53 intent.setAction(Constants.ACTION_RECEIVE_MESSAGE); 54 intent.putExtra(Constants.EXTRA_CHAT, chat.getId()); 55 intent.putExtra(Constants.EXTRA_MESSAGE, message.getId());
|
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/ |
SchedulerHelper.java | 53 intent.setAction(Constants.ACTION_RECEIVE_MESSAGE); 54 intent.putExtra(Constants.EXTRA_CHAT, chat.getId()); 55 intent.putExtra(Constants.EXTRA_MESSAGE, message.getId());
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemAttributeSet.java | 76 * @see org.apache.xalan.templates.Constants 82 return Constants.ELEMNAME_DEFINEATTRIBUTESET; 92 return Constants.ELEMNAME_ATTRIBUTESET_STRING; 151 case Constants.ELEMNAME_ATTRIBUTE :
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
pass_remove_duplicates_test.cpp | 322 OpName %4 "Constants" 346 OpName %4 "Constants" 374 OpName %3 "Constants" 396 OpName %3 "Constants" 423 OpName %3 "Constants" 449 OpName %3 "Constants" 481 OpName %3 "Constants" 501 OpName %3 "Constants" 530 OpName %3 "Constants" 550 OpName %3 "Constants" [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
MachineConstantPool.h | 12 /// constant pool to keep track of constants referenced by a function. 123 /// The MachineConstantPool class keeps track of constants referenced by a 124 /// function which must be spilled to memory. This is used for constants which 126 /// include floating point and large integer constants. 128 /// Instructions reference the address of these constant pool constants through 136 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. 155 /// isEmpty - Return true if this constant pool contains no constants. 156 bool isEmpty() const { return Constants.empty(); } 159 return Constants; [all...] |
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
pass_remove_duplicates_test.cpp | 322 OpName %4 "Constants" 346 OpName %4 "Constants" 374 OpName %3 "Constants" 396 OpName %3 "Constants" 423 OpName %3 "Constants" 449 OpName %3 "Constants" 481 OpName %3 "Constants" 501 OpName %3 "Constants" 530 OpName %3 "Constants" 550 OpName %3 "Constants" [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
MachineConstantPool.h | 12 /// constant pool to keep track of constants referenced by a function. 111 /// The MachineConstantPool class keeps track of constants referenced by a 112 /// function which must be spilled to memory. This is used for constants which 114 /// include floating point and large integer constants. 116 /// Instructions reference the address of these constant pool constants through 123 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. 147 /// isEmpty - Return true if this constant pool contains no constants. 148 bool isEmpty() const { return Constants.empty(); } 151 return Constants; [all...] |
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/ |
MainWearActivity.java | 35 import com.example.android.wearable.runtimepermissions.common.Constants; 153 dataMap.putInt(Constants.KEY_COMM_TYPE, 154 Constants.COMM_TYPE_REQUEST_DATA); 177 this, Constants.CAPABILITY_PHONE_APP); 181 .getCapability(Constants.CAPABILITY_PHONE_APP, CapabilityClient.FILTER_REACHABLE); 265 dataMap.putInt(Constants.KEY_COMM_TYPE, 266 Constants.COMM_TYPE_RESPONSE_USER_APPROVED_PERMISSION); 281 dataMap.putInt(Constants.KEY_COMM_TYPE, 282 Constants.COMM_TYPE_RESPONSE_USER_DENIED_PERMISSION); 294 if (messagePath.equals(Constants.MESSAGE_PATH_WEAR)) [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMConstantPoolValue.cpp | 17 #include "llvm/Constants.h" 168 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); 169 for (unsigned i = 0, e = Constants.size(); i != e; ++i) { 170 if (Constants[i].isMachineConstantPoolEntry() && 171 (Constants[i].getAlignment() & AlignMask) == 0) { 173 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; 233 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); 234 for (unsigned i = 0, e = Constants.size(); i != e; ++i) { 235 if (Constants[i].isMachineConstantPoolEntry() && 236 (Constants[i].getAlignment() & AlignMask) == 0) [all...] |
/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/ |
CheckInAndDeleteDataItemsService.java | 34 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN; 35 import static com.example.android.wearable.geofencing.Constants.ACTION_DELETE_DATA_ITEM; 36 import static com.example.android.wearable.geofencing.Constants.CONNECTION_TIME_OUT_MS; 37 import static com.example.android.wearable.geofencing.Constants.NOTIFICATION_ID; 38 import static com.example.android.wearable.geofencing.Constants.TAG; 101 * @param animationType Defined by constants in ConfirmationActivity.
|
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/ |
RecipeService.java | 53 if (intent.getAction().equals(Constants.ACTION_START_COOKING)) { 61 mRecipe = Recipe.fromBundle(intent.getBundleExtra(Constants.EXTRA_RECIPE)); 83 Constants.NOTIFICATION_IMAGE_WIDTH, Constants.NOTIFICATION_IMAGE_HEIGHT, false); 94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification);
|
/developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/ |
ReplyToMessageIntentService.java | 28 import com.example.android.wearable.wear.messaging.util.Constants; 59 if (intent.hasExtra(Constants.EXTRA_CHAT)) { 61 if (Constants.ACTION_REPLY.equals(action)) { 86 String chatId = intent.getStringExtra(Constants.EXTRA_CHAT); 96 return remoteInput.getCharSequence(Constants.EXTRA_REPLY);
|
/developers/samples/android/deprecated/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/ |
CheckInAndDeleteDataItemsService.java | 34 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN; 35 import static com.example.android.wearable.geofencing.Constants.ACTION_DELETE_DATA_ITEM; 36 import static com.example.android.wearable.geofencing.Constants.CONNECTION_TIME_OUT_MS; 37 import static com.example.android.wearable.geofencing.Constants.NOTIFICATION_ID; 38 import static com.example.android.wearable.geofencing.Constants.TAG; 101 * @param animationType Defined by constants in ConfirmationActivity.
|
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/ |
RecipeService.java | 53 if (intent.getAction().equals(Constants.ACTION_START_COOKING)) { 61 mRecipe = Recipe.fromBundle(intent.getBundleExtra(Constants.EXTRA_RECIPE)); 83 Constants.NOTIFICATION_IMAGE_WIDTH, Constants.NOTIFICATION_IMAGE_HEIGHT, false); 94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification);
|
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/ |
ReplyToMessageIntentService.java | 28 import com.example.android.wearable.wear.messaging.util.Constants; 59 if (intent.hasExtra(Constants.EXTRA_CHAT)) { 61 if (Constants.ACTION_REPLY.equals(action)) { 86 String chatId = intent.getStringExtra(Constants.EXTRA_CHAT); 96 return remoteInput.getCharSequence(Constants.EXTRA_REPLY);
|
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/ |
CheckInAndDeleteDataItemsService.java | 34 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN; 35 import static com.example.android.wearable.geofencing.Constants.ACTION_DELETE_DATA_ITEM; 36 import static com.example.android.wearable.geofencing.Constants.CONNECTION_TIME_OUT_MS; 37 import static com.example.android.wearable.geofencing.Constants.NOTIFICATION_ID; 38 import static com.example.android.wearable.geofencing.Constants.TAG; 101 * @param animationType Defined by constants in ConfirmationActivity.
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
RecipeService.java | 53 if (intent.getAction().equals(Constants.ACTION_START_COOKING)) { 61 mRecipe = Recipe.fromBundle(intent.getBundleExtra(Constants.EXTRA_RECIPE)); 83 Constants.NOTIFICATION_IMAGE_WIDTH, Constants.NOTIFICATION_IMAGE_HEIGHT, false); 94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/ |
ScriptingLayerService.java | 32 import com.googlecode.android_scripting.Constants; 104 mHide = mPreferences.getBoolean(Constants.HIDE_NOTIFY, false); 122 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS); 173 if (intent.getAction().equals(Constants.ACTION_KILL_ALL)) { 176 } else if (intent.getAction().equals(Constants.ACTION_KILL_PROCESS)) { 181 } else if (intent.getAction().equals(Constants.ACTION_SHOW_RUNNING_SCRIPTS)) { 184 if (intent.getAction().equals(Constants.ACTION_LAUNCH_SERVER)) { 190 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_FOREGROUND_SCRIPT)) { 197 "Unable to run " + intent.getStringExtra(Constants.EXTRA_SCRIPT_PATH) 201 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT)) [all...] |
/frameworks/av/media/libaudioprocessing/ |
AudioResamplerDyn.h | 98 class Constants { // stores the filter constants. 100 Constants() : 150 void createKaiserFir(Constants &c, double stopBandAtten, 153 void createKaiserFir(Constants &c, double stopBandAtten, double fcr); 164 Constants mConstants; // current set of coefficient parameters
|
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
MainActivity.java | 19 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_ID; 20 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_LATITUDE; 21 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_LONGITUDE; 22 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_RADIUS_METERS; 23 import static com.example.android.wearable.geofencing.Constants.CONNECTION_FAILURE_RESOLUTION_REQUEST; 24 import static com.example.android.wearable.geofencing.Constants.GEOFENCE_EXPIRATION_TIME; 25 import static com.example.android.wearable.geofencing.Constants.TAG; 26 import static com.example.android.wearable.geofencing.Constants.YERBA_BUENA_ID; 27 import static com.example.android.wearable.geofencing.Constants.YERBA_BUENA_LATITUDE; 28 import static com.example.android.wearable.geofencing.Constants.YERBA_BUENA_LONGITUDE [all...] |
/developers/samples/android/deprecated/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
MainActivity.java | 19 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_ID; 20 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_LATITUDE; 21 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_LONGITUDE; 22 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_RADIUS_METERS; 23 import static com.example.android.wearable.geofencing.Constants.CONNECTION_FAILURE_RESOLUTION_REQUEST; 24 import static com.example.android.wearable.geofencing.Constants.GEOFENCE_EXPIRATION_TIME; 25 import static com.example.android.wearable.geofencing.Constants.TAG; 26 import static com.example.android.wearable.geofencing.Constants.YERBA_BUENA_ID; 27 import static com.example.android.wearable.geofencing.Constants.YERBA_BUENA_LATITUDE; 28 import static com.example.android.wearable.geofencing.Constants.YERBA_BUENA_LONGITUDE [all...] |