/external/v8/tools/gyp/test/errors/ |
D | dependency_cycle.gyp | 10 'dependencies': [ 'target1' ], 13 'target_name': 'target1',
|
/external/v8/tools/gyp/test/intermediate_dir/src/ |
D | test.gyp | 8 'target_name': 'target1', 19 'python', 'script.py', 'target1', '<(_outputs)',
|
/external/llvm/test/MC/ARM/ |
D | symbol-variants.s | 51 @ target1 53 .word f15(target1)
|
/external/v8/tools/gyp/test/same-rule-output-file-name/src/subdir1/ |
D | subdir1.gyp | 8 'target_name': 'target1',
|
/external/libchrome/base/files/ |
D | file_path_watcher_unittest.cc | 586 FilePath target1(temp_dir_.path().AppendASCII("target1")); in TEST_F() local 587 ASSERT_TRUE(base::CreateSymbolicLink(target1, symlink)); in TEST_F() 591 ASSERT_TRUE(base::CreateDirectory(target1)); in TEST_F() 595 FilePath target1_file(target1.AppendASCII("file")); in TEST_F()
|
/external/libexif/libexif/olympus/ |
D | mnote-olympus-entry.c | 45 #define CF2(format,target1,target2,v,maxlen) \ argument 47 if ((format != target1) && (format != target2)) { \ 52 exif_format_get_name (target1), \
|
/external/v8/tools/vim/ |
D | ninja-build.vim | 11 " It builds 'd8' by default, but :CrBuild target1 target2 etc works as well,
|
/external/v8/src/debug/ |
D | debug.cc | 1162 bool MatchingCodeTargets(Code* target1, Code* target2) { in MatchingCodeTargets() argument 1163 if (target1 == target2) return true; in MatchingCodeTargets() 1164 if (target1->kind() != target2->kind()) return false; in MatchingCodeTargets() 1165 return target1->is_handler() || target1->is_inline_cache_stub(); in MatchingCodeTargets()
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 1936 T target1; in StretchToFrame() local 1937 ASSERT_TRUE(LoadFrameNoRepeat(&target1)); in StretchToFrame() 1938 EXPECT_FALSE(IsBlack(target1)); in StretchToFrame() 1941 source.StretchToFrame(&target1, true, false); in StretchToFrame() 1942 EXPECT_TRUE(IsBlack(target1)); in StretchToFrame()
|
/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 162 UnicodeString target1("how are you?"); in TestBasicManipulation() local 163 if (target1 != UnicodeString(src, 12)) { in TestBasicManipulation() 170 if (target1 != target2.setTo(src, 12)) { in TestBasicManipulation()
|
/external/llvm/autoconf/ |
D | configure.ac | 1105 [Build specific host targets: all or target1,target2,... Valid targets are: 1160 [Build experimental host targets: disable or target1,target2,...
|
/external/mesa3d/include/GL/ |
D | glext.h | 11508 …rationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GL… 11509 …int presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GL… 11515 …rationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GL… 11516 …int presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GL…
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glew.h | 10576 …int presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GL… 10577 …rationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GL…
|