/external/smali/util/src/main/java/org/jf/util/ |
D | SparseArray.java | 165 Object[] nvalues = new Object[n]; in put() local 169 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in put() 172 mValues = nvalues; in put() 305 Object[] nvalues = new Object[n]; in append() local 309 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in append() 312 mValues = nvalues; in append() 332 Object[] nvalues = new Object[capacity]; in ensureCapacity() local 335 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in ensureCapacity() 338 mValues = nvalues; in ensureCapacity()
|
D | SparseIntArray.java | 135 int[] nvalues = new int[n]; in put() local 139 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in put() 142 mValues = nvalues; in put() 230 int[] nvalues = new int[n]; in append() local 234 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in append() 237 mValues = nvalues; in append()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowSparseArray.java | 173 Object[] nvalues = new Object[n]; in put() local 177 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in put() 180 mValues = nvalues; in put() 322 Object[] nvalues = new Object[n]; in append() local 326 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in append() 329 mValues = nvalues; in append()
|
/external/elfutils/src/lib/ |
D | color.c | 114 const int nvalues = sizeof (values) / sizeof (values[0]); in parse_opt() local 116 for (i = 0; i < nvalues; ++i) in parse_opt() 125 if (i == nvalues) in parse_opt()
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
D | FieldArray.java | 149 FieldData[] nvalues = new FieldData[n]; in put() local 152 System.arraycopy(mData, 0, nvalues, 0, mData.length); in put() 155 mData = nvalues; in put()
|
/external/iptables/extensions/ |
D | libxt_u32.c | 75 for (i = 0; i < ct->nvalues; ++i) { in u32_dump() 134 ct->nvalues = valind; in u32_parse() 204 ct->nvalues = valind; in u32_parse()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 1055 int nvalues = nargs; in Handle_SetColorPS_Fill() local 1057 nvalues --; in Handle_SetColorPS_Fill() 1060 if (nvalues) { in Handle_SetColorPS_Fill() 1061 values = FX_Alloc(FX_FLOAT, nvalues); in Handle_SetColorPS_Fill() 1062 for (int i = 0; i < nvalues; i ++) { in Handle_SetColorPS_Fill() 1066 if (nvalues != nargs) { in Handle_SetColorPS_Fill() 1069 m_pCurStates->m_ColorState.SetFillPattern(pPattern, values, nvalues); in Handle_SetColorPS_Fill() 1072 m_pCurStates->m_ColorState.SetFillColor(NULL, values, nvalues); in Handle_SetColorPS_Fill() 1088 int nvalues = nargs; in Handle_SetColorPS_Stroke() local 1090 nvalues --; in Handle_SetColorPS_Stroke() [all …]
|
/external/iptables/include/linux/netfilter/ |
D | xt_u32.h | 33 __u8 nvalues; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_u32.h | 33 __u8 nvalues; member
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_sanity.c | 330 int nvalues; member 376 for ( j = 0 ; j < reg->nvalues ; j++) in find_or_add_value() 387 reg->values[reg->nvalues++].i = val; in find_or_add_value()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_sanity.c | 608 int nvalues; member 654 for ( j = 0 ; j < reg->nvalues ; j++) in find_or_add_value() 665 reg->values[reg->nvalues++].i = val; in find_or_add_value()
|
/external/fio/ |
D | graph.c | 472 int nvalues; in bar_graph_draw() local 475 nvalues = count_values(lb); in bar_graph_draw() 476 bar_width = (space_per_label - space_per_label * 0.2) / (double) nvalues; in bar_graph_draw()
|
/external/robolectric/lib/main/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |