Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 42) sorted by relevance

12

/tools/dexter/slicer/
DAndroid.bp4 "bytecode_encoder.cc",
5 "code_ir.cc",
6 "common.cc",
7 "control_flow_graph.cc",
8 "debuginfo_encoder.cc",
9 "dex_bytecode.cc",
10 "dex_format.cc",
11 "dex_ir.cc",
12 "dex_ir_builder.cc",
13 "dex_utf8.cc",
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py20 import acts.controllers.cellular_simulator as cc namespace
26 class MD8475CellularSimulator(cc.AbstractCellularSimulator):
69 raise cc.CellularSimulatorError('Could not connect to MD8475.')
148 raise cc.CellularSimulatorError(
153 raise cc.CellularSimulatorError(
163 raise cc.CellularSimulatorError('Invalid carrier aggregation '
170 raise cc.CellularSimulatorError('The test equipment supports up '
174 raise cc.CellularSimulatorError('At least two carriers need to be '
659 raise cc.CellularSimulatorError('The phone did not attach before '
672 raise cc.CellularSimulatorError('The phone was not in '
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_cellular_simulator.py19 from acts.controllers import cellular_simulator as cc unknown
166 class CMW500CellularSimulator(cc.AbstractCellularSimulator):
194 raise cc.CellularSimulatorError('Could not connect to CMW500.')
554 raise cc.CellularSimulatorError('The phone was not in '
568 raise cc.CellularSimulatorError('The phone was not in '
582 raise cc.CellularSimulatorError('The phone was not in '
Dcmx500_cellular_simulator.py18 from acts.controllers import cellular_simulator as cc unknown
21 class CMX500CellularSimulator(cc.AbstractCellularSimulator):
37 raise cc.CellularSimulatorError('Could not connect to CMX500.')
/tools/repohooks/tools/
Dcheckpatch.pl2600 if ($line =~ /^\s*cc:\s*.*<?\bstable\@kernel\.org\b>?.*$/i) {
4179 my $cc = '';
4181 $cc = substr($opline, $off + length($elements[$n + 1]));
4183 my $cb = "$ca$;$cc";
4222 $ca =~ /\s$/ && $cc =~ /^\s*[,\)]/) {
4230 $cc !~ /^\\/ && $cc !~ /^;/) {
4270 if ($ctx !~ /.x[WEC]/ && $cc !~ /^}/) {
4308 if ($op eq '*' && $cc =~/\s*$Modifier\b/) {
4332 ($ctx =~ /Wx./ && $cc =~ /^;/)) {
4400 $cc =~ /^\S+\@\S+>/) ||
[all …]
/tools/dexter/dexter/
DAndroid.bp4 "dexter.cc",
5 "dissasembler.cc",
6 "experimental.cc",
7 "main.cc",
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChainDirectory.java74 final ClusterChain cc = new ClusterChain(fat, false); in createRoot() local
75 cc.setChainLength(1); in createRoot()
77 bs.setRootDirFirstCluster(cc.getStartCluster()); in createRoot()
80 new ClusterChainDirectory(cc, true); in createRoot()
DFatLfnDirectory.java199 final ClusterChain cc = in addDirectory()
201 cc.setChainLength(0); in addDirectory()
357 final ClusterChain cc = new ClusterChain( in remove() local
360 cc.setChainLength(0); in remove()
DFatFile.java52 final ClusterChain cc = new ClusterChain( in get() local
55 if (entry.getLength() > cc.getLengthOnDisk()) throw new IOException( in get()
58 return new FatFile(entry, cc); in get()
/tools/tradefederation/core/atest/metrics/
Dmetrics_base.py98 cc = clearcut_client.Clearcut(_log_source) variable in MetricsBase
129 cls.cc.log(log_event)
130 return cls.cc
/tools/asuite/atest/metrics/
Dmetrics_base.py98 cc = clearcut_client.Clearcut(_log_source) variable in MetricsBase
130 cls.cc.log(log_event)
131 return cls.cc
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py502 def set_country_code(self, ad, cc): argument
514 cc))
515 self.log.info("Country Code set to {}".format(cc))
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DEmailTest.java205 final String[] cc = {}; in _manual_testFuncSend() local
224 for (String addr : cc) { in _manual_testFuncSend()
/tools/security/fuzzing/orphans/gptfdisk/
DAndroid.bp5 "sgdisk_fuzz.cc",
/tools/security/fuzzing/orphans/libffi/
DAndroid.bp5 "fuzz_ffi.cc",
/tools/dexter/testdata/expected/
Dmin.map9 CodeItem : cc, 1c [1]
Dentry_hooks.map6 ProtoIdItem : 1c8, cc [17]
/tools/tradefederation/core/tests/res/testtype/
Dgtest_output12.txt1 Running main() from gtest_main.cc
Dgtest_output7.txt1 Running main() from gtest_main.cc
Dgtest_output11.txt1 Running main() from gtest_main.cc
Dgtest_output1.txt1 Running main() from gtest_main.cc
Dgtest_output6.txt10 external/gtest/test/gtest_repeat_test.cc:96: Failure
Dgtest_output5.txt10 external/gtest/test/gtest_repeat_test.cc:96: Failure
Dgtest_output2.txt1 Running main() from gtest_main.cc
/tools/security/fuzzing/orphans/pppd/
DAndroid.bp6 "eap_fuzz.cc",

12