/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | LookupList.java | 17 private Lookup[] lookups; field in LookupList 22 lookups = new Lookup[10]; in LookupList() 28 if (lookupCount >= lookups.length) { in addLookup() 29 Lookup[] newLookups = new Lookup[lookups.length + 5]; in addLookup() 31 System.arraycopy(lookups, 0, newLookups, 0, lookups.length); in addLookup() 32 lookups = newLookups; in addLookup() 35 lookups[lookupCount] = lookup; in addLookup() 56 lookups[i].writeLookup(writer); in writeLookupList()
|
D | CanonGSUBBuilder.java | 320 int[] lookups = new int[2]; in buildLookups() local 345 lookups[0] = lookupList.addLookup(compLookup); in buildLookups() 346 lookups[1] = lookupList.addLookup(dcmpLookup); in buildLookups() 348 return lookups; in buildLookups() 351 public static void addLookups(Feature feature, int[] lookups) in addLookups() argument 353 for (int i = 0; i < lookups.length; i += 1) { in addLookups() 354 feature.addLookup(lookups[i]); in addLookups() 484 int[] lookups = buildLookups(data, lookupList, script); in buildDecompTables() local 488 addLookups(ccmp, lookups); in buildDecompTables()
|
/third_party/typescript/tests/baselines/reference/tscWatch/moduleResolution/ |
D | package-json-file-is-edited-when-package-json-with-type-module-exists.js | 53 Directory '/user/username/projects/myproject/src/fileB.mjs' does not exist, skipping all lookups in… 57 Directory '/user/username/projects/myproject/src/fileB.mjs' does not exist, skipping all lookups in… 152 File '/a/lib/package.json' does not exist according to earlier cached lookups. 153 File '/a/package.json' does not exist according to earlier cached lookups. 154 File '/package.json' does not exist according to earlier cached lookups. 155 …r/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. 158 …r/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. 159 File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. 172 Directory '/user/username/projects/myproject/src/fileB.mjs' does not exist, skipping all lookups in… 178 Directory '/user/username/projects/myproject/src/fileB.mjs' does not exist, skipping all lookups in… [all …]
|
D | package-json-file-is-edited.js | 58 Directory '/user/username/projects/myproject/src/fileB.mjs' does not exist, skipping all lookups in… 64 Directory '/user/username/projects/myproject/src/fileB.mjs' does not exist, skipping all lookups in… 165 File '/a/lib/package.json' does not exist according to earlier cached lookups. 166 File '/a/package.json' does not exist according to earlier cached lookups. 167 File '/package.json' does not exist according to earlier cached lookups. 168 …r/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. 171 …r/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. 172 File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. 180 Directory '/user/username/projects/myproject/src/fileB.mjs' does not exist, skipping all lookups in… 184 Directory '/user/username/projects/myproject/src/fileB.mjs' does not exist, skipping all lookups in… [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-map.cc | 40 for (unsigned int i = 0; i < lookups[table_index].length; i++) in collect_lookups() 41 lookups_out->add (lookups[table_index][i].index); in collect_lookups() 142 hb_ot_map_t::lookup_map_t *lookup = m.lookups[table_index].push (); in add_lookups() 325 if (last_num_lookups < m.lookups[table_index].length) in compile() 327 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].length); in compile() 330 for (unsigned int i = j + 1; i < m.lookups[table_index].length; i++) in compile() 331 if (m.lookups[table_index][i].index != m.lookups[table_index][j].index) in compile() 332 m.lookups[table_index][++j] = m.lookups[table_index][i]; in compile() 335 m.lookups[table_index][j].mask |= m.lookups[table_index][i].mask; in compile() 336 m.lookups[table_index][j].auto_zwnj &= m.lookups[table_index][i].auto_zwnj; in compile() [all …]
|
D | hb-ot-map.hh | 93 lookups[table_index].init (); in init() 102 lookups[table_index].fini (); in fini() 150 … < stages[table_index].length ? stages[table_index][stage].last_lookup : lookups[table_index].leng… in get_stage_lookups() 151 *plookups = end == start ? nullptr : &lookups[table_index][start]; in get_stage_lookups() 155 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const; 171 hb_vector_t<lookup_map_t> lookups[2]; /* GSUB/GPOS */ member
|
D | hb-ot-shape.hh | 126 void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() 134 map.collect_lookups (table_index, lookups); in collect_lookups()
|
/third_party/selinux/libselinux/utils/ |
D | avcstat.c | 30 unsigned long long lookups; member 186 &tmp.lookups, in main() 195 tot.lookups += tmp.lookups; in main() 209 tot.lookups, tot.hits, tot.misses, in main() 212 rel.lookups = tot.lookups - last.lookups; in main() 219 rel.lookups, rel.hits, rel.misses, in main()
|
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/ |
D | with-nodeNext-resolution.js | 45 File '/Users/name/projects/web/src/package.json' does not exist according to earlier cached lookups. 46 File '/Users/name/projects/web/package.json' does not exist according to earlier cached lookups. 47 File '/Users/name/projects/package.json' does not exist according to earlier cached lookups. 48 File '/Users/name/package.json' does not exist according to earlier cached lookups. 49 File '/Users/package.json' does not exist according to earlier cached lookups. 50 File '/package.json' does not exist according to earlier cached lookups. 52 Directory '/Users/name/projects/web/src/node_modules' does not exist, skipping all lookups in it. 67 …me/projects/web/node_modules/@types/yargs/package.json' exists according to earlier cached lookups. 70 …me/projects/web/node_modules/@types/yargs/package.json' exists according to earlier cached lookups. 78 File '/package.json' does not exist according to earlier cached lookups.
|
D | package-json-is-looked-up-for-file.js | 39 File '/Users/name/projects/lib-boilerplate/package.json' exists according to earlier cached lookups. 43 …ame/projects/lib-boilerplate/test/package.json' does not exist according to earlier cached lookups. 44 File '/Users/name/projects/lib-boilerplate/package.json' exists according to earlier cached lookups.
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | BundleItem.java | 32 …private Hashtable lookups; // A hash table of lookups for the item (i.… field in BundleItem 52 lookups = new Hashtable(); in BundleItem() 135 return lookups; in getLookups() 166 public void setLookups(Hashtable lookups) { in setLookups() argument 167 this.lookups = lookups; in setLookups() 287 Enumeration elems = lookups.keys(); in toOutputString() 290 retStr += "\n# @{" + str + "} " + (String)lookups.get(str); in toOutputString()
|
D | RBTMXImporter.java | 153 Hashtable lookups = null; in importDoc() local 193 if (lookups == null) lookups = new Hashtable(); in importDoc() 196 lookups.put(lkey, lvalue); in importDoc() 204 if (lookups != null) item.setLookups(lookups); in importDoc()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | BundleItemCreationDialog.java | 63 Hashtable lookups = new Hashtable(); field in BundleItemCreationDialog 195 if (item.getLookups() != null) lookups = item.getLookups(); in initComponents() 206 lookups.put(name,value); in initComponents() 210 Enumeration keys = lookups.keys(); in initComponents() 214 lookups.remove(name); in initComponents() 222 if (!lookups.containsKey(name)) { in initComponents() 223 lookups.put(name,""); in initComponents() 231 if (lookups.size() > 0) { in initComponents() 234 lookupBoxes = new Box[lookups.size()]; in initComponents() 235 lookupFields = new JTextField[lookups.size()]; in initComponents() [all …]
|
D | BundleItemDialog.java | 66 Box lookups[] = null; field in BundleItemDialog 152 lookups = new Box[item.getLookups().size()]; in initComponents() 160 lookups[i] = new Box(BoxLayout.X_AXIS); in initComponents() 165 lookups[i].add(Box.createHorizontalGlue()); in initComponents() 166 lookups[i].add(lookupLabels[i]); in initComponents() 167 lookups[i].add(Box.createHorizontalStrut(5)); in initComponents() 168 lookups[i].add(lookupFields[i]); in initComponents() 169 lookupBox.add(lookups[i]); in initComponents() 262 if (lookups != null) { in actionPerformed() 264 for (int i=0; i < lookups.length; i++) { in actionPerformed()
|
D | RBSearchPanel.java | 111 Hashtable lookups = item.getLookups(); in performSearch() local 112 Enumeration enum2 = lookups.keys(); in performSearch() 115 String lookup_value = (String)lookups.get(lookup_key); in performSearch() 137 Hashtable lookups = item.getLookups(); in performSearch() local 138 Enumeration enum2 = lookups.keys(); in performSearch() 141 String lookup_value = (String)lookups.get(lookup_key); in performSearch()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_init.c | 95 #define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \ 142 channel->lookups = NULL; in ares_init_options() 232 if(channel->lookups) in ares_init_options() 233 ares_free(channel->lookups); in ares_init_options() 410 if (channel->lookups) { in ares_save_options() 411 options->lookups = ares_strdup(channel->lookups); in ares_save_options() 412 if (!options->lookups && channel->lookups) in ares_save_options() 529 if ((optmask & ARES_OPT_LOOKUPS) && !channel->lookups) in init_by_options() 531 channel->lookups = ares_strdup(options->lookups); in init_by_options() 532 if (!channel->lookups) in init_by_options() [all …]
|
D | ares_destroy.c | 37 if(options->lookups) in ares_destroy_options() 38 ares_free(options->lookups); in ares_destroy_options() 89 if (channel->lookups) in ares_destroy() 90 ares_free(channel->lookups); in ares_destroy()
|
/third_party/typescript/tests/baselines/reference/tsbuild/moduleResolution/ |
D | impliedNodeFormat-differs-between-projects-for-shared-file.js | 90 File '/src/projects/b/src/package.json' does not exist according to earlier cached lookups. 91 File '/src/projects/b/package.json' exists according to earlier cached lookups. 93 Directory '/src/projects/b/src/node_modules' does not exist, skipping all lookups in it. 94 Directory '/src/projects/b/node_modules' does not exist, skipping all lookups in it. 95 File '/src/projects/node_modules/@types/pg/package.json' exists according to earlier cached lookups. 101 File '/src/projects/node_modules/@types/pg/package.json' exists according to earlier cached lookups. 104 File '/src/projects/node_modules/@types/pg/package.json' exists according to earlier cached lookups.
|
/third_party/typescript/tests/baselines/reference/tsserver/moduleResolution/ |
D | package-json-file-is-edited.js | 1016 … 153 [00:03:37.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. 1017 Info 154 [00:03:38.000] File '/a/package.json' does not exist according to earlier cached lookups. 1018 Info 155 [00:03:39.000] File '/package.json' does not exist according to earlier cached lookups. 1019 …r/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. 1024 Info 161 [00:03:45.000] File '/package.json' does not exist according to earlier cached lookups. 1025 …r/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. 1026 …/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. 1027 …00] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. 1028 …0:03:49.000] File '/user/username/package.json' does not exist according to earlier cached lookups. 1029 …o 166 [00:03:50.000] File '/user/package.json' does not exist according to earlier cached lookups. [all …]
|
D | package-json-file-is-edited-when-package-json-with-type-module-exists.js | 634 … 101 [00:02:32.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. 635 Info 102 [00:02:33.000] File '/a/package.json' does not exist according to earlier cached lookups. 636 Info 103 [00:02:34.000] File '/package.json' does not exist according to earlier cached lookups. 637 …r/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. 640 …r/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. 641 …] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. 649 … 116 [00:02:47.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. 650 Info 117 [00:02:48.000] File '/a/package.json' does not exist according to earlier cached lookups. 651 Info 118 [00:02:49.000] File '/package.json' does not exist according to earlier cached lookups. 1001 … 146 [00:03:30.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. [all …]
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/moduleResolution/ |
D | resolves-specifier-in-output-declaration-file-from-referenced-project-correctly-with-cts-and-mts-extensions.js | 73 …username/projects/myproject/packages/pkg1/package.json' exists according to earlier cached lookups. 75 …username/projects/myproject/packages/pkg1/node_modules' does not exist, skipping all lookups in it. 76 …user/username/projects/myproject/packages/node_modules' does not exist, skipping all lookups in it. 92 …username/projects/myproject/packages/pkg2/package.json' exists according to earlier cached lookups. 102 File '/a/lib/package.json' does not exist according to earlier cached lookups. 103 File '/a/package.json' does not exist according to earlier cached lookups. 104 File '/package.json' does not exist according to earlier cached lookups. 284 …username/projects/myproject/packages/pkg1/package.json' exists according to earlier cached lookups. 286 …username/projects/myproject/packages/pkg1/node_modules' does not exist, skipping all lookups in it. 287 …user/username/projects/myproject/packages/node_modules' does not exist, skipping all lookups in it. [all …]
|
/third_party/libfuse/doc/ |
D | README.NFS | 19 implement special lookups for the names "." and "..". The former may 21 is only requested for directories. Otherwise these special lookups 22 should behave identically to ordinary lookups.
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | performance.texture.format.txt | 36 Test cases measure performance of 2D and cubemap texture lookups without 38 more texture lookups, each targeting different texture unit. There are 41 Texture lookups use same coordinates and lookup results are multiplied
|
/third_party/cups/ |
D | backport-CVE-2023-34241.patch | 22 * Can't have an unresolved IP address with double-lookups enabled... 37 * with double-lookups enabled...
|
/third_party/skia/bench/ |
D | SkGlyphCacheBench.cpp | 36 for (int lookups = 0; lookups < 10; lookups++) { in do_font_stuff() local
|