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

1 2 3

  /external/regex-re2/re2/
filtered_re2.cc 41 void FilteredRE2::Compile(vector<string>* atoms) {
51 atoms->clear();
52 prefilter_tree_->Compile(atoms);
64 const vector<int>& atoms) const {
70 prefilter_tree_->RegexpsGivenStrings(atoms, &regexps);
79 const vector<int>& atoms,
83 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.
prefilter_tree.h 13 // atoms) that the user of this class should use to do the string
46 // Given the indices of the atoms that matched, returns the indexes
48 // contain all the ids of string atoms that were found to match the
87 // Given the matching atoms, find the regexps to be triggered.
prefilter_tree.cc 13 "Strings less than this length are not stored as atoms");
358 VLOG(10) << "#Unique Atoms: " << atom_index_to_id_.size();
  /external/linux-tools-perf/
builtin-sched.c 61 struct sched_atom **atoms; member in struct:task_desc
245 task->atoms = realloc(task->atoms, size);
246 BUG_ON(!task->atoms);
248 task->atoms[idx] = event;
258 return task->atoms[task->nr_events - 1];
487 process_sched_event(this_task, this_task->atoms[i]);
927 struct work_atoms *atoms; local
930 atoms = container_of(node, struct work_atoms, node);
932 cmp = thread_lat_cmp(sort_list, &key, atoms);
972 struct work_atoms *atoms = zalloc(sizeof(*atoms)); local
1124 struct work_atoms *atoms = thread_atoms_search(&atom_root, thread, &cmp_pid); local
1146 struct work_atoms *atoms; local
1194 struct work_atoms *atoms; local
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.cpp 47 reinterpret_cast<JSCell*>(&block->atoms()[i])->~JSCell();
63 new (&atoms()[i]) JSCell(*globalData, dummyMarkableCellStructure);
74 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[i]);
MarkedBlock.h 90 Atom* atoms();
107 inline MarkedBlock::Atom* MarkedBlock::atoms() function in class:JSC::MarkedBlock
218 functor(reinterpret_cast<JSCell*>(&atoms()[i]));
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 174 scoped_array<Atom> atoms(new Atom[kNumAtoms]);
183 atoms.get());
186 type_to_atom_[kAtomInfos[i].atom] = atoms[i];
187 atom_to_string_[atoms[i]] = kAtomInfos[i].name;
wm_ipc.h 132 // server's IDs to atoms' string names. These maps aren't necessarily in
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 117 // is as a list of atoms (atom_count) where each atom contains a type
120 // used to describe the offset for all forms in the list of atoms.
126 // atom_count Atoms
169 SmallVector<Atom, 1> Atoms;
172 : die_offset_base(offset), Atoms(AtomList.begin(), AtomList.end()) { }
177 for (size_t i = 0; i < Atoms.size(); i++)
178 Atoms[i].print(O);
DwarfAccelTable.cpp 126 Asm->EmitInt32(HeaderData.Atoms.size());
127 for (size_t i = 0; i < HeaderData.Atoms.size(); i++) {
128 Atom A = HeaderData.Atoms[i];
201 // If we have multiple Atoms emit that info too.
203 if (HeaderData.Atoms.size() > 1) {
  /external/llvm/include/llvm/MC/
MCModule.h 32 /// must track them in order to ensure they are properly freed as atoms are
MCAsmBackend.h 75 /// atoms.
  /external/llvm/lib/MC/
MCModule.cpp 19 // Check for atoms already covering this range.
MCPureStreamer.cpp 124 // fragments cannot span atoms.
  /external/mesa3d/src/glsl/
s_expression.h 73 /* Atoms */
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 297 int *amap; // Maps atom value to offset in string table. Atoms all map to unique
299 // of the atom table that map to "<undefined>". The lowest 256 atoms
303 // Then come predefined atoms, followed by user specified identifiers.
366 // Don't use all 31 bits. One million atoms is plenty and sometimes the
667 AddAtom(atable, "<*** end fixed 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...]
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 100 * precede all the media data atoms. 2. The clip has to be
  /external/freetype/src/sfnt/
ttbdf.c 211 case 0x01: /* atoms */
  /frameworks/ex/common/java/com/android/common/
Rfc822Validator.java 98 * A local-part can contain multiple atoms, concatenated by
  /external/libxml2/
xmlregexp.c 253 xmlRegAtomPtr *atoms; member in struct:_xmlAutomata
273 xmlRegAtomPtr *atoms; member in struct:_xmlRegexp
439 ret->atoms = ctxt->atoms;
451 (ret->atoms != NULL) &&
452 (ret->atoms[0] != NULL) &&
453 (ret->atoms[0]->type == XML_REGEXP_STRING)) {
465 * 2/ counting the unique number of atoms, and check that
503 if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
504 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE))
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 75 Bool valueKnown; /* atoms w/ unknown value are possible */
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.cpp 243 // Always search for these common atoms.
  /external/webkit/Source/JavaScriptCore/yarr/
YarrParser.h 838 * atom should be quantified. In the case of atoms described across multiple
847 * Sequences of atoms and assertions are broken into alternatives via calls to
848 * disjunction(). Assertions, atoms, and disjunctions emitted between calls to

Completed in 394 milliseconds

1 2 3