HomeSort by relevance Sort by last modified time
    Searched refs:atom (Results 1 - 25 of 278) 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/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/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
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpSymbols.cpp 99 TPpContext::Symbol* TPpContext::NewSymbol(int atom)
106 lSymb->atom = atom;
116 TPpContext::Symbol* TPpContext::AddSymbol(int atom)
120 lSymb = NewSymbol(atom);
121 symbols[lSymb->atom] = lSymb;
126 TPpContext::Symbol* TPpContext::LookUpSymbol(int atom)
128 TSymbolMap::iterator it = symbols.find(atom);
PpAtom.cpp 80 // atom.c
133 // Map a new or existing string to an atom, inventing a new atom if necessary.
146 // Map an already created atom to its string.
148 const char* TPpContext::GetAtomString(int atom)
150 if ((size_t)atom >= stringMap.size())
153 const TString* atomString = stringMap[atom];
159 // Add forced mapping of string to atom.
161 void TPpContext::AddAtomFixed(const char* s, int atom)
163 auto it = atomMap.insert(std::pair<TString, int>(s, atom)).first
    [all...]
  /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();
  /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 },
ia64_retval.c 43 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 8 },
44 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 8 },
45 { .atom = DW_OP_reg10 }, { .atom = DW_OP_piece, .number = 8 },
46 { .atom = DW_OP_reg11 }, { .atom = DW_OP_piece, .number = 8 },
55 { .atom = DW_OP_regx, .number = 128 + 8 }, \
56 { .atom = DW_OP_piece, .number = size },
    [all...]
ppc64_retval.c 43 { .atom = DW_OP_reg3 }
50 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 8 },
51 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 8 },
52 { .atom = DW_OP_regx, .number = 35 }, { .atom = DW_OP_piece, .number = 8 },
53 { .atom = DW_OP_regx, .number = 36 }, { .atom = DW_OP_piece, .number = 8 },
62 { .atom = DW_OP_regx, .number = 1124 + 2
    [all...]
ppc_retval.c 47 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 },
48 { .atom = DW_OP_reg4 }, { .atom = DW_OP_piece, .number = 4 },
49 { .atom = DW_OP_reg5 }, { .atom = DW_OP_piece, .number = 4 },
50 { .atom = DW_OP_reg6 }, { .atom = DW_OP_piece, .number = 4 },
59 { .atom = DW_OP_regx, .number = 33 }
66 { .atom = DW_OP_regx, .number = 1124 + 2
    [all...]
alpha_retval.c 43 { .atom = DW_OP_reg0 }
50 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 },
51 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 },
61 { .atom = DW_OP_breg0, .number = 0 }
i386_retval.c 43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
44 { .atom = DW_OP_reg2 }, { .atom = DW_OP_piece, .number = 4 },
52 { .atom = DW_OP_reg11 }
61 { .atom = DW_OP_breg0, .number = 0 }
s390_retval.c 43 { .atom = DW_OP_reg2 }, { .atom = DW_OP_piece, .number = 4 },
44 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 },
52 { .atom = DW_OP_reg16 },
61 { .atom = DW_OP_breg2, .number = 0 }
  /external/regex-re2/re2/testing/
search_test.cc 315 vector<string> atom, alpha, ops; local
316 atom.push_back(StringPiece(t.regexp).as_string());
318 ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", "");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 77 : atom (('*'|'/'|'%')^ atom)*
80 atom: INT
ProfileGrammar.g3 77 : atom (('*'|'/'|'%')^ atom)*
80 atom: INT
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 53 mul : atom ('*' atom)*
56 atom: ID
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_ioctl.h 82 #define R200_STATECHANGE( rmesa, ATOM ) \
85 rmesa->hw.ATOM.dirty = GL_TRUE; \
89 #define R200_SET_STATE( rmesa, ATOM, index, newvalue ) \
93 if (__dword != (rmesa)->hw.ATOM.cmd[__index]) { \
94 R200_STATECHANGE( (rmesa), ATOM ); \
95 (rmesa)->hw.ATOM.cmd[__index] = __dword; \
99 #define R200_DB_STATE( ATOM ) \
100 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
101 rmesa->hw.ATOM.cmd_size * 4
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 101 #define RADEON_STATECHANGE( rmesa, ATOM ) \
104 rmesa->hw.ATOM.dirty = GL_TRUE; \
108 #define RADEON_DB_STATE( ATOM ) \
109 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
110 rmesa->hw.ATOM.cmd_size * 4)
113 struct radeon_state_atom *atom )
115 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4))
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.h 43 void evergreen_emit_cs_shader(struct r600_context *rctx, struct r600_atom * atom);
  /external/mesa3d/src/gallium/drivers/r300/
r300_flush.c 40 struct r300_atom *atom; local
60 foreach_atom(r300, atom) {
61 if (atom->state || atom->allow_null_state) {
62 r300_mark_atom_dirty(r300, atom);

Completed in 1218 milliseconds

1 2 3 4 5 6 7 8 91011>>