HomeSort by relevance Sort by last modified time
    Searched refs:bare (Results 1 - 21 of 21) 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/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 424 def get_scm(dir_path, bare):
429 if not bare:
431 return ApiSvnQuick(dir_path or root, bare)
434 if not bare:
436 return ApiGit(dir_path or root, bare)
439 if not bare:
441 return ApiBase(dir_path or cwd, bare)
461 '--bare',
464 help='Prints the bare filename triggering the checks')
481 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.
  /ndk/sources/host-tools/nawk-20071023/
FIXES 259 other 1-character botches, now fixed, include a bare $ and a
260 bare " at the end of the input.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 50 bare = set()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 50 bare = set()
  /external/libvpx/libvpx/
libs.mk 251 --src-path-bare="$(SRC_PATH_BARE)" \
427 --src-path-bare="$(SRC_PATH_BARE)" \
configure 455 local ver=`"$source_path/build/make/version.sh" --bare $source_path`
  /build/core/
main.mk 526 # just bare module names. Leave unknown modules alone in case
538 # TODO: deal with the fact that a bare module name isn't
    [all...]
  /ndk/build/core/
init.mk 344 # On Posix, just use bare printf.
  /external/chromium_org/v8/src/
mirror-debugger.js 799 * This method is done static to be accessible from Debug API with the bare
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 408 milliseconds