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

  /external/abi-compliance-checker/
Makefile.pl 125 if(not isAbs($DESTDIR))
144 if(not isAbs($PREFIX))
241 sub isAbs($) {
  /external/lzma/CPP/Windows/
FileLink.cpp 109 bool isAbs = IsAbsolutePath(path);
110 if (!isAbs && !isSymLink)
122 const unsigned add_Prefix_Len = isAbs ? k_LinkPrefix_Size : 0;
167 UInt32 flags = isAbs ? 0 : _my_SYMLINK_FLAG_RELATIVE;
  /prebuilts/go/darwin-x86/src/path/
path_test.go 215 isAbs bool
231 if r := IsAbs(test.path); r != test.isAbs {
232 t.Errorf("IsAbs(%q) = %v, want %v", test.path, r, test.isAbs)
  /prebuilts/go/linux-x86/src/path/
path_test.go 215 isAbs bool
231 if r := IsAbs(test.path); r != test.isAbs {
232 t.Errorf("IsAbs(%q) = %v, want %v", test.path, r, test.isAbs)
  /prebuilts/go/darwin-x86/src/os/
path_windows.go 42 func isAbs(path string) (b bool) {
172 if !isAbs(path) {
stat_windows.go 118 if !isAbs(fs.path) {
file_windows.go 134 if !isAbs(d.path) {
533 if !isAbs(oldname) {
  /prebuilts/go/linux-x86/src/os/
path_windows.go 42 func isAbs(path string) (b bool) {
172 if !isAbs(path) {
stat_windows.go 118 if !isAbs(fs.path) {
file_windows.go 134 if !isAbs(d.path) {
533 if !isAbs(oldname) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 255 bool isAbs = Value->evaluateAsAbsolute(Res, Layout,
257 if (isAbs) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 246 bool isAbs = Value->EvaluateAsAbsolute(Res, Layout,
248 if (isAbs) {
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 692 isAbs bool
731 tests = append(tests, IsAbsTest{"c:" + test.path, test.isAbs})
738 if r := filepath.IsAbs(test.path); r != test.isAbs {
739 t.Errorf("IsAbs(%q) = %v, want %v", test.path, r, test.isAbs)
842 if filepath.IsAbs(d.dest) || os.IsPathSeparator(d.dest[0]) {
931 if filepath.IsAbs(d.dest) || os.IsPathSeparator(d.dest[0]) {
1135 if !filepath.IsAbs(abspath) {
1138 if filepath.IsAbs(abspath) && abspath != filepath.Clean(abspath)
    [all...]
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 692 isAbs bool
731 tests = append(tests, IsAbsTest{"c:" + test.path, test.isAbs})
738 if r := filepath.IsAbs(test.path); r != test.isAbs {
739 t.Errorf("IsAbs(%q) = %v, want %v", test.path, r, test.isAbs)
842 if filepath.IsAbs(d.dest) || os.IsPathSeparator(d.dest[0]) {
931 if filepath.IsAbs(d.dest) || os.IsPathSeparator(d.dest[0]) {
1135 if !filepath.IsAbs(abspath) {
1138 if filepath.IsAbs(abspath) && abspath != filepath.Clean(abspath)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 320 milliseconds