HomeSort by relevance Sort by last modified time
    Searched refs:atom (Results 1 - 25 of 360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/
random_parse_path.cpp 32 static void add_white(SkRandom* rand, SkString* atom) {
34 atom->append(" ");
41 atom->append(&gWhiteSpace[index], 1);
46 static void add_comma(SkRandom* rand, SkString* atom) {
48 atom->append(",");
51 size_t count = atom->size();
52 add_white(rand, atom);
54 atom->append(",");
57 add_white(rand, atom);
58 } while (count == atom->size())
69 SkString atom; local
    [all...]
  /external/skqp/tools/
random_parse_path.cpp 32 static void add_white(SkRandom* rand, SkString* atom) {
34 atom->append(" ");
41 atom->append(&gWhiteSpace[index], 1);
46 static void add_comma(SkRandom* rand, SkString* atom) {
48 atom->append(",");
51 size_t count = atom->size();
52 add_white(rand, atom);
54 atom->append(",");
57 add_white(rand, atom);
58 } while (count == atom->size())
69 SkString atom; local
    [all...]
  /external/libxkbcommon/xkbcommon/test/
context.c 33 xkb_atom_t atom; local
41 atom = xkb_atom_intern(context, "HELLOjunkjunkjunk", 5);
42 assert(atom != XKB_ATOM_NONE);
43 assert(streq(xkb_atom_text(context, atom), "HELLO"));
45 atom = xkb_atom_intern_literal(context, "HELLOjunkjunkjunk");
46 assert(atom != XKB_ATOM_NONE);
47 assert(streq(xkb_atom_text(context, atom), "HELLOjunkjunkjunk"));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
Atom.h 1 //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===//
25 /// as a set of Atoms with References to other Atoms. Each Atom is a node
26 /// and each Reference is an edge. An Atom can be a DefinedAtom which has
30 class Atom {
34 /// Whether this atom is defined or a proxy for an undefined symbol
42 /// The scope in which this atom is acessible to other atoms.
52 /// file - returns the File that produced/owns this Atom
55 /// name - The name of the atom. For a function atom, it is the (mangled)
59 /// definition - Whether this atom is a definition or represents an undefine
126 T *atom = nullptr; member in class:lld::OwningAtomPtr
    [all...]
  /external/skia/fuzz/
FuzzParsePath.cpp 37 static void add_white(Fuzz* fuzz, SkString* atom) {
39 atom->append(" ");
50 atom->append(&gWhiteSpace[index], 1);
55 static void add_some_white(Fuzz* fuzz, SkString* atom) {
57 add_white(fuzz, atom);
61 static void add_comma(Fuzz* fuzz, SkString* atom) {
63 atom->append(",");
66 add_white(fuzz, atom);
70 atom->append(",");
72 add_some_white(fuzz, atom);
76 SkString atom; local
    [all...]
  /external/skqp/fuzz/
FuzzParsePath.cpp 37 static void add_white(Fuzz* fuzz, SkString* atom) {
39 atom->append(" ");
50 atom->append(&gWhiteSpace[index], 1);
55 static void add_some_white(Fuzz* fuzz, SkString* atom) {
57 add_white(fuzz, atom);
61 static void add_comma(Fuzz* fuzz, SkString* atom) {
63 atom->append(",");
66 add_white(fuzz, atom);
70 atom->append(",");
72 add_some_white(fuzz, atom);
76 SkString atom; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
SimpleExpression.g3 56 : atom
58 atom
62 atom
FastSimpleExpression.g3 59 : atom
61 atom
65 atom
  /external/clang/test/CXX/special/class.conv/class.conv.ctor/
p1.cpp 17 struct atom { }; struct in namespace:PR13003
19 void_type v1 = atom();
20 void_type2 v2 = atom();
  /frameworks/base/tools/stats_log_api_gen/
test_collation.cpp 58 /** Expects that the provided atom has no enum values for any field. */
59 #define EXPECT_NO_ENUM_FIELD(atom) \
61 for (vector<AtomField>::const_iterator field = atom->fields.begin(); \
62 field != atom->fields.end(); field++) { \
68 #define EXPECT_HAS_ENUM_FIELD(atom, field_name, values) \
70 for (vector<AtomField>::const_iterator field = atom->fields.begin(); \
71 field != atom->fields.end(); field++) { \
118 set<AtomDecl>::const_iterator atom = atoms.decls.begin(); local
119 EXPECT_EQ(1, atom->code);
120 EXPECT_EQ("int_atom", atom->name)
    [all...]
  /external/elfutils/backends/
sparc_retval.c 43 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 4 },
44 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 4 },
52 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 },
53 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 },
54 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 4 }
    [all...]
x86_64_retval.c 43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 },
44 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 8 },
52 { .atom = DW_OP_regx, .number = 33 },
53 { .atom = DW_OP_piece, .number = 10 },
54 { .atom = DW_OP_regx, .number = 34 },
55 { .atom = DW_OP_piece, .number = 10 },
63 { .atom = DW_OP_reg17 }, { .atom = DW_OP_piece, .number = 16 }
    [all...]
arm_retval.c 43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
44 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 4 },
45 { .atom = DW_OP_reg2 }, { .atom = DW_OP_piece, .number = 4 },
46 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 },
56 { .atom = DW_OP_breg0, .number = 0 }
sh_retval.c 48 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
49 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 4 },
57 { .atom = DW_OP_reg25 }, { .atom = DW_OP_piece, .number = 4 },
58 { .atom = DW_OP_reg26 }, { .atom = DW_OP_piece, .number = 4 },

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>