/external/llvm/lib/Target/Lanai/ |
LanaiSubtarget.cpp | 41 StringRef FeatureString, const TargetMachine &TM, 45 : LanaiGenSubtargetInfo(TargetTriple, Cpu, FeatureString), 46 FrameLowering(initializeSubtargetDependencies(Cpu, FeatureString)),
|
LanaiTargetMachine.cpp | 57 StringRef Cpu, StringRef FeatureString, 63 FeatureString, Options, getEffectiveRelocModel(TT, RM), 65 Subtarget(TT, Cpu, FeatureString, *this, Options, CodeModel, OptLevel),
|
LanaiSubtarget.h | 36 StringRef FeatureString, const TargetMachine &TM,
|
LanaiTargetMachine.h | 34 StringRef Cpu, StringRef FeatureString,
|
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
SensorsBootCheck.java | 93 private boolean isSensorMissing(String featureString, int sensorType, StringBuilder errString) { 94 if (!mPackageManager.hasSystemFeature(featureString)) { 101 featureString + " is defined\n");
|
/platform_testing/tests/functional/devicehealthtests/src/com/android/devicehealth/tests/ |
SensorsBootCheck.java | 93 private boolean isSensorMissing(String featureString, int sensorType, StringBuilder errString) { 94 if (!mPackageManager.hasSystemFeature(featureString)) { 101 featureString + " is defined\n");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
ImsResolver.java | [all...] |
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 217 String featureString = mDesiredFeaturesEditText.getText().toString(); 218 String[] requiredFeatures = TextUtils.split(featureString, " ");
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
DeviceAdminSample.java | 423 String featureString = mTrustAgentFeatures.getText(); 424 if (featureString != null) { 426 bundle.putStringArray("features", featureString.split(",")); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCTargetMachine.cpp | 191 // The FeatureString here is a little subtle. We are modifying the feature
|
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
DeqpTestRunnerTest.java | [all...] |
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | 365 void setFeatureBits(uint64_t Feature, StringRef FeatureString) { 369 ComputeAvailableFeatures(STI.ToggleFeature(FeatureString))); 374 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) { 378 ComputeAvailableFeatures(STI.ToggleFeature(FeatureString))); 383 void setModuleFeatureBits(uint64_t Feature, StringRef FeatureString) { 384 setFeatureBits(Feature, FeatureString); 388 void clearModuleFeatureBits(uint64_t Feature, StringRef FeatureString) { 389 clearFeatureBits(Feature, FeatureString); [all...] |
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
ParseHelper.cpp | [all...] |
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslParseHelper.cpp | [all...] |