/external/bison/src/ |
closure.h | 26 /* Allocates the itemset and ruleset vectors, and precomputes useful 28 allocate for itemset. */ 34 ITEMS, of length N), set up RULESET and ITEMSET to indicate what 42 ITEMSET is a sorted vector of item numbers; NITEMSET is its size 50 /* Frees ITEMSET, RULESET and internal data. */ 54 extern item_number *itemset;
|
closure.c | 35 /* NITEMSET is the size of the array ITEMSET. */ 36 item_number *itemset; variable 187 itemset = xnmalloc (n, sizeof *itemset); 217 Compute itemset with the same sort. */ 225 itemset[nitemset] = core[c]; 229 itemset[nitemset] = itemno; 235 itemset[nitemset] = core[c]; 241 print_closure ("output", itemset, nitemset); 248 free (itemset); [all...] |
LR0.c | 164 | contents of itemset. | 171 | itemset is sorted on item index in ritem, which is sorted on | 189 if (item_number_is_symbol_number (ritem[itemset[i]])) 191 symbol_number sym = item_number_as_symbol_number (ritem[itemset[i]]); 198 kernel_base[sym][kernel_size[sym]] = itemset[i] + 1; 279 item_number item = ritem[itemset[i]]; 357 /* Set up itemset for the transitions out of this state. itemset gets a
|
print-xml.c | 64 sitems = itemset; 68 xml_puts (out, level, "<itemset/>"); 72 xml_puts (out, level, "<itemset>"); 115 xml_puts (out, level, "</itemset>");
|
print_graph.c | 74 sitems = itemset;
|
getargs.c | 158 "itemset", "itemsets", 379 `itemset' complete the core item sets with their closure\n\
|
ielr.c | 1042 item_number *itemset = node->state->items; local [all...] |
/external/chromium_org/extensions/browser/ |
process_map.cc | 82 for (ItemSet::iterator iter = items_.begin(); iter != items_.end(); ) { 95 for (ItemSet::const_iterator iter = items_.begin(); iter != items_.end(); 104 for (ItemSet::const_iterator iter = items_.begin(); iter != items_.end(); 114 for (ItemSet::const_iterator iter = items_.begin(); iter != items_.end();
|
process_map.h | 95 typedef std::set<Item> ItemSet; 96 ItemSet items_;
|
/external/bison/data/xslt/ |
xml2xhtml.xsl | 124 <li><a href="#grammar">Itemset</a></li> 392 <xsl:apply-templates select="itemset/item"> 454 <xsl:with-param name="itemset" select="'true'"/> 467 <xsl:param name="itemset"/> 473 <xsl:if test="$itemset != 'true' and not($prev-lhs = lhs[text()])"> 477 <xsl:if test="$itemset != 'true'"> 487 <xsl:when test="$itemset = 'true'"> 509 <xsl:when test="$itemset != 'true' and $prev-lhs = lhs[text()]"> 515 <xsl:when test="$itemset = 'true' and $prev-lhs = lhs[text()]"> 535 <xsl:if test="$itemset = 'true' and name(.) != 'empty'" [all...] |
xml2text.xsl | 236 <xsl:apply-templates select="itemset/item"> 297 <xsl:with-param name="itemset" select="'true'"/> 311 <xsl:param name="itemset"/> 317 <xsl:if test="$itemset != 'true' and not($prev-lhs = lhs[text()])"> 330 <xsl:when test="$itemset != 'true' and $prev-lhs = lhs[text()]"> 336 <xsl:when test="$itemset = 'true' and $prev-lhs = lhs[text()]"> 353 <xsl:if test="$itemset = 'true' and name(.) != 'empty'"> 356 <xsl:if test="$itemset != 'true'">
|
/build/tools/releasetools/ |
ota_from_target_files | 173 class ItemSet: 225 def __init__(self, itemset, name, dir=False): 226 self.itemset = itemset 236 self.parent = itemset.Get(os.path.dirname(name), dir=True) 338 def CopyPartitionFiles(itemset, input_zip, output_zip=None, substitute=None): 349 partition = itemset.partition 369 itemset.Get(fn[:-1], dir=True) 371 itemset.Get(fn, dir=False) 559 system_items = ItemSet("system", "META/filesystem_config.txt" [all...] |
/external/chromium_org/chrome/browser/download/ |
download_history.h | 97 typedef std::set<content::DownloadItem*> ItemSet;
|
/external/bison/po/ |
nl.po | 251 # Verschillende dingen die beter zouden moeten kunnen - zeker de 'itemset' tekst 256 " `itemset' complete the core item sets with their closure\n" 265 " `itemset' vervolledig de verzamelingen van kern-items met hun " [all...] |
da.po | 224 " `itemset' complete the core item sets with their closure\n" 232 " \"itemset\" komplett?r kerneobjektm?ngderne med deres afslutninger\n"
|
el.po | 261 " `itemset' complete the core item sets with their closure\n" 270 " `itemset' complete the core item sets with their closure\n"
|
et.po | 258 " `itemset' complete the core item sets with their closure\n" 266 " `itemset' t?ienda p?hilisi elemente nende sulunditega\n" [all...] |
id.po | 249 " `itemset' complete the core item sets with their closure\n" 257 " `itemset' lengkapi himpunan item inti dengan klosurnya\n" [all...] |
it.po | 223 " `itemset' complete the core item sets with their closure\n" 231 " `itemset' completa gli insiemi dei simboli con la loro chiusura " [all...] |
ms.po | 252 " `itemset' complete the core item sets with their closure\n" 260 " `itemset' lengkapkan set perkara asas dengan penutupnya\n"
|
nb.po | 240 " `itemset' complete the core item sets with their closure\n" 248 " ?itemset? fullf?re de sentrale punktmengdene med deres slutning\n" [all...] |
pt_BR.po | 223 " `itemset' complete the core item sets with their closure\n" 231 " `itemset' completa os conjuntos de ?tens b?sicos com seus "
|
ru.po | 257 " `itemset' complete the core item sets with their closure\n" 265 " «itemset» ?????? ????? ???????? ????????? ?????? ? ?? ????????\n" [all...] |
sr.po | 265 " `itemset' complete the core item sets with their closure\n" 273 " ?itemset? ???????? ?????????? ?????? ?????? ??????? ??????????\n" [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |