/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
InsecureClientActivity.java | 17 package com.android.cts.verifier.bluetooth;
|
InsecureServerActivity.java | 17 package com.android.cts.verifier.bluetooth;
|
SecureClientActivity.java | 17 package com.android.cts.verifier.bluetooth;
|
SecureServerActivity.java | 17 package com.android.cts.verifier.bluetooth;
|
BleAdvertiserService.java | 17 package com.android.cts.verifier.bluetooth; 57 "com.android.cts.verifier.bluetooth.BLE_ADV_NOT_SUPPORT"; 59 "com.android.cts.verifier.bluetooth.BLE_START_ADVERTISE"; 61 "com.android.cts.verifier.bluetooth.BLE_STOP_ADVERTISE"; 63 "com.android.cts.verifier.bluetooth.BLE_START_POWER_LEVEL"; 65 "com.android.cts.verifier.bluetooth.BLE_STOP_POWER_LEVEL"; 67 "com.android.cts.verifier.bluetooth.BLE_START_SCANNABLE"; 69 "com.android.cts.verifier.bluetooth.BLE_START_UNSCANNABLE"; 71 "com.android.cts.verifier.bluetooth.BLE_STOP_SCANNABLE"; 73 "com.android.cts.verifier.bluetooth.BLE_STOP_UNSCANNABLE" [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
Size.java | 17 package com.android.cts.verifier.camera.fov;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
ItsException.java | 17 package com.android.cts.verifier.camera.its;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
GpsTestActivity.java | 17 package com.android.cts.verifier.location; 19 import com.android.cts.verifier.PassFailButtons; 20 import com.android.cts.verifier.R; 42 * CTS Verifier case for verifying GPS.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
KeyguardDisabledFeaturesActivity.java | 17 package com.android.cts.verifier.managedprovisioning; 31 import com.android.cts.verifier.ArrayTestListAdapter; 32 import com.android.cts.verifier.DialogTestListActivity; 33 import com.android.cts.verifier.R;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
NdefPushReceiverActivity.java | 17 package com.android.cts.verifier.nfc; 19 import com.android.cts.verifier.PassFailButtons; 20 import com.android.cts.verifier.R; 21 import com.android.cts.verifier.nfc.tech.NfcUtils;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
CommandApdu.java | 1 package com.android.cts.verifier.nfc.hce;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
NdefTagTester.java | 17 package com.android.cts.verifier.nfc.tech; 19 import com.android.cts.verifier.R; 41 private static final String MIME_TYPE = "application/com.android.cts.verifier.nfc"; 43 private static final String PAYLOAD = "CTS Verifier NDEF Tag";
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
IProjectionService.aidl | 18 package com.android.cts.verifier.projection;
|
ProjectionPresentationType.java | 17 package com.android.cts.verifier.projection;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
HeartRateMonitorTestActivity.java | 17 package com.android.cts.verifier.sensors; 29 import com.android.cts.verifier.PassFailButtons; 30 import com.android.cts.verifier.R; 33 * CTS Verifier case for verifying correct integration of heart rate monitor.
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
ContentVerifierProvider.java | 12 * Return whether or not this verifier has a certificate associated with it.
|
/external/clang/test/CodeGen/ |
attr-naked.c | 12 // Make sure this doesn't explode in the verifier.
|
/external/clang/test/CodeGenObjC/ |
debug-info-nested-blocks.m | 3 // wrong parent and subsequently failed the Verifier.
|
/external/deqp/modules/gles31/functional/ |
es31fBooleanStateQueryTests.cpp | 61 IsEnabledStateTestCase (Context& context, QueryType verifier, const char* name, const char* description, glw::GLenum targetName, bool initial) 66 , m_verifier (verifier) 124 const QueryType verifier = VERIFIERS[verifierNdx]; \ 142 FOR_EACH_VERIFIER(isEnabledVerifiers, new IsEnabledStateTestCase(m_context, verifier, (std::string(isEnableds[testNdx].name) + "_" + verifierSuffix).c_str(), isEnableds[testNdx].description, isEnableds[testNdx].targetName, isEnableds[testNdx].value));
|
/external/llvm/lib/IR/ |
CMakeLists.txt | 48 Verifier.cpp
|
/external/llvm/test/CodeGen/Mips/ |
machineverifier.ll | 2 ; Make sure machine verifier understands the last instruction of a basic block
|
/external/llvm/test/CodeGen/PowerPC/ |
2009-07-16-InlineAsm-M-Operand.ll | 3 ; Machine code verifier will call isRegTiedToDefOperand() on /all/ register use
|
/external/llvm/test/Other/ |
2002-02-24-InlineBrokePHINodes.ll | 2 ; when a node is split around the call instruction. The verifier caught the error.
|
/libcore/luni/src/main/java/java/util/jar/ |
JarFile.java | 56 JarVerifier verifier; field in class:JarFile 205 // Step 2: Construct a verifier with the information we have. 216 // the jar verifier as well. 218 verifier = new JarVerifier(getName(), manifest, metaEntries); 220 verifier = null; 305 // the associated Verifier in the constructor itself. 315 * verifier signature files if they exist. 340 // If there is no verifier then we don't need to look any further. 345 // Is this an entry that the verifier needs? 379 if (verifier != null) [all...] |
/art/runtime/verifier/ |
method_verifier-inl.h | 27 namespace verifier { namespace in namespace:art 76 } // namespace verifier
|