Searched refs:bare (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/build/make/
H A Dversion.sh17 --bare) bare=true ;;
59 if [ ${bare} ]; then
H A Dgen_msvs_vcxproj.sh38 --src-path-bare=dir Path to root of source tree
160 --src-path-bare=*)
H A Diosbuild.sh345 FULLVERSION=$("${SCRIPT_DIR}"/version.sh --bare "${LIBVPX_SOURCE_DIR}")
/external/toybox/scripts/
H A Dmkflags.c36 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 DXLIFF2ICUConverter.java628 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 Dtools.mk81 --src-path-bare="$(SRC_PATH_BARE)" \
H A Dlibs.mk219 --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 Dconfigure470 ver=`"$source_path/build/make/version.sh" --bare "$source_path"`
H A Dexamples.mk247 # when building for bare-metal targets
361 --src-path-bare="$(SRC_PATH_BARE)" \
/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_urllib.py50 bare = set()
/external/python/cpython3/Lib/lib2to3/fixes/
H A Dfix_urllib.py49 bare = set()
/external/minijail/
H A Dcommon.mk134 # We may be invoked using -C or bare and we need to ensure behavior
/external/modp_b64/
H A Dcommon.mk133 # We may be invoked using -C or bare and we need to ensure behavior
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-format.tex701 insert either a bare annotation (\bnflit{insert-annotation}) or a cast
/external/ImageMagick/www/api/
H A Dmagick-image.php4533 <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