/external/vboot_reference/scripts/image_signing/ |
set_channel.sh | 27 local rootfs lsb 30 lsb="${rootfs}/etc/lsb-release" 33 local from=$(grep '^CHROMEOS_RELEASE_TRACK=' "${lsb}" | cut -d '=' -f 2) 38 if [[ ! -w ${lsb} ]] ; then 41 ${sudo} sed -i "s/\b${from}\b/${to}/" "${lsb}" && 43 cat "${lsb}"
|
ensure_sane_lsb-release.sh | 10 LSB_FILE=/etc/lsb-release 19 # Usage: lsbval path-to-lsb-file key 20 # Returns the value for the given lsb-release file variable. 27 # Usage: lsbequals path-to-lsb-file key expected-value 43 # Extracts the lsb-release value for the specified key, and confirms it 68 # Usage: lsb_syntaxcheck path-to-lsb-file 70 # of the lsb-release file: 95 echo "$lsbfile: Some lsb-release lines seem unreasonably long:" 133 local lsb="$rootfs/$LSB_FILE" 136 lsb_syntaxcheck "$lsb" || testfail= [all...] |
tag_image.sh | 28 # Parameters for manipulating /etc/lsb-release. 30 "(build-info) Remove 'test' suffix in /etc/lsb-release" 32 "(build-info) Change 'dev' -> 'beta' in /etc/lsb-release" 163 # Iterates through all options for manipulating the lsb-release. 168 local lsb="${rootfs}/etc/lsb-release" 171 if [ ! -w "${lsb}" ]; then 176 if grep -wq "test" "${lsb}"; then 180 ${sudo} sed -i 's/\btest\b//' "${lsb}" && 181 echo "Test Label removed from /etc/lsb-release [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
real.s | 2 .lsb
|
order.s | 8 .lsb 21 .lsb
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue15585.go | 28 lsb := p & -p 29 p &^= lsb 31 l, c, r = (l|lsb)<<1, c|lsb, (r|lsb)>>1
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue15585.go | 28 lsb := p & -p 29 p &^= lsb 31 l, c, r = (l|lsb)<<1, c|lsb, (r|lsb)>>1
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
UUIDConverter.java | 29 long lsb = uuid.getLeastSignificantBits(); local 36 buffer[i] = (byte) (lsb >>> 8 * (7 - i));
|
/external/syslinux/gpxe/src/drivers/infiniband/ |
qib_genbits.pl | 35 $structures->{$structure}->{$1}->{LSB} = $2; 55 my $fields = [ map { { name => $_, lsb => $structure->{$_}->{LSB}, 58 sort { hex ( $structure->{$a}->{LSB} ) <=> 59 hex ( $structure->{$b}->{LSB} ) } 71 my $lsb = 0; 75 my $pad_width = ( hex ( $field->{lsb} ) - $lsb ); 76 die "Inconsistent LSB/RMASK in $datum->{name} before $field->{name}\n" 80 $lsb += $pad_width [all...] |
/frameworks/base/media/java/android/media/ |
MediaCrypto.java | 45 long lsb = uuid.getLeastSignificantBits(); local 50 uuidBytes[8 + i] = (byte)(lsb >>> (8 * (7 - i)));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
bitfield-alias.s | 51 // <op> <Wd>, <Wn>, #<lsb>, #<width> 52 .macro bf_32 op, lsb, width 53 \op wzr, w7, #\lsb, #\width 56 // <op> <Xd>, <Xn>, #<lsb>, #<width> 57 .macro bf_64 op, lsb, width 58 \op xzr, x7, #\lsb, #\width
|
/external/libmpeg2/common/ |
impeg2_macros.h | 35 #define BITS(val,msb,lsb) (UWORD16)((((val) >> (lsb)) & ((1 << ((msb) - (lsb) + 1)) - 1)))
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
SignedLongLong.java | 27 * is used, the MSB/LSB long values can be negative. 47 long lsb = 0, msb = 0; local 63 lsb = BluetoothMapUtils.getLongFromString(lsbStr); 64 return new SignedLongLong(lsb, msb);
|
/external/aac/libAACdec/src/ |
block.h | 226 * \brief Calculate 2^(lsb/4) * value^(4/3) 228 * \param lsb 2 LSBs of the scale factor (scaleFactor % 4) applied as power 2 factor to the 234 UINT lsb ) 257 FDK_ASSERT(lsb < 4); 258 *pValue = fMultDiv2 (invQVal, MantissaTable [lsb][exponent]) ; 261 return ExponentTable [lsb][exponent] + 1; 267 FDK_INLINE int GetScaleFromValue (FIXP_DBL value, unsigned int lsb) 271 int scale = EvaluatePower43 (&value, lsb) ;
|
/external/aac/libFDK/include/ |
qmf.h | 166 int lsb; /*!< Top of low subbands */ member in struct:QMF_FILTER_BANK 204 int lsb, /*!< Number of lower bands */ 222 int lsb, /*!< Number of lower bands */
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_h_h_e_a.py | 53 width, lsb = hmtxTable[name] 62 minLeftSideBearing = min(minLeftSideBearing, lsb) 63 rsb = width - lsb - (g.xMax - g.xMin) 65 extent = lsb + (g.xMax - g.xMin)
|
/external/freetype/src/truetype/ |
ttgload.h | 40 FT_Short* lsb,
|
/external/harfbuzz_ng/src/ |
hb-ot-hmtx-table.hh | 48 FWORD lsb; /* Leading (left/top) side bearing. */ member in struct:OT::LongMetric
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttgload.h | 40 FT_Short* lsb,
|
/external/e2fsprogs/misc/ |
uuidd.rc | 22 . /lib/lsb/init-functions
|
/external/sfntly/cpp/src/test/ |
verify_hmtx.cc | 31 HmtxEntry(int32_t advance_width, int32_t lsb) 32 : advance_width_(advance_width), lsb_(lsb) {}
|
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
crt0-efi-ia64.S | 37 .psr lsb 38 .lsb
|
/external/vulkan-validation-layers/libs/glm/detail/ |
func_integer.hpp | 77 /// result. The 32 least-significant bits are returned in lsb. 89 genUType & lsb); 92 /// result. The 32 least-significant bits are returned in lsb. 104 genIType & lsb);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
init-cmpct.d | 7 # Make sure that the lsb of DT_INIT and DT_FINI entries is not set
|
init-media.d | 7 # Make sure that the lsb of DT_INIT and DT_FINI entries is set
|