HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 301 - 325 of 12087) sorted by null

<<11121314151617181920>>

  /bionic/tests/
net_if_test.cpp 30 char* name = if_indextoname(index, buf); local
31 ASSERT_STREQ("lo", name);
pty_test.cpp 26 char name[32]; local
28 ASSERT_EQ(0, openpty(&master, &slave, name, NULL, &w));
35 ASSERT_STREQ(tty_name, name);
  /cts/apps/CameraITS/
Android.mk 16 its-dir-name := CameraITS
17 its-dir := $(HOST_OUT)/$(its-dir-name)
29 $(ACP) -rfp cts/apps/$(its-dir-name)/* $(its-dir)
  /cts/suite/audio_quality/lib/src/task/
TaskBatch.cpp 22 static const android::String8 STR_NAME("name");
55 android::String8 name; local
58 if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(STR_VERSION, version)) {
59 LOGW("TaskBatch::run no name or version information");
61 MSG("= Test batch %s version %s started. =", name.string(),
  /cts/tests/tests/os/src/android/os/cts/
HardwareNameTest.java 30 String name = HardwareName.getName(); local
31 assertNotNull("androidboot.hardware must be passed on the kernel command line", name);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceHolder_BadSurfaceTypeExceptionTest.java 38 String name = "SurfaceHolder_BadSurfaceTypeExceptionTest"; local
42 ne = new BadSurfaceTypeException(name);
  /dalvik/dx/src/com/android/dx/cf/attrib/
BaseAttribute.java 23 * the attribute name but leaves the rest up to subclasses.
26 /** {@code non-null;} attribute name */
27 private final String name; field in class:BaseAttribute
32 * @param name {@code non-null;} attribute name
34 public BaseAttribute(String name) {
35 if (name == null) {
36 throw new NullPointerException("name == null");
39 this.name = name;
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 32 ComponentName name = local
35 label.setText(label.getText() + " (" + name.getClassName() + ")");
OpenGLWatchFaceConfigActivity.java 37 ComponentName name = local
40 label.setText(label.getText() + " (" + name.getClassName() + ")");
  /developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 32 ComponentName name = local
35 label.setText(label.getText() + " (" + name.getClassName() + ")");
OpenGLWatchFaceConfigActivity.java 37 ComponentName name = local
40 label.setText(label.getText() + " (" + name.getClassName() + ")");
  /development/ndk/platforms/android-21/include/linux/
reiserfs_xattr.h 5 *** of the same name, to make information necessary for userspace to
30 const char *name; member in struct:reiserfs_security_handle
sw_sync.h 5 *** of the same name, to make information necessary for userspace to
25 char name[32]; member in struct:sw_sync_create_fence_data
  /development/ndk/platforms/android-3/include/
getopt.h 23 * 4. Neither the name of The NetBSD Foundation nor the names of its
53 /* name of long option */
54 const char *name; member in struct:option
  /development/ndk/platforms/android-3/include/linux/raid/
xor.h 5 *** of the same name, to make information necessary for userspace to
21 const char *name; member in struct:xor_block_template
  /development/python-packages/adb/
setup.py 20 name='adb', variable
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DirectoryCategory.java 20 private String name; field in class:DirectoryCategory
23 public DirectoryCategory(String name, DirectoryEntry[] entries) {
24 this.name = name;
29 return name;
DirectoryEntry.java 25 private String name; field in class:DirectoryEntry
28 public DirectoryEntry(String name, int resID) {
29 this.name = name;
34 return name;
  /development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java 32 ComponentName name = local
35 label.setText(label.getText() + " (" + name.getClassName() + ")");
OpenGLWatchFaceConfigActivity.java 37 ComponentName name = local
40 label.setText(label.getText() + " (" + name.getClassName() + ")");
  /device/google/dragon/recovery/updater/
debug_cmd.h 22 const char *name; member in struct:command
27 {.handler = cmd_##n, .subcmd = NULL, .name = #n, .help = helpstr}
30 {.handler = cmd_##n, .subcmd = subcmds_##n, .name = #n, .help = helpstr}
34 .name = #n, .help = helpstr}
36 #define CMD_GUARD_LAST { .name = NULL }
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRStringStream.h 13 // 3. The name of the author may not be used to endorse or promote products
42 NSString *name; variable
54 @property (retain, getter=getSourceName, setter=setSourceName:) NSString *name; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRStringStream.h 13 // 3. The name of the author may not be used to endorse or promote products
42 NSString *name; variable
54 @property (retain, getter=getSourceName, setter=setSourceName:) NSString *name; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRStringStream.h 13 // 3. The name of the author may not be used to endorse or promote products
42 NSString *name; variable
54 @property (retain, getter=getSourceName, setter=setSourceName:) NSString *name; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStringStream.h 13 // 3. The name of the author may not be used to endorse or promote products
42 NSString *name; variable
106 @property (retain) NSString *name; variable

Completed in 581 milliseconds

<<11121314151617181920>>