Searched refs:skip (Results 1 – 12 of 12) sorted by relevance
/build/make/tools/warn/ |
D | cpp_warn_patterns.py | 50 def skip(description, pattern_list): function 63 skip('skip, conflicting types for ...', 110 skip('skip, near initialization for ...', 209 skip('skip, parameter name (without types) in function declaration', 220 skip('skip, ... location of the previous definition', 244 skip('skip, previous declaration ... was here', 287 skip('skip, ....', 289 skip('skip, base ...', 291 skip('skip, when initialized here', 319 skip('skip, its scope is only this ...', [all …]
|
/build/soong/android/ |
D | util.go | 247 skip := 0 250 skip++ 252 list[j+skip] = list[j] 255 totalSkip += skip 270 for skip := 3; ; skip++ { 271 _, funcName, ok := callerName(skip) 290 func callerName(skip int) (pkgPath, funcName string, ok bool) { 292 n := runtime.Callers(skip+1, pc[:])
|
D | paths.go | 547 skip := 0 550 skip++ 552 list[j+skip] = list[j] 555 totalSkip += skip
|
/build/make/core/ |
D | check_elf_file.mk | 32 --skip-bad-elf-magic \ 33 --skip-unknown-elf-machine \
|
/build/soong/androidmk/androidmk/ |
D | android.go | 73 "LOCAL_ADDITIONAL_DEPENDENCIES": skip, // TODO: check for only .mk files? 74 "LOCAL_CPP_EXTENSION": skip, 75 "LOCAL_MODULE_SUFFIX": skip, // TODO 76 "LOCAL_PATH": skip, // Nothing to do, except maybe avoid the "./" in paths? 77 "LOCAL_PRELINK_MODULE": skip, // Already phased out 78 "LOCAL_BUILT_MODULE_STEM": skip, 79 "LOCAL_USE_AAPT2": skip, // Always enabled in Soong 80 "LOCAL_JAR_EXCLUDE_FILES": skip, // Soong never excludes files from jars 82 "LOCAL_ANNOTATION_PROCESSOR_CLASSES": skip, // Soong gets the processor classes from the plugin 83 "LOCAL_CTS_TEST_PACKAGE": skip, // Obsolete [all …]
|
/build/make/tools/releasetools/ |
D | target_files_diff.py | 79 skip = False 82 skip = True 84 if not skip:
|
D | test_utils.py | 46 return unittest.skip('External tools unavailable')
|
D | test_common.py | 1570 @unittest.skip("enable after we have a server for public")
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-resource-browser.js | 136 var skip = false; 141 skip = true; 145 if (skip)
|
/build/soong/scripts/ |
D | build-ndk-prebuilts.sh | 55 m --skip-make ${SOONG_OUT}/ndk.timestamp
|
D | build-aml-prebuilts.sh | 104 m --skip-make "$@"
|
/build/blueprint/ |
D | package_ctx.go | 135 for skip := 3; ; skip++ { 136 _, funcName, ok := callerName(skip) 155 func callerName(skip int) (pkgPath, funcName string, ok bool) { 157 n := runtime.Callers(skip+1, pc[:])
|