OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_adb
(Results
1 - 6
of
6
) sorted by null
/development/testrunner/
runtest.py
80
self.
_adb
= None
175
self.
_adb
= adb_interface.AdbInterface()
177
self.
_adb
.SetEmulatorTarget()
179
self.
_adb
.SetDeviceTarget()
181
self.
_adb
.SetTargetSerial(self._options.serial)
243
self.
_adb
.EnableAdbRoot()
256
rebuild_libcore = not coverage.TestDeviceCoverageSupport(self.
_adb
)
283
self.
_adb
.Sync(runtime_restart=rebuild_libcore)
381
output = self.
_adb
.SendShellCommand("cat /data/local.prop")
391
self.
_adb
.SendShellCommand("\"echo %s >> /data/local.prop\"
[
all
...]
coverage.py
62
self.
_adb
= adb_interface
96
if self.
_adb
.Pull(device_coverage_path, coverage_local_path):
/sdk/bash_completion/
adb.bash
18
_adb
() {
function
379
complete -F
_adb
adb
381
complete -o nospace -F
_adb
adb
/external/openssl/crypto/asn1/
asn1t.h
321
#define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##
_adb
) }
322
#define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##
_adb
) }
324
#define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, tblname##
_adb
}
325
#define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, tblname##
_adb
}
403
static const ASN1_ADB name##
_adb
= {\
417
static const ASN1_ITEM *name##
_adb
(void) \
/external/openssl/include/openssl/
asn1t.h
321
#define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##
_adb
) }
322
#define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##
_adb
) }
324
#define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, tblname##
_adb
}
325
#define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, tblname##
_adb
}
403
static const ASN1_ADB name##
_adb
= {\
417
static const ASN1_ITEM *name##
_adb
(void) \
/external/oprofile/
oprofile_android
86
return self.
_adb
('shell', command_args, echo)
89
return self.
_adb
('pull', [source, dest], echo)
91
def
_adb
(self, command, command_args, echo):
Completed in 1088 milliseconds