HomeSort by relevance Sort by last modified time
    Searched refs:name (Results 251 - 275 of 15144) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/efl/DefaultTheme/
default.edc 24 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";
  /frameworks/base/core/java/android/app/backup/
IFullBackupRestoreObserver.aidl 35 * @param name The name of the application being saved. This will typically be a
36 * user-meaningful name such as "Browser" rather than a package name such as
39 void onBackupPackage(String name);
54 * @param name The name of the application being saved. This will typically be a
55 * user-meaningful name such as "Browser" rather than a package name such as
58 void onRestorePackage(String name);
    [all...]
  /frameworks/native/services/surfaceflinger/
DdmConnection.h 24 static void start(const char* name);
  /libcore/luni/src/main/java/java/sql/
DriverPropertyInfo.java 40 * The name of the property.
42 public String name; field in class:DriverPropertyInfo
58 * Creates a {@code DriverPropertyInfo} instance with the supplied name and
61 * @param name
62 * The property name.
66 public DriverPropertyInfo(String name, String value) {
67 this.name = name;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
SignerStub.java 44 * Constructor, sets given name
46 * @param name
48 public SignerStub(String name) {
49 super(name);
53 * Constructor, sets given name and scope
55 * @param name
59 public SignerStub(String name, IdentityScope scope)
61 super(name, scope);
  /ndk/sources/host-tools/ndk-stack/regex/
cclass.h 19 * 3. Neither the name of the University nor the names of its contributors
40 char *name; member in struct:cclass
cname.h 19 * 3. Neither the name of the University nor the names of its contributors
38 /* character-name table */
40 char *name; member in struct:cname
  /sdk/common/src/com/android/io/
IAbstractFolder.java 34 * @param name the name of the file.
35 * @return <code>true</code> if and only if the name should be
38 boolean accept(IAbstractFolder dir, String name);
42 * Returns true if the receiver contains a file with a given name
43 * @param name the name of the file. This is the name without the path leading to the
46 boolean hasFile(String name);
50 * given name. The file may not actually exist
    [all...]
  /sdk/emulator/opengl/tests/gles_android_wrapper/
ApiInitializer.h 27 static void *s_getProc(const char *name, void *userData) {
29 return self->getProc(name);
33 void *getProc(const char *name) {
36 symbol = dlsym(m_dso, name);
  /system/core/include/netutils/
ifc.h 28 extern int ifc_get_ifindex(const char *name, int *if_indexp);
29 extern int ifc_get_hwaddr(const char *name, void *ptr);
31 extern int ifc_up(const char *name);
32 extern int ifc_down(const char *name);
39 extern int ifc_get_addr(const char *name, in_addr_t *addr);
40 extern int ifc_set_addr(const char *name, in_addr_t addr);
41 extern int ifc_add_address(const char *name, const char *address,
43 extern int ifc_del_address(const char *name, const char *address,
45 extern int ifc_set_prefixLength(const char *name, int prefixLength);
46 extern int ifc_set_hwaddr(const char *name, const void *ptr)
    [all...]
  /system/extras/ext4_utils/
uuid.h 22 void generate_uuid(const char *namespace, const char *name, u8 result[16]);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
ShaderVariable.java 16 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors
46 * Name of the uniform as was declared in the shader.
47 * E.g name = "g_WorldMatrix" if the decleration was
50 protected String name = null; field in class:ShaderVariable
59 oc.write(name, "name", null);
64 name = ic.readString("name", null);
75 public void setName(String name){
76 this.name = name
    [all...]
  /external/llvm/unittests/Support/
CommandLineTest.cpp 24 TempEnvVar(const char *name, const char *value)
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:__anon9503::TempEnvVar
  /external/elfutils/lib/
eu-config.h 56 # define once_define(class,name) class struct { } name
57 # define once_execute(name,fct) ((void) &name, (void) (fct))
58 # define rwlock_define(class,name) class pthread_rwlock_t name
71 # define rwlock_define(class,name) class int name
81 # define once_define(class,name) class int name
    [all...]
  /frameworks/base/core/java/com/android/internal/http/multipart/
PartBase.java 41 /** Name of the file part. */
42 private String name; field in class:PartBase
56 * @param name The name of the part
61 public PartBase(String name, String contentType, String charSet, String transferEncoding) {
63 if (name == null) {
64 throw new IllegalArgumentException("Name must not be null");
66 this.name = name;
73 * Returns the name
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECGenParameterSpecTest.java 36 * @param name
38 public ECGenParameterSpecTest(String name) {
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"; local
76 ECGenParameterSpec ps = new ECGenParameterSpec(name);
77 assertEquals(name, ps.getName());
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyPermission.java 26 public MyPermission(String name) {
27 super(name);
32 String name = ((MyPermission) obj).getName(); local
33 if (name == null) {
36 return name.equals(getName());
  /external/elfutils/backends/
libebl_CPU.h 31 #define EBLHOOK(name) EBLHOOK_1(BACKEND, name)
41 #define HOOK(eh, name) eh->name = EBLHOOK(name)
  /external/iproute2/ip/
tunnel.h 32 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);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCustomFunction.java 25 public final String name; field in class:SQLiteCustomFunction
32 * @param name The name of the sqlite3 function.
37 public SQLiteCustomFunction(String name, int numArgs,
39 if (name == null) {
40 throw new IllegalArgumentException("name must not be null.");
43 this.name = name;
  /libcore/luni/src/main/java/java/io/
EmulatedFieldsForLoading.java 49 * Return a boolean indicating if the field named <code>name</code> has
53 * @param name
54 * A String, the name of the field to test
64 public boolean defaulted(String name) throws IOException,
66 return emulatedFields.defaulted(name);
81 * Find and return the byte value of a given field named <code>name</code>
85 * @param name
86 * A String, the name of the field to find
98 public byte get(String name, byte defaultValue) throws IOException,
100 return emulatedFields.get(name, defaultValue)
    [all...]
  /libcore/luni/src/main/java/java/nio/
ByteOrder.java 44 private final String name; field in class:ByteOrder
54 private ByteOrder(String name, boolean needsSwap) {
55 this.name = name;
78 return name;
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
EntityReferenceImpl.java 34 private String name; field in class:EntityReferenceImpl
36 EntityReferenceImpl(DocumentImpl document, String name) {
38 this.name = name;
43 return name;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_external.h 43 #define SND_PCM_PLUGIN_ENTRY(name) _snd_pcm_##name##_open
48 #define SND_PCM_PLUGIN_SYMBOL(name) SND_DLSYM_BUILD_VERSION(SND_PCM_PLUGIN_ENTRY(name), SND_PCM_DLSYM_VERSION);
54 int SND_PCM_PLUGIN_ENTRY(plugin) (snd_pcm_t **pcmp, const char *name,\
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_external.h 43 #define SND_PCM_PLUGIN_ENTRY(name) _snd_pcm_##name##_open
48 #define SND_PCM_PLUGIN_SYMBOL(name) SND_DLSYM_BUILD_VERSION(SND_PCM_PLUGIN_ENTRY(name), SND_PCM_DLSYM_VERSION);
54 int SND_PCM_PLUGIN_ENTRY(plugin) (snd_pcm_t **pcmp, const char *name,\

Completed in 3975 milliseconds

<<11121314151617181920>>