HomeSort by relevance Sort by last modified time
    Searched full:thisname (Results 1 - 25 of 87) 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 90 const char *thisname; local
101 thisname = pathname;
109 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode);
115 *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/skia/tests/
PDFPrimitivesTest.cpp 244 array->appendName("ThisName");
245 assert_emit_eq(reporter, *array, "[42 .5 0 true /ThisName]");
248 assert_emit_eq(reporter, *array, "[42 .5 0 true /ThisName /AnotherName]");
252 "[42 .5 0 true /ThisName /AnotherName (This String)]");
256 "[42 .5 0 true /ThisName /AnotherName (This String) "
263 "[42 .5 0 true /ThisName /AnotherName (This String) "
275 "[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) {
  /external/llvm/lib/DebugInfo/PDB/Raw/
DbiStream.cpp 412 auto ThisName = getFileNameForIndex(NextFileIndex);
413 if (!ThisName)
414 return ThisName.takeError();
415 ModuleInfos[I].SourceFiles[J] = *ThisName;
  /libcore/luni/src/test/java/dalvik/system/
DelegateLastClassLoaderTest.java 93 private ClassLoader createClassLoader(String parentName, String thisName) {
95 File thisPath = resourcesMap.get(thisName);
  /external/r8/src/main/java/com/android/tools/r8/graph/
DexDebugEntryBuilder.java 65 DexString name = factory.thisName;
DexItemFactory.java 100 public DexString thisName = createString("this");
  /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/fxge/win32/
fx_win32_device.cpp 463 CFX_ByteString thisname = m_pMapper->m_InstalledTTFonts[i]; local
464 if (thisname.Left(name.GetLength()) == name)
468 CFX_ByteString thisname = m_pMapper->m_LocalizedTTFonts[i].first; local
469 if (thisname.Left(name.GetLength()) == name)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 494 _, thisName := path.Split(importPath(s))
495 if thisName == old {
  /prebuilts/go/linux-x86/src/cmd/fix/
fix.go 494 _, thisName := path.Split(importPath(s))
495 if thisName == old {
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.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/misc/common/jacoco/lib/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 

Completed in 456 milliseconds

1 2 3 4