/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 145 db.names.push_back(std::string(num, static_cast<std::size_t>(n)));
in parse_floating_number() 170 db.names.push_back("(anonymous namespace)");
in parse_source_name() 172 db.names.push_back(std::move(r));
in parse_source_name() 198 db.names.push_back("std::allocator");
in parse_substitution() 202 db.names.push_back("std::basic_string");
in parse_substitution() 206 db.names.push_back("std::string");
in parse_substitution() 210 db.names.push_back("std::istream");
in parse_substitution() 214 db.names.push_back("std::ostream");
in parse_substitution() 218 db.names.push_back("std::iostream");
in parse_substitution() 224 db.names in parse_substitution() 4206 sub_type names; global() member [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-builtin-net_id.c | 21 * Predictable network interface device names based on: 35 * Type of names: 131 static int dev_pci_onboard(struct udev_device *dev, struct netnames *names) { in dev_pci_onboard() argument 139 attr = udev_device_get_sysattr_value(names->pcidev, "acpi_index"); in dev_pci_onboard() 142 attr = udev_device_get_sysattr_value(names->pcidev, "index"); in dev_pci_onboard() 155 s = names->pci_onboard; in dev_pci_onboard() 156 l = sizeof(names->pci_onboard); in dev_pci_onboard() 161 names->pci_onboard[0] = '\0'; in dev_pci_onboard() 163 names->pci_onboard_label = udev_device_get_sysattr_value(names in dev_pci_onboard() 188 dev_pci_slot(struct udev_device *dev, struct netnames *names) dev_pci_slot() argument 276 names_pci(struct udev_device *dev, struct netnames *names) names_pci() argument 296 names_usb(struct udev_device *dev, struct netnames *names) names_usb() argument 349 names_bcma(struct udev_device *dev, struct netnames *names) names_bcma() argument 368 names_ccw(struct udev_device *dev, struct netnames *names) names_ccw() argument 406 names_mac(struct udev_device *dev, struct netnames *names) names_mac() argument 440 ieee_oui(struct udev_device *dev, struct netnames *names, bool test) ieee_oui() argument 461 struct netnames names = {}; builtin_net_id() local [all...] |
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 222 default_user_def : DEFAULT_USER names SOURCE ';' 224 | DEFAULT_USER names TARGET ';' 227 default_role_def : DEFAULT_ROLE names SOURCE ';' 229 | DEFAULT_ROLE names TARGET ';' 232 default_type_def : DEFAULT_TYPE names SOURCE ';' 234 | DEFAULT_TYPE names TARGET ';' 237 default_range_def : DEFAULT_RANGE names SOURCE LOW ';' 239 | DEFAULT_RANGE names SOURCE HIGH ';' 241 | DEFAULT_RANGE names SOURCE LOW_HIGH ';' 243 | DEFAULT_RANGE names TARGE 833 names : identifier global() label [all...] |
/third_party/glslang/SPIRV/ |
H A D | disassemble.cpp | 18 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its 449 // Get names for printing "(XXX)" for readability, *after* this id in disassembleInstruction() 578 static void GLSLstd450GetDebugNames(const char** names) in GLSLstd450GetDebugNames() argument 581 names[i] = "Unknown"; in GLSLstd450GetDebugNames() 583 names[GLSLstd450Round] = "Round"; in GLSLstd450GetDebugNames() 584 names[GLSLstd450RoundEven] = "RoundEven"; in GLSLstd450GetDebugNames() 585 names[GLSLstd450Trunc] = "Trunc"; in GLSLstd450GetDebugNames() 586 names[GLSLstd450FAbs] = "FAbs"; in GLSLstd450GetDebugNames() 587 names[GLSLstd450SAbs] = "SAbs"; in GLSLstd450GetDebugNames() 588 names[GLSLstd450FSig in GLSLstd450GetDebugNames() [all...] |
/third_party/python/Tools/scripts/ |
H A D | generate_stdlib_module_names.py | 1 # This script lists the names of standard library modules 64 def list_python_modules(names): 69 names.add(name) 73 def list_packages(names): 82 names.add(name) 86 def list_setup_extensions(names): 87 cmd = [sys.executable, SETUP_PY, "-q", "build", "--list-module-names"] 91 names |= set(extensions) 95 def list_modules_setup_extensions(names): 115 names [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | DataRecord.java | 61 record.pl = in.namedIndex("pl", EPluralization.names); in read() 63 record.genders = in.namedIndexArray("gender", EGender.names); in read() 74 EHalfPlacement.names); in read() 76 EHalfSupport.names); in read() 87 ENumberSystem.names); in read() 93 EZeroHandling.names); in read() 95 EDecimalHandling.names); in read() 97 EFractionHandling.names); in read() 102 EMilliSupport.names); in read() 128 out.namedIndex("pl", EPluralization.names, p in write() 207 public static final String[] names = { "NOLIMIT", "LT", "MT" }; global() field 214 public static final String[] names = { "NODIRECTION", "PAST", "FUTURE" }; global() field 221 public static final String[] names = { "PLURALIZED", "MEDIUM", "SHORT" }; global() field 231 public static final String[] names = { "INTEGER", "INTEGER_CUSTOM", global() field 242 public static final String[] names = { "NONE", "PLURAL", "DUAL", global() field 250 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" }; global() field 258 public static final String[] names = { "DEFAULT", global() field 265 public static final String[] names = { "ZPLURAL", "ZSINGULAR" }; global() field 273 public static final String[] names = { "DPLURAL", "DSINGULAR", global() field 282 public static final String[] names = { "FPLURAL", "FSINGULAR_PLURAL", global() field 290 public static final String[] names = { "YES", "NO", "ONE_PLUS" }; global() field 297 public static final String[] names = { "YES", "NO", "WITH_SECONDS" }; global() field 304 public static final String[] names = { "NONE", "SHORT", "FULL" }; global() field 311 public static final String[] names = { "M", "F", "N" }; global() field [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
H A D | DataRecord.java | 63 record.pl = in.namedIndex("pl", EPluralization.names); in read() 65 record.genders = in.namedIndexArray("gender", EGender.names); in read() 76 EHalfPlacement.names); in read() 78 EHalfSupport.names); in read() 89 ENumberSystem.names); in read() 95 EZeroHandling.names); in read() 97 EDecimalHandling.names); in read() 99 EFractionHandling.names); in read() 104 EMilliSupport.names); in read() 130 out.namedIndex("pl", EPluralization.names, p in write() 215 public static final String[] names = { "NOLIMIT", "LT", "MT" }; global() field 225 public static final String[] names = { "NODIRECTION", "PAST", "FUTURE" }; global() field 235 public static final String[] names = { "PLURALIZED", "MEDIUM", "SHORT" }; global() field 248 public static final String[] names = { "INTEGER", "INTEGER_CUSTOM", global() field 262 public static final String[] names = { "NONE", "PLURAL", "DUAL", global() field 273 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" }; global() field 284 public static final String[] names = { "DEFAULT", global() field 294 public static final String[] names = { "ZPLURAL", "ZSINGULAR" }; global() field 305 public static final String[] names = { "DPLURAL", "DSINGULAR", global() field 317 public static final String[] names = { "FPLURAL", "FSINGULAR_PLURAL", global() field 328 public static final String[] names = { "YES", "NO", "ONE_PLUS" }; global() field 338 public static final String[] names = { "YES", "NO", "WITH_SECONDS" }; global() field 348 public static final String[] names = { "NONE", "SHORT", "FULL" }; global() field 358 public static final String[] names = { "M", "F", "N" }; global() field [all...] |
/third_party/musl/src/dirent/ |
H A D | scandir.c | 13 struct dirent *de, **names=0, **tmp; in scandir() local 23 if (len > SIZE_MAX/sizeof *names) break; in scandir() 24 tmp = realloc(names, len * sizeof *names); in scandir() 26 names = tmp; in scandir() 28 names[cnt] = malloc(de->d_reclen); in scandir() 29 if (!names[cnt]) break; in scandir() 30 memcpy(names[cnt++], de, de->d_reclen); in scandir() 36 if (names) while (cnt-->0) free(names[cn in scandir() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | CommandOptions.java | 12 @Parameter(names = { 16 @Parameter(names = { "-a", "--all" }, description = "Show all the information for the font") 19 @Parameter(names = { "-c", "--csv" }, description = "Show the information in CSV format") 22 @Parameter(names = { "-d", "--detailed" }, description = "Show more detailed information") 25 @Parameter(names = { "-m", "--metrics" }, description = "Display font metrics") 28 @Parameter(names = { "-g", "--general" }, description = "Display general font information") 31 @Parameter(names = { "-p", "--cmap" }, description = "Display list of cmaps") 34 @Parameter(names = { "-r", "--chars" }, description = "Display list of all characters in the font") 37 @Parameter(names = { 41 @Parameter(names [all...] |
/third_party/selinux/libselinux/utils/ |
H A D | getsebool.c | 18 char **names = NULL; in main() local 31 rc = security_get_boolean_names(&names, &len); in main() 34 "%s: Unable to get boolean names: %s\n", in main() 58 names = calloc(len, sizeof(char *)); in main() 59 if (!names) { in main() 64 names[i] = strdup(argv[i + 1]); in main() 65 if (!names[i]) { in main() 75 active = security_get_boolean_active(names[i]); in main() 80 names[i]); in main() 84 pending = security_get_boolean_pending(names[ in main() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | list.c | 28 #include "names.h" 126 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_ciphers() 131 names = sk_OPENSSL_CSTRING_new(name_cmp); in list_ciphers() 132 if (names != NULL && EVP_CIPHER_names_do_all(c, collect_names, names)) { in list_ciphers() 134 print_names(bio_out, names); in list_ciphers() 152 sk_OPENSSL_CSTRING_free(names); in list_ciphers() 210 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_digests() 215 names = sk_OPENSSL_CSTRING_new(name_cmp); in list_digests() 216 if (names ! in list_digests() [all...] |
/third_party/openssl/apps/ |
H A D | list.c | 28 #include "names.h" 126 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_ciphers() 131 names = sk_OPENSSL_CSTRING_new(name_cmp); in list_ciphers() 132 if (names != NULL && EVP_CIPHER_names_do_all(c, collect_names, names)) { in list_ciphers() 134 print_names(bio_out, names); in list_ciphers() 152 sk_OPENSSL_CSTRING_free(names); in list_ciphers() 210 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_digests() 215 names = sk_OPENSSL_CSTRING_new(name_cmp); in list_digests() 216 if (names ! in list_digests() [all...] |
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
H A D | PostScriptTableBuilderTest.java | 37 List<String> names = new ArrayList<String>(); in testPostTableBuilding() 38 names.add(".notdef"); in testPostTableBuilding() 39 names.add("numbersign"); in testPostTableBuilding() 40 names.add("nonstandardglyph"); in testPostTableBuilding() 41 names.add("dcroat"); in testPostTableBuilding() 42 names.add("nonstandardglyph2"); in testPostTableBuilding() 44 postBuilder.setNames(names); in testPostTableBuilding() 50 assertEquals(names.size(), post.numberOfGlyphs()); in testPostTableBuilding() 51 for (int i = 0; i < names.size(); i++) { in testPostTableBuilding() 52 assertEquals(names in testPostTableBuilding() [all...] |
/third_party/python/Lib/test/ |
H A D | test___all__.py | 42 names = {} 50 exec("import %s" % modname, names) 58 names = {} 65 exec("from %s import *" % modname, names) 70 if "__builtins__" in names: 71 del names["__builtins__"] 72 if '__annotations__' in names: 73 del names['__annotations__'] 74 if "__warningregistry__" in names: 75 del names["__warningregistry_ [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 28 * and daylight names) for each metazone. 38 * these ambiguous names. 146 private TZDBNames(String[] names, String[] parseRegions) { in TZDBNames() argument 147 _names = names; in TZDBNames() 164 String[] names = new String[KEYS.length]; in getInstance() 165 for (int i = 0; i < names.length; i++) { in getInstance() 167 names[i] = table.getString(KEYS[i]); in getInstance() 170 names[i] = null; in getInstance() 191 return new TZDBNames(names, parseRegions); in getInstance() 207 // No names fo in getName() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 29 * and daylight names) for each metazone. 39 * these ambiguous names. 148 private TZDBNames(String[] names, String[] parseRegions) { in TZDBNames() argument 149 _names = names; in TZDBNames() 166 String[] names = new String[KEYS.length]; in getInstance() 167 for (int i = 0; i < names.length; i++) { in getInstance() 169 names[i] = table.getString(KEYS[i]); in getInstance() 172 names[i] = null; in getInstance() 193 return new TZDBNames(names, parseRegions); in getInstance() 209 // No names fo in getName() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-name-table.hh | 94 /* We treat all Mac Latin names as ASCII only. */ in score() 291 this->names.init (); in init() 292 this->names.alloc (all_names.length); in init() 296 hb_ot_name_entry_t *entry = this->names.push (); in init() 304 this->names.qsort (_hb_ot_name_entry_cmp); in init() 308 for (unsigned int i = 0; i < this->names.length; i++) in init() 310 if (this->names[i].entry_score == UNSUPPORTED || in init() 311 this->names[i].language == HB_LANGUAGE_INVALID) in init() 314 this->names[i - 1].name_id == this->names[ in init() 359 hb_vector_t<hb_ot_name_entry_t> names; global() member [all...] |
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/ |
H A D | 15.02.03-009.js | 25 names = Object.getOwnPropertyNames(a); 27 assert(names instanceof Array && 28 names[0] === "prop1" && 29 names[1] === "prop2" && 30 names[2] === "foo" && 31 names[3] === "bar")
|
H A D | 15.02.03-010.js | 17 names = Object.getOwnPropertyNames(a); 19 assert(names instanceof Array); 24 if (names[i] === "0") { is_0 = true; } 25 if (names[i] === "1") { is_1 = true; } 26 if (names[i] === "2") { is_2 = true; } 27 if (names[i] === "length") { is_length = true; }
|
/third_party/typescript/tests/baselines/reference/ |
H A D | optionalChainingInArrow.js | 3 const test = (names: string[]) => 5 names?.filter(x => x); 10 var test = function (names) {
12 return names === null || names === void 0 ? void 0 : names.filter(function (x) { return x; });
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | PostScriptTableBuilder.java | 74 * These are the standard PostScript names from the OpenType spec. They are a prefix of the 340 private static Map<String, Integer> invertNameMap(String[] names) { in invertNameMap() argument 342 for (int i = 0; i < names.length; i++) { in invertNameMap() 343 nameMap.put(names[i], i); in invertNameMap() 349 private List<String> names; field in PostScriptTableBuilder 367 public void setNames(List<String> names) { in setNames() argument 368 this.names = names; in setNames() 374 if (names == null) { in build() 379 int nGlyphs = names in build() [all...] |
/third_party/mesa3d/src/util/ |
H A D | u_debug.c | 331 debug_dump_enum(const struct debug_named_value *names, in debug_dump_enum() argument 336 while (names->name) { in debug_dump_enum() 337 if (names->value == value) in debug_dump_enum() 338 return names->name; in debug_dump_enum() 339 ++names; in debug_dump_enum() 348 debug_dump_enum_noprefix(const struct debug_named_value *names, in debug_dump_enum_noprefix() argument 354 while (names->name) { in debug_dump_enum_noprefix() 355 if (names->value == value) { in debug_dump_enum_noprefix() 356 const char *name = names->name; in debug_dump_enum_noprefix() 363 ++names; in debug_dump_enum_noprefix() 372 debug_dump_flags(const struct debug_named_value *names, unsigned long value) debug_dump_flags() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttpost.c | 22 * file loads the missing PS glyph names and implements an API to access 51 /* module to grab the glyph names. */ 65 /* table of Mac names. Thus, it is possible to build a version of */ 70 /* the 258 default Mac PS glyph names; see file `tools/glnames.py' */ 180 /* There already exist fonts which have more than 32768 glyph names */ in load_format_20() 205 /* compute number of names stored in table */ in load_format_20() 274 " using NULL names for gid %d - %d\n", in load_format_20() 283 TT_Post_20 table = &face->postscript_names.names.format_20; in load_format_20() 353 TT_Post_25 table = &face->postscript_names.names.format_25; in load_format_25() 382 /* seek to the beginning of the PS names tabl in load_post_names() 412 TT_Post_Names names = &face->postscript_names; tt_face_free_ps_names() local 481 TT_Post_Names names; FT_LOCAL_DEF() local [all...] |
/third_party/python/Tools/unicode/ |
H A D | listcodecs.py | 14 names = [] 31 names.append(name) 32 return names 36 names = listcodecs(encodings.__path__[0]) variable 37 names.sort() 39 for name in names:
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Configurator.cpp | 109 if(names.size()) in readFile() 133 file << "[" << names[keyID] << "]" << endl; in writeFile() 135 for(unsigned int valueID = 0; valueID < sections[keyID].names.size(); valueID++) in writeFile() 137 file << sections[keyID].names[valueID] << "=" << sections[keyID].values[valueID] << endl; in writeFile() 148 for(unsigned int keyID = 0; keyID < names.size(); keyID++) in findKey() 150 if(names[keyID] == keyName) in findKey() 166 for(unsigned int valueID = 0; valueID < sections[keyID].names.size(); ++valueID) in findValue() 168 if(sections[keyID].names[valueID] == valueName) in findValue() 179 names.resize(names in addKeyName() [all...] |