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

1 2

  /external/libvpx/libvpx/build/make/
version.sh 17 --bare) bare=true ;;
59 if [ ${bare} ]; then
gen_msvs_vcxproj.sh 38 --src-path-bare=dir Path to root of source tree
160 --src-path-bare=*)
iosbuild.sh 345 FULLVERSION=$("${SCRIPT_DIR}"/version.sh --bare "${LIBVPX_SOURCE_DIR}")
  /external/toybox/scripts/
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/
XLIFF2ICUConverter.java 628 public void write(OutputStream writer, int numIndent, boolean bare){
689 public void write(OutputStream writer, int numIndent, boolean bare){
692 if(bare==true){
694 throw new RuntimeException("Bare option is set to true but the resource has a name!");
705 public void write(OutputStream writer, int numIndent, boolean bare){
709 if(bare==true){
711 throw new RuntimeException("Bare option is set to true but the resource has a name!");
721 public void write(OutputStream writer, int numIndent, boolean bare){
725 if(bare==true){
727 throw new RuntimeException("Bare option is set to true but the resource has a name!")
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.s 38 # This is a bare bones transition to protected mode only
Flat32.asm 45 ; This is a bare bones transition to protected mode only
  /external/libvpx/libvpx/
tools.mk 81 --src-path-bare="$(SRC_PATH_BARE)" \
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)" \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_urllib.py 50 bare = set()
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_urllib.py 50 bare = set()
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_urllib.py 49 bare = set()
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_urllib.py 50 bare = set()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_urllib.py 50 bare = set()
  /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()
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.S 44 # This is a bare bones transition to protected mode only
SecEntry.asm 53 ; This is a bare bones transition to protected mode only
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 86 ErrBareQuote = errors.New("bare \" in non-quoted-field")
340 // `"` sequence (bare quote).
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 86 ErrBareQuote = errors.New("bare \" in non-quoted-field")
340 // `"` sequence (bare quote).
  /build/make/core/
aux_config.mk 132 # as a bare minimum they must contain the vars described by aux_env
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 118 " -r : bare (no AOSP header); used only for inner OS image generation\n"
600 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare)
624 if (!bare)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 52 ; This is a bare bones transition to protected mode only
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
reader_test.go 50 // Tests that we allow bare \n and \r through, despite it being strictly
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
reader_test.go 50 // Tests that we allow bare \n and \r through, despite it being strictly

Completed in 916 milliseconds

1 2