HomeSort by relevance Sort by last modified time
    Searched refs:names (Results 51 - 75 of 4940) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
gpr-names-64.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=64
3 #source: gpr-names.s
5 # Check objdump's handling of -M gpr-names=foo options.
cp0sel-names-mips32.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 -M gpr-names=numeric,cp0-names=mips32
4 #source: cp0sel-names.s
6 # Check objdump's handling of -M cp0-names=foo options.
cp0sel-names-mips32r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 -M gpr-names=numeric,cp0-names=mips32r2
4 #source: cp0sel-names.s
6 # Check objdump's handling of -M cp0-names=foo options.
cp0sel-names-mips64.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 -M gpr-names=numeric,cp0-names=mips64
4 #source: cp0sel-names.s
6 # Check objdump's handling of -M cp0-names=foo options.
  /external/testng/src/main/java/org/testng/
CommandLineArgs.java 19 @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"
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Any.php 13 private static $names = array( variable
22 if (!isset(self::$names[$e])) {
25 return self::$names[$e];
Color.php 12 private static $names = array( variable
20 if (!isset(self::$names[$e])) {
23 return self::$names[$e];
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.php 12 private static $names = array( variable
20 if (!isset(self::$names[$e])) {
23 return self::$names[$e];
  /external/flatbuffers/tests/union_vector/
Character.php 14 private static $names = array( variable
26 if (!isset(self::$names[$e])) {
29 return self::$names[$e];
  /external/testng/src/main/java/org/testng/remote/
RemoteArgs.java 7 @Parameter(names = PORT, description = "The port for the serialization protocol")
11 @Parameter(names = DONT_EXIT, description = "Do not exit the JVM once done")
15 @Parameter(names = ACK, description = "Use ACK's")
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 68 int inv_read_raw(const struct inv_sysfs_names_s *names, long *data,
70 int inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data,
72 int inv_read_fifo_rate(const struct inv_sysfs_names_s *names, short *data);
73 int inv_read_power_state(const struct inv_sysfs_names_s *names, char *data);
74 int inv_read_scale(const struct inv_sysfs_names_s *names, float *data);
75 int inv_read_temp_scale(const struct inv_sysfs_names_s *names, short *data);
76 int inv_read_temp_offset(const struct inv_sysfs_names_s *names, short *data);
77 int inv_write_fifo_rate(const struct inv_sysfs_names_s *names, short data);
78 int inv_write_buffer_enable(const struct inv_sysfs_names_s *names, char data);
79 int inv_write_power_state(const struct inv_sysfs_names_s *names, char data)
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 62 int inv_read_raw(const struct inv_sysfs_names_s *names, long *data,
64 int inv_read_temperature_raw(const struct inv_sysfs_names_s *names, short *data,
66 int inv_read_fifo_rate(const struct inv_sysfs_names_s *names, short *data);
67 int inv_read_power_state(const struct inv_sysfs_names_s *names, char *data);
68 int inv_read_scale(const struct inv_sysfs_names_s *names, float *data);
69 int inv_read_temp_scale(const struct inv_sysfs_names_s *names, short *data);
70 int inv_read_temp_offset(const struct inv_sysfs_names_s *names, short *data);
71 int inv_write_fifo_rate(const struct inv_sysfs_names_s *names, short data);
72 int inv_write_buffer_enable(const struct inv_sysfs_names_s *names, char data);
73 int inv_write_power_state(const struct inv_sysfs_names_s *names, char data)
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_mixer_name.h 22 /* Represents a list of mixer names found in ALSA. */
33 * names - A list of controls (may be NULL).
40 * when names is NULL).
42 struct mixer_name *mixer_name_add(struct mixer_name *names,
50 * names - A list of controls (may be NULL).
51 * name_array - The names to add.
58 * when names is NULL).
60 struct mixer_name *mixer_name_add_array(struct mixer_name *names,
66 /* Frees a list of names.
69 * names - A list of names
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
ManyListsTable.java 23 private List<String> names; field in class:ManyListsTable
42 return names;
45 public void setNames(List<String> names) {
46 this.names = names;
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
ConstructorReference.java 24 private final List<String> names; field in class:ConstructorReference
27 names = new ArrayList<>(1);
28 names.add(name);
31 public ConstructorReference(List<String> names) {
32 this.names = names;
36 return names.stream().map(Integer::new).collect(Collectors.toList());
  /libcore/ojluni/src/main/java/sun/security/x509/
IssuerAlternativeNameExtension.java 38 * alternative names.
59 * Attribute names.
65 GeneralNames names = null; field in class:IssuerAlternativeNameExtension
69 if (names == null || names.isEmpty()) {
74 names.encode(os);
81 * @param names the GeneralNames for the issuer.
84 public IssuerAlternativeNameExtension(GeneralNames names)
86 this.names = names;
    [all...]
SubjectAlternativeNameExtension.java 38 * alternative names.
64 * Attribute names.
70 GeneralNames names = null; field in class:SubjectAlternativeNameExtension
74 if (names == null || names.isEmpty()) {
79 names.encode(os);
87 * @param names the GeneralNames for the subject.
90 public SubjectAlternativeNameExtension(GeneralNames names)
92 this(Boolean.FALSE, names);
100 * @param names the GeneralNames for the subject
    [all...]
  /external/strace/tests/
sockopt-sol_netlink.c 63 } names[] = { local
107 for (i = 0; i < ARRAY_SIZE(names); ++i) {
112 get_sockopt(fd, names[i].val, val, len);
113 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str);
122 get_sockopt(fd, names[i].val, val, len);
123 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str);
135 get_sockopt(fd, names[i].val, NULL, len);
137 fd, names[i].str);
143 if (names[i].val != NETLINK_LIST_MEMBERSHIPS) {
147 get_sockopt(fd, names[i].val, val, len)
    [all...]
  /external/strace/tests-m32/
sockopt-sol_netlink.c 63 } names[] = { local
107 for (i = 0; i < ARRAY_SIZE(names); ++i) {
112 get_sockopt(fd, names[i].val, val, len);
113 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str);
122 get_sockopt(fd, names[i].val, val, len);
123 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str);
135 get_sockopt(fd, names[i].val, NULL, len);
137 fd, names[i].str);
143 if (names[i].val != NETLINK_LIST_MEMBERSHIPS) {
147 get_sockopt(fd, names[i].val, val, len)
    [all...]
  /external/strace/tests-mx32/
sockopt-sol_netlink.c 63 } names[] = { local
107 for (i = 0; i < ARRAY_SIZE(names); ++i) {
112 get_sockopt(fd, names[i].val, val, len);
113 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str);
122 get_sockopt(fd, names[i].val, val, len);
123 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str);
135 get_sockopt(fd, names[i].val, NULL, len);
137 fd, names[i].str);
143 if (names[i].val != NETLINK_LIST_MEMBERSHIPS) {
147 get_sockopt(fd, names[i].val, val, len)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_demangle.cpp 232 sub_type names; member in struct:__cxxabiv1::__anon652::Db
245 names(ar),
246 subs(0, names, ar),
267 fprintf(stderr, "names:\n");
268 for (auto& s : db.names)
416 db.names.push_back(Db::String(num, static_cast<std::size_t>(n)));
445 db.names.push_back("(anonymous namespace)");
447 db.names.push_back(std::move(r));
476 db.names.push_back("std::allocator");
480 db.names.push_back("std::basic_string")
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Demangle/
ItaniumDemangle.cpp 145 db.names.push_back(std::string(num, static_cast<std::size_t>(n)));
170 db.names.push_back("(anonymous namespace)");
172 db.names.push_back(std::move(r));
198 db.names.push_back("std::allocator");
202 db.names.push_back("std::basic_string");
206 db.names.push_back("std::string");
210 db.names.push_back("std::istream");
214 db.names.push_back("std::ostream");
218 db.names.push_back("std::iostream");
224 db.names.push_back(n);
4206 sub_type names; member in struct:__anon36715::Db
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralNames.java 14 private final GeneralName[] names; field in class:GeneralNames
52 this.names = new GeneralName[] { name };
57 GeneralName[] names)
59 this.names = names;
65 this.names = new GeneralName[seq.size()];
69 names[i] = GeneralName.getInstance(seq.getObjectAt(i));
75 GeneralName[] tmp = new GeneralName[names.length];
77 System.arraycopy(names, 0, tmp, 0, names.length)
    [all...]
  /external/selinux/libselinux/utils/
getsebool.c 18 char **names = NULL; local
31 rc = security_get_boolean_names(&names, &len);
34 "%s: Unable to get boolean names: %s\n",
58 names = calloc(len, sizeof(char *));
59 if (!names) {
64 names[i] = strdup(argv[i + 1]);
65 if (!names[i]) {
75 active = security_get_boolean_active(names[i]);
80 names[i]);
84 pending = security_get_boolean_pending(names[i])
    [all...]
  /external/testng/src/test/java/test/attributes/
AttributeTest.java 20 Set<String> names = ctx.getAttributeNames(); local
21 Assert.assertEquals(1, names.size());
22 Assert.assertTrue(names.contains("test"));
31 Set<String> names = ctx.getAttributeNames(); local
32 Assert.assertEquals(1, names.size());
33 Assert.assertTrue(names.contains("test2"));

Completed in 373 milliseconds

1 23 4 5 6 7 8 91011>>