HomeSort by relevance Sort by last modified time
    Searched full:thisname (Results 1 - 19 of 19) sorted by null

  /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;
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMemberRef.java 82 CstUtf8 thisName = nat.getName();
85 return thisName.compareTo(otherName);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMemberRef.java 82 CstString thisName = nat.getName();
85 return thisName.compareTo(otherName);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstMemberRef.java 82 CstString thisName = nat.getName();
85 return thisName.compareTo(otherName);
  /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) {
  /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)
  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverInfo.java 403 String thisName = name == null ? "" : other.name;
404 if (!thisName.equals(otherName))
  /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/libvpx/libvpx/examples/includes/geshi/geshi/
lotusformulas.php 208 '@ThisValue', '@ThisName', '@TextToTime', '@TextToNumber', '@Text',
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gccint.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gccint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gccint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gccint.info     [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 

Completed in 343 milliseconds