Searched refs:name (Results 76 - 100 of 7102) sorted by relevance

1234567891011>>

/external/kernel-headers/original/linux/
H A Dmoduleparam.h9 module name. */
19 #define __MODULE_INFO(tag, name, info) \
20 static const char __module_cat(name,__LINE__)[] \
24 #define __MODULE_INFO(tag, name, info)
26 #define __MODULE_PARM_TYPE(name, _type) \
27 __MODULE_INFO(parmtype, name##type, #name ":" _type)
37 const char *name; member in struct:kernel_param
65 #define __module_param_call(prefix, name, set, get, arg, perm) \
66 static char __param_str_##name[]
[all...]
/external/chromium/base/metrics/
H A Dstats_counters.h21 // Since StatsCounters can be created dynamically by name, there is
38 // a name (stored in the table metadata).
49 #define STATS_COUNTER(name, delta) do { \
50 base::StatsCounter counter(name); \
54 #define SIMPLE_STATS_COUNTER(name) STATS_COUNTER(name, 1)
56 #define RATE_COUNTER(name, duration) do { \
57 base::StatsRate hit_count(name); \
64 #define DSTATS_COUNTER(name, delta) STATS_COUNTER(name, delt
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_metrics_module.cc19 // Build the full name of a metrics for the given extension. Each metric
20 // is made up of the unique name within the extension followed by the
23 std::string BuildMetricName(const std::string& name, argument
25 std::string full_name(name);
56 std::string name; local
57 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &name));
59 name = BuildMetricName(name, GetExtension());
60 UserMetrics::RecordComputedAction(name, profile());
64 bool MetricsHistogramHelperFunction::GetNameAndSample(std::string* name, argument
71 RecordValue(const std::string& name, Histogram::ClassType type, int min, int max, size_t buckets, int sample) argument
105 std::string name; local
122 std::string name; local
129 std::string name; local
136 std::string name; local
143 std::string name; local
150 std::string name; local
158 std::string name; local
166 std::string name; local
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DIdentityStub.java46 * @param name
48 public IdentityStub(String name) { argument
49 super(name);
55 * @param name
59 public IdentityStub(String name, IdentityScope scope) argument
61 super(name, scope);
66 * @param name
71 public IdentityStub(String name, PublicKey key) throws KeyManagementException{ argument
72 this(name);
H A DMyBasicPermission.java26 public MyBasicPermission(String name) { argument
27 super(name);
/external/bison/lib/
H A Dbasename.c1 /* basename.c -- return the last element in a file name
31 Return the address of the last file name component of NAME. If
32 NAME has no file name components because it is all slashes, return
36 base_name (char const *name) argument
38 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name);
49 /* If the file name ends in slash, use the trailing slash as
71 base_len (char const *name) argument
75 for (len = strlen (name); 1 < len && ISSLASH (name[le
[all...]
/external/embunit/inc/
H A DTestCaller.h28 * Except as contained in this notice, the name of a copyright holder
42 char *name; member in struct:__TestFixture
46 #define new_TestFixture(name,test)\
48 name,\
57 char *name; member in struct:__TestCaller
66 #define new_TestCaller(name,sup,tdw,numberOfFixtuers,fixtuers)\
69 name,\
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDataContext.java46 * @param name the name of the local variable to fetch or create.
49 void createLocalVariableByValue(String name, String value); argument
56 * @param name the name of the local variable to fetch or create.
63 void createLocalVariableByValue(String name, String value, EscapeMode mode); argument
71 * @param name the name of the local variable to fetch or create.
78 void createLocalVariableByValue(String name, String value, boolean isFirst, boolean isLast); argument
86 * @param name th
89 createLocalVariableByPath(String name, String path) argument
106 findVariable(String name, boolean create) argument
115 findVariableEscapeMode(String name) argument
[all...]
/external/proguard/src/proguard/classfile/visitor/
H A DNamedFieldVisitor.java28 * a name and descriptor pair.
34 private final String name; field in class:NamedFieldVisitor
39 public NamedFieldVisitor(String name, argument
43 this.name = name;
53 programClass.fieldAccept(name, descriptor, memberVisitor);
59 libraryClass.fieldAccept(name, descriptor, memberVisitor);
H A DNamedMethodVisitor.java28 * a name and descriptor pair.
34 private final String name; field in class:NamedMethodVisitor
39 public NamedMethodVisitor(String name, argument
43 this.name = name;
53 programClass.methodAccept(name, descriptor, memberVisitor);
59 libraryClass.methodAccept(name, descriptor, memberVisitor);
/external/proguard/src/proguard/io/
H A DRenamedDataEntry.java26 * This DataEntry wraps another data entry, returning a different name instead
27 * of the wrapped data entry's name.
34 private final String name; field in class:RenamedDataEntry
38 String name)
41 this.name = name;
49 return name;
81 return name + " == " + dataEntry;
37 RenamedDataEntry(DataEntry dataEntry, String name) argument
/external/protobuf/src/google/protobuf/testing/
H A Dfile.h15 // * Neither the name of Google Inc. nor the names of its
49 static bool Exists(const string& name);
53 static bool ReadFileToString(const string& name, string* output);
56 static void ReadFileToStringOrDie(const string& name, string* output);
60 const string& name);
63 static bool CreateDir(const string& name, int mode);
68 // If "name" is a file, we delete it. If it is a directory, we
73 static void DeleteRecursively(const string& name,
/external/webkit/Source/WebCore/html/
H A DDOMFormData.cpp14 * * Neither the name of Google Inc. nor the names of its
60 void DOMFormData::append(const String& name, const String& value) argument
62 if (!name.isEmpty())
63 appendData(name, value);
66 void DOMFormData::append(const String& name, Blob* blob) argument
68 if (!name.isEmpty())
69 appendBlob(name, blob);
/external/elfutils/
H A Dconfig.h.in29 /* Define to the full name of this package. */
32 /* Define to the full name and version of this package. */
35 /* Define to the one symbol short name of this package. */
62 #define rwlock_define(class,name) class int name
72 #define once_define(class,name) class int name
73 #define once_execute(name,fct) \
75 if (name == 0) \
77 name
[all...]
/external/icu4c/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/chromium/chrome/common/
H A Dmulti_process_lock_unittest.cc22 ScopedEnvironmentVariable(const std::string &name, argument
24 : name_(name), environment_(base::Environment::Create()) {
38 void ExpectLockIsLocked(const std::string &name);
39 void ExpectLockIsUnlocked(const std::string &name);
51 void MultiProcessLockTest::ExpectLockIsLocked(const std::string &name) { argument
52 ScopedEnvironmentVariable var(kLockEnviromentVarName, name);
61 const std::string &name) {
62 ScopedEnvironmentVariable var(kLockEnviromentVarName, name);
73 std::string name = GenerateLockName(); local
74 scoped_ptr<MultiProcessLock> scoped(MultiProcessLock::Create(name));
60 ExpectLockIsUnlocked( const std::string &name) argument
92 std::string name = GenerateLockName(); local
101 std::string name = GenerateLockName(); local
120 std::string name = GenerateLockName(); local
130 std::string name; local
149 std::string name; local
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpMessage.java57 * @param name the header name to check for.
58 * @return true if at least one header with this name is present.
60 boolean containsHeader(String name); argument
63 * Returns all the headers with a specified name of this message. Header values
67 * @param name the name of the headers to return.
68 * @return the headers whose name property equals <code>name</code>.
70 Header[] getHeaders(String name); argument
83 getFirstHeader(String name) argument
95 getLastHeader(String name) argument
120 addHeader(String name, String value) argument
137 setHeader(String name, String value) argument
158 removeHeaders(String name) argument
177 headerIterator(String name) argument
[all...]
/external/apache-http/src/org/apache/http/impl/cookie/
H A DAbstractCookieSpec.java53 * Stores attribute name -> attribute handler mappings
66 final String name, final CookieAttributeHandler handler) {
67 if (name == null) {
68 throw new IllegalArgumentException("Attribute name may not be null");
73 this.attribHandlerMap.put(name, handler);
81 * @param name attribute name. e.g. Domain, Path, etc.
84 protected CookieAttributeHandler findAttribHandler(final String name) { argument
85 return this.attribHandlerMap.get(name);
92 * @param name attribut
65 registerAttribHandler( final String name, final CookieAttributeHandler handler) argument
96 getAttribHandler(final String name) argument
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
H A DPemHeader.java5 private String name; field in class:PemHeader
8 public PemHeader(String name, String value) argument
10 this.name = name;
16 return name;
26 return getHashCode(this.name) + 31 * getHashCode(this.value);
38 return other == this || (isEqual(this.name, other.name) && isEqual(this.value, other.value));
/external/chromium/net/base/
H A Dssl_cipher_suite_names.h14 // number, the name of the key exchange algorithm, the name of the cipher and
15 // the name of the MAC. The cipher suite number is the number as sent on the
23 // SSLCompressionToString returns the name of the compression algorithm
25 // If the algorithm is unknown, |name| is set to "???".
26 void SSLCompressionToString(const char** name, uint8 compression_method);
28 // SSLVersionToString returns the name of the SSL protocol version
31 // If the version is unknown, |name| is set to "???".
32 void SSLVersionToString(const char** name, int ssl_version);
/external/doclava/res/assets/templates/
H A Dpackage-list.cs1 <?cs each:pkg=docs.packages ?><?cs var: pkg.name ?>
/external/e2fsprogs/
H A D.missing-copyright3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
/external/elfutils/src/
H A Dsymbolhash.c27 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
H A Dsymbolhash.h21 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
/external/mksh/src/
H A Dvar_spec.h3 #define FN(name) /* nothing */
5 #define FN(name) V_##name,
6 #define F0(name) V_##name = 0,
8 #define F0(name) /* nothing */
9 #define FN(name) #name,

Completed in 628 milliseconds

1234567891011>>