Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 90) 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/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/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/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
/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/metalava/
DAndroid.bp1 // Copyright (C) 2018 The Android Open Source Project
72 …"$(genDir)/private-stub-annotations) && ($(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)…
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbluetooth.proto2 * Copyright (C) 2018 The Android Open Source Project
21 // C++ namespace: bluetooth::metrics::BluetoothMetricsProto
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto40 // Plugins written using C++ can use google/protobuf/compiler/plugin.h instead
121 // For example, the C++ code generator places the following line in the
/tools/repohooks/tools/
Dpylintrc48 # Allow loading of arbitrary C extensions. Extensions are imported into the
52 # A comma-separated list of package or module names from where C extensions may
/tools/tradefederation/core/util-apps/WifiUtil/
DAndroid.bp1 // Copyright (C) 2012 The Android Open Source Project
/tools/doc_generation/
DAndroid.bp1 // Copyright (C) 2019 The Android Open Source Project
/tools/tradefederation/core/tests/src/com/android/tradefed/lite/
DAndroid.bp2 * Copyright (C) 2019 The Android Open Source Project
/tools/tradefederation/core/tests/test-apps/TradeFedTestApp/
DAndroid.bp1 // Copyright (C) 2010 The Android Open Source Project
/tools/external/fat32lib/
DAndroid.bp1 // Copyright (C) 2010 The Android Open Source Project
/tools/tradefederation/core/tests/test-apps/UITestApp/
DAndroid.bp1 // Copyright (C) 2010 The Android Open Source Project
/tools/loganalysis/
DAndroid.bp1 // Copyright (C) 2013 The Android Open Source Project
/tools/tradefederation/core/util-apps/DeviceSetupUtil/
DAndroid.bp1 // Copyright (C) 2012 The Android Open Source Project
/tools/test/graphicsbenchmark/functional_tests/hostside/
DAndroid.bp1 // Copyright (C) 2018 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/performance_tests/hostside/
DAndroid.bp1 // Copyright (C) 2018 The Android Open Source Project
/tools/tradefederation/core/util-apps/ContentProvider/main/
DAndroid.bp2 // Copyright (C) 2018 The Android Open Source Project
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/
DAndroid.bp1 // Copyright (C) 2010 The Android Open Source Project
/tools/tradefederation/core/util-apps/ContentProvider/androidTest/
DAndroid.bp1 // Copyright (C) 2018 The Android Open Source Project

1234