HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
AttributesNameTest.java 28 @TestTargetClass(Attributes.Name.class)
32 * @tests java.util.jar.Attributes.Name#Name(java.lang.String)
37 method = "Name",
43 new Attributes.Name(
51 new Attributes.Name((String) null);
57 assertNotNull(new Attributes.Name("Attr"));
67 Attributes.Name attr1 = new Attributes.Name("Attr");
68 Attributes.Name attr2 = new Attributes.Name("Attr")
    [all...]
AttributesTest.java 95 .containsKey(new Attributes.Name("1")));
139 .contains(new Attributes.Name("1")));
141 .contains(new Attributes.Name("2")));
143 .contains(new Attributes.Name("3")));
145 .contains(new Attributes.Name("4")));
197 assertTrue("a) Should contain entry", s.contains(new Attributes.Name(
199 assertTrue("b) Should contain entry", s.contains(new Attributes.Name(
201 assertTrue("c) Should contain entry", s.contains(new Attributes.Name(
203 assertTrue("d) Should contain entry", s.contains(new Attributes.Name(
227 assertNull("Assert 0: ", atts.put(Attributes.Name.CLASS_PATH
418 Attributes.Name name = new Attributes.Name("null"); local
    [all...]
ZipExecTest.java 57 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
58 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
105 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
106 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
107 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
134 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barZip.getName());
147 // name>/xx.zip
148 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator
179 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
180 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo")
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/jar/
Attributes.java 30 * Attribute keys are generally instances of {@code Attributes.Name}. Values
36 * The {@code Attributes} as name/value pairs. Maps the attribute names (as
37 * {@link Attributes.Name}) of a JAR file manifest to arbitrary values. The
44 * The name part of the name/value pairs constituting an attribute as
49 * name = alphanum *headerchar
54 public static class Name {
55 private final byte[] name; field in class:Attributes.Name
62 public static final Name CLASS_PATH = new Name("Class-Path"); //$NON-NLS-1
    [all...]
  /external/v8/test/cctest/
cctest.h 12 // * Neither the name of Google Inc. nor the names of its
34 #define TEST(Name) \
35 static void Test##Name(); \
36 CcTest register_test_##Name(Test##Name, __FILE__, #Name, NULL, true); \
37 static void Test##Name()
41 #define DEPENDENT_TEST(Name, Dep) \
42 static void Test##Name(); \
43 CcTest register_test_##Name(Test##Name, __FILE__, #Name, #Dep, true);
64 const char* name() { return name_; } function in class:CcTest
150 const char* name() { return name_; } function in class:RegisterThreadedTest
    [all...]
  /external/elfutils/tests/
run-show-die-info.sh 28 Name : b.c
31 Attrs : name stmt_list low_pc high_pc language comp_dir producer
38 Name : bar
41 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
45 Name : int
48 Attrs : name byte_size encoding
52 Name : f.c
55 Attrs : name stmt_list low_pc high_pc language comp_dir producer
62 Name : foo
65 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base typ
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-103087.js 44 var Name = "(" + NameStrt + ")(" + NameChar + ")*";
53 var DT_IdentSE = S + Name + "(" + S + "(" + Name + "|" + QuoteSE + "))*";
58 var DT_ItemSE = "<(!(--" + Until2Hyphens + ">|[^-]" + MarkupDeclCE + ")|\\?" + Name + "(" + PI_Tail + "))|%" + Name + ";|" + S;
61 var PI_CE = Name + "(" + PI_Tail + ")?";
62 var EndTagCE = Name + "(" + S + ")?>?";
64 var ElemTagCE = Name + "(" + S + Name + "(" + S + ")?=(" + S + ")?(" + AttValSE + "))*(" + S + ")?/?>?";
69 var PI_RE = "<\\?" + Name + "(" + PI_Tail + ")"
    [all...]
  /external/bluetooth/bluez/src/
main.conf 6 # Default adaper name
9 Name = "Bluez"
50 # Enable name resolving after inquiry. Set it to 'false' if you don't need
51 # remote devices name and want shorter discovery cycle. Defaults to 'true'.
  /external/openssl/android.testssl/
Uss.cnf 17 countryName = Country Name (2 letter code)
21 organizationName = Organization Name (eg, company)
24 0.commonName = Common Name (eg, YOUR name)
27 1.commonName = Common Name (eg, YOUR name)
  /system/bluetooth/data/
main.conf 6 # Default adaper name
11 # %n - substituted for ro.product.name
12 Name = %m
57 # Enable name resolving after inquiry. Set it to 'false' if you don't need
58 # remote devices name and want shorter discovery cycle. Defaults to 'true'.
  /external/elfutils/libelf/
gelf_xlate.c 65 #define FUNDAMENTAL(NAME, Name, Bits) \
66 INLINE2 (ELFW2(Bits,FSZ_##NAME), ElfW2(Bits,cvt_##Name), ElfW2(Bits,Name))
105 #define START(Bits, Name, EName) \
107 ElfW2 (Bits, cvt_##Name) (void *dest, const void *src, size_t len, \
109 { ElfW2(Bits, Name) *tdest = (ElfW2(Bits, Name) *) dest; \
110 ElfW2(Bits, Name) *tsrc = (ElfW2(Bits, Name) *) src;
    [all...]
exttypes.h 40 #define START(Bits, Name, EName) typedef struct {
41 #define END(Bits, Name) } ElfW2(Bits, Name)
42 #define TYPE_NAME(Type, Name) Type Name;
libelfP.h 30 #define __elfw2_(Bits, Name) __elf##Bits##_##Name
31 #define elfw2_(Bits, Name) elf##Bits##_##Name
32 #define ElfW2_(Bits, Name) Elf##Bits##_##Name
33 #define ELFW2_(Bits, Name) ELF##Bits##_##Name
34 #define ELFW_(Name, Bits) Name##Bit
    [all...]
gelf_getphdr.c 79 #define COPY(Name) result->Name = phdr->Name
  /dalvik/libcore/auth/src/main/java/javax/security/auth/x500/
X500Principal.java 28 import org.apache.harmony.security.x501.Name;
31 * Represents an X.500 principal, which holds the distinguished name of some
32 * network entity. An example of a distinguished name is {@code "O=SomeOrg,
35 * string holding the distinguished name. The representations must follow either
60 //Distinguished Name
61 private transient Name dn;
65 * distinguished name.
67 * @param name
68 * the ASN.1 DER-encoded distinguished name
71 * if the ASN.1 DER-encoded distinguished name is incorrec
    [all...]
  /external/webkit/WebCore/rendering/style/
SVGRenderStyleDefs.h 41 #define SVG_RS_DEFINE_ATTRIBUTE(Data, Type, Name, Initial) \
42 void set##Type(Data val) { svg_noninherited_flags.f._##Name = val; } \
43 Data Name() const { return (Data) svg_noninherited_flags.f._##Name; } \
46 #define SVG_RS_DEFINE_ATTRIBUTE_INHERITED(Data, Type, Name, Initial) \
47 void set##Type(Data val) { svg_inherited_flags._##Name = val; } \
48 Data Name() const { return (Data) svg_inherited_flags._##Name; } \
53 #define SVG_RS_DEFINE_ATTRIBUTE_DATAREF(Data, Group, Variable, Type, Name) \
54 Data Name() const { return Group->Variable; }
    [all...]
  /external/webkit/WebKit/chromium/public/
WebLocalizedString.h 14 * * Neither the name of Google Inc. nor the names of its
37 enum Name {
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
DistributionPointName.java 32 import org.apache.harmony.security.x501.Name;
73 private final Name nameRelativeToCRLIssuer;
81 public DistributionPointName(Name nameRelativeToCRLIssuer) {
92 buffer.append("Distribution Point Name: [\n"); //$NON-NLS-1$
107 new ASN1Implicit(1, Name.ASN1_RDN) }) {
121 result = new DistributionPointName((Name) in.content);
TBSCertificate.java 36 import org.apache.harmony.security.x501.Name;
51 * issuer Name,
53 * subject Name,
73 private final Name issuer;
77 private final Name subject;
95 * @param issuer : Name
97 * @param subject : Name
101 AlgorithmIdentifier signature, Name issuer,
102 Validity validity, Name subject,
113 * @param issuer: Name
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 15 ATTRIBUTE Dialback-Name 20 string
43 ATTRIBUTE User-Name-Is-Star 1035 integer
44 VALUE User-Name-Is-Star No 0
45 VALUE User-Name-Is-Star Yes 1
  /external/v8/src/arm/
constants-arm.cc 12 // * Neither the name of Google Inc. nor the names of its
59 const char* Registers::Name(int reg) {
84 const char* VFPRegisters::Name(int reg) {
90 int Registers::Number(const char* name) {
93 if (strcmp(names_[i], name) == 0) {
101 if (strcmp(aliases_[i].name, name) == 0) {
107 // No register with the reguested name found.
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_syscdrom.h 28 /* Get the name of the specified drive */
29 const char *(*Name)(int drive);
  /frameworks/opt/emoji/
EmojiFactory.h 84 // Returns non NULL string which defines the name of this factory.
86 virtual const char *Name() const = 0;
89 // for "name", returns NULL.
92 static EmojiFactory *GetImplementation(const char *name);
  /external/openssl/apps/
openssl-vms.cnf 16 # "openssl x509" utility, name here the section containing the
57 name_opt = ca_default # Subject Name options
124 countryName = Country Name (2 letter code)
129 stateOrProvinceName = State or Province Name (full name)
132 localityName = Locality Name (eg, city)
134 0.organizationName = Organization Name (eg, company)
138 #1.organizationName = Second Organization Name (eg, company)
141 organizationalUnitName = Organizational Unit Name (eg, section)
144 commonName = Common Name (eg, YOUR name
    [all...]
openssl.cnf 16 # "openssl x509" utility, name here the section containing the
57 name_opt = ca_default # Subject Name options
124 countryName = Country Name (2 letter code)
129 stateOrProvinceName = State or Province Name (full name)
132 localityName = Locality Name (eg, city)
134 0.organizationName = Organization Name (eg, company)
138 #1.organizationName = Second Organization Name (eg, company)
141 organizationalUnitName = Organizational Unit Name (eg, section)
144 commonName = Common Name (eg, YOUR name
    [all...]

Completed in 656 milliseconds

1 2 3 4 5 6 7 8