HomeSort by relevance Sort by last modified time
    Searched defs:normalize (Results 251 - 275 of 801) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/nio/file/
LinuxPathTest.java 208 assertEquals(Paths.get("t2/t3"), Paths.get("t1/../t2/t3").normalize()); method
209 assertEquals(Paths.get("../t2/t3"), Paths.get("t1/../../t2/t3").normalize()); method
210 assertEquals(Paths.get("t1/t2/t3"), Paths.get("t1/./t2/t3").normalize()); method
211 assertEquals(Paths.get("t1/t2/t3"), Paths.get("t1/././t2/t3").normalize()); method
212 assertEquals(Paths.get("t1/t2/t3"), Paths.get("t1/././t2/t3").normalize()); method
  /libcore/ojluni/src/main/java/java/net/
URI.java 951 public URI normalize() { method in class:URI
2117 private static URI normalize(URI u) { method
2452 private static String normalize(String ps) { method
2458 private static String normalize(String ps, boolean removeLeading) { method
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
258 /// normalize - Turn an arbitrary machine specification into the canonical
262 static std::string normalize(StringRef Str);
265 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
267 /// normalize - Turn an arbitrary machine specification into the canonical
271 static std::string normalize(StringRef Str);
274 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
267 /// normalize - Turn an arbitrary machine specification into the canonical
271 static std::string normalize(StringRef Str);
274 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
270 /// normalize - Turn an arbitrary machine specification into the canonical
274 static std::string normalize(StringRef Str);
277 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
270 /// normalize - Turn an arbitrary machine specification into the canonical
274 static std::string normalize(StringRef Str);
277 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
270 /// normalize - Turn an arbitrary machine specification into the canonical
274 static std::string normalize(StringRef Str);
277 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
270 /// normalize - Turn an arbitrary machine specification into the canonical
274 static std::string normalize(StringRef Str);
277 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
258 /// normalize - Turn an arbitrary machine specification into the canonical
262 static std::string normalize(StringRef Str);
265 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
267 /// normalize - Turn an arbitrary machine specification into the canonical
271 static std::string normalize(StringRef Str);
274 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
267 /// normalize - Turn an arbitrary machine specification into the canonical
271 static std::string normalize(StringRef Str);
274 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
270 /// normalize - Turn an arbitrary machine specification into the canonical
274 static std::string normalize(StringRef Str);
277 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
270 /// normalize - Turn an arbitrary machine specification into the canonical
274 static std::string normalize(StringRef Str);
277 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
270 /// normalize - Turn an arbitrary machine specification into the canonical
274 static std::string normalize(StringRef Str);
277 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
270 /// normalize - Turn an arbitrary machine specification into the canonical
274 static std::string normalize(StringRef Str);
277 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 2397 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 177 def normalize(self): member in class:Node
201 child.normalize()
901 def normalize(self): member in class:Childless
902 # For childless nodes, normalize() has nothing to do.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 2397 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 177 def normalize(self): member in class:Node
201 child.normalize()
901 def normalize(self): member in class:Childless
902 # For childless nodes, normalize() has nothing to do.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 2397 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 177 def normalize(self): member in class:Node
201 child.normalize()
901 def normalize(self): member in class:Childless
902 # For childless nodes, normalize() has nothing to do.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 2397 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 177 def normalize(self): member in class:Node
201 child.normalize()
901 def normalize(self): member in class:Childless
902 # For childless nodes, normalize() has nothing to do.
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
archive.c 1391 normalize (bfd *abfd, const char *file) function
1424 normalize (bfd *abfd ATTRIBUTE_UNUSED, const char *file) function
    [all...]

Completed in 1118 milliseconds

<<11121314151617181920>>