HomeSort by relevance Sort by last modified time
    Searched defs:bs (Results 151 - 175 of 652) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 217 * @param bs
221 private int readStringIndex(InputStream bs) throws IOException {
222 int offsetIndex = readUnsignedLeb128(bs);
240 ByteArrayInputStream bs = new ByteArrayInputStream(encoded); local
242 line = readUnsignedLeb128(bs);
243 int szParams = readUnsignedLeb128(bs);
265 int nameIdx = readStringIndex(bs);
284 int opcode = bs.read();
294 int reg = readUnsignedLeb128(bs);
295 int nameIdx = readStringIndex(bs);
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp 431 \bs Bitstream Handle
436 HANDLE_FDK_BITSTREAM bs,
449 *elementInstanceTag = FDKreadBits(bs, 4);
451 dataByteAlignFlag = FDKreadBits(bs, 1);
453 count = FDKreadBits(bs, 8);
456 count += FDKreadBits(bs, 8); /* EscCount */
461 FDKbyteAlign(bs, alignmentAnchor);
464 dataStart = (INT)FDKgetValidBits(bs);
466 error = CAacDecoder_AncDataParse(&self->ancData, bs, count);
471 FDKpushBack(bs, dataStart - (INT)FDKgetValidBits(bs))
659 FDK_BITSTREAM bs; local
    [all...]
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
ExtendedAnnotationTest.java 124 byte[] bs = a.byteArrayValue();
125 assertEquals(1, bs[0]);
126 assertEquals(-1, bs[1]);
130 char[] bs = a.charArrayValue(); local
131 assertEquals('c', bs[0]);
132 assertEquals('b', bs[1]);
133 assertEquals((char) -1, bs[2]);
137 boolean[] bs = a.booleanArrayValue();
138 assertEquals(true, bs[0]);
139 assertEquals(false, bs[1])
143 int[] bs = a.intArrayValue(); local
149 short[] bs = a.shortArrayValue(); local
155 long[] bs = a.longArrayValue(); local
161 float[] bs = a.floatArrayValue(); local
167 double[] bs = a.doubleArrayValue(); local
    [all...]
  /external/fio/
filesetup.c 48 unsigned int bs; local
163 bs = td->o.max_bs[DDIR_WRITE];
164 if (bs > left)
165 bs = left;
167 b = malloc(bs);
174 if (bs > left)
175 bs = left;
177 fill_io_buffer(td, b, bs, bs);
179 r = write(f->fd, b, bs);
235 unsigned int bs; local
855 const unsigned int bs = td_min_bs(td); local
    [all...]
gfio.h 22 struct multitext_widget bs; member in struct:eta_widget
iolog.h 43 uint32_t bs; member in struct:io_sample
  /external/fio/t/
read-to-pipe-async.c 38 static int bs = 4096; variable
514 bs = atoi(optarg);
619 if (this_len > bs)
620 this_len = bs;
  /external/libnl/lib/route/
tc.c 108 struct gnet_stats_basic *bs; local
110 bs = nla_data(tbs[TCA_STATS_BASIC]);
111 tc->tc_stats[RTNL_TC_BYTES] = bs->bytes;
112 tc->tc_stats[RTNL_TC_PACKETS] = bs->packets;
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 660 BLOCK_SIZE bs; local
661 for (bs = min_size; bs <= max_size; ++bs) {
662 int *const fact = &factor_buf[bs][mode];
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.cpp 399 CStBinderStream &bs = _binderStreams[bond]; local
401 if (bs.StreamRef || bs.InStreamSpec)
405 bs.StreamRef = spec;
406 bs.InStreamSpec = spec;
411 seqInStream = bs.InStreamSpec;
504 CStBinderStream &bs = _binderStreams[bond]; local
506 if (bs.StreamRef || bs.OutStreamSpec)
510 bs.StreamRef = (ISequentialOutStream *)spec;
736 const CStBinderStream &bs = _binderStreams[i]; local
776 const CStBinderStream &bs = _binderStreams[bondIndex]; local
    [all...]
  /external/mesa3d/src/intel/isl/
isl.c 132 const uint32_t bs = format_bpb / 8; local
142 assert(bs % 3 == 0 && isl_is_pow2(format_bpb / 3));
148 assert(bs > 0);
150 phys_B = isl_extent2d(bs, 1);
154 assert(bs > 0);
155 logical_el = isl_extent2d(512 / bs, 8);
160 assert(bs > 0);
161 logical_el = isl_extent2d(128 / bs, 32);
166 assert(bs == 1);
187 if (!isl_is_pow2(bs))
1040 const uint32_t bs = fmtl->bpb \/ 8; local
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_etc.c 676 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
708 src += bs;
723 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
752 src += bs;
771 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; local
790 src += bs;
809 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; local
836 src += bs;
854 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local
873 src += bs;
891 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local
941 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local
979 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local
1026 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
1062 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 419 ByteString bs = wsFilePath.UTF16LE_Encode(); local
427 bs = filepath.UTF16LE_Encode();
429 int len = bs.GetLength();
432 (FPDF_WIDESTRING)bs.GetBuffer(len), "wb");
433 bs.ReleaseBuffer(len);
490 reinterpret_cast<const unsigned short*>(bs.c_str()),
491 bs.GetLength() / sizeof(unsigned short));
647 ByteString bs = ws.UTF16LE_Encode(); local
648 int len = bs.GetLength();
649 pFormFillEnv->Alert((FPDF_WIDESTRING)bs.GetBuffer(len)
905 ByteString bs = ws.UTF16LE_Encode(); local
980 ByteString bs = csURL.UTF16LE_Encode(); local
    [all...]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
SentinelOuterClass.java 207 com.google.protobuf.ByteString bs = local
209 java.lang.String s = bs.toStringUtf8();
210 if (bs.isValidUtf8()) {
535 com.google.protobuf.ByteString bs = local
537 java.lang.String s = bs.toStringUtf8();
538 if (bs.isValidUtf8()) {
  /external/tremolo/Tremolo/
framing.c 56 ogg_buffer_state *bs=_ogg_calloc(1,sizeof(*bs)); local
57 return bs;
67 static void _ogg_buffer_destroy(ogg_buffer_state *bs){
71 if(bs->shutdown){
73 bt=bs->unused_buffers;
74 rt=bs->unused_references;
82 bs->unused_buffers=0;
88 bs->unused_references=0;
90 if(!bs->outstanding
292 ogg_buffer_state *bs=ob->ptr.owner; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest3.java 1612 BitSet bs = new BitSet(64); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 200 BitmapShader bs = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT); local
202 p.setShader(bs);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 618 const int bs = mBlendSrc; local
620 return bs==GGL_SRC_ALPHA_SATURATE ||
621 bs==GGL_SRC_ALPHA || bs==GGL_ONE_MINUS_SRC_ALPHA ||
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.java 62 ByteArrayOutputStream bs = new ByteArrayOutputStream(); local
68 if (iRead > 0) bs.write(buf, 0, iRead);
70 return bs.toByteArray();
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSetTest.java 673 BitSet bs = new BitSet(setSize); local
675 populate(set, setSize, bs);
676 check(set, 0, setSize - 1, true, bs);
677 check(set.descendingSet(), 0, setSize - 1, false, bs); local
679 mutateSet(set, 0, setSize - 1, bs);
680 check(set, 0, setSize - 1, true, bs);
681 check(set.descendingSet(), 0, setSize - 1, false, bs); local
684 0, setSize - 1, true, bs);
705 void populate(NavigableSet<Integer> set, int limit, BitSet bs) {
708 put(set, element, bs);
783 check(set.descendingSet(), min, max, !ascending, bs); local
787 check(set.descendingSet(), min, max, !ascending, bs); local
    [all...]
TreeSetTest.java 667 BitSet bs; field in class:TreeSetTest
677 bs = new BitSet(setSize);
728 bs.clear(it.next());
753 bs.clear(it.next());
774 bs.set(element);
779 bs.clear(element);
899 if (bs.get(element))
910 int result = bs.nextSetBit(element);
930 boolean bsContainsI = bs.get(i);
941 assertTrue(bs.get(element))
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 729 ImapList bs = fetchList.getKeyedListOrEmpty( local
731 if (!bs.isEmpty()) {
733 parseBodyStructure(bs, message, ImapConstants.TEXT);
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/26.0.0/
protos-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/26.0.0-beta6/
protos-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/26.0.0-beta7/
protos-26.0.0-beta7.jar 

Completed in 2410 milliseconds

1 2 3 4 5 67 8 91011>>