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

1 2 3 4

  /libcore/ojluni/src/main/java/sun/security/x509/
RFC822Name.java 193 String thisName = name.toLowerCase(Locale.ENGLISH);
194 if (inName.equals(thisName)) {
196 } else if (thisName.endsWith(inName)) {
203 int inNdx = thisName.lastIndexOf(inName);
204 if (thisName.charAt(inNdx-1) == '@' ) {
210 } else if (inName.endsWith(thisName)) {
211 /* if thisName contains @, then they had to match exactly */
212 if (thisName.indexOf('@') != -1) {
214 } else if (thisName.startsWith(".")) {
217 int ndx = inName.lastIndexOf(thisName);
    [all...]
DNSName.java 204 String thisName = name.toLowerCase(Locale.ENGLISH);
205 if (inName.equals(thisName))
207 else if (thisName.endsWith(inName)) {
208 int inNdx = thisName.lastIndexOf(inName);
209 if (thisName.charAt(inNdx-1) == '.' )
213 } else if (inName.endsWith(thisName)) {
214 int ndx = inName.lastIndexOf(thisName);
  /external/toybox/scripts/
bloatcheck 30 THISNAME=$(echo "$d" | sed 's/[.][0-9]*$//')
32 if [ "$LASTNAME" != "$THISNAME" ]
36 LASTNAME="$THISNAME"
  /external/e2fsprogs/lib/ext2fs/
namei.c 89 const char *thisname; local
100 thisname = pathname;
108 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode);
114 *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);
  /external/skia/tests/
PDFPrimitivesTest.cpp 256 array->appendName("ThisName");
257 ASSERT_EMIT_EQ(reporter, *array, "[42 .5 0 true /ThisName]");
260 ASSERT_EMIT_EQ(reporter, *array, "[42 .5 0 true /ThisName /AnotherName]");
264 "[42 .5 0 true /ThisName /AnotherName (This String)]");
268 "[42 .5 0 true /ThisName /AnotherName (This String) "
275 "[42 .5 0 true /ThisName /AnotherName (This String) "
287 "[42 .5 0 true /ThisName /AnotherName (This String) "
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 72 char thisname[IIO_MAX_NAME_LENGTH]; local
107 fscanf(nameFile, "%s", thisname);
108 if (strcmp(name, thisname) == 0)
352 //fscanf(nameFile, "%s", thisname);
353 //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) {
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 113 char thisname[IIO_MAX_NAME_LENGTH]; local
119 if (nameLen >= sizeof(thisname) - 1) {
153 size = read(fd, thisname, sizeof(thisname) - 1);
158 thisname[size] = '\0';
159 if (strncmp(name, thisname, nameLen)) {
163 if (!thisname[nameLen] || isspace(thisname[nameLen])) {
    [all...]
  /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/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 200 CFX_ByteString thisname = m_pMapper->m_InstalledTTFonts[i]; local
201 if (thisname[0] == ' ') {
202 if (thisname.Mid(1, name.GetLength()) == name) {
205 } else if (thisname.Left(name.GetLength()) == name) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 493 _, thisName := path.Split(importPath(s))
494 if thisName == old {
  /prebuilts/go/linux-x86/src/cmd/fix/
fix.go 493 _, thisName := path.Split(importPath(s))
494 if thisName == old {
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java 311 String thisName;
591 thisName = name;
    [all...]
Frame.java 754 s = OBJECT | cw.addType(cw.thisName);
797 inputLocals[i++] = OBJECT | cw.addType(cw.thisName);
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 

Completed in 1040 milliseconds

1 2 3 4