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

  /frameworks/base/tools/stats_log_api_gen/
test_collation.cpp 85 Atoms atoms; local
86 int errorCount = collate_atoms(Event::descriptor(), &atoms);
89 EXPECT_EQ(3ul, atoms.signatures.size());
92 EXPECT_SET_CONTAINS_SIGNATURE(atoms.signatures, JAVA_TYPE_INT);
95 EXPECT_SET_CONTAINS_SIGNATURE(atoms.signatures, JAVA_TYPE_INT, JAVA_TYPE_INT);
99 atoms.signatures,
118 set<AtomDecl>::const_iterator atom = atoms.decls.begin();
146 EXPECT_TRUE(atom == atoms.decls.end());
150 * Test that event class that contains stuff other than the atoms is rejected
153 Atoms atoms; local
163 Atoms atoms; local
173 Atoms atoms; local
184 Atoms atoms; local
195 Atoms atoms; local
203 Atoms atoms; local
210 Atoms atoms; local
    [all...]
Collation.h 99 struct Atoms {
107 * Gather the information about the atoms. Returns the number of errors.
109 int collate_atoms(const Descriptor* descriptor, Atoms* atoms);
main.cpp 5 #include "frameworks/base/cmds/statsd/src/atoms.pb.h"
98 static int write_stats_log_cpp(FILE *out, const Atoms &atoms,
129 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin();
130 atom != atoms.decls.end(); atom++) {
142 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin();
143 atom != atoms.decls.end(); atom++) {
158 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin();
159 atom != atoms.decls.end(); atom++) {
183 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin()
1132 Atoms atoms; local
    [all...]
Collation.cpp 18 #include "frameworks/base/cmds/statsd/src/atoms.pb.h"
331 * Gather the info about the atoms.
333 int collate_atoms(const Descriptor *descriptor, Atoms *atoms) {
362 atoms->signatures.insert(signature);
363 atoms->decls.insert(atomDecl);
368 atoms->non_chained_signatures.insert(nonChainedSignature);
369 atoms->non_chained_decls.insert(nonChainedAtomDecl);
376 atoms->signatures.begin();
377 it != atoms->signatures.end(); it++)
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 35 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 112 // is as a list of atoms (atom_count) where each atom contains a type
115 // used to describe the offset for all forms in the list of atoms.
121 // atom_count Atoms
143 SmallVector<Atom, 3> Atoms;
146 : die_offset_base(offset), Atoms(AtomList.begin(), AtomList.end()) {}
151 for (size_t i = 0; i < Atoms.size(); i++)
152 Atoms[i].print(O);
DwarfAccelTable.cpp 129 Asm->EmitInt32(HeaderData.Atoms.size());
130 for (size_t i = 0; i < HeaderData.Atoms.size(); i++) {
131 Atom A = HeaderData.Atoms[i];
227 // If we have multiple Atoms emit that info too.
229 if (HeaderData.Atoms.size() > 1) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 43 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm));
58 << "Number of atoms = " << HdrData.Atoms.size() << '\n';
62 for (const auto &Atom: HdrData.Atoms) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 42 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 42 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 42 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 42 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 42 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 42 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 42 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 42 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 

Completed in 192 milliseconds