HomeSort by relevance Sort by last modified time
    Searched refs:ArrayVector (Results 1 - 15 of 15) sorted by null

  /hardware/libhardware/modules/camera/3_4/metadata/
array_vector.h 24 // ArrayVector behaves like a std::vector of fixed length C arrays,
30 class ArrayVector {
test_common.h 72 // ArrayVector.
76 const ArrayVector<T, N>& expected) {
87 ArrayVector<T, N> array_vector;
property_test.cpp 112 ArrayVector<uint8_t, 3> data;
115 Property<ArrayVector<uint8_t, 3>> property(byte_tag_, data);
metadata_common.h 101 const ArrayVector<T, N>& val) {
111 ArrayVector<T, N> array_vector;
metadata_reader_test.cpp 193 v4l2_camera_hal::ArrayVector<int32_t, 4> configs;
262 v4l2_camera_hal::ArrayVector<int64_t, 4> stalls;
  /hardware/libhardware/modules/camera/3_4/
format_metadata_factory.cpp 111 ArrayVector<int32_t, 4> stream_configs;
113 ArrayVector<int64_t, 4> min_frame_durations;
115 ArrayVector<int64_t, 4> stall_durations;
238 insertion_point = std::make_unique<Property<ArrayVector<int32_t, 4>>>(
241 insertion_point = std::make_unique<Property<ArrayVector<int64_t, 4>>>(
244 insertion_point = std::make_unique<Property<ArrayVector<int64_t, 4>>>(
  /external/v8/src/
string-stream.h 130 Add(format, ArrayVector(elems));
compilation-info.cc 164 if (name_vec.is_empty()) name_vec = ArrayVector("unknown");
vector.h 212 inline Vector<T> ArrayVector(T (&arr)[N]) {
  /external/v8/src/builtins/
builtins-date.cc 201 ToDateString(time_val, ArrayVector(buffer), isolate->date_cache());
757 ToDateString(date->value()->Number(), ArrayVector(buffer),
778 SNPrintF(ArrayVector(buffer), "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", year,
781 SNPrintF(ArrayVector(buffer), "-%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", -year,
784 SNPrintF(ArrayVector(buffer), "+%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", year,
795 ToDateString(date->value()->Number(), ArrayVector(buffer),
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
  /external/v8/src/parsing/
parser.h     [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]
pipeline.cc     [all...]
  /external/v8/src/wasm/
wasm-module.cc 151 int url_chars = SNPrintF(ArrayVector(buffer), "wasm://wasm/%08x", hash);
158 int name_chars = SNPrintF(ArrayVector(buffer), "wasm-%08x", hash);
    [all...]

Completed in 838 milliseconds