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

  /external/regex-re2/re2/testing/
random_test.cc 86 vector<string> atoms = Split(" ", local
91 RandomTest(10, 10, atoms, ops, 20, alphabet, "");
exhaustive3_test.cc 14 vector<string> atoms = Split(" ", local
16 ExhaustiveTest(2, 1, atoms, RegexpGenerator::EgrepOps(),
22 vector<string> atoms = Split(" ", local
24 ExhaustiveTest(2, 1, atoms, RegexpGenerator::EgrepOps(),
67 vector<string> atoms = Split(" ", local
73 ExhaustiveTest(1, 0, atoms, ops,
80 vector<string> atoms = Split(" ", local
89 ExhaustiveTest(1, 0, atoms, ops,
filtered_re2_test.cc 14 vector<string> atoms; member in struct:re2::FilterTestVars
34 v.f.Compile(&v.atoms);
35 EXPECT_EQ(0, v.atoms.size());
49 v.f.Compile(&v.atoms);
50 EXPECT_EQ(1, v.atoms.size());
51 EXPECT_EQ(v.atoms[0], "\xde\xadq\xbe\xef");
61 // If any test needs more than this many regexps or atoms, increase
64 const char* atoms[20]; member in struct:re2::AtomTest
74 // This test checks that all atoms of length greater than min length
75 // are found, and no atoms that are of smaller length are found
245 vector<string> atoms; local
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 195 static struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
215 for (i = 0; atoms[i]; i++)
216 if (atoms[i]->dirty & i915->dirty)
217 atoms[i]->update(i915);
i915_state_immediate.c 213 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
225 for (i = 0; i < Elements(atoms); i++)
226 if (i915->dirty & atoms[i]->dirty)
227 atoms[i]->update(i915);
233 ~0 /* all state atoms, becuase we do internal checking */
i915_state_dynamic.c 292 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
310 for (i = 0; i < Elements(atoms); i++)
311 if (i915->dirty & atoms[i]->dirty)
312 atoms[i]->update(i915);
318 ~0 /* all state atoms, becuase we do internal checking */
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 41 * This is used to initialize st->atoms[].
43 static const struct st_tracked_state *atoms[] = variable in typeref:struct:st_tracked_state
184 * state atoms are ordered correctly in the list.
190 for (i = 0; i < Elements(atoms); i++) {
191 const struct st_tracked_state *atom = atoms[i];
203 atoms[i]->update( st );
221 for (i = 0; i < Elements(atoms); i++) {
222 if (check_state(state, &atoms[i]->dirty))
223 atoms[i]->update( st );
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 39 /* This is used to initialize brw->state.atoms[]. We could use this
256 const struct brw_tracked_state **atoms; local
262 atoms = gen7_atoms;
265 atoms = gen6_atoms;
268 atoms = gen4_atoms;
272 brw->atoms = atoms;
276 assert((*atoms)->dirty.mesa |
277 (*atoms)->dirty.brw |
278 (*atoms)->dirty.cache)
    [all...]
brw_context.h 636 * an update might raise so that ordering of the state atoms can be
1047 const struct brw_tracked_state **atoms; member in struct:brw_context
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 246 AtomArray atoms; member in struct:DWARFMappedHash::Prologue
253 atoms(),
274 atoms.clear();
293 atoms.push_back (Atom(type, form));
385 // Add an extra count to the atoms size for the zero termination Atom that gets
387 return sizeof(die_base_offset) + sizeof(uint32_t) + atoms.size() * sizeof(Atom);
439 const size_t num_atoms = header_data.atoms.size();
445 DWARFFormValue form_value (header_data.atoms[i].form);
450 switch (header_data.atoms[i].type)
478 const size_t num_atoms = header_data.atoms.size()
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-sched.c 41 struct sched_atom **atoms; member in struct:task_desc
249 task->atoms = realloc(task->atoms, size);
250 BUG_ON(!task->atoms);
252 task->atoms[idx] = event;
262 return task->atoms[task->nr_events - 1];
491 perf_sched__process_event(sched, this_task->atoms[i]);
780 struct work_atoms *atoms; local
783 atoms = container_of(node, struct work_atoms, node);
785 cmp = thread_lat_cmp(sort_list, &key, atoms);
825 struct work_atoms *atoms = zalloc(sizeof(*atoms)); local
984 struct work_atoms *atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid); local
1012 struct work_atoms *atoms; local
1065 struct work_atoms *atoms; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 153 struct _XDisplayAtoms *atoms; /* for XInternAtom */ member in struct:_XDisplay
797 FreeFuncType atoms; /* _XFreeAtomTable */ member in struct:_XFreeFuncs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 151 struct _XDisplayAtoms *atoms; /* for XInternAtom */ member in struct:_XDisplay
761 FreeFuncType atoms; /* _XFreeAtomTable */ member in struct:_XFreeFuncs
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 4021 Atom* const atoms = new (std::nothrow) Atom[size]; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 4023 Atom* const atoms = new (std::nothrow) Atom[size]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 4504 Atom* const atoms = new (std::nothrow) Atom[size]; local
    [all...]
  /external/libxml2/
xmlregexp.c 257 xmlRegAtomPtr *atoms; member in struct:_xmlAutomata
277 xmlRegAtomPtr *atoms; member in struct:_xmlRegexp
443 ret->atoms = ctxt->atoms;
455 (ret->atoms != NULL) &&
456 (ret->atoms[0] != NULL) &&
457 (ret->atoms[0]->type == XML_REGEXP_STRING)) {
469 * 2/ counting the unique number of atoms, and check that
507 if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
508 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE))
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1526 milliseconds