HomeSort by relevance Sort by last modified time
    Searched defs:ivalue (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.c 1272 i32 ivalue; local
1408 i32 ivalue; local
    [all...]
  /external/bluetooth/glib/tests/
hash-test.c 393 gpointer ikey, ivalue; local
422 g_assert (g_hash_table_iter_next (&iter, &ikey, &ivalue));
424 handle_pair (ikey, ivalue, result_array);
429 g_assert (! g_hash_table_iter_next (&iter, &ikey, &ivalue));
  /external/opencv/cv/src/
cvutils.cpp 344 const int* ivalue = (const int*)value; local
345 int v0 = ivalue[0];
356 if( ivalue[j] != ivalue[0] )
377 idst[j] = ivalue[j];
396 idst[j+k] = ivalue[k];
398 idst[j+k] = ivalue[k];
  /external/webkit/Source/WebCore/wml/
WMLSelectElement.cpp 249 // Spec: Step 1 - the default option index is determined using iname and ivalue
288 // Spec: If the default option index is empty and the 'ivalue' attribute is specified,
290 String ivalue = this->ivalue(); local
291 if (m_defaultOptionIndices.isEmpty() && !ivalue.isEmpty())
292 m_defaultOptionIndices = parseIndexValueString(ivalue);
550 String WMLSelectElement::ivalue() const function in class:WMLSelectElement
  /external/opencv/cxcore/src/
cxarray.cpp 1859 int ivalue = cvRound(value); local
    [all...]
cxpersistence.cpp 706 int ivalue = cvRound(value); local
707 if( ivalue == value )
708 sprintf( buf, "%d.", ivalue );
746 int ivalue = cvRound(value); local
747 if( ivalue == value )
748 sprintf( buf, "%d.", ivalue );
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 119 milliseconds