Searched refs:name (Results 51 - 75 of 7102) sorted by relevance

1234567891011>>

/external/apache-harmony/security/src/test/resources/PermissionCollection/
H A DmypermissionBKS.jar ... s?defs= " (java.lang.String) String name public void " href="/4.0.4/s?defs ...
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DSignerStub.java43 * Constructor, sets given name
45 * @param name
47 public SignerStub(String name) { argument
48 super(name);
52 * Constructor, sets given name and scope
54 * @param name
58 public SignerStub(String name, IdentityScope scope) argument
60 super(name, scope);
H A DMyPermission.java26 public MyPermission(String name) { argument
27 super(name);
32 String name = ((MyPermission) obj).getName();
33 if (name == null) {
36 return name.equals(getName());
/external/clang/test/CodeGen/
H A D2007-04-24-str-const.c5 const char *name; member in struct:__anon3266
H A D2008-08-07-AlignPadding2.c6 const char *name; member in struct:__anon3285
/external/clang/test/CodeGenCXX/
H A Dtypeid.cpp14 return typeid(*static_cast<A *>(0)).name();
/external/icu4c/test/intltest/
H A Ditrbbi.cpp23 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
28 name = "RBBIAPITest";
37 name = "RBBITest";
44 default: name=""; break;
/external/javassist/src/main/javassist/compiler/
H A DKeywordTable.java21 public int lookup(String name) { argument
22 Object found = get(name);
29 public void append(String name, int t) { argument
30 put(name, new Integer(t));
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Dhello-world.cs1 Hello <?cs var:name.first ?> <?cs var:name.last ?>.
/external/llvm/lib/Support/
H A Dregcclass.h21 * 3. Neither the name of the University nor the names of its contributors
42 const char *name; member in struct:cclass
H A Dregcname.h19 * 3. Neither the name of the University nor the names of its contributors
38 /* character-name table */
40 const char *name; member in struct:cname
/external/skia/include/core/
H A DSkRefDict.h32 * Return the data associated with name[], or NULL if no matching entry
35 SkRefCnt* find(const char name[]) const;
38 * If data is NULL, remove (if present) the entry matching name and call
40 * If data is not-NULL, replace the existing entry matching name and
44 void set(const char name[], SkRefCnt* data);
49 void remove(const char name[]) { this->set(name, NULL); } argument
/external/webkit/Source/WebKit/efl/DefaultTheme/
H A Ddefault.edc24 name: "webkit/selection/active";
29 name: "webkit/selection/inactive";
34 name: "webkit/focus_ring";
39 name: "webkit/button/text";
44 name: "webkit/combo/text";
49 name: "webkit/entry/text";
54 name: "webkit/search/text";
61 group { name: "webkit/base";
/external/llvm/unittests/Support/
H A DCommandLineTest.cpp24 TempEnvVar(const char *name, const char *value) argument
25 : name(name) {
26 const char *old_value = getenv(name);
29 setenv(name, value, true);
38 unsetenv(name);
43 const char *const name; member in class:__anon7187::TempEnvVar
/external/webkit/Source/WebCore/inspector/front-end/
H A DKeyboardShortcut.js14 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
52 Backspace: { code: 8, name: "\u21a4" },
53 Tab: { code: 9, name: { mac: "\u21e5", other: "<Tab>" } },
54 Enter: { code: 13, name: { mac: "\u21a9", other: "<Enter>" } },
55 Esc: { code: 27, name: { mac: "\u238b", other: "<Esc>" } },
56 Space: { code: 32, name: "<Space>" },
57 PageUp: { code: 33, name: { mac: "\u21de", other: "<PageUp>" } }, // also NUM_NORTH_EAST
58 PageDown: { code: 34, name: { mac: "\u21df", other: "<PageDown>" } }, // also NUM_SOUTH_EAST
59 End: { code: 35, name: { mac: "\u2197", other: "<End>" } }, // also NUM_SOUTH_WEST
60 Home: { code: 36, name
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DECGenParameterSpecTest.java36 * @param name
38 public ECGenParameterSpecTest(String name) { argument
39 super(name);
50 * using valid <code>name</code>
60 * if <code>name</code> is <code>null</code>
72 * Assertion: returns the <code>name</code>
75 String name = "someName";
76 ECGenParameterSpec ps = new ECGenParameterSpec(name);
77 assertEquals(name, ps.getName());
/external/iproute2/ip/
H A Dtunnel.h32 int tnl_add_ioctl(int cmd, const char *basedev, const char *name, void *p);
33 int tnl_del_ioctl(const char *basedev, const char *name, void *p);
34 int tnl_prl_ioctl(int cmd, const char *name, void *p);
35 int tnl_6rd_ioctl(int cmd, const char *name, void *p);
36 int tnl_ioctl_get_6rd(const char *name, void *p);
/external/chromium/sdch/open-vcdiff/src/gflags/
H A Dgflags.h14 // * Neither the name of Google Inc. nor the names of its
161 // name) and argv (the entire commandline), which we sock away a copy of.
165 std::string name; // the name of the flag member in struct:google::CommandLineFlagInfo
209 extern bool GetCommandLineOption(const char* name, std::string* OUTPUT);
213 extern bool GetCommandLineFlagInfo(const char* name,
216 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
219 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
236 // it to be empty if the setting failed for some reason -- the name is
237 // not a valid flag name, o
[all...]
/external/chromium/net/disk_cache/
H A Dhistogram_macros.h18 // whenever the name changes (the experiment group changes), the histrogram
23 #define CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \
26 if (!counter || name != counter->histogram_name()) \
28 name, min, max, bucket_count, \
33 #define CACHE_HISTOGRAM_COUNTS(name, sample) CACHE_HISTOGRAM_CUSTOM_COUNTS( \
34 name, sample, 1, 1000000, 50)
36 #define CACHE_HISTOGRAM_COUNTS_10000(name, sample) \
37 CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, 1, 10000, 50)
39 #define CACHE_HISTOGRAM_COUNTS_50000(name, sample) \
40 CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sampl
[all...]
/external/lohit-fonts/lohit-devanagari-ttf/
H A D66-lohit-devanagari.conf5 <test name="lang" compare="contains">
8 <test name="family">
11 <edit name="family" mode="prepend">
17 <test name="lang" compare="contains">
20 <test name="family">
23 <edit name="family" mode="prepend">
29 <test name="lang" compare="contains">
32 <test name="family">
35 <edit name="family" mode="prepend">
41 <test name
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-1199401.js12 // * Neither the name of Google Inc. nor the names of its
39 var name = bits + "-bit";
44 assertEquals(result, eval(min_smi + " * -1"), name + "-litconmult");
45 assertEquals(result, eval(min_smi + " / -1"), name + "-litcondiv");
46 assertEquals(result, eval("-(" + min_smi + ")"), name + "-litneg");
47 assertEquals(result, eval("0 - (" + min_smi + ")")), name + "-conlitsub";
50 assertEquals(result, min_smi * -1, name + "-varconmult");
51 assertEquals(result, min_smi / -1, name + "-varcondiv");
52 assertEquals(result, -min_smi, name + "-varneg");
53 assertEquals(result, 0 - min_smi, name
[all...]
/external/elfutils/
H A Dconfig.h30 /* Define to the full name of this package. */
33 /* Define to the full name and version of this package. */
36 /* Define to the one symbol short name of this package. */
63 #define rwlock_define(class,name) class int name
73 #define once_define(class,name) class int name
74 #define once_execute(name,fct) \
76 if (name == 0) \
78 name
[all...]
/external/oprofile/libutil/
H A Dop_file.c78 inline static int is_dot_or_dotdot(char const * name) argument
80 return name[0] == '.' &&
81 (name[1] == '\0' ||
82 (name[1] == '.' && name[2] == '\0'));
93 char * name; local
95 name = xmalloc(name_len);
96 sprintf(name, "%s/%s", basedir, ent->d_name);
97 if (stat(name, st_buf) != 0)
101 if (lstat(name,
137 char * name = NULL; local
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DSoftLinking.h13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
83 #define SOFT_LINK_POINTER(framework, name, type) \
84 static type init##name(); \
85 static type (*get##name)() = init##name; \
86 static type pointer##name; \
88 static type name##Function() \
90 return pointer##name; \
93 static type init##name() \
95 void** pointer = static_cast<void**>(dlsym(framework##Library(), #name)); \
[all...]
/external/webkit/Tools/TestResultServer/model/
H A Ddashboardfile.py13 # * Neither the name of Google Inc. nor the names of its
41 name = db.StringProperty() variable in class:DashboardFile
46 def get_files(cls, name, limit=1):
48 if name:
49 query = query.filter("name =", name)
53 def add_file(cls, name, data):
55 file.name = name
59 logging.debug("Dashboard file saved, name
[all...]

Completed in 685 milliseconds

1234567891011>>