Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/
Dbit_inserter.cc24 BitInserter::BitInserter(std::vector<uint8_t>& vector) : ByteInserter(vector) {} in BitInserter()
Dbyte_inserter.cc24 ByteInserter::ByteInserter(std::vector<uint8_t>& vector) : std::back_insert_iterator<std::vector<ui… in ByteInserter()
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/math/
DSphericalVector.java245 public final SphericalVector vector; field in SphericalVector.Sparse
257 public Sparse( in Sparse()
DMatrix.java71 public Vector3 transformPoint(Vector3 vector) { in transformPoint()
DQuaternion.java366 Vector3 vector = forward.normalized(); in lookRotation() local
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/primers/
DBackAzimuthPrimer.java307 private SphericalVector mirrorAzimuth(SphericalVector vector) { in mirrorAzimuth()
322 private SphericalVector forceAzimuth(SphericalVector vector, boolean back) { in forceAzimuth()
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/header/
Dheader_read_write_utils_test.cpp30 DictionaryHeaderStructurePolicy::AttributeMap::key_type vector; in TEST() local
/packages/services/Car/tools/telemetry/lua-interpreter/tests/
Dlua_engine_test.cc34 std::string ConvertVectorToString(std::vector<std::string> vector) { in ConvertVectorToString()
308 std::vector<std::string> vector = {}; in TEST_F() local
314 std::vector<std::string> vector = {"1", "2", "3", "4"}; in TEST_F() local
/packages/modules/Bluetooth/system/gd/packet/parser/
Dparent_def.cc417 const VectorField* vector = (VectorField*)sized_field; in GenSerialize() local
663 const VectorField* vector = (VectorField*)sized_field; in GenRustWriteToFields() local
718 const VectorField* vector = (VectorField*)field; in GenSizeRetVal() local
/packages/services/Car/service/src/com/android/car/
DOccupantAwarenessUtils.java114 static Point3D convertToPoint3D(@Nullable double[] vector) { in convertToPoint3D()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dint_array_view.h58 explicit IntArrayView(const std::vector<int> &vector) in IntArrayView()
/packages/modules/Bluetooth/system/osi/test/fuzzers/list/
Dfuzz_list.cc46 void* getArbitraryElement(std::vector<void*>* vector, in getArbitraryElement()
/packages/modules/Virtualization/vmbase/example/src/
Dmain.rs223 let mut vector: Vec<u32> = vec![1, 2, 3, 4]; in check_alloc() localVariable
/packages/modules/NeuralNetworks/common/
DQuantUtils.h197 inline void Sub1Vector(const int16_t* vector, int v_size, int16_t* result) { in Sub1Vector()
DQuantUtils.cpp178 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate()
/packages/services/Car/tools/telemetry/lua-interpreter/
Dlua_engine.cc272 char** LuaEngine::StringVectorToCharArray(std::vector<std::string> vector) { in StringVectorToCharArray()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dcodec_status_aidl.cc70 bool ContainedInVector(const std::vector<T>& vector, in ContainedInVector()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_read_write_utils.cpp242 std::vector<int> *const vector) { in insertCharactersIntoVector()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc335 std::vector<std::string> vector; in ReadElementsAsString() local