HomeSort by relevance Sort by last modified time
    Searched refs:name (Results 76 - 100 of 44835) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libpng/contrib/tools/
chkfmt 72 find "$@" \( -type d \( -name '.git' -o -name '.libs' -o -name 'projects' \) \
74 ! -name '*.[oa]' ! -name '*.l[oa]' ! -name '*.png' ! -name '*.out' \
75 ! -name '*.jpg' ! -name '*.patch' ! -name '*.obj' ! -name '*.exe'
    [all...]
  /art/test/921-hello-failure/src/
Transform3.java 18 public void extraMethod(String name) {
19 System.out.println("extraMethod - " + name);
21 public void sayHi(String name) {
22 System.out.println("hello2 - " + name);
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Field.java 24 * The name of the field.
26 public final String name; field in class:Field
36 * @param name name of the field
39 public Field(String name, Type type) {
40 this.name = name;
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
23 char name[30]; member in struct:xt_helper_info
  /external/guice/core/src/com/google/inject/name/
package-info.java 20 package com.google.inject.name
  /external/iptables/include/linux/netfilter/
xt_helper.h 6 char name[30]; member in struct:xt_helper_info
  /external/javassist/src/main/javassist/tools/rmi/
ObjectNotFoundException.java 19 public ObjectNotFoundException(String name) {
20 super(name + " is not exported");
23 public ObjectNotFoundException(String name, Exception e) {
24 super(name + " because of " + e.toString());
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_helper.h 7 char name[30]; member in struct:xt_helper_info
  /external/libopus/celt/x86/
x86cpu.h 32 # define MAY_HAVE_SSE(name) name ## _sse
34 # define MAY_HAVE_SSE(name) name ## _c
38 # define MAY_HAVE_SSE2(name) name ## _sse2
40 # define MAY_HAVE_SSE2(name) name ## _c
44 # define MAY_HAVE_SSE4_1(name) name ## _sse4_
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_nopfuncs.h 8 stw_get_nop_function(const char *name);
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
AClassWithNoDefaultConstructor.java 7 private String name; field in class:AClassWithNoDefaultConstructor
9 AClassWithNoDefaultConstructor(String name) {
10 this.name = name;
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
IMarkerFactory.java 40 * Manufacture a {@link Marker} instance by name. If the instance has been
43 * <p>Null name values are not allowed.
45 * @param name the name of the marker to be created, null value is
50 Marker getMarker(String name);
53 * Checks if the marker with the name already exists. If name is null, then false
56 * @param name logger name to check for
59 boolean exists(String name);
    [all...]
  /frameworks/base/core/java/android/content/
ServiceConnection.java 39 * @param name The concrete component name of the service that has
45 void onServiceConnected(ComponentName name, IBinder service);
54 * @param name The concrete component name of the service whose
57 void onServiceDisconnected(ComponentName name);
66 * @param name The concrete component name of the service whose
69 default void onBindingDied(ComponentName name) {
83 * @param name The concrete component name of the service whose bindin
    [all...]
  /frameworks/base/core/java/android/util/
AndroidRuntimeException.java 26 public AndroidRuntimeException(String name) {
27 super(name);
30 public AndroidRuntimeException(String name, Throwable cause) {
31 super(name, cause);
  /frameworks/ml/nn/driver/cache/BlobCache/
Android.bp 20 name: "BlobCache_test",
30 name: "libBlobCache",
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglQueryString.java 1 // C function const char * eglQueryString ( EGLDisplay dpy, EGLint name )
5 int name
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetObjectLabel.java 1 // C function void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label )
3 public static native String glGetObjectLabel(int identifier, int name);
glGetObjectLabelKHR.java 1 // C function void glGetObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label )
3 public static native String glGetObjectLabelKHR(int identifier, int name);
glGetStringi.java 1 // C function const GLubyte * glGetStringi ( GLenum name, GLuint index )
4 int name,
  /libcore/ojluni/src/main/java/java/lang/
RuntimePermission.java 40 public RuntimePermission(String name)
42 super(name);
45 public RuntimePermission(String name, String actions)
47 super(name, actions);
  /libcore/ojluni/src/main/java/java/net/
ProtocolFamily.java 36 * Returns the name of the protocol family.
38 * @return the name of the protocol family
40 String name(); method in interface:ProtocolFamily
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_helper.h 6 char name[30]; member in struct:xt_helper_info
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
configargs.h 6 const char *name, *value; member in struct:__anon63389
  /prebuilts/go/darwin-x86/src/hash/
test_gen.awk 7 # edit next line to set particular reference implementation and name.
8 BEGIN { cmd = "echo -n `9 sha1sum`"; name = "Sha1Test" }
10 printf("\t%s{ \"", name);
  /prebuilts/go/linux-x86/src/hash/
test_gen.awk 7 # edit next line to set particular reference implementation and name.
8 BEGIN { cmd = "echo -n `9 sha1sum`"; name = "Sha1Test" }
10 printf("\t%s{ \"", name);

Completed in 284 milliseconds

1 2 34 5 6 7 8 91011>>