HomeSort by relevance Sort by last modified time
    Searched refs:bare (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/tools/gyp/test/product/
gyptest-product.py 21 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True)
22 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True)
23 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True)
27 test.SHARED_LIB, bare=True)
29 test.SHARED_LIB, bare=True)
30 test.built_file_must_exist('yoalt6.stuff', test.SHARED_LIB, bare=True)
34 test.STATIC_LIB, bare=True)
36 test.STATIC_LIB, bare=True)
37 test.built_file_must_exist('yoalt9.stuff', test.STATIC_LIB, bare=True)
40 test.built_file_must_exist('bob/yoalt10.stuff', test.EXECUTABLE, bare=True
    [all...]
  /external/chromium_org/tools/gyp/test/target/
gyptest-target.py 23 test.built_file_must_exist('hello1.stuff', test.EXECUTABLE, bare=True)
24 test.built_file_must_exist('hello2.exe', test.EXECUTABLE, bare=True)
25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
  /external/chromium_org/tools/gyp/test/exclusion/
gyptest-exclusion.py 20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 75 .bare-minimum #footer {
79 .bare-minimum .disclosure-triangle {
83 .bare-minimum .footer-menu-button:hover,
84 .bare-minimum .footer-menu-button[menu-shown],
85 .bare-minimum #chrome-web-store-link:hover {
89 .bare-minimum .footer-menu-button:hover .disclosure-triangle,
90 .bare-minimum .footer-menu-button[menu-shown] .disclosure-triangle {
new_tab.css 123 body.bare-minimum #card-slider-frame {
146 * left to avoid conflicts. We also do this for bare-minimum mode since there
149 body.bare-minimum #attribution,
206 body.bare-minimum #footer {
214 html[dir='rtl'] body.bare-minimum #footer {
219 body.bare-minimum #footer-border,
220 body.bare-minimum #logo-img,
221 body.bare-minimum #dot-list {
new_tab.js 159 // Move the footer into the most visited page if we are in "bare minimum"
161 if (document.body.classList.contains('bare-minimum'))
  /external/libvpx/libvpx/build/make/
version.sh 17 --bare) bare=true ;;
58 if [ ${bare} ]; then
gen_msvs_proj.sh 37 --src-path-bare=dir Path to root of source tree
213 --src-path-bare=*) src_path_bare="$optval"
gen_msvs_vcxproj.sh 37 --src-path-bare=dir Path to root of source tree
224 --src-path-bare=*) src_path_bare="$optval"
  /external/chromium_org/tools/checkperms/
checkperms.py 460 def get_scm(dir_path, bare):
465 if not bare:
467 return ApiSvnQuick(dir_path or root, bare)
470 if not bare:
472 return ApiGit(dir_path or root, bare)
475 if not bare:
477 return ApiBase(dir_path or cwd, bare)
497 '--bare',
500 help='Prints the bare filename triggering the checks')
517 errors = check_files(options.root, options.files, options.bare)
    [all...]
  /external/chromium_org/tools/grit/grit/
exception.py 74 must be bare filenames, not paths.