Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 86) sorted by relevance

1234

/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dcalibration_test.py29 C = Channel.MAIN variable
46 self.calibration_windows._calibrations[(C, O, G)] = deque()
50 self.calibration_windows.add(C, O, G, 0)
51 self.calibration_windows.add(C, O, G, 1)
52 self.calibration_windows.add(C, O, G, 2)
56 self.calibration_windows.add(C, O, G, expected_value)
59 self.calibration_windows._calibrations[(C, O, G)][-1])
66 self.calibration_windows.add(C, O, G, value_to_remove)
68 self.calibration_windows.add(C, O, G, new_value)
71 self.calibration_windows._calibrations[(C, O, G)])
[all …]
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/
DGATT_PTS_INSTRUCTIONS1 # Copyright (C) 2019 The Android Open Source Project
30 GATT/CL/GAC/BV-01-C
33 GATT/CL/GAD/BV-01-C
59 GATT/CL/GAD/BV-02-C
62 GATT/CL/GAD/BV-03-C
85 GATT/CL/GAD/BV-04-C
108 GATT/CL/GAD/BV-05-C
151 GATT/CL/GAD/BV-06-C
174 GATT/CL/GAD/BV-07-C
182 GATT/CL/GAD/BV-08-C
[all …]
/tools/dexter/slicer/
Dbytecode_encoder.cc265 dex::u4 C = 0; in Visit() local
268 C = label->offset - offset_; in Visit()
269 SLICER_CHECK(C != 0); in Visit()
270 SLICER_CHECK((C >> 16) == 0xffff); // TODO: out of range! in Visit()
275 bytecode_.Push<dex::u2>(Pack_16(C & 0xffff)); in Visit()
311 dex::u4 C = Trim_S1(bytecode->CastOperand<Const32>(2)->u.u4_value); in Visit() local
313 bytecode_.Push<dex::u2>(Pack_8_8(C, vB)); in Visit()
321 dex::u4 C = Trim_S2(bytecode->CastOperand<Const32>(2)->u.u4_value); in Visit() local
323 bytecode_.Push<dex::u2>(Pack_16(C)); in Visit()
331 dex::u4 C = bytecode->CastOperand<IndexedOperand>(2)->index; in Visit() local
[all …]
Ddex_ir.cc114 template <class T, class C>
115 static void IndexItems(std::vector<T>& items, C comp) { in IndexItems()
/tools/platform-compat/hiddenapi/
Dsort_api.sh15 C=( $(grep -E '^#' <<< "${A[*]}" || :) )
18 A=( $(LC_COLLATE=C sort -f <<< "${A[*]}") )
21 A=( ${C[*]} ${A[*]} )
/tools/asuite/aidegen/
DREADME.md4 Java or C/C++project in popular IDE environment. Developers no longer need to manually
71 | `-l` | `--language` | Launch IDE with a specific language,j=java c=C/C++ r=Rust|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DBNEP_PTS_INSTRUCTIONS1 # Copyright (C) 2018 The Android Open Source Project
71 TC_RX-C-S_BV_13_C
75 TC_RX-C-D_BV_14_C
DDID_PTS_INSTRUCTIONS1 # Copyright (C) 2016 The Android Open Source Project
DAVDTP_PTS_INSTUCTIONS1 # Copyright (C) 2018 The Android Open Source Project
DGAVDP_PTS_INSTRUCTIONS1 # Copyright (C) 2016 The Android Open Source Project
/tools/metalava/
DAndroid.bp1 // Copyright (C) 2018 The Android Open Source Project
76 …"$(genDir)/private-stub-annotations) && ($(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)…
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto2 * Copyright (C) 2018 The Android Open Source Project
21 // C++ namespace: bluetooth::metrics::BluetoothMetricsProto
/tools/platform-compat/java/com/android/annotationvisitor/
DAndroid.bp2 // Copyright (C) 2018 The Android Open Source Project
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto157 // starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
170 // For bytes, contains the C escaped value. All bytes >= 128 are escaped.
254 // Object-C plugin) and your porject website (if available) -- there's no need
349 // only to generated classes for C++.
423 // The ctype option instructs the C++ code generator to use a different
/tools/test/connectivity/tools/
D.gitignore7 # C extensions
/tools/doc_generation/
DAndroid.bp1 // Copyright (C) 2019 The Android Open Source Project
/tools/test/graphicsbenchmark/performance_tests/hostside/test/
DAndroid.bp1 // Copyright (C) 2018 The Android Open Source Project
/tools/test/graphicsbenchmark/functional_tests/hostside/
DAndroid.bp1 // Copyright (C) 2018 The Android Open Source Project
/tools/test/connectivity/acts_tests/
D.gitignore7 # C extensions
/tools/treble/
DAndroid.bp2 // Copyright (C) 2021 The Android Open Source Project
/tools/platform-compat/java/com/android/class2nonsdklist/
DAndroid.bp2 // Copyright (C) 2018 The Android Open Source Project
/tools/platform-compat/java/android/compat/testing/
DAndroid.bp1 // Copyright (C) 2021 The Android Open Source Project
/tools/platform-compat/javatest/android/processor/compat/unsupportedappusage/
DAndroid.bp2 * Copyright (C) 2019 The Android Open Source Project
/tools/test/connectivity/acts/
D.gitignore7 # C extensions
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/
Dacts_blackbox.proto2 * Copyright (C) 2020 The Android Open Source Project

1234