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

1 2 3

  /external/regex-re2/re2/testing/
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...]
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,
regexp_generator.cc 47 const vector<string>& atoms,
49 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) {
95 // atoms: the number of atoms used in the sequence
97 // then nstk = 2, ops = 1, atoms = 3.
102 int ops, int atoms) {
112 // Add atoms if there is room.
113 if (atoms < maxatoms_) {
116 GeneratePostfix(post, nstk + 1, ops, atoms + 1);
128 GeneratePostfix(post, nstk - nargs + 1, ops + 1, atoms);
    [all...]
random_test.cc 86 vector<string> atoms = Split(" ", local
91 RandomTest(10, 10, atoms, ops, 20, alphabet, "");
regexp_generator.h 30 RegexpGenerator(int maxatoms, int maxops, const vector<string>& atoms,
51 int maxatoms_; // Maximum number of atoms allowed in expr.
53 vector<string> atoms_; // Possible atoms.
  /external/regex-re2/re2/
filtered_re2.cc 43 void FilteredRE2::Compile(vector<string>* atoms) {
53 atoms->clear();
54 prefilter_tree_->Compile(atoms);
66 const vector<int>& atoms) const {
72 prefilter_tree_->RegexpsGivenStrings(atoms, &regexps);
81 const vector<int>& atoms,
85 prefilter_tree_->RegexpsGivenStrings(atoms, &regexps);
filtered_re2.h 62 const vector<int>& atoms) const;
67 const vector<int>& atoms,
91 // An AND-OR tree of string atoms used for filtering regexps.
  /external/mesa3d/src/gallium/drivers/svga/
svga_state.c 51 /* Atoms to update hardware state prior to emitting a clear or draw
63 /* Atoms to update hardware state prior to emitting a draw packet.
129 const struct svga_tracked_state *atoms[],
147 * state atoms are ordered correctly in the list.
154 for (i = 0; atoms[i] != NULL; i++) {
157 assert(atoms[i]->dirty);
158 assert(atoms[i]->update);
160 if (check_state(*state, atoms[i]->dirty)) {
162 debug_printf("update: %s\n", atoms[i]->name);
163 ret = atoms[i]->update( svga, *state )
    [all...]
  /external/mesa3d/src/gallium/drivers/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 < ARRAY_SIZE(atoms); i++)
226 if (i915->dirty & atoms[i]->dirty)
227 atoms[i]->update(i915);
233 ~0 /* all state atoms, because we do internal checking */
i915_state_derived.c 199 static struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
219 for (i = 0; atoms[i]; i++)
220 if (atoms[i]->dirty & i915->dirty)
221 atoms[i]->update(i915);
i915_state_dynamic.c 292 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
310 for (i = 0; i < ARRAY_SIZE(atoms); i++)
311 if (i915->dirty & atoms[i]->dirty)
312 atoms[i]->update(i915);
318 ~0 /* all state atoms, because we do internal checking */
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 41 static const struct st_tracked_state *atoms[] = variable in typeref:struct:st_tracked_state
51 STATIC_ASSERT(ARRAY_SIZE(atoms) <= 64);
219 atoms[u_bit_scan(&dirty_lo)]->update(st);
221 atoms[32 + u_bit_scan(&dirty_hi)]->update(st);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 262 char* atoms; local
273 atoms = XGetAtomName(m_X11Display, event.xclient.message_type);
274 if (*atoms == *"WM_PROTOCOLS")
278 XFree(atoms);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 564 int[] atoms = labels.toArray();
565 for (int a = 0; a < atoms.length; a++) {
567 if ( atoms[a]>=Label.MIN_CHAR_VALUE ) {
568 int labelIndex = atoms[a]-smin; // offset from 0
608 int[] atoms = labels.toArray();
609 for (int a = 0; a < atoms.length; a++) {
610 if ( atoms[a]==Label.EOT ) {
614 else if ( atoms[a]==Label.EOF ) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 389 * right away rather than doing it via state atoms. This saves a small
447 const struct brw_tracked_state **atoms,
450 /* This is to work around brw_context::atoms being declared const. We want
457 context_atoms[i] = *atoms[i];
849 const struct brw_tracked_state *atoms = local
856 * state atoms are ordered correctly in the list.
863 const struct brw_tracked_state *atom = &atoms[i];
881 const struct brw_tracked_state *atom = &atoms[i];
  /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/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 43 atom->id = list_elem - sctx->atoms.array + 1;
53 atom->id = list_elem - sctx->atoms.array + 1; /* index+1 in the atom array */
    [all...]
si_compute.c 735 if (si_is_atom_dirty(sctx, sctx->atoms.s.render_cond)) {
736 sctx->atoms.s.render_cond->emit(&sctx->b,
737 sctx->atoms.s.render_cond);
738 si_set_atom_dirty(sctx, sctx->atoms.s.render_cond, false);
si_pipe.h 227 /* Atoms (direct states). */
228 union si_state_atoms atoms; member in struct:si_context
  /external/libusb/libusb/os/
linux_usbfs.c 348 int atoms, kmajor, kminor, ksublevel; local
352 atoms = sscanf(uts.release, "%d.%d.%d", &kmajor, &kminor, &ksublevel);
353 if (atoms < 1)
362 if (atoms < 2)
370 if (atoms < 3)
    [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/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 58 num_dw += ctx->atoms[u_bit_scan64(&mask)]->num_dw;
r600_pipe.h 444 struct r600_atom *atoms[R600_NUM_ATOMS]; member in struct:r600_context
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 24 // regexps over a given set of atoms and operators, up to a given

Completed in 1380 milliseconds

1 2 3