/external/regex-re2/re2/testing/ |
D | filtered_re2_test.cc | 14 vector<string> atoms; member 34 v.f.Compile(&v.atoms); in TEST() 35 EXPECT_EQ(0, v.atoms.size()); in TEST() 49 v.f.Compile(&v.atoms); in TEST() 50 EXPECT_EQ(1, v.atoms.size()); in TEST() 51 EXPECT_EQ(v.atoms[0], "\xde\xadq\xbe\xef"); in TEST() 64 const char* atoms[20]; member 140 v->f.Compile(&v->atoms); in AddRegexpsAndCompile() 143 bool CheckExpectedAtoms(const char* atoms[], in CheckExpectedAtoms() argument 149 expected.push_back(atoms[i]); in CheckExpectedAtoms() [all …]
|
D | exhaustive3_test.cc | 14 vector<string> atoms = Split(" ", in TEST() local 16 ExhaustiveTest(2, 1, atoms, RegexpGenerator::EgrepOps(), in TEST() 22 vector<string> atoms = Split(" ", in TEST() local 24 ExhaustiveTest(2, 1, atoms, RegexpGenerator::EgrepOps(), in TEST() 67 vector<string> atoms = Split(" ", in TEST() local 73 ExhaustiveTest(1, 0, atoms, ops, in TEST() 80 vector<string> atoms = Split(" ", in TEST() local 89 ExhaustiveTest(1, 0, atoms, ops, in TEST()
|
D | regexp_generator.cc | 47 const vector<string>& atoms, in RegexpGenerator() argument 49 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) { in RegexpGenerator() 102 int ops, int atoms) { in GeneratePostfix() argument 113 if (atoms < maxatoms_) { in GeneratePostfix() 116 GeneratePostfix(post, nstk + 1, ops, atoms + 1); in GeneratePostfix() 128 GeneratePostfix(post, nstk - nargs + 1, ops + 1, atoms); in GeneratePostfix() 138 int ops, int atoms) { in GenerateRandomPostfix() argument 141 if (nstk == 1 && acm_->Uniform(maxatoms_ + 1 - atoms) == 0) { in GenerateRandomPostfix() 159 ops + 1, atoms); in GenerateRandomPostfix() 167 if (atoms < maxatoms_ && acm_->Uniform(2) == 0) { in GenerateRandomPostfix() [all …]
|
D | random_test.cc | 86 vector<string> atoms = Split(" ", in TEST() local 91 RandomTest(10, 10, atoms, ops, 20, alphabet, ""); in TEST()
|
D | regexp_generator.h | 30 RegexpGenerator(int maxatoms, int maxops, const vector<string>& atoms,
|
/external/regex-re2/re2/ |
D | filtered_re2.cc | 43 void FilteredRE2::Compile(vector<string>* atoms) { in Compile() argument 53 atoms->clear(); in Compile() 54 prefilter_tree_->Compile(atoms); in Compile() 66 const vector<int>& atoms) const { in FirstMatch() 72 prefilter_tree_->RegexpsGivenStrings(atoms, ®exps); in FirstMatch() 81 const vector<int>& atoms, in AllMatches() argument 85 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/ceres-solver/data/nist/ |
D | Roszman1.dat | 12 quantum defects in iodine atoms. The response
|
/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/libusb_aah/libusb/os/ |
D | linux_usbfs.c | 274 int atoms, kmajor, kminor, ksublevel; in kernel_version_ge() local 278 atoms = sscanf(uts.release, "%d.%d.%d", &kmajor, &kminor, &ksublevel); in kernel_version_ge() 279 if (atoms < 1) in kernel_version_ge() 288 if (atoms < 2) in kernel_version_ge() 296 if (atoms < 3) in kernel_version_ge()
|
/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/llvm/docs/ |
D | SourceLevelDebugging.rst | 2061 Atoms atoms[atom_count0]; 2064 ``HeaderData`` defines the base DIE offset that should be added to any atoms 2079 HeaderData.atoms[0].type = eAtomTypeDIEOffset; 2080 HeaderData.atoms[0].form = DW_FORM_data4;
|
/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/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.
|