/device/samsung/manta/libsensors/ |
SensorBase.cpp | 115 char thisname[IIO_MAX_NAME_LENGTH]; local 137 if (fscanf(nameFile, "%s", thisname) == 1) { 138 if (strcmp(name, thisname) == 0) {
|
/external/e2fsprogs/lib/ext2fs/ |
namei.c | 82 const char *thisname; local 93 thisname = pathname; 101 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode); 107 *name = thisname;
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
ml_sysfs_helper.c | 53 char thisname[IIO_MAX_NAME_LENGTH]; local 88 fscanf(nameFile, "%s", thisname); 89 if (strcmp(name, thisname) == 0)
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
ml_sysfs_helper.c | 64 char thisname[IIO_MAX_NAME_LENGTH]; local 99 fscanf(nameFile, "%s", thisname); 100 if (strcmp(name, thisname) == 0) 344 //fscanf(nameFile, "%s", thisname); 345 //if (strcmp(name, thisname) == 0) {
|
/external/javassist/src/main/javassist/ |
CtClassType.java | 364 String thisname = getName(); local 365 if (thisname.equals(oldname)) 404 String thisName = cf.getName() + "$"; 410 if (name.startsWith(thisName)) { 412 if (name.lastIndexOf('$') < thisName.length()) [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |