/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
HasTypeName.java | 19 TypeName name(); method in interface:HasTypeName
|
/external/dhcpcd-6.8.2/dbus/ |
dbus-dict.h | 3 * Copyright (c) 2006-2015 Roy Marples <roy@marples.name> 37 const char *name; member in struct:o_dbus
|
/external/guice/core/src/com/google/inject/name/ |
Named.java | 17 package com.google.inject.name;
|
/external/icu/icu4c/source/i18n/unicode/ |
numsys.h | 11 * Date Name Description 23 * Size of a numbering system name. 98 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF 120 * @param name The name of the numbering system. 124 static NumberingSystem* U_EXPORT2 createInstanceByName(const char* name, UErrorCode& status); 136 * Returns the name of this numbering system if it was created using one of the predefined names 150 * algorithmic systems this is the name of the RBNF ruleset used for formatting, 188 char name[NUMSYS_NAME_CAPACITY+1]; member in class:NumberingSystem 196 void setName(const char* name); [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
ucbuf.h | 13 * Date Name Description 41 UChar *name; member in struct:ULine 47 * @param fileName Name of the file to open. 165 * @param fileName The file name to be opened and encoding autodected
|
/external/iproute2/genl/ |
genl_utils.h | 10 char name[16]; member in struct:genl_util
|
/external/iproute2/lib/ |
ll_proto.c | 35 const char *name; member in struct:__anon13422 99 return llproto_names[i].name; 109 if (strcasecmp(llproto_names[i].name, buf) == 0) {
|
ll_types.c | 35 const char *name; member in struct:__anon13423 117 return arphrd_names[i].name;
|
/external/iptables/extensions/ |
dscp_helper.c | 19 const char *name; member in struct:ds_class 50 class_to_dscp(const char *name) 55 if (!strncasecmp(name, ds_classes[i].name, 56 strlen(ds_classes[i].name))) 61 "Invalid DSCP value `%s'\n", name); 73 return ds_classes[i].name;
|
/external/iptables/include/linux/netfilter/ |
xt_RATEEST.h | 7 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
|
/external/jsilver/src/com/google/streamhtmlparser/ |
ExternalState.java | 46 private final String name; field in class:ExternalState 51 * @param name the name to assign to that state 55 public ExternalState(String name) { 56 Preconditions.checkNotNull(name); // Developer error if it happens. 57 this.name = name; 61 * Returns the name of the object. The name is only needed 64 * @return the name of that objec [all...] |
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_RATEEST.h | 7 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
|
/external/libcap/libcap/ |
_makenames.c | 17 const char *name; member in struct:__anon15064 31 for ( i=0; list[i].index >= 0 && list[i].name; ++i ) { 35 pointers[list[i].index] = list[i].name;
|
/external/libchrome/dbus/ |
scoped_dbus_error.h | 24 const char* name() { return error_.name; } function in class:dbus::ScopedDBusError
|
/external/libexif/libexif/ |
exif-format.c | 34 const char *name; member in struct:__anon15620 66 for (i = 0; ExifFormatTable[i].name; i++) 68 return _(ExifFormatTable[i].name);
|
/external/libexif/test/ |
test-tagtable.c | 172 static int name(void) function 217 TESTBLOCK(name())
|
/external/libnl/src/ |
nl-link-ifindex2name.c | 2 * src/nl-link-ifindex2name.c Transform a interface index to its name 25 char name[IFNAMSIZ]; local 37 if (!rtnl_link_i2name(link_cache, ifindex, name, sizeof(name))) 41 printf("%s\n", name);
|
/external/libpcap/pcap/ |
namedb.h | 17 * 4. Neither the name of the University nor of the Laboratory may be used 44 * library already must do name to address translation, so 50 char name[122]; member in struct:pcap_etherent
|
/external/libxml2/doc/examples/ |
reader1.c | 27 const xmlChar *name, *value; local 29 name = xmlTextReaderConstName(reader); 30 if (name == NULL) 31 name = BAD_CAST "--"; 38 name, 53 * @filename: the file name to parse
|
reader2.c | 28 const xmlChar *name, *value; local 30 name = xmlTextReaderConstName(reader); 31 if (name == NULL) 32 name = BAD_CAST "--"; 39 name, 54 * @filename: the file name to parse
|
/external/llvm/include/llvm/Bitcode/ |
BitcodeWriterPass.h | 66 static StringRef name() { return "BitcodeWriterPass"; } function in class:llvm::BitcodeWriterPass
|
/external/llvm/include/llvm/Transforms/InstCombine/ |
InstCombine.h | 31 static StringRef name() { return "InstCombinePass"; } function in class:llvm::InstCombinePass
|
/external/llvm/lib/Support/ |
regcclass.h | 21 * 3. Neither the name of the University nor the names of its contributors 45 const char *name; member in struct:cclass
|
/external/lzma/CPP/7zip/UI/Common/ |
DefaultName.cpp | 32 UString name = GetDefaultName3(fileName, extension, addSubExtension);
local 33 name.TrimRight();
34 return name;
|
/external/mesa3d/src/glx/ |
dri2.h | 24 * Except as contained in this notice, the name of a copyright holder shall 42 unsigned int name; member in struct:__anon20148
|