Searched defs:name (Results 101 - 125 of 6153) sorted by relevance

1234567891011>>

/external/elfutils/libelf/
H A Ddl-hash.h30 const unsigned char *name = (const unsigned char *) name_arg; local
31 unsigned long int hash = *name;
32 if (hash != 0 && name[1] != '\0')
34 hash = (hash << 4) + name[1];
35 if (name[2] != '\0')
37 hash = (hash << 4) + name[2];
38 if (name[3] != '\0')
40 hash = (hash << 4) + name[3];
41 if (name[4] != '\0')
43 hash = (hash << 4) + name[
[all...]
/external/elfutils/tests/
H A Dhash.c27 check (const char *name, unsigned long int expected) argument
29 unsigned long int actual = elf_hash (name);
/external/guice/core/src/com/google/inject/name/
H A DNamed.java17 package com.google.inject.name;
/external/icu/icu4c/as_is/os400/
H A Dcxxfilt.cpp8 struct Name *name = Demangle(str, rest); // "f__1XFi" local
12 if(name->Kind() == MemberFunction) {
13 //((MemberFunctionName *) name)->Scope()->Text() is "X"
14 //((MemberFunctionName *) name)->RootName() is "f"
15 //((MemberFunctionName *) name)->Text() is "X::f(int)"
16 printf("\t=> %s\n", ((MemberFunctionName *) name)->Text());
/external/icu/icu4c/source/i18n/unicode/
H A Dnumsys.h23 * 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);
/external/icu/icu4c/source/test/intltest/
H A Ditmajor.cpp42 name = #suite; \
50 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
53 case 0: name = "utility";
61 case 1: name = "normalize";
71 case 2: name = "collate";
81 case 3: name = "regex";
91 case 4: name = "format";
101 case 5: name = "translit";
111 case 6: name = "rbbi";
120 case 7: name
214 runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.h41 UChar *name; member in struct:ULine
165 * @param fileName The file name to be opened and encoding autodected
/external/iproute2/genl/
H A Dgenl_utils.h10 char name[16]; member in struct:genl_util
/external/iptables/extensions/
H A Ddscp_helper.c19 const char *name; member in struct:ds_class
50 class_to_dscp(const char *name) argument
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/
H A Dxt_RATEEST.h7 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
/external/jarjar/src/test/com/tonicsystems/jarjar/
H A DGenericsTest.java37 public GenericsTest(String name) { argument
38 super(name);
H A DRulesFileParserTest.java29 public RulesFileParserTest(String name) { argument
30 super(name);
/external/javassist/src/main/javassist/compiler/
H A DKeywordTable.java21 public int lookup(String name) { argument
22 Object found = get(name);
29 public void append(String name, int t) { argument
30 put(name, new Integer(t));
/external/javassist/src/main/javassist/tools/rmi/
H A DObjectNotFoundException.java19 public ObjectNotFoundException(String name) { argument
20 super(name + " is not exported");
23 public ObjectNotFoundException(String name, Exception e) { argument
24 super(name + " because of " + e.toString());
/external/jcommander/src/main/java/com/beust/jcommander/
H A DIParameterValidator.java31 * @param name The name of the parameter (e.g. "-host").
36 void validate(String name, String value) throws ParameterException; argument
H A DIValueValidator.java7 * @param name The name of the parameter (e.g. "-host").
12 void validate(String name, T value) throws ParameterException; argument
/external/jsilver/src/com/google/streamhtmlparser/
H A DExternalState.java46 private final String name; field in class:ExternalState
51 * @param name the name to assign to that state
55 public ExternalState(String name) { argument
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 o
[all...]
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_RATEEST.h7 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
/external/libcap/libcap/
H A D_makenames.c17 const char *name; member in struct:__anon8941
31 for ( i=0; list[i].index >= 0 && list[i].name; ++i ) {
35 pointers[list[i].index] = list[i].name;
/external/libchrome/base/metrics/
H A Dmetrics_hashes.cc25 uint64_t HashMetricName(const std::string& name) { argument
27 base::MD5Sum(name.c_str(), name.size(), &digest);
/external/libchrome/dbus/
H A Dscoped_dbus_error.h24 const char* name() { return error_.name; } function in class:dbus::ScopedDBusError
/external/libdrm/tests/
H A Dname_from_fd.c44 const char *name = "/dev/dri/card0"; local
54 assert(strcmp(name, v) == 0);
/external/libexif/libexif/
H A Dexif-format.c34 const char *name; member in struct:__anon9497
66 for (i = 0; ExifFormatTable[i].name; i++)
68 return _(ExifFormatTable[i].name);
/external/libexif/test/
H A Dtest-tagtable.c172 static int name(void) function
217 TESTBLOCK(name())
/external/libnl/lib/route/cls/
H A Dpolice.c22 * @name Policer Type
55 * @arg name policer type name
62 int nl_str2police(const char *name) argument
64 return __str2type(name, police_types, ARRAY_SIZE(police_types));

Completed in 8227 milliseconds

1234567891011>>