Searched refs:bare (Results 1 - 15 of 15) sorted by relevance
/external/libvpx/libvpx/build/make/ |
H A D | version.sh | 17 --bare) bare=true ;; 59 if [ ${bare} ]; then
|
H A D | gen_msvs_vcxproj.sh | 38 --src-path-bare=dir Path to root of source tree 160 --src-path-bare=*)
|
H A D | iosbuild.sh | 345 FULLVERSION=$("${SCRIPT_DIR}"/version.sh --bare "${LIBVPX_SOURCE_DIR}")
|
/external/toybox/scripts/ |
H A D | mkflags.c | 36 int bare = 1; local 50 // bare longopts need their own skip placeholders 51 if (bare) *(new++) = 1; 61 if (bare) bare = chrtype(c); 201 // Output flag macro for bare longopts
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 628 public void write(OutputStream writer, int numIndent, boolean bare){ argument 689 public void write(OutputStream writer, int numIndent, boolean bare){ argument 692 if(bare==true){ 705 public void write(OutputStream writer, int numIndent, boolean bare){ argument 709 if(bare==true){ 721 public void write(OutputStream writer, int numIndent, boolean bare){ argument 725 if(bare==true){ 738 public void write(OutputStream writer, int numIndent, boolean bare){ argument 742 String line = ((name==null) ? EMPTY : name)+COLON+IMPORT+ OPENBRACE+QUOTE+external+QUOTE+CLOSEBRACE + ((bare==true) ? EMPTY : LINESEP); 745 String line = ((name==null) ? EMPTY : name)+COLON+BIN+ OPENBRACE+internal+CLOSEBRACE+ ((bare 753 write(OutputStream writer, int numIndent, boolean bare) argument 773 write(OutputStream writer, int numIndent, boolean bare) argument 790 write(OutputStream writer, int numIndent, boolean bare) argument [all...] |
/external/libvpx/libvpx/ |
H A D | tools.mk | 81 --src-path-bare="$(SRC_PATH_BARE)" \
|
H A D | libs.mk | 219 --src-path-bare="$(SRC_PATH_BARE)" \ 222 --src-path-bare="$(SRC_PATH_BARE)" \ 446 --src-path-bare="$(SRC_PATH_BARE)" \ 462 --src-path-bare="$(SRC_PATH_BARE)" \ 484 --src-path-bare="$(SRC_PATH_BARE)" \
|
H A D | configure | 470 ver=`"$source_path/build/make/version.sh" --bare "$source_path"`
|
H A D | examples.mk | 247 # when building for bare-metal targets 361 --src-path-bare="$(SRC_PATH_BARE)" \
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
H A D | fix_urllib.py | 50 bare = set()
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
H A D | fix_urllib.py | 49 bare = set()
|
/external/minijail/ |
H A D | common.mk | 134 # We may be invoked using -C or bare and we need to ensure behavior
|
/external/modp_b64/ |
H A D | common.mk | 133 # We may be invoked using -C or bare and we need to ensure behavior
|
/external/annotation-tools/annotation-file-utilities/ |
H A D | annotation-file-format.tex | 701 insert either a bare annotation (\bnflit{insert-annotation}) or a cast
|
/external/ImageMagick/www/api/ |
H A D | magick-image.php | 4533 <dd> For example: "o3x3,6" generates a 6 level posterization of the image with a ordered 3x3 diffused pixel dither being applied between each level. While checker,8,8,4 will produce a 332 colormaped image with only a single checkerboard hash pattern (50 grey) between each color level, to basically double the number of color levels with a bare minimim of dithering. </dd>
|
Completed in 531 milliseconds