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

<<41424344454647484950>>

  /system/connectivity/shill/
static_ip_parameters.h 85 const char* name; member in struct:shill::StaticIPParameters::Property
  /system/connectivity/shill/wimax/
wimax_provider.h 52 // mode and Name parameters.
101 std::string name; member in struct:shill::WiMaxProvider::NetworkInfo
129 const std::string& name);
133 const std::string& name);
167 // Key is the interface link name.
  /system/core/libcutils/
klog.c 48 static const char* name = "/dev/__kmsg__"; local
49 if (mknod(name, S_IFCHR | 0600, (1 << 8) | 11) == 0) {
50 klog_fd = open(name, O_WRONLY | O_CLOEXEC);
51 unlink(name);
  /system/core/libpackagelistparser/include/packagelistparser/
packagelistparser.h 49 char *name; member in struct:pkg_info
  /system/core/libsync/include/sync/
sync.h 30 char name[32]; member in struct:sync_fence_info_data
46 int sync_merge(const char *name, int fd1, int fd2);
  /system/core/libutils/
StopWatch.cpp 38 StopWatch::StopWatch(const char *name, int clock, uint32_t flags)
39 : mName(name), mClock(clock), mFlags(flags)
56 const char* StopWatch::name() const function in class:android::StopWatch
  /system/extras/simpleperf/
event_type.h 26 // The user knows one event type by its name, and the kernel knows one event type by its
31 EventType(const std::string& name, uint32_t type, uint64_t config)
32 : name(name), type(type), config(config) {
38 std::string name; member in struct:EventType
45 const EventType* FindEventTypeByName(const std::string& name);
48 std::string name; member in struct:EventTypeAndModifier
  /system/update_engine/payload_generator/
payload_file.h 41 // Add a partition to the payload manifest. Including partition name, list of
88 // The name of the partition.
89 std::string name; member in struct:chromeos_update_engine::PayloadFile::Partition
  /system/webservd/webservd/
temp_file_manager.cc 36 std::string name = base::StringPrintf("%s-%" PRIuS, request_id.c_str(), local
38 base::FilePath file_name = temp_dir_path_.AppendASCII(name);
  /toolchain/binutils/binutils-2.25/gas/
emul.h 27 const char * name; member in struct:emulation
remap.c 69 a newly allocated buffer containing the name corresponding to FILENAME.
77 const char *name; local
85 name = filename + map->old_len;
86 name_len = strlen (name) + 1;
89 memcpy (s + map->new_len, name, name_len);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
itbl-test.c 24 where <itbl> is the name of the instruction table,
25 and <asm.s> is the name of the assembler fie. */
33 static int test_reg (e_processor processor, e_type type, char *name,
42 char s[81], *name; local
80 name = itbl_get_field (&p);
81 insn = itbl_assemble (name, p);
105 test_reg (e_processor processor, e_type type, char *name,
112 if (!n || strcmp (n, name))
113 printf ("Error - reg name not found for proessor=%d, type=%d, val=%d\n",
116 printf ("name=%s found for processor=%d, type=%d, val=%d\n"
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
debug.h 51 static const struct { const char* name; int value; } member in struct:gold::__anon74187
65 if (strstr(arg, debug_options[i].name))
  /toolchain/binutils/binutils-2.25/include/aout/
ranlib.h 35 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
41 Third, a longword containing the length of symbol name strings.
42 Fourth, zero or more symbol name strings (each followed by a null). */
49 char *name; /* In memory, sometimes */ member in union:symdef::__anon74246
62 #define ran_name name
  /toolchain/binutils/binutils-2.25/include/opcode/
i860.h 24 /* The opcode name. */
25 const char *name; member in struct:i860_opcode
tahoe.h 38 char * name; /* opcode name: lowercase string [key] */ member in struct:vot
45 #define vot_name name
vax.h 34 const char *name; /* opcode name: lowercase string [key] */ member in struct:vot
41 #define vot_name name
  /toolchain/binutils/binutils-2.25/include/vms/
eidc.h 36 /* Entity name (ASCIC). */
37 /* Object name (ASCIC). */
39 unsigned char name[1]; member in struct:vms_eidc
esdfm.h 46 unsigned char name[31]; member in struct:vms_esdfm
esdfv.h 46 unsigned char name[31]; member in struct:vms_esdfv
  /toolchain/binutils/binutils-2.25/ld/
ldctor.h 44 const char *name; /* Name in set (may be NULL). */ member in struct:set_element
  /toolchain/binutils/binutils-2.25/opcodes/
tilegx-dis.c 77 const char *name; local
90 name = opcode->name;
91 if (name == NULL)
92 name = "<invalid>";
93 info->fprintf_func (info->stream, "%s", name);
  /tools/test/connectivity/acts/framework/
setup.py 20 name='acts', variable
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 

Completed in 703 milliseconds

<<41424344454647484950>>