/external/regex-re2/re2/ |
D | filtered_re2.cc | 41 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, ®exps); in FirstMatch() 79 const vector<int>& atoms, in AllMatches() argument 83 prefilter_tree_->RegexpsGivenStrings(atoms, ®exps); in AllMatches()
|
D | filtered_re2.h | 62 const vector<int>& atoms) const; 67 const vector<int>& atoms,
|
/external/linux-tools-perf/ |
D | builtin-sched.c | 61 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/ |
D | MarkedBlock.cpp | 47 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()
|
D | MarkedBlock.h | 90 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/ |
D | wm_ipc.cc | 174 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/ |
D | 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 ) {
|
/external/libxml2/ |
D | xmlregexp.c | 253 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/ |
D | JSCell.h | 358 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[m_nextAtom]); in allocate()
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | DefineGrammarItemsWalker.g | 589 //{System.out.println("atoms="+currentRewriteBlock.rewriteRefs);}
|
/external/dbus/doc/ |
D | dcop-howto.txt | 23 (X atoms must be small to remain efficient) and it also makes it so
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog | 8743 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):
|
D | ChangeLog-2011-02-16 | 9168 Considering only the frame location required by the atoms a,b, and
|
D | ChangeLog-2009-06-16 | 18658 Added support for the assertion (?=) and inverted assertion (?!) atoms
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 2087 N "atoms" :G2P
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 235 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/ |
D | large.ok | 1637 atoms ad}z
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 47024 (DocumentImpl::execCommand): Added cut/copy/paste atoms and added else if cases
|
D | ChangeLog-2010-12-06 | 102297 (WebCore::PasteboardHelper::initializeTargetList): Add support for new atoms.
|