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

1 2

  /external/clang/include/clang/AST/
Makefile 18 $(Verb) $(ClangTableGen) -gen-clang-attr-classes -o $(call SYSPATH, $@) \
24 $(Verb) $(ClangTableGen) -gen-clang-attr-impl -o $(call SYSPATH, $@) \
30 $(Verb) $(ClangTableGen) -gen-clang-attr-dump -o $(call SYSPATH, $@) \
36 $(Verb) $(ClangTableGen) -gen-clang-stmt-nodes -o $(call SYSPATH, $@) $<
41 $(Verb) $(ClangTableGen) -gen-clang-decl-nodes -o $(call SYSPATH, $@) $<
46 $(Verb) $(ClangTableGen) -gen-clang-comment-nodes -o $(call SYSPATH, $@) $<
51 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags -o $(call SYSPATH, $@) $<
56 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags-properties -o $(call SYSPATH, $@) $<
62 $(Verb) $(ClangTableGen) -gen-clang-comment-html-named-character-references -o $(call SYSPATH, $@) $<
67 $(Verb) $(ClangTableGen) -gen-clang-comment-command-info -o $(call SYSPATH, $@) $
    [all...]
  /external/clang/include/clang/Driver/
Makefile 10 $(Verb) $(LLVMTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
14 $(Verb) $(LLVMTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
  /external/clang/include/clang/Parse/
Makefile 12 $(Verb) $(ClangTableGen) -gen-clang-attr-expr-args-list -o $(call SYSPATH, $@) \
18 $(Verb) $(ClangTableGen) -gen-clang-attr-late-parsed-list -o $(call SYSPATH, $@) \
  /external/clang/include/clang/Serialization/
Makefile 12 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-read -o $(call SYSPATH, $@) \
18 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-write -o $(call SYSPATH, $@) \
  /external/clang/include/clang/Sema/
Makefile 14 $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
20 $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
26 $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
32 $(call SYSPATH, $@) -I $(PROJ_SRC_DIR)/../../ $<
  /external/clang/include/clang/Lex/
Makefile 12 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-list -o $(call SYSPATH, $@) \
  /external/clang/include/clang/Basic/
Makefile 36 $(Verb) $(ClangTableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) -o $(call SYSPATH, $@) $<
40 $(Verb) $(ClangTableGen) -gen-clang-diags-index-name -o $(call SYSPATH, $@) $<
44 $(Verb) $(ClangTableGen) -gen-clang-diag-groups -o $(call SYSPATH, $@) $<
48 $(Verb) $(ClangTableGen) -gen-clang-attr-list -o $(call SYSPATH, $@) \
53 $(Verb) $(ClangTableGen) -gen-arm-neon-sema -o $(call SYSPATH, $@) $<
  /external/lzma/CPP/Windows/
FileDir.cpp 35 static UString GetUnicodePath(const CSysString &sysPath)
36 { return MultiByteToUnicodeString(sysPath, GetCurrentCodePage()); }
37 static CSysString GetSysPath(LPCWSTR sysPath)
38 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); }
68 CSysString sysPath;
69 if (!MyGetWindowsDirectory(sysPath))
71 path = GetUnicodePath(sysPath);
83 CSysString sysPath;
84 if (!MyGetSystemDirectory(sysPath))
86 path = GetUnicodePath(sysPath);
    [all...]
DLL.cpp 57 CSysString GetSysPath(LPCWSTR sysPath)
58 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); }
  /external/llvm/lib/IR/
Makefile 24 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
  /external/llvm/unittests/Option/
Makefile 23 $(Verb) $(LLVMTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
  /external/clang/lib/StaticAnalyzer/Checkers/
Makefile 24 $(Verb) $(ClangTableGen) -gen-clang-sa-checkers -I $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include -o $(call SYSPATH, $@) $<
  /external/chromium/third_party/libjingle/source/talk/third_party/libudev/
libudev.h 75 struct udev_device *udev_device_new_from_syspath(struct udev *udev, const char *syspath);
144 int udev_enumerate_add_syspath(struct udev_enumerate *udev_enumerate, const char *syspath);
  /external/chromium_org/third_party/libjingle/source/talk/third_party/libudev/
libudev.h 75 struct udev_device *udev_device_new_from_syspath(struct udev *udev, const char *syspath);
144 int udev_enumerate_add_syspath(struct udev_enumerate *udev_enumerate, const char *syspath);
  /external/clang/lib/Headers/
Makefile 64 $(Verb) $(ClangTableGen) -gen-arm-neon -o $(call SYSPATH, $@) $<
  /external/qemu/android/utils/
path.c 655 const char* sysPath = getenv("PATH");
675 if (sysPath == NULL || sysPath[0] == '\0') {
685 p = sysPath;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 50 self.syspath = list(sys.path)
53 sys.path[:] = self.syspath
test_import.py 497 self.syspath = sys.path[:]
501 sys.path[:] = self.syspath
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 50 self.syspath = list(sys.path)
53 sys.path[:] = self.syspath
test_import.py 497 self.syspath = sys.path[:]
501 sys.path[:] = self.syspath
  /external/llvm/
Makefile.config.in 363 # The function SYSPATH transforms Unix paths into Windows paths.
365 SYSPATH = $(shell echo $(1) | cygpath -m -f -)
367 SYSPATH = $(1)
Makefile.rules 749 # paths. In this case, the SYSPATH function (defined in
751 TableGen.Flags= -I $(call SYSPATH, $(PROJ_SRC_DIR)) \
752 -I $(call SYSPATH, $(LLVM_SRC_ROOT)/include) \
753 -I $(call SYSPATH, $(PROJ_SRC_ROOT)/include) \
754 -I $(call SYSPATH, $(PROJ_SRC_ROOT)/lib/Target)
    [all...]
  /external/llvm/projects/sample/
Makefile.llvm.config.in 295 # The function SYSPATH transforms Unix paths into Windows paths.
297 SYSPATH = $(shell echo $(1) | cygpath -m -f -)
299 SYSPATH = $(1)
Makefile.llvm.rules 677 # paths. In this case, the SYSPATH function (defined in
679 TableGen.Flags= -I $(call SYSPATH, $(PROJ_SRC_DIR)) \
680 -I $(call SYSPATH, $(LLVM_SRC_ROOT)/include) \
681 -I $(call SYSPATH, $(PROJ_SRC_ROOT)/include) \
682 -I $(call SYSPATH, $(PROJ_SRC_ROOT)/lib/Target)
    [all...]
  /system/core/sh/
eval.c 607 syspath(void) function
820 path = syspath() + 5;

Completed in 4539 milliseconds

1 2