HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 26 - 50 of 207) sorted by null

12 3 4 5 6 7 8 9

  /libcore/luni/src/main/java/java/util/jar/
Manifest.java 46 private static final Attributes.Name NAME_ATTRIBUTE = new Attributes.Name("Name");
123 * {@code name}.
125 * @param name
126 * the name of the entry to obtain {@code Attributes} from.
130 public Attributes getAttributes(String name) {
131 return getEntries().get(name);
179 * Merges name/attribute pairs read from the input stream {@code is} into this manifest.
207 // Attributes.Name.MANIFEST_VERSION is not used fo
330 Attributes.Name name = (Attributes.Name) entries.next(); local
345 Attributes.Name name = (Attributes.Name) entries.next(); local
    [all...]
InitManifest.java 34 private Attributes.Name name; field in class:InitManifest
41 InitManifest(byte[] buf, Attributes main, Attributes.Name ver) throws IOException {
45 if (!readHeader() || (ver != null && !name.equals(ver))) {
49 main.put(name, value);
51 main.put(name, value);
60 if (!Attributes.Name.NAME.equals(name)) {
71 entry.put(name, value)
124 String name = new String(nameBuffer, Charsets.UTF_8); local
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/x500/
X500Principal.java 27 import org.apache.harmony.security.x501.Name;
30 * Represents an X.500 principal, which holds the distinguished name of some
31 * network entity. An example of a distinguished name is {@code "O=SomeOrg,
34 * string holding the distinguished name. The representations must follow either
59 //Distinguished Name
60 private transient Name dn;
64 * distinguished name.
66 * @param name
67 * the ASN.1 DER-encoded distinguished name
70 * if the ASN.1 DER-encoded distinguished name is incorrec
    [all...]
  /external/openssl/android.testssl/
CAss.cnf 17 countryName = Country Name (2 letter code)
21 organizationName = Organization Name (eg, company)
24 commonName = Common Name (eg, YOUR name)
50 name_opt = ca_default # Subject Name options
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
Name.java 41 * X.501 Name
43 public class Name {
45 //ASN.1 DER encoding of Name
61 * Creates new <code>Name</code> instance from its DER encoding
66 public Name(byte[] encoding) throws IOException {
80 * Creates new <code>Name</code> instance
82 * @param name - Name as String
85 public Name(String name) throws IOException
180 StringBuffer name = new StringBuffer(); local
    [all...]
  /external/openssl/apps/
openssl-vms.cnf 16 # "openssl x509" utility, name here the section containing the
62 name_opt = ca_default # Subject Name options
128 countryName = Country Name (2 letter code)
133 stateOrProvinceName = State or Province Name (full name)
136 localityName = Locality Name (eg, city)
138 0.organizationName = Organization Name (eg, company)
142 #1.organizationName = Second Organization Name (eg, company)
145 organizationalUnitName = Organizational Unit Name (eg, section)
148 commonName = Common Name (eg, YOUR name
    [all...]
openssl.cnf 16 # "openssl x509" utility, name here the section containing the
62 name_opt = ca_default # Subject Name options
128 countryName = Country Name (2 letter code)
133 stateOrProvinceName = State or Province Name (full name)
136 localityName = Locality Name (eg, city)
138 0.organizationName = Organization Name (eg, company)
142 #1.organizationName = Second Organization Name (eg, company)
145 organizationalUnitName = Organizational Unit Name (eg, section)
148 commonName = Common Name (eg, YOUR name
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarExecTest.java 48 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
49 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
87 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
88 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
89 att.put(Attributes.Name.CLASS_PATH, barJar.getName());
114 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barJar.getName());
124 // name>/xx.jar
125 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator
152 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
153 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo")
    [all...]
JarOutputStreamTest.java 61 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
62 att.put(Attributes.Name.MAIN_CLASS, element);
134 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
135 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
136 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
DalvikExecTest.java 157 attrs.put(Attributes.Name.MANIFEST_VERSION, "3.1415962");
158 attrs.put(Attributes.Name.MAIN_CLASS, "dalvikExecTest.HelloWorld");
159 attrs.put(Attributes.Name.CLASS_PATH, jarFile.getName());
199 attrs.get(Attributes.Name.MANIFEST_VERSION));
201 attrs.get(Attributes.Name.MAIN_CLASS));
203 attrs.get(Attributes.Name.CLASS_PATH));
  /external/v8/src/
ast.cc 12 // * Neither the name of Google Inc. nor the names of its
61 VariableProxy::VariableProxy(Handle<String> name,
64 : name_(name),
69 ASSERT(name->IsSymbol());
83 ASSERT((is_this() && var->is_this()) || name_.is_identical_to(var->name()));
136 key_ = new Literal(value->name());
192 #define MAKE_ACCEPT(Name) \
193 void* RegExp##Name::Accept(RegExpVisitor* visitor, void* data) { \
194 return visitor->Visit##Name(this, data); \
199 #define MAKE_TYPE_CASE(Name) \
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameSplitterTest.java 19 import com.android.providers.contacts.NameSplitter.Name;
211 // Accompanied by a phonetic name in Hiragana, we can safely assume that the
212 // name is Japanese
227 // Accompanied by a phonetic name in Pinyin, we can safely assume that the
228 // name is Chinese
261 // One word is interpreted as given name only
264 // Two words are interpreted as family + give name
272 // Hanzi characters without spaces: lump them all in the given name
295 // Given-name-first flag is ignored for CJK locales
306 // Given-name-first flag is ignored for CJK locale
315 final Name name = new Name(); local
332 Name name = new Name(); local
344 Name name = new Name(); local
353 Name name = new Name(); local
366 Name name = new Name(); local
    [all...]
  /external/e2fsprogs/contrib/
build-rpm 7 pkgname=`grep Name: e2fsprogs.spec | awk '{print $2;}'`
15 # directory name (since that's what RPM will expect it to unpack
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
CertificateIssuer.java 25 import org.apache.harmony.security.x501.Name;
94 return ((Name) ((GeneralName) ((Object[]) in.content)[0])
TBSCertList.java 38 import org.apache.harmony.security.x501.Name;
54 * issuer Name,
75 private final Name issuer;
217 * @param issuer: Name
221 Name issuer, Date thisUpdate) {
239 * @param issuer: Name
246 Name issuer, Date thisUpdate, Date nextUpdate,
259 Name issuer, Date thisUpdate, Date nextUpdate,
292 public Name getIssuer() {
346 // FIXME use Name.equals when it will be implemente
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
SignerInfo.java 36 import org.apache.harmony.security.x501.Name;
79 this.issuer = ((Name)issuerAndSerialNumber[0]).getX500Principal();
157 Name.ASN1, // issuer
189 values[1] = new Object[] { new Name(si.issuer.getName()),
193 // is created using Name.getX500Principal().
195 throw new RuntimeException("Failed to encode issuer name", e);
  /system/bluetooth/data/
auto_pairing.conf 15 // Blacklisting by Exact Name:
18 // Blacklisting by Partial Name (if name starts with)
  /device/samsung/crespo/alsa-lib/include/
alsa-symbols.h 30 #define INTERNAL(Name) INTERNAL_CONCAT2_2(__, Name)
33 # define symbol_version(real, name, version) \
34 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@" #version); \
35 __asm__ (".symver ." ASM_NAME(#real) ",." ASM_NAME(#name) "@" #version)
36 # define default_symbol_version(real, name, version) \
37 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@@" #version); \
38 __asm__ (".symver ." ASM_NAME(#real) ",." ASM_NAME(#name) "@@" #version)
40 # define symbol_version(real, name, version) \
41 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@" #version
    [all...]
  /external/quake/quake/src/QW/
qwcl.x11.spec.sh 7 %define name qwcl.x11
10 %define builddir \$RPM_BUILD_DIR/%{name}-%{version}
11 Name: %{name}
21 BuildRoot: /var/tmp/%{name}-%{version}
glqwcl.spec.sh 7 %define name glqwcl
10 %define builddir \$RPM_BUILD_DIR/%{name}-%{version}
11 Name: %{name}
21 BuildRoot: /var/tmp/%{name}-%{version}
  /external/quake/quake/src/WinQuake/
quake-hipnotic.spec.sh 7 %define name quake-hipnotic
10 %define builddir \$RPM_BUILD_DIR/%{name}-%{version}
11 Name: %{name}
22 BuildRoot: /var/tmp/%{name}-%{version}
  /libcore/luni/src/main/java/java/security/cert/
X509CRLSelector.java 30 import org.apache.harmony.security.x501.Name;
69 * null} if any issuer distinguished name will do.
93 * each name to be included in the criterion. The name is specified as a
94 * {@code String} or a byte array specifying the name (in RFC 2253 or ASN.1
99 * null} if any issuer distinguished name will do.
113 for (Object name: names) {
114 if (name instanceof String) {
116 new Name((String) name).getName
144 String name = issuer.getName(X500Principal.CANONICAL); local
181 String name = new Name(iss_name).getName(X500Principal.CANONICAL); local
205 String name = new Name(iss_name).getName(X500Principal.CANONICAL); local
    [all...]
  /frameworks/opt/emoji/
EmojiFactory.cpp 105 const char *name = factory->Name(); local
110 if (!strcmp(name, f->Name())) {
111 LOGE("Same EmojiFactory was found: %s", name);
148 EmojiFactory *EmojiFactory::GetImplementation(const char *name) {
150 if (NULL == name) {
156 if (!strcmp(name, factory->Name())) {
177 const char *name) {
    [all...]
  /external/blktrace/
btrace.spec 14 Name: btrace
21 Source0: %name-%version.tar.bz2
22 BuildRoot: %{_tmppath}/%{name}-%{version}-build
  /external/skia/emoji/
EmojiFont.cpp 134 if (strcmp(fact->Name(), "kddi") == 0) {
136 } else if (strcmp(fact->Name(), "softbank") == 0) {

Completed in 2364 milliseconds

12 3 4 5 6 7 8 9