HomeSort by relevance Sort by last modified time
    Searched defs:structs (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Analysis/
cxx-crashes.cpp 69 struct { int x; } structs[n]; local
70 structs[0].x = 1;
71 clang_analyzer_eval(structs[0].x == 1); // expected-warning{{TRUE}}
  /hardware/google/av/codec2/vndk/include/util/
C2InterfaceHelper.h 57 * \param Params types of codec 2.0 structs (or parameters) to describe
61 std::vector<C2StructDescriptor> structs; local
62 addStructDescriptors(structs, (_Tuple<Params...> *)nullptr);
79 * \param structs List of structure descriptors to add support for
82 std::vector<C2StructDescriptor> &structs, _Tuple<> *);
89 * \param Params rest of the structs
90 * \param structs Temporary list of structure descriptors used to optimize the operation.
94 std::vector<C2StructDescriptor> &structs, _Tuple<T, Params...> *) {
95 structs.emplace_back((T*)nullptr);
96 addStructDescriptors(structs, (_Tuple<Params...> *)nullptr)
    [all...]
  /external/mesa3d/src/intel/tools/
decoder.c 52 struct gen_group *structs[256]; member in struct:gen_spec
98 if (strcmp(spec->structs[i]->name, name) == 0)
99 return spec->structs[i];
440 spec->structs[spec->nstructs++] = group;
  /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
HidlTestJava.java 615 ArrayList<NestedStruct> structs = proxy.getNestedStructs(); local
616 ExpectTrue(structs.size() == 5);
617 ExpectTrue(structs.get(1).matrices.size() == 6);
    [all...]
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 1252 T* structs = StartVectorOfStructs<T>(vector_size); local
1272 T* structs = StartVectorOfStructs<T>(vector_size); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h 1220 T *structs = reinterpret_cast<T *>(buf_.make_space(vector_size * sizeof(T))); local
    [all...]

Completed in 309 milliseconds