HomeSort by relevance Sort by last modified time
    Searched defs:Sources (Results 1 - 23 of 23) sorted by null

  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 12 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
13 ObjNames := $(Sources:%.c=%.o)
  /external/compiler-rt/lib/
Makefile.mk 29 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(filter-out $(ExcludedSources),$(notdir $(file))))
30 ObjNames := $(Sources:%.c=%.o)
  /external/compiler-rt/lib/asan/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 ObjNames := $(Sources:%.cc=%.o)
25 AsanFunctions := $(Sources:%.cc=%)
  /external/compiler-rt/lib/asan/dynamic/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 ObjNames := $(Sources:%.cc=%.o)
25 AsanDynamicFunctions := $(Sources:%.cc=%)
  /external/compiler-rt/lib/interception/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 ObjNames := $(Sources:%.cc=%.o)
23 InterceptionFunctions := $(Sources:%.cc=%)
  /external/compiler-rt/lib/interception/mach_override/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
14 ObjNames := $(Sources:%.c=%.o)
22 InterceptionFunctions += $(Sources:%.c=%)
  /external/compiler-rt/lib/profile/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
14 ObjNames := $(Sources:%.c=%.o)
  /external/compiler-rt/lib/sanitizer_common/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 ObjNames := $(Sources:%.cc=%.o)
22 SanitizerCommonFunctions := $(Sources:%.cc=%)
  /external/compiler-rt/lib/tsan/
Makefile.mk 12 Sources :=
  /external/compiler-rt/lib/tsan/rtl/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
15 ObjNames := $(Sources:%.cc=%.o) $(AsmSources:%.S=%.o)
25 TsanFunctions += $(Sources:%.cc=%) $(AsmSources:%.S=%)
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
15 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
15 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
15 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
15 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/arm/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/i386/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/ppc/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /external/compiler-rt/lib/x86_64/
Makefile.mk 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
16 ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Sources.java 11 public interface Sources {
14 * Gets all sources.
38 * Updates the list of sources.
  /external/clang/unittests/AST/
CommentLexer.cpp 91 const char *Sources[] = {
94 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
97 lexString(Sources[i], Toks);
107 const char *Sources[] = {
110 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
113 lexString(Sources[i], Toks);
124 const char *Sources[] = {
129 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
132 lexString(Sources[i], Toks);
145 const char *Sources[] =
    [all...]
CommentParser.cpp 631 const char *Sources[] = {
643 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
644 FullComment *FC = parseString(Sources[i]);
770 const char *Sources[] = {
780 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
781 FullComment *FC = parseString(Sources[i]);
799 const char *Sources[] = {
810 for (size_t i = 0, e = array_lengthof(Sources); i != e; i++) {
811 FullComment *FC = parseString(Sources[i]);
829 const char *Sources[] =
    [all...]
  /external/clang/unittests/Tooling/
RewriterTestContext.h 41 Sources(Diagnostics, Files),
42 Rewrite(Sources, Options) {
58 Sources.overrideFileContents(Entry, Source, true);
60 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User);
83 return Sources.createFileID(File, SourceLocation(), SrcMgr::C_User);
87 SourceLocation Result = Sources.translateFileLineCol(
88 Sources.getFileEntryForID(ID), Line, Column);
115 SourceManager Sources;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 51 public class Sources extends BroadcastReceiver implements OnAccountsUpdateListener {
52 private static final String TAG = "Sources";
63 private static SoftReference<Sources> sInstance = null;
66 * Requests the singleton instance of {@link Sources} with data bound from
70 public static synchronized Sources getInstance(Context context) {
71 Sources sources = sInstance == null ? null : sInstance.get(); local
72 if (sources == null) {
73 sources = new Sources(context)
    [all...]

Completed in 1352 milliseconds