OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atr
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/SemaTemplate/
operator-function-id-template.cpp
22
const A<T> &
atr
= at.template operator+<T>(x);
local
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cm4000_cs.h
14
unsigned char
atr
[64];
member in struct:atreq
/frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java
78
AndroidTestRunner
atr
= new AndroidTestRunner();
local
79
atr
.setContext(context);
80
atr
.setTestClassName(testClassName, testMethodName);
82
this.testCases.addAll(
atr
.getTestCases());
/external/bluetooth/bluez/sap/
sap-dummy.c
121
char
atr
[] = "
ATR
response!";
local
136
(uint8_t*)&
atr
, sizeof(
atr
));
server.c
777
int sap_transfer_atr_rsp(void *sap_device, uint8_t result, uint8_t *
atr
,
795
if (result == SAP_RESULT_OK && (!
atr
|| (
atr
&& length == 0x00)))
803
/* Add
ATR
response */
814
memcpy(param->val,
atr
, length);
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java
144
List<AttributeTypeAndValue>
atr
= sigInfo.getAuthenticatedAttributes();
local
149
if (
atr
== null) {
157
for (AttributeTypeAndValue a :
atr
) {
Completed in 155 milliseconds