Searched defs:normalize (Results 76 - 100 of 213) sorted by relevance

123456789

/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java261 String normalizedFromPath = normalize(fromPath);
262 String normalizedToPath = normalize(toPath);
278 String normalizedChildPath = normalize(child.getPath());
363 String normalized = normalize(path);
427 return normalize(path);
437 protected String normalize(String path) { method in class:AbstractFakeFileSystem
459 String normalizedFrom = normalize(entry.getPath());
460 String normalizedTo = normalize(toPath);
480 throw new FileSystemException(normalize(path), "filesystem.pathDoesNotExist");
623 String normalizedDir = normalize(di
[all...]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java261 String normalizedFromPath = normalize(fromPath);
262 String normalizedToPath = normalize(toPath);
278 String normalizedChildPath = normalize(child.getPath());
362 String normalized = normalize(path);
424 return normalize(path);
434 protected String normalize(String path) { method in class:AbstractFakeFileSystem
454 String normalizedFrom = normalize(entry.getPath());
455 String normalizedTo = normalize(toPath);
475 throw new FileSystemException(normalize(path), "filesystem.pathDoesNotExist");
674 String normalizedDir = normalize(di
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java261 String normalizedFromPath = normalize(fromPath);
262 String normalizedToPath = normalize(toPath);
278 String normalizedChildPath = normalize(child.getPath());
363 String normalized = normalize(path);
427 return normalize(path);
437 protected String normalize(String path) { method in class:AbstractFakeFileSystem
459 String normalizedFrom = normalize(entry.getPath());
460 String normalizedTo = normalize(toPath);
480 throw new FileSystemException(normalize(path), "filesystem.pathDoesNotExist");
623 String normalizedDir = normalize(di
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java261 String normalizedFromPath = normalize(fromPath);
262 String normalizedToPath = normalize(toPath);
278 String normalizedChildPath = normalize(child.getPath());
328 return normalize(buf.toString());
363 String normalized = normalize(path);
427 return normalize(path);
437 protected String normalize(String path) { method in class:AbstractFakeFileSystem
459 String normalizedFrom = normalize(entry.getPath());
460 String normalizedTo = normalize(toPath);
480 throw new FileSystemException(normalize(pat
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java261 String normalizedFromPath = normalize(fromPath);
262 String normalizedToPath = normalize(toPath);
278 String normalizedChildPath = normalize(child.getPath());
328 return normalize(buf.toString());
363 String normalized = normalize(path);
427 return normalize(path);
437 protected String normalize(String path) { method in class:AbstractFakeFileSystem
459 String normalizedFrom = normalize(entry.getPath());
460 String normalizedTo = normalize(toPath);
480 throw new FileSystemException(normalize(pat
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java261 String normalizedFromPath = normalize(fromPath);
262 String normalizedToPath = normalize(toPath);
278 String normalizedChildPath = normalize(child.getPath());
328 return normalize(buf.toString());
363 String normalized = normalize(path);
427 return normalize(path);
437 protected String normalize(String path) { method in class:AbstractFakeFileSystem
459 String normalizedFrom = normalize(entry.getPath());
460 String normalizedTo = normalize(toPath);
480 throw new FileSystemException(normalize(pat
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java265 String normalizedFromPath = normalize(fromPath);
266 String normalizedToPath = normalize(toPath);
286 String normalizedChildPath = normalize(child.getPath());
336 return normalize(buf.toString());
371 String normalized = normalize(path);
435 return normalize(path);
445 protected String normalize(String path) { method in class:AbstractFakeFileSystem
467 String normalizedFrom = normalize(entry.getPath());
468 String normalizedTo = normalize(toPath);
488 throw new FileSystemException(normalize(pat
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java265 String normalizedFromPath = normalize(fromPath);
266 String normalizedToPath = normalize(toPath);
286 String normalizedChildPath = normalize(child.getPath());
336 return normalize(buf.toString());
371 String normalized = normalize(path);
435 return normalize(path);
445 protected String normalize(String path) { method in class:AbstractFakeFileSystem
467 String normalizedFrom = normalize(entry.getPath());
468 String normalizedTo = normalize(toPath);
488 throw new FileSystemException(normalize(pat
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java266 String normalizedFromPath = normalize(fromPath);
267 String normalizedToPath = normalize(toPath);
287 String normalizedChildPath = normalize(child.getPath());
337 return normalize(buf.toString());
372 String normalized = normalize(path);
436 return normalize(path);
446 protected String normalize(String path) { method in class:AbstractFakeFileSystem
468 String normalizedFrom = normalize(entry.getPath());
469 String normalizedTo = normalize(toPath);
489 throw new FileSystemException(normalize(pat
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java266 String normalizedFromPath = normalize(fromPath);
267 String normalizedToPath = normalize(toPath);
287 String normalizedChildPath = normalize(child.getPath());
337 return normalize(buf.toString());
372 String normalized = normalize(path);
436 return normalize(path);
446 protected String normalize(String path) { method in class:AbstractFakeFileSystem
468 String normalizedFrom = normalize(entry.getPath());
469 String normalizedTo = normalize(toPath);
489 throw new FileSystemException(normalize(pat
[all...]
/external/python/cpython2/Lib/
H A Dgettext.py206 from locale import normalize namespace
207 locale = normalize(locale)
510 # now normalize and expand the languages
H A Dlocale.py40 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY",
365 def normalize(localename): function
463 code = normalize(localename)
580 locale = normalize(_build_localename(locale))
636 # to C locale encoding names (case-sensitive). Note that normalize()
688 # Note that the normalize() function which uses this tables
/external/python/cpython2/Tools/i18n/
H A Dpygettext.py245 def normalize(s):
504 print >> fp, 'msgid', normalize(k)
242 def normalize(s): function
/external/python/cpython3/Lib/
H A Dlocale.py30 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY",
379 def normalize(localename): function
476 code = normalize(localename)
597 locale = normalize(_build_localename(locale))
657 # to C locale encoding names (case-sensitive). Note that normalize()
727 # Note that the normalize() function which uses this tables
/external/python/cpython3/Tools/i18n/
H A Dpygettext.py243 def normalize(s, encoding):
462 print('msgid', normalize(k, encoding), file=fp)
240 def normalize(s, encoding): function
/external/scapy/scapy/
H A Dplist.py366 def normalize(n): function in function:.afterglow
/external/skia/src/pathops/
H A DSkPathOpsPoint.h87 void normalize() { function in struct:SkDVector
/external/skqp/src/pathops/
H A DSkPathOpsPoint.h87 void normalize() { function in struct:SkDVector
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTriple.cpp417 std::string Triple::normalize(StringRef Str) { function in class:Triple
/external/ImageMagick/MagickCore/
H A Drandom.c96 normalize;
193 random_info->normalize=1.0/(~0UL);
641 return(random_info->normalize*seed[0]);
656 % GetRandomInfoNormalize() returns the random normalize value.
670 return(random_info->normalize);
94 normalize; member in struct:_RandomInfo
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DVector3D.java285 public Vector3D normalize() { method in class:Vector3D
301 * Vector3D k = u.normalize();
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DSimplexTableau.java224 normalized.add(normalize(constraint));
234 private LinearConstraint normalize(final LinearConstraint constraint) { method in class:SimplexTableau
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java1609 boolean normalize)
1612 if(normalize)
1607 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
H A DDOM2DTMdefaultNamespaceDeclarationNode.java86 public void normalize() {return;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c68 static float normalize(float *ax, float *ay, float *az) function
90 float norm = normalize(&ax, &ay, &az);

Completed in 1126 milliseconds

123456789