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

1 2 3 4 5 6 7 8 9

  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
AttributesNameTest.java 26 * @tests java.util.jar.Attributes.Name#Name(java.lang.String)
31 new Attributes.Name(
39 new Attributes.Name((String) null);
45 assertNotNull(new Attributes.Name("Attr"));
49 Attributes.Name attr1 = new Attributes.Name("Attr");
50 Attributes.Name attr2 = new Attributes.Name("Attr");
53 attr2 = new Attributes.Name("Attr1")
    [all...]
AttributesTest.java 71 .containsKey(new Attributes.Name("1")));
103 .contains(new Attributes.Name("1")));
105 .contains(new Attributes.Name("2")));
107 .contains(new Attributes.Name("3")));
109 .contains(new Attributes.Name("4")));
143 assertTrue("a) Should contain entry", s.contains(new Attributes.Name(
145 assertTrue("b) Should contain entry", s.contains(new Attributes.Name(
147 assertTrue("c) Should contain entry", s.contains(new Attributes.Name(
149 assertTrue("d) Should contain entry", s.contains(new Attributes.Name(
167 assertNull("Assert 0: ", atts.put(Attributes.Name.CLASS_PATH
310 Attributes.Name name = new Attributes.Name("null"); local
    [all...]
ZipExecTest.java 45 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
46 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
86 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
87 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
88 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
115 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barZip.getName());
128 // name>/xx.zip
129 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator
153 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
154 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo")
    [all...]
  /libcore/luni/src/main/java/java/util/jar/
Attributes.java 29 * Attribute keys are generally instances of {@code Attributes.Name}. Values
35 * The {@code Attributes} as name/value pairs. Maps the attribute names (as
36 * {@link Attributes.Name}) of a JAR file manifest to arbitrary values. The
43 * The name part of the name/value pairs constituting an attribute as
48 * name = alphanum *headerchar
53 public static class Name {
54 private final byte[] name; field in class:Attributes.Name
61 public static final Name CLASS_PATH = new Name("Class-Path")
    [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
  /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 {
  /external/libvpx/build/make/
gen_msvs_proj.sh 20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...]
32 --name=project_name Name of the project (required)
122 local name=$2
129 echo "generating filter '$name' from ${#file_list[@]} files" >&2
133 Name=$name \
149 Name="${cfg}|${plat}"
151 Name="VCCustomBuildTool" \
164 Name="${cfg}|${plat}
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPointName.java 31 import org.apache.harmony.security.x501.Name;
72 private final Name nameRelativeToCRLIssuer;
80 public DistributionPointName(Name nameRelativeToCRLIssuer) {
91 buffer.append("Distribution Point Name: [\n");
106 new ASN1Implicit(1, Name.ASN1_RDN) }) {
120 result = new DistributionPointName((Name) in.content);
TBSCertificate.java 35 import org.apache.harmony.security.x501.Name;
50 * issuer Name,
52 * subject Name,
72 private final Name issuer;
76 private final Name subject;
94 * @param issuer : Name
96 * @param subject : Name
100 AlgorithmIdentifier signature, Name issuer,
101 Validity validity, Name subject,
112 * @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/chromium/third_party/libevent/
event_rpcgen.py 26 def __init__(self, name):
27 self._name = name
30 print >>sys.stderr, ' Created struct: %s' % name
36 entry.Name(), entry.Tag(),
40 self._tags[entry.Tag()] = entry.Name()
41 print >>sys.stderr, ' Added entry: %s' % entry.Name()
43 def Name(self):
47 """Creates the name inside an enumeration for distinguishing data
49 name = "%s_%s" % (self._name, entry.Name())
    [all...]
  /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);
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequestInfo.java 29 import org.apache.harmony.security.x501.Name;
35 subject Name,
49 private Name subject;
60 public CertificationRequestInfo(int version, Name subject,
69 private CertificationRequestInfo(int version, Name subject,
85 public Name getSubject() {
138 Name.ASN1, // subject
148 (Name) values[1],

Completed in 310 milliseconds

1 2 3 4 5 6 7 8 9