HomeSort by relevance Sort by last modified time
    Searched defs:indx (Results 1 - 25 of 32) sorted by null

1 2

  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 285 int[] indx = { 0, 1, 100, Integer.MAX_VALUE, Integer.MIN_VALUE }; local
286 for (int j = 0; j < indx.length; j++) {
289 new CertPathValidatorException(msgs[i], tCause, null, indx[j]);
293 + ", certPath is null and index is " + indx[j]);
359 int[] indx = { -2, -100, 0, 1, 100, Integer.MAX_VALUE, local
361 for (int j = 0; j < indx.length; j++) {
364 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
368 + ", certPath is null and index is " + indx[j]);
  /external/libxml2/
entities.c 578 int indx = out - buffer; local
581 out = &buffer[indx];
728 int indx = out - buffer; local
731 out = &buffer[indx];
parserInternals.c 282 int indx; local
307 indx = in->cur - in->base;
309 in->cur = &in->buf->buffer->content[indx];
332 int indx; local
345 indx = in->cur - in->base;
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
367 indx = in->cur - in->base;
369 in->cur = &in->buf->buffer->content[indx];
388 int indx; local
425 indx = in->cur - in->base
    [all...]
c14n.c 1861 int indx = out - buffer; local
    [all...]
uri.c 1945 int ret, len, indx, cur, out; local
    [all...]
debugXML.c 537 int indx; local
540 for (indx = 0; indx < 5; indx++) {
541 if (indx != 0)
1935 int indx; local
3022 int indx; local
3183 int indx; local
    [all...]
nanoftp.c 1723 int indx = 0, base; local
    [all...]
xpointer.c 237 * @indx: the indx within the node
244 xmlXPtrNewPoint(xmlNodePtr node, int indx) {
249 if (indx < 0)
260 ret->index = indx;
921 xmlXPtrGetChildNo(xmlXPathParserContextPtr ctxt, int indx) {
929 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
934 cur = xmlXPtrGetNthChild(oldset->nodeTab[0], indx);
1995 int indx = xmlXPtrGetIndex(node); local
    [all...]
  /external/qemu/memcheck/
memcheck.c 410 uint32_t indx; local
446 for (indx = 0; indx < thread->call_stack_count; indx++) {
447 desc.call_stack[indx] =
448 thread->call_stack[thread->call_stack_count - 1 - indx].call_address;
memcheck_proc_management.c 292 uint32_t indx; local
299 for (indx = 0; indx < thread->call_stack_count; indx++) {
300 if (thread->call_stack[indx].module_path != NULL) {
301 qemu_free(thread->call_stack[indx].module_path);
438 int indx = (int)thread->call_stack_count - 1; local
439 for (; indx >= 0; indx--) {
440 if (thread->call_stack[indx].ret_address == ret)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.cpp 630 Word16 indx; local
644 indx = 0;
803 indx =
805 indx,
838 return indx;
c2_9pf.cpp 854 indx = codebook index (Word16)
891 Word16 i, j, k, track, first, index, _sign[NB_PULSE], indx, rsign;
906 indx = 0;
1003 Word16 indx; local
    [all...]
c3_14pf.cpp 617 indx
684 Word16 indx; local
698 indx = 0;
770 /* indx = add(indx, index, pOverflow); */
771 indx += index;
809 return indx;
c4_17pf.cpp 688 indx
754 Word16 indx; local
770 indx = 0;
837 /* indx = add(indx, index, pOverflow); */
838 indx += index;
885 return indx;
c8_31pf.cpp 131 indx
442 Word16 indx; local
473 indx = ib << 3;
485 indx += ib;
487 return indx;
505 indx Array of type Word16 -- position and sign of 8 pulses
568 Word16 indx[], /* o : position and sign of 8 pulses (compressed) */
576 Word16 *p_indx = &indx[0];
587 indx[NB_TRACK] = (ia/2+(ib/2)*5 +(ic/2)*25)*8 + ia%2 + (ib%2)*2 + (ic%2)*4; */
589 indx[NB_TRACK_MR102]
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
vlc.cpp 613 int indx; local
728 indx = 0;
729 while ((temp&mask) == 0 && indx < (16 - TotalCoeff)) /* search location of 1 bit */
732 indx++;
735 pcode = (uint8*) & (TotZero12to15[TotalCoeff-12][indx]);
782 int indx; local
806 indx = 0;
807 PV_CLZ(indx, temp)
808 *code = 7 + indx;
809 BitstreamFlushBits(stream, indx + 1)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 68 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ local
80 unsigned int indx; /* Index of last element looked at. */ local
238 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
244 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
245 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
281 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
295 if (bi->elt2->indx >= bi->elt1->indx)
301 if (bi->elt1->indx == bi->elt2->indx)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
bitmap.h 68 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ local
80 unsigned int indx; /* Index of last element looked at. */ local
238 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
244 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
245 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
281 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
295 if (bi->elt2->indx >= bi->elt1->indx)
301 if (bi->elt1->indx == bi->elt2->indx)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.cpp 374 int indx; local
376 indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* left block */
380 p1x = motxdata[indx];
381 p1y = motydata[indx];
388 p1x = motxdata[indx];
389 p1y = motydata[indx];
394 indx = indx + 1 - nMVPerRow; /* upper_block */
397 indx -= (block & 1);
398 p2x = motxdata[indx];
    [all...]
  /external/dropbear/
scp.c 599 int fd = -1, haderr, indx; local
603 for (indx = 0; indx < argc; ++indx) {
604 name = argv[indx];
  /external/ppp/pppd/
ipxcp.c 264 int indx; local
271 for (indx = 0; indx < 5; ++indx) {
272 dst[indx] <<= 4;
273 dst[indx] |= (dst[indx + 1] >> 4) & 0x0F;
442 int indx; local
443 for (indx = 0; indx < sizeof (ipxcp_wantoptions[0].our_node); ++indx
625 int indx; local
634 int indx; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 371 int indx = max(r - cell->rowSpan() + 1, 0); local
395 pos = m_rowPos[indx] + ch + (m_grid[r].rowRenderer ? spacing : 0);
405 bdesc = max(bdesc, m_rowPos[indx] + ch - (b - cell->intrinsicPaddingTop()));
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 793 int indx; local
794 for (indx = 0; indx < posCount; indx++) {
795 posPtr[indx].fX = SkFloatToScalar(posArray[indx << 1]);
796 posPtr[indx].fY = SkFloatToScalar(posArray[(indx << 1) + 1]);
817 for (int indx = 0; indx < posCount; indx++)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 573 int indx, i; local
575 indx = encvid->firstIntraRefreshMBIndx;
576 for (i = 0; i < numRefresh && indx < totalMB; i++)
578 (mblock + indx)->mb_intra = 1;
579 encvid->intraSearch[indx++] = 1;
583 if (indx >= totalMB - 1)
585 indx = 0;
586 while (i < numRefresh && indx < totalMB)
588 (mblock + indx)->mb_intra = 1;
589 encvid->intraSearch[indx++] = 1
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 1575 Int indx, i; local
1625 Int indx, j; local
    [all...]

Completed in 4832 milliseconds

1 2