Searched refs:name (Results 126 - 150 of 8214) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/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/backends/
H A Dalpha_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
39 *name = "HWCAP";
H A Di386_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
39 *name = "HWCAP";
H A Dppc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
39 *name = "HWCAP";
H A Dsparc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
39 *name = "HWCAP";
/external/elfutils/src/
H A Dsymbolhash.c39 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
H A Dsymbolhash.h33 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
/external/kernel-headers/original/sound/
H A Dtlv.h46 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \
47 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
56 #define DECLARE_TLV_DB_MINMAX(name, min_dB, max_dB) \
57 unsigned int name[] = { TLV_DB_MINMAX_ITEM(min_dB, max_dB) }
58 #define DECLARE_TLV_DB_MINMAX_MUTE(name, min_dB, max_dB) \
59 unsigned int name[] = { TLV_DB_MINMAX_MUTE_ITEM(min_dB, max_dB) }
65 #define DECLARE_TLV_DB_LINEAR(name, min_dB, max_dB) \
66 unsigned int name[] = { TLV_DB_LINEAR_ITEM(min_dB, max_dB) }
/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,
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleNameBox.java15 public static final String TYPE = "name";
16 private String name; field in class:AppleNameBox
23 return 4 + Utf8.convert(name).length;
27 return name;
30 public void setName(String name) { argument
31 this.name = name;
37 name = IsoTypeReader.readString(content, content.remaining());
43 byteBuffer.put(Utf8.convert(name));
/external/oprofile/events/mips/1004K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/20K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/24K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/25K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/34K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/5K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/74K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/r10000/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/r12000/
H A Dunit_masks6 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/rm7000/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/rm9000/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/sb1/
H A Dunit_masks4 name:zero type:mandatory default:0x0

Completed in 1156 milliseconds

1234567891011>>