Home
last modified time | relevance | path

Searched refs:Basic (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/external/clang/
Dclang-tblgen-rules.mk15 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(C…
20 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.inc
21 $(intermediates)/include/clang/Basic/AttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
22 $(intermediates)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $…
29 $(intermediates)/include/clang/Lex/AttrSpellings.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.t…
36 …ude/clang/Serialization/AttrPCHRead.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TB…
43 …de/clang/Serialization/AttrPCHWrite.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TB…
50 $(intermediates)/include/clang/Parse/AttrLateParsed.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Att…
57 $(intermediates)/include/clang/AST/Attrs.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLAN…
64 $(intermediates)/include/clang/Sema/AttrParsedAttrKinds.inc: $(CLANG_ROOT_PATH)/include/clang/Basic
[all …]
Dclang-version-inc.mk25 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/Version.inc
26 $(intermediates)/include/clang/Basic/Version.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Version.in…
/external/clang/include/clang/AST/
DCMakeLists.txt3 SOURCE ../Basic/Attr.td
8 SOURCE ../Basic/Attr.td
12 SOURCE ../Basic/StmtNodes.td
16 SOURCE ../Basic/DeclNodes.td
20 SOURCE ../Basic/CommentNodes.td
/external/llvm/test/Analysis/Profiling/
Dprofiling-tool-chain.ll76 ; PROF: ;;; Basic block executed 2 times.
88 ; PROF: ;;; Basic block executed 2 times.
107 ; PROF: ;;; Basic block executed 6 times.
115 ; PROF: ;;; Basic block executed 3 times.
122 ; PROF: ;;; Basic block executed 9 times.
131 ; PROF: ;;; Basic block executed 9 times.
144 ; PROF: ;;; Basic block executed 9 times.
154 ; PROF: ;;; Basic block executed 12 times.
163 ; PROF: ;;; Basic block executed 3 times.
169 ; PROF: ;;; Basic block executed 3 times.
[all …]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCAAnimationWin.cpp149 if (type == Basic) in PlatformCAAnimation()
161 m_type = Basic; in PlatformCAAnimation()
332 if (animationType() != Basic) in setFromValue()
341 if (animationType() != Basic) in setFromValue()
350 if (animationType() != Basic) in setFromValue()
360 if (animationType() != Basic) in setFromValue()
370 if (animationType() != Basic || value->animationType() != Basic) in copyFromValueFrom()
378 if (animationType() != Basic) in setToValue()
387 if (animationType() != Basic) in setToValue()
396 if (animationType() != Basic) in setToValue()
[all …]
/external/clang/include/clang/Sema/
DCMakeLists.txt3 SOURCE ../Basic/Attr.td
8 SOURCE ../Basic/Attr.td
13 SOURCE ../Basic/Attr.td
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCAAnimationMac.mm161 if (type == Basic)
170 m_type = Basic;
199 // Copy the specific Basic or Keyframe values
359 if (animationType() != Basic)
366 if (animationType() != Basic)
374 if (animationType() != Basic)
387 if (animationType() != Basic)
401 if (animationType() != Basic || value->animationType() != Basic)
410 if (animationType() != Basic)
417 if (animationType() != Basic)
[all …]
/external/clang/include/clang/Serialization/
DCMakeLists.txt3 SOURCE ../Basic/Attr.td
8 SOURCE ../Basic/Attr.td
/external/markdown/tests/misc/
Dmulti-test.txt9 * Basic list
10 * Basic list 2
/external/clang/include/clang/Basic/
DBuiltinsARM.def15 // The format of this database matches clang/Basic/Builtins.def.
49 #include "clang/Basic/arm_neon.inc"
/external/clang/lib/Headers/
DMakefile18 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
62 $(ObjDir)/arm_neon.h.inc.tmp : $(CLANG_LEVEL)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN) $(Obj…
/external/clang/include/clang/
DCMakeLists.txt2 add_subdirectory(Basic)
/external/clang/unittests/Basic/
DMakefile11 TESTNAME = Basic
/external/llvm/test/Transforms/BBVectorize/
Dsimple.ll4 ; Basic depth-3 chain
28 ; Basic depth-3 chain (last pair permuted)
53 ; Basic depth-3 chain (last pair first splat)
78 ; Basic depth-3 chain (last pair second splat)
103 ; Basic depth-3 chain
125 ; Basic chain with shuffles
Dsimple-int.ll8 ; Basic depth-3 chain with fma
34 ; Basic depth-3 chain with cos
58 ; Basic depth-3 chain with powi
83 ; Basic depth-3 chain with powi (different powers: should not vectorize)
/external/clang/include/clang/Parse/
DCMakeLists.txt3 SOURCE ../Basic/Attr.td
/external/clang/include/clang/Lex/
DCMakeLists.txt3 SOURCE ../Basic/Attr.td
/external/clang/lib/
DMakefile11 PARALLEL_DIRS = Headers Basic Lex Parse AST ASTMatchers Sema CodeGen Analysis \
/external/clang/unittests/
DMakefile17 PARALLEL_DIRS = ASTMatchers Basic AST Frontend Lex Tooling
/external/chromium/chrome/browser/chromeos/
Dcustomization_document.h74 FRIEND_TEST(StartupCustomizationDocumentTest, Basic);
156 FRIEND_TEST(ServicesCustomizationDocumentTest, Basic);
/external/chromium/base/memory/
Dscoped_native_library_unittest.cc14 TEST(ScopedNativeLibrary, Basic) { in TEST() argument
/external/chromium/net/base/
Dssl_cipher_suite_names_unittest.cc12 TEST(CipherSuiteNamesTest, Basic) { in TEST() argument
/external/llvm/test/Assembler/
Dx86mmx.ll2 ; Basic smoke test for x86_mmx type.
Dhalf.ll2 ; Basic smoke test for half type.
/external/compiler-rt/lib/tsan/unit_tests/
Dtsan_flags_test.cc19 TEST(Flags, Basic) { in TEST() argument

12345678910>>...12