HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 576 - 600 of 12087) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/raid/
xor.h 5 *** of the same name, to make information necessary for userspace to
21 const char *name; member in struct:xor_block_template
  /system/bt/btcore/include/
module.h 29 const char *name; member in struct:__anon72154
42 const module_t *get_module(const char *name);
  /system/bt/device/include/
interop_database.h 96 char name[20]; member in struct:__anon72289
  /system/bt/profile/include/
manager.h 31 const char *name; member in struct:profile_t
39 // Looks up a previously registered profile by |name|. If no profile was
40 // registered by the given |name|, then this function returns NULL.
41 const profile_t *profile_by_name(const char *name);
  /system/connectivity/shill/test-scripts/
check-rssi 21 if "Name" not in network_properties:
23 name = network_properties["Name"] variable
26 print "No strength for network %s" % name
29 if strength.get(name, -1) < network_properties["Strength"]:
30 strength[name] = network_properties["Strength"]
33 # (name,
34 # int(strength.get(name, -1)),
39 if "Name" not in properties:
42 name = properties["Name" variable
    [all...]
  /system/core/init/
ueventd.h 32 const char *name; member in struct:ueventd_subsystem
  /system/core/libcutils/tests/
trace-dev_test.cpp 44 std::string name; local
46 name += '0' + (i % 10);
48 return name;
65 std::string name = MakeName(ATRACE_MESSAGE_LENGTH - expected.length() - 1); local
66 atrace_begin_body(name.c_str());
73 expected += name;
78 name += '*';
79 atrace_begin_body(name.c_str());
88 std::string name = MakeName(2 * ATRACE_MESSAGE_LENGTH); local
89 atrace_begin_body(name.c_str())
114 std::string name = MakeName(ATRACE_MESSAGE_LENGTH - expected.length() - 7); local
137 std::string name = MakeName(2 * ATRACE_MESSAGE_LENGTH); local
163 std::string name = MakeName(ATRACE_MESSAGE_LENGTH - expected.length() - 7); local
186 std::string name = MakeName(2 * ATRACE_MESSAGE_LENGTH); local
212 std::string name = MakeName(ATRACE_MESSAGE_LENGTH - expected.length() - 7); local
235 std::string name = MakeName(2 * ATRACE_MESSAGE_LENGTH); local
261 std::string name = MakeName(ATRACE_MESSAGE_LENGTH - expected.length() - 13); local
284 std::string name = MakeName(2 * ATRACE_MESSAGE_LENGTH); local
    [all...]
  /system/core/libmemunreachable/
ProcessMappings.h 29 char name[96]; member in struct:Mapping
  /system/core/toolbox/
toolbox.c 20 #define TOOL(name) int name##_main(int, char**);
26 const char *name; member in struct:__anon73309
30 #define TOOL(name) { #name, name##_main },
46 char *name = argv[0]; local
55 name = argv[1] + 1;
61 name = cmd + 1;
64 for(i = 0; tools[i].name; i++)
    [all...]
  /system/extras/simpleperf/
read_elf.h 38 std::string name; member in struct:ElfFileSymbol
58 bool IsArmMappingSymbol(const char* name);
  /system/extras/tests/storage/
opentest.c 33 char name[16]; local
83 snprintf(name, sizeof(name), "%d", i);
84 fds[i] = open(name, O_WRONLY | O_CREAT, 0666);
  /system/webservd/libwebserv/
binder_server.cc 88 String16 name; local
89 if (!remote_handler->GetName(&name).isOk()) {
90 LOG(INFO) << "Remote handler could not report its name.";
93 // TODO(wiley) Look for a BinderPHGroup by that name in local_handlers_
95 // Add it to the map under |name|
  /system/webservd/webservd/
config.h 35 // Protocol Handler Name.
36 std::string name; member in struct:webservd::final::final
41 // Interface name to use if the protocol handler should work only on
  /toolchain/binutils/binutils-2.25/bfd/
cpu-aarch64.c 67 char *name; member in struct:__anon73713
86 /* Next check for a processor name instead of an Architecture name. */
89 if (strcasecmp (string, processors[i].name) == 0)
115 bfd_is_aarch64_special_symbol_name (const char *name, int type)
117 if (!name || name[0] != '$')
119 if (name[1] == 'x' || name[1] == 'd')
121 else if (name[1] == 'm' || name[1] == 'f' || name[1] == 'p'
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.h 23 /* Option name. */
24 const char *name; member in struct:objdump_private_option
43 /* List of options. Terminated by a NULL name. */
  /toolchain/binutils/binutils-2.25/gprof/
source.h 29 const char *name; /* Name of source file. */
28 const char *name; \/* Name of source file. *\/ member in struct:source_file
  /toolchain/binutils/binutils-2.25/include/
getopt.h 63 of `struct option' terminated by an element containing a name which is
85 const char *name; member in struct:option
87 char *name;
  /toolchain/binutils/binutils-2.25/include/opcode/
np1.h 23 char *name; member in struct:gld_opcode
pn.h 23 char *name; member in struct:gld_opcode
  /toolchain/binutils/binutils-2.25/include/vms/
egst.h 36 unsigned char name[31]; member in struct:vms_egst
esdf.h 36 unsigned char name[31]; member in struct:vms_esdf
  /toolchain/binutils/binutils-2.25/libiberty/
xmalloc.c 25 a message to @code{stderr} (using the name set by
46 @deftypefn Replacement void xmalloc_set_program_name (const char *@var{name})
48 You can use this to set the name of the program used by
96 /* The program name if set. */
97 static const char *name = ""; variable
100 /* The initial sbrk, set when the program name is set. Not used for win32
108 name = s;
129 name, *name ? ": " : "",
134 name, *name ? ": " : ""
    [all...]
  /build/core/
device.mk 51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
72 # $(1): short device name like "sooner"
74 define resolve-short-device-name
75 $(strip $(call _resolve-short-device-name,$(1)))
  /external/guava/guava-gwt/src-super/java/nio/charset/
Charset.java 34 AVAILABLE_CHARSETS.put(UTF_8.name(), UTF_8);
43 throw new IllegalArgumentException("Null charset name");
69 private final String name; field in class:Charset
71 private Charset(String name) {
72 this.name = name;
75 public final String name() { method in class:Charset
76 return name;
80 return this.name.compareToIgnoreCase(that.name);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 68 String name = null; local
70 name = this.lexer.quotedString();
73 name = this.lexer.getNextToken('<');
74 addr.setDisplayName(name.trim());
162 * CVS: then name the system in this line, otherwise delete it.
165 * CVS: they sent us a patch or a set of diffs, then include their name/email
169 * CVS: reviewed your changes, include their name(s) here.
206 * CVS: then name the system in this line, otherwise delete it.
209 * CVS: they sent us a patch or a set of diffs, then include their name/email
213 * CVS: reviewed your changes, include their name(s) here
    [all...]

Completed in 750 milliseconds

<<21222324252627282930>>