/external/chromium/chrome/browser/sync/tools/ |
D | sync_tools.gyp | 14 '<(DEPTH)/base/base.gyp:base', 15 '<(DEPTH)/chrome/chrome.gyp:sync_notifier', 16 '<(DEPTH)/chrome/chrome.gyp:test_support_common', 17 '<(DEPTH)/content/content.gyp:content_browser',
|
/external/chromium/webkit/glue/ |
D | webkit_glue.gypi | 64 '<(DEPTH)/app/app.gyp:app_base', 65 '<(DEPTH)/base/base.gyp:base_i18n', 108 '<(DEPTH)/app/app.gyp:app_base', 109 '<(DEPTH)/base/base.gyp:base_i18n', 110 '<(DEPTH)/gpu/gpu.gyp:gpu_common', 111 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 112 '<(DEPTH)/net/net.gyp:net', 113 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', 114 '<(DEPTH)/printing/printing.gyp:printing', 115 '<(DEPTH)/skia/skia.gyp:skia', [all …]
|
/external/valgrind/main/none/tests/ |
D | stackgrowth.c | 4 #define DEPTH (4*1024) macro 19 test(DEPTH); in main()
|
/external/icu4c/test/intltest/ |
D | tsdate.cpp | 149 const int32_t DEPTH = 10; in tryDate() local 150 UDate date[DEPTH]; in tryDate() 151 UnicodeString string[DEPTH]; in tryDate() 164 for (i=1; i<DEPTH; ++i) in tryDate() 197 if (i == DEPTH) in tryDate()
|
D | tsnmfmt.cpp | 284 const int32_t DEPTH = 10; in tryIt() local 285 Formattable number[DEPTH]; in tryIt() 286 UnicodeString string[DEPTH]; in tryIt() 292 for (i=0; i<DEPTH; ++i) in tryIt() 343 if (i == DEPTH) in tryIt()
|
D | dtfmtrtts.cpp | 42 int32_t DateFormatRoundTripTest::DEPTH = 5; member in DateFormatRoundTripTest 317 UDate *d = new UDate [DEPTH]; in test() 318 UnicodeString *s = new UnicodeString[DEPTH]; in test() 335 for(loop = 0; loop < DEPTH; ++loop) { in test() 467 for(int j = 0; j <= loop && j < DEPTH; ++j) { in test()
|
D | dtfmtrtts.h | 85 static int32_t DEPTH; variable
|
/external/chromium/build/ |
D | grit_action.gypi | 18 'grit_info_cmd': ['python', '<(DEPTH)/tools/grit/grit_info.py', 20 'grit_cmd': ['python', '<(DEPTH)/tools/grit/grit.py'],
|
D | common.gypi | 406 'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)', 408 …'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/lib/libpython<(python_ver).… 537 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', 713 '<(DEPTH)/third_party/wtl/include', 841 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib'], 843 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib/x64'], 847 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib'], 849 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib/x64'], 1503 '<(DEPTH)/third_party/platformsdk_win7/files/Include', 1504 '<(DEPTH)/third_party/directxsdk/files/Include', [all …]
|
D | grit_target.gypi | 30 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'],
|
/external/webkit/Source/JavaScriptCore/gyp/ |
D | JavaScriptCore.gyp | 98 …'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-global-initializ… 104 …'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-exit-time-destru… 110 …'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-weak-vtables-and…
|
/external/webkit/Source/WebCore/gyp/ |
D | WebCore.gyp | 146 …'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-global-initializ… 152 …'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-exit-time-destru… 158 …'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-weak-vtables-and… 182 …'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-inappropriate-fi…
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | IReportProperties.java | 45 String DEPTH = "depth"; field
|
D | ReportProperties.java | 299 …final String depth = getReportProperty (properties, type, IReportProperties.DEPTH, false, IReportP… in parseProperties() 313 …new EMMARuntimeException (INVALID_PARAMETER_VALUE, new Object [] {IReportProperties.DEPTH, depth}); in parseProperties()
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
D | ReportCfg.java | 62 m_settings.setProperty (m_prefix.concat (DEPTH), depth.getValue ()); in setDepth() 357 m_settings.setProperty (PREFIX.concat (DEPTH), depth.getValue ()); in setDepth()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ThreadGroupTest.java | 170 final int DEPTH = 4; in test_destroy() local 171 final Vector<ThreadGroup> subgroups = buildRandomTreeUnder(testRoot, DEPTH); in test_destroy() 458 final int DEPTH = 4; in test_parentOfLjava_lang_ThreadGroup() local 459 buildRandomTreeUnder(testRoot, DEPTH); in test_parentOfLjava_lang_ThreadGroup()
|
/external/libyuv/files/ |
D | libyuv.gyp | 21 '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp:libjpeg',
|
/external/libxml2/ |
D | valid.c | 363 #define DEPTH ctxt->vstate->depth macro 367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH)) 368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1)) 370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH) 371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1) 4817 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0) in xmlValidateElementType() 4902 DEPTH++; in xmlValidateElementType() 4914 DEPTH++; in xmlValidateElementType() 4924 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1), in xmlValidateElementType() 4927 DEPTH++; in xmlValidateElementType() [all …]
|
/external/webrtc/src/system_wrappers/source/ |
D | system_wrappers.gyp | 184 '<(DEPTH)/testing/gtest.gyp:gtest',
|
/external/skia/gyp/ |
D | common_conditions.gypi | 377 'SYMROOT': '<(DEPTH)/xcodebuild',
|
/external/v8/build/ |
D | standalone.gypi | 119 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
|
D | common.gypi | 364 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
|
/external/chromium/base/ |
D | base.gypi | 396 '<(DEPTH)/third_party/wtl/include',
|
/external/chromium/base/allocator/ |
D | allocator.gyp | 254 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib'],
|
/external/webkit/Source/WebKit/chromium/ |
D | WebKit.gyp | 895 '<(DEPTH)', 922 '<(DEPTH)',
|