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

<<11121314151617181920>>

  /hardware/akm/AK8975_FS/libsensors/
SensorBase.cpp 137 char name[80]; local
138 if (ioctl(fd, EVIOCGNAME(sizeof(name) - 1), &name) < 1) {
139 name[0] = '\0';
141 if (!strcmp(name, inputName)) {
  /hardware/bsp/intel/peripheral/libupm/examples/java/
BuzzerSample.java 50 // print sensor name
51 System.out.println(sound.name());
Buzzer_soundSample.java 51 // print sensor name
52 System.out.println(sound.name());
TP401Sample.java 52 System.out.println(airSensor.name());
  /hardware/bsp/intel/peripheral/libupm/src/lpd8806/
lpd8806.h 95 * Returns the name of the component
97 std::string name() function in class:upm::LPD8806
  /hardware/bsp/intel/peripheral/libupm/src/max5487/
max5487.h 91 * Returns the name of the component
93 std::string name() function in class:upm::MAX5487
  /hardware/bsp/intel/peripheral/libupm/src/micsv89/
micsv89.h 78 * Returns the name of the sensor
80 std::string name() function in class:upm::MICSV89
  /hardware/bsp/intel/peripheral/libupm/src/ttp223/
ttp223.cxx 50 std::string TTP223::name() { function in class:TTP223
  /hardware/intel/common/libva/va/drm/
va_drm_utils.c 35 const char *name; member in struct:driver_name_map
45 /* Returns the VA driver name for the active display */
65 strncmp(drm_version->name, m->key, m->key_len) == 0)
70 if (!m->name)
73 driver_name = strdup(m->name);
  /hardware/qcom/gps/msm8909/utils/
loc_log.h 12 * * Neither the name of The Linux Foundation, nor the names of its
44 const char *name; member in struct:__anon33015
  /hardware/qcom/gps/msm8996/utils/
loc_log.h 12 * * Neither the name of The Linux Foundation, nor the names of its
44 const char *name; member in struct:__anon33192
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 13 OMX_STRING name; member in struct:_ComponentTable
  /libcore/luni/src/main/java/libcore/reflect/
InternalNames.java 22 * Work with a type's internal name like "V" or "Ljava/lang/String;".
51 String name = internalName.substring(1, internalName.length() - 1).replace('/', '.'); local
53 return classLoader.loadClass(name);
55 NoClassDefFoundError error = new NoClassDefFoundError(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;
  /libcore/ojluni/src/main/java/java/nio/
ByteOrder.java 39 private String name; field in class:ByteOrder
41 private ByteOrder(String name) {
42 this.name = name;
86 return name;
  /libcore/ojluni/src/main/java/java/nio/charset/
CodingErrorAction.java 45 private String name; field in class:CodingErrorAction
47 private CodingErrorAction(String name) {
48 this.name = name;
81 return name;
  /libcore/ojluni/src/main/java/java/sql/
DriverPropertyInfo.java 40 * name and value. The <code>description</code> and <code>choices</code>
44 * @param name the name of the property
47 public DriverPropertyInfo(String name, String value) {
48 this.name = name;
53 * The name of the property.
55 public String name; field in class:DriverPropertyInfo
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLSessionBindingEvent.java 38 * event of this type. The event's <code>name</code> field is the
55 * @serial The name to which the object is being bound or unbound
57 private String name; field in class:SSLSessionBindingEvent
63 * @param name the name to which the object is being bound or unbound
66 public SSLSessionBindingEvent(SSLSession session, String name)
69 this.name = name;
73 * Returns the name to which the object is being bound, or the name
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.h 62 of `struct option' terminated by an element containing a name which is
84 const char *name; member in struct:option
86 char *name;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
DeviceNameSettingsActivity.java 17 package com.android.tv.settings.name;
25 * Activity that displays Device Name settings
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
AbstractFileFilter.java 49 * @param name the filename within the directory to check
52 public boolean accept(File dir, String name) {
53 return accept(new File(dir, name));
62 String name = getClass().getName(); local
63 int period = name.lastIndexOf('.');
64 return (period > 0 ? name.substring(period + 1) : name);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
statement.h 49 char *name; /* Name of the statement. */ member in struct:cloogstatement
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
reiserfs_xattr.h 19 char *name; member in struct:reiserfs_security_handle
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
ext-stream-restore.h 40 const char *name; /**< Identifier string of the stream. A string like "sink-input-by-role:" or similar followed by some arbitrary property value. */ member in struct:pa_ext_stream_restore_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
statement.h 49 char *name; /* Name of the statement. */ member in struct:cloogstatement

Completed in 248 milliseconds

<<11121314151617181920>>