Home
last modified time | relevance | path

Searched refs:atoms (Results 1 – 19 of 19) sorted by relevance

/external/regex-re2/re2/
Dfiltered_re2.cc41 void FilteredRE2::Compile(vector<string>* atoms) { in Compile() argument
51 atoms->clear(); in Compile()
52 prefilter_tree_->Compile(atoms); in Compile()
64 const vector<int>& atoms) const { in FirstMatch()
70 prefilter_tree_->RegexpsGivenStrings(atoms, &regexps); in FirstMatch()
79 const vector<int>& atoms, in AllMatches() argument
83 prefilter_tree_->RegexpsGivenStrings(atoms, &regexps); in AllMatches()
Dfiltered_re2.h62 const vector<int>& atoms) const;
67 const vector<int>& atoms,
/external/linux-tools-perf/
Dbuiltin-sched.c61 struct sched_atom **atoms; member
245 task->atoms = realloc(task->atoms, size); in get_new_event()
246 BUG_ON(!task->atoms); in get_new_event()
248 task->atoms[idx] = event; in get_new_event()
258 return task->atoms[task->nr_events - 1]; in last_event()
487 process_sched_event(this_task, this_task->atoms[i]); in thread_func()
927 struct work_atoms *atoms; in thread_atoms_search() local
930 atoms = container_of(node, struct work_atoms, node); in thread_atoms_search()
932 cmp = thread_lat_cmp(sort_list, &key, atoms); in thread_atoms_search()
938 BUG_ON(thread != atoms->thread); in thread_atoms_search()
[all …]
/external/webkit/Source/JavaScriptCore/heap/
DMarkedBlock.cpp47 reinterpret_cast<JSCell*>(&block->atoms()[i])->~JSCell(); in destroy()
63 new (&atoms()[i]) JSCell(*globalData, dummyMarkableCellStructure); in MarkedBlock()
74 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[i]); in sweep()
DMarkedBlock.h90 Atom* atoms();
107 inline MarkedBlock::Atom* MarkedBlock::atoms() in atoms() function
218 functor(reinterpret_cast<JSCell*>(&atoms()[i])); in forEach()
/external/chromium/chrome/browser/chromeos/
Dwm_ipc.cc174 scoped_array<Atom> atoms(new Atom[kNumAtoms]); in WmIpc() local
183 atoms.get()); in WmIpc()
186 type_to_atom_[kAtomInfos[i].atom] = atoms[i]; in WmIpc()
187 atom_to_string_[atoms[i]] = kAtomInfos[i].name; in WmIpc()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DDFA.java564 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 ) {
/external/libxml2/
Dxmlregexp.c253 xmlRegAtomPtr *atoms; member
273 xmlRegAtomPtr *atoms; member
439 ret->atoms = ctxt->atoms; in xmlRegEpxFromParse()
451 (ret->atoms != NULL) && in xmlRegEpxFromParse()
452 (ret->atoms[0] != NULL) && in xmlRegEpxFromParse()
453 (ret->atoms[0]->type == XML_REGEXP_STRING)) { in xmlRegEpxFromParse()
503 if ((ret->atoms[i]->type == XML_REGEXP_STRING) && in xmlRegEpxFromParse()
504 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE)) { in xmlRegEpxFromParse()
505 value = ret->atoms[i]->valuep; in xmlRegEpxFromParse()
645 if (ret->atoms != NULL) { in xmlRegEpxFromParse()
[all …]
/external/webkit/Source/JavaScriptCore/runtime/
DJSCell.h358 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[m_nextAtom]); in allocate()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g589 //{System.out.println("atoms="+currentRewriteBlock.rewriteRefs);}
/external/dbus/doc/
Ddcop-howto.txt23 (X atoms must be small to remain efficient) and it also makes it so
/external/webkit/Source/JavaScriptCore/
DChangeLog8743 minimum number of atoms required for a cell, since rounding down
8862 Each MarkedBlock is now composed of a set of fixed-sized atoms, with one
8863 mark bit per atom. A given cell may be composed of one or more atoms.
8882 (JSC::MarkedBlock::atoms):
DChangeLog-2011-02-169168 Considering only the frame location required by the atoms a,b, and
DChangeLog-2009-06-1618658 Added support for the assertion (?=) and inverted assertion (?!) atoms
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf2087 N "atoms" :G2P
/external/dbus/
DChangeLog.pre-1-0235 further: we can't init the X atoms or create a session file
501 ~/.dbus/session-bus/machine-display. Change X atoms to be
/external/srec/config/en.us/dictionary/
Dlarge.ok1637 atoms ad}z
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2347024 (DocumentImpl::execCommand): Added cut/copy/paste atoms and added else if cases
DChangeLog-2010-12-06102297 (WebCore::PasteboardHelper::initializeTargetList): Add support for new atoms.