Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 6212) sorted by relevance

12345678910>>...249

/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp145 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.push_back(n); in parse_substitution()
[all …]
/external/jcommander/src/test/java/com/beust/jcommander/args/
DCommandLineArgs.java31 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity")
34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
37 @Parameter(names = "-excludedgroups", description ="Comma-separated list of group names to be " +
41 @Parameter(names = "-d", description ="Output directory")
44 @Parameter(names = "-junit", description ="JUnit mode")
47 @Parameter(names = "-listener", description = "List of .class files or list of class names" +
51 @Parameter(names = "-methodselectors", description = "List of .class files or list of class " +
55 @Parameter(names = "-objectfactory", description = "List of .class files or list of class " +
59 @Parameter(names = "-parallel", description = "Parallel mode (methods, tests or classes)")
62 …@Parameter(names = "-configfailurepolicy", description = "Configuration failure policy (skip or co…
[all …]
DCommandLineArgs2.java31 @Parameter(names = { "-v", "--verbose" }, description = "print verbose log messages.", arity = 1)
34 @Parameter(names = { "-h", "--help" }, description = "show this help.")
37 @Parameter(names = { "-F", "--flush-preferences" }, description = "flush gui preferences.")
40 @Parameter(names = { "-L", "--flush-licensed" }, description = "flush licensed.")
43 @Parameter(names = { "-I", "--index-file" }, description = "indexes the given file.")
46 @Parameter(names = { "-b", "--bonjour" }, description = "enable Bonjour.")
49 …@Parameter(names = { "-m", "--md5" }, description = "create an MD5 checksum for the given file.", …
52 …@Parameter(names = { "-c", "--cat" }, description = "'cat' the given Lilith logfile.", converter =…
55 …@Parameter(names = { "-t", "--tail" }, description = "'tail' the given Lilith logfile.", converter…
58 @Parameter(names = { "-p", "--pattern" }, description = "pattern used by 'cat' or 'tail'.")
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
Ddisassemble.cpp554 static void GLSLstd450GetDebugNames(const char** names) in GLSLstd450GetDebugNames() argument
557 names[i] = "Unknown"; in GLSLstd450GetDebugNames()
559 names[GLSLstd450Round] = "Round"; in GLSLstd450GetDebugNames()
560 names[GLSLstd450RoundEven] = "RoundEven"; in GLSLstd450GetDebugNames()
561 names[GLSLstd450Trunc] = "Trunc"; in GLSLstd450GetDebugNames()
562 names[GLSLstd450FAbs] = "FAbs"; in GLSLstd450GetDebugNames()
563 names[GLSLstd450SAbs] = "SAbs"; in GLSLstd450GetDebugNames()
564 names[GLSLstd450FSign] = "FSign"; in GLSLstd450GetDebugNames()
565 names[GLSLstd450SSign] = "SSign"; in GLSLstd450GetDebugNames()
566 names[GLSLstd450Floor] = "Floor"; in GLSLstd450GetDebugNames()
[all …]
/external/deqp-deps/glslang/SPIRV/
Ddisassemble.cpp554 static void GLSLstd450GetDebugNames(const char** names) in GLSLstd450GetDebugNames() argument
557 names[i] = "Unknown"; in GLSLstd450GetDebugNames()
559 names[GLSLstd450Round] = "Round"; in GLSLstd450GetDebugNames()
560 names[GLSLstd450RoundEven] = "RoundEven"; in GLSLstd450GetDebugNames()
561 names[GLSLstd450Trunc] = "Trunc"; in GLSLstd450GetDebugNames()
562 names[GLSLstd450FAbs] = "FAbs"; in GLSLstd450GetDebugNames()
563 names[GLSLstd450SAbs] = "SAbs"; in GLSLstd450GetDebugNames()
564 names[GLSLstd450FSign] = "FSign"; in GLSLstd450GetDebugNames()
565 names[GLSLstd450SSign] = "SSign"; in GLSLstd450GetDebugNames()
566 names[GLSLstd450Floor] = "Floor"; in GLSLstd450GetDebugNames()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DJavaNamesTest.java24 private ILanguageNames names; field in JavaNamesTest
28 names = new JavaNames(); in setup()
33 assertEquals("default", names.getPackageName("")); in testGetPackageName1()
38 assertEquals("java.lang", names.getPackageName("java/lang")); in testGetPackageName2()
43 assertEquals("Main", names.getClassName("Main", null, null, null)); in testGetClassName1()
49 names.getClassName("java/lang/Object", null, null, null)); in testGetClassName2()
55 names.getClassName("java/util/Map$Entry", null, null, null)); in testGetClassName3()
60 assertEquals("Bar.new Object() {...}", names.getClassName( in testGetClassName4()
66 assertEquals("Bar.new ISample() {...}", names.getClassName( in testGetClassName5()
74 names.getClassName("com/foo/Bar$1", null, null, null)); in testGetClassName6()
[all …]
/external/selinux/checkpolicy/
Dpolicy_parse.y223 default_user_def : DEFAULT_USER names SOURCE ';'
225 | DEFAULT_USER names TARGET ';'
228 default_role_def : DEFAULT_ROLE names SOURCE ';'
230 | DEFAULT_ROLE names TARGET ';'
233 default_type_def : DEFAULT_TYPE names SOURCE ';'
235 | DEFAULT_TYPE names TARGET ';'
238 default_range_def : DEFAULT_RANGE names SOURCE LOW ';'
240 | DEFAULT_RANGE names SOURCE HIGH ';'
242 | DEFAULT_RANGE names SOURCE LOW_HIGH ';'
244 | DEFAULT_RANGE names TARGET LOW ';'
[all …]
/external/testng/src/main/java/org/testng/
DCommandLineArgs.java19 @Parameter(names = { LOG, VERBOSE }, description = "Level of verbosity")
23 @Parameter(names = GROUPS, description = "Comma-separated list of group names to be run")
27 @Parameter(names = EXCLUDED_GROUPS, description ="Comma-separated list of group names to "
32 @Parameter(names = OUTPUT_DIRECTORY, description ="Output directory")
36 @Parameter(names = JUNIT, description ="JUnit mode")
40 @Parameter(names = MIXED, description ="Mixed mode - autodetect the type of current test" +
45 @Parameter(names = LISTENER, description = "List of .class files or list of class names" +
50 @Parameter(names = METHOD_SELECTORS, description = "List of .class files or list of class " +
55 @Parameter(names = OBJECT_FACTORY, description = "List of .class files or list of class " +
60 @Parameter(names = PARALLEL, description = "Parallel mode (methods, tests or classes)")
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathTester.java40 private ImmutableList<String> names = ImmutableList.of(); field in PathTester
52 public PathTester names(Iterable<String> names) { in names() method in PathTester
53 this.names = ImmutableList.copyOf(names); in names()
57 public PathTester names(String... names) { in names() argument
58 return names(Arrays.asList(names)); in names()
89 assertEquals(names.size(), path.getNameCount()); in testNames()
90 assertEquals(names, names(path)); in testNames()
91 for (int i = 0; i < names.size(); i++) { in testNames()
92 assertEquals(names.get(i), path.getName(i).toString()); in testNames()
94 if (names.size() > 1) { in testNames()
[all …]
/external/strace/tests-mx32/
Dsockopt-sol_netlink.c63 } names[] = { in main() local
107 for (i = 0; i < ARRAY_SIZE(names); ++i) { in main()
112 get_sockopt(fd, names[i].val, val, len); in main()
113 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str); in main()
122 get_sockopt(fd, names[i].val, val, len); in main()
123 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str); in main()
135 get_sockopt(fd, names[i].val, NULL, len); in main()
137 fd, names[i].str); in main()
143 if (names[i].val != NETLINK_LIST_MEMBERSHIPS) { in main()
147 get_sockopt(fd, names[i].val, val, len); in main()
[all …]
/external/strace/tests/
Dsockopt-sol_netlink.c63 } names[] = { in main() local
107 for (i = 0; i < ARRAY_SIZE(names); ++i) { in main()
112 get_sockopt(fd, names[i].val, val, len); in main()
113 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str); in main()
122 get_sockopt(fd, names[i].val, val, len); in main()
123 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str); in main()
135 get_sockopt(fd, names[i].val, NULL, len); in main()
137 fd, names[i].str); in main()
143 if (names[i].val != NETLINK_LIST_MEMBERSHIPS) { in main()
147 get_sockopt(fd, names[i].val, val, len); in main()
[all …]
/external/strace/tests-m32/
Dsockopt-sol_netlink.c63 } names[] = { in main() local
107 for (i = 0; i < ARRAY_SIZE(names); ++i) { in main()
112 get_sockopt(fd, names[i].val, val, len); in main()
113 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str); in main()
122 get_sockopt(fd, names[i].val, val, len); in main()
123 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str); in main()
135 get_sockopt(fd, names[i].val, NULL, len); in main()
137 fd, names[i].str); in main()
143 if (names[i].val != NETLINK_LIST_MEMBERSHIPS) { in main()
147 get_sockopt(fd, names[i].val, val, len); in main()
[all …]
/external/adhd/cras/src/server/
Dcras_alsa_mixer_name.c13 struct mixer_name *mixer_name_add(struct mixer_name *names, const char *name, in mixer_name_add() argument
20 return names; in mixer_name_add()
24 return names; in mixer_name_add()
29 return names; in mixer_name_add()
34 DL_APPEND(names, m_name); in mixer_name_add()
35 return names; in mixer_name_add()
38 struct mixer_name *mixer_name_add_array(struct mixer_name *names, in mixer_name_add_array() argument
46 names = mixer_name_add(names, name_array[i], dir, type); in mixer_name_add_array()
47 return names; in mixer_name_add_array()
50 void mixer_name_free(struct mixer_name *names) in mixer_name_free() argument
[all …]
/external/llvm-project/lldb/test/API/python_api/frame/get-variables/
DTestGetVariables.py16 names = list()
18 names.append(value.GetName())
19 return names
31 def verify_variable_names(self, description, value_list, names): argument
32 copy_names = list(names)
150 names = arg_names + local_names
151 count = len(names)
158 names,
161 self.verify_variable_names("check names of %s" % (desc), vars, names)
167 names = arg_names + static_names
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DDataRecord.java61 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, pl); in write()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DDataRecord.java63 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, pl); in write()
[all …]
/external/fonttools/Tests/ttLib/tables/
D_n_a_m_e_test.py14 def names(nameTable): function
16 for n in nameTable.names]
25 table.names = [
43 self.assertTrue(len(table.names) == 3)
46 self.assertTrue(len(table.names) == 3)
61 table.names = [
69 table.names = [
74 table.names.sort()
85 self.assertEqual(len(table.names), 6)
86 self.assertEqual(table.names[0].string, "Width")
[all …]
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/ARM/
Dreg-names.s3 @ RUN: llvm-objdump -d -Mreg-names-std %t \
5 @ RUN: llvm-objdump -d --disassembler-options=reg-names-raw %t \
7 @ RUN: llvm-objdump -d -Mreg-names-raw,reg-names-std %t \
9 @ RUN: llvm-objdump -d -Mreg-names-std,reg-names-raw %t \
17 @ RUN: llvm-objdump -d --disassembler-options=reg-names-raw %t > %t.raw
18 @ RUN: llvm-objdump -d -M reg-names-raw %t > %t.1
19 @ RUN: llvm-objdump -d -Mreg-names-raw %t > %t.2
20 @ RUN: llvm-objdump -d -Mreg-names-std -Mreg-names-raw %t > %t.3
21 @ RUN: llvm-objdump -d -Mreg-names-std,reg-names-raw %t > %t.4
22 @ RUN: llvm-objdump -dM reg-names-std,reg-names-raw %t > %t.5
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DGeneralNames.java14 private final GeneralName[] names; field in GeneralNames
16 private static GeneralName[] copy(GeneralName[] names) in copy() argument
18 GeneralName[] result = new GeneralName[names.length]; in copy()
19 System.arraycopy(names, 0, result, 0, names.length); in copy()
59 this.names = new GeneralName[] { name }; in GeneralNames()
64 GeneralName[] names) in GeneralNames() argument
66 this.names = copy(names); in GeneralNames()
72 this.names = new GeneralName[seq.size()]; in GeneralNames()
76 names[i] = GeneralName.getInstance(seq.getObjectAt(i)); in GeneralNames()
82 return copy(names); in getNames()
[all …]
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsPath.java55 private final ImmutableList<Name> names; field in JimfsPath
58 public JimfsPath(PathService pathService, @NullableDecl Name root, Iterable<Name> names) { in JimfsPath() argument
61 this.names = ImmutableList.copyOf(names); in JimfsPath()
71 public ImmutableList<Name> names() { in names() method in JimfsPath
72 return names; in names()
81 if (!names.isEmpty()) { in name()
82 return Iterables.getLast(names); in name()
91 return root == null && names.size() == 1 && names.get(0).toString().isEmpty(); in isEmptyPath()
124 return names.isEmpty() ? null : getName(names.size() - 1); in getFileName()
129 if (names.isEmpty() || (names.size() == 1 && root == null)) { in getParent()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DGeneralNames.java18 private final GeneralName[] names; field in GeneralNames
20 private static GeneralName[] copy(GeneralName[] names) in copy() argument
22 GeneralName[] result = new GeneralName[names.length]; in copy()
23 System.arraycopy(names, 0, result, 0, names.length); in copy()
63 this.names = new GeneralName[] { name }; in GeneralNames()
68 GeneralName[] names) in GeneralNames() argument
70 this.names = copy(names); in GeneralNames()
76 this.names = new GeneralName[seq.size()]; in GeneralNames()
80 names[i] = GeneralName.getInstance(seq.getObjectAt(i)); in GeneralNames()
86 return copy(names); in getNames()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DGeneralNames.java18 private final GeneralName[] names; field in GeneralNames
20 private static GeneralName[] copy(GeneralName[] names) in copy() argument
22 GeneralName[] result = new GeneralName[names.length]; in copy()
23 System.arraycopy(names, 0, result, 0, names.length); in copy()
63 this.names = new GeneralName[] { name }; in GeneralNames()
68 GeneralName[] names) in GeneralNames() argument
70 this.names = copy(names); in GeneralNames()
76 this.names = new GeneralName[seq.size()]; in GeneralNames()
80 names[i] = GeneralName.getInstance(seq.getObjectAt(i)); in GeneralNames()
86 return copy(names); in getNames()
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-identifier-naming.rst95 When defined, the check will ensure abstract class names conform to the
100 When defined, the check will ensure abstract class names will add the
105 Identifier naming checks won't be enforced for abstract class names
110 When defined, the check will ensure abstract class names will add the
119 Identifies and/or transforms abstract class names as follows:
199 When defined, the check will ensure class names conform to the
204 When defined, the check will ensure class names will add the
209 Identifier naming checks won't be enforced for class names matching
214 When defined, the check will ensure class names will add the
223 Identifies and/or transforms class names as follows:
[all …]
/external/selinux/libselinux/utils/
Dgetsebool.c18 char **names = NULL; in main() local
31 rc = security_get_boolean_names(&names, &len); 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[i]); in main()
87 names[i]); in main()
[all …]
/external/tensorflow/tensorflow/core/graph/
Dgraph_node_util.cc49 std::set<string>* names) { in GetMergedOriginalNodeNames() argument
51 names->insert(from.original_node_names.begin(), in GetMergedOriginalNodeNames()
54 names->insert(from.name); in GetMergedOriginalNodeNames()
56 names->insert(to.original_node_names.begin(), to.original_node_names.end()); in GetMergedOriginalNodeNames()
60 std::set<string> names; in MergeDebugInfo() local
61 GetMergedOriginalNodeNames(from, NodeDebugInfo(*to), &names); in MergeDebugInfo()
62 to->set_original_node_names({names.begin(), names.end()}); in MergeDebugInfo()
66 std::set<string> names; in MergeDebugInfo() local
67 GetMergedOriginalNodeNames(from, NodeDebugInfo(*to), &names); in MergeDebugInfo()
69 if (!names.empty()) { in MergeDebugInfo()
[all …]

12345678910>>...249