/art/compiler/ |
compiled_method-inl.h | 29 return GetArray(quick_code_); 33 inline ArrayRef<const T> CompiledCode::GetArray(const LengthPrefixedArray<T>* array) { 42 return GetArray(method_info_); 46 return GetArray(vmap_table_); 50 return GetArray(cfi_info_); 54 return GetArray(patches_);
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetBooleanv.cpp | 13 getarray<GLboolean, jintArray, IntArrayGetter, jint*, IntArrayReleaser, glGetBooleanv>(
|
glGetFloatv.cpp | 13 getarray<GLfloat, jfloatArray, FloatArrayGetter, jfloat*, FloatArrayReleaser, glGetFloatv>(
|
glGetIntegerv.cpp | 13 getarray<GLint, jintArray, IntArrayGetter, jint*, IntArrayReleaser, glGetIntegerv>(
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
ColorMatrixTest.java | 54 float[] fA1 = cM1.getArray(); 58 float[] fA2 = cM2.getArray(); 64 float[] ret = mColorMatrix.getArray(); 68 ret = mColorMatrix.getArray(); 83 float[] ret = mColorMatrix.getArray(); 94 ret = mColorMatrix.getArray(); 100 float[] ret = mColorMatrix.getArray(); 111 ret = mColorMatrix.getArray(); 124 float[] ret = mColorMatrix.getArray(); 146 float[] ret = mColorMatrix.getArray(); [all...] |
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
hardcode_min_max.cc | 33 auto& im2col_array = model->GetArray(op->outputs[1]); 37 const auto& input_array = model->GetArray(op->inputs[0]); 50 auto& output_array = model->GetArray(op->outputs[0]); 54 const auto& input_array = model->GetArray(op->inputs[0]); 73 if (model->GetArray(input).minmax) { 75 const auto* minmax = model->GetArray(input).minmax.get(); 82 auto& output = model->GetArray(op->outputs[0]); 85 const auto* minmax = model->GetArray(op->outputs[0]).minmax.get(); 99 auto& array = model->GetArray(input); 130 auto& output_array = model->GetArray(op->outputs[0]) [all...] |
identify_lstm_merge_inputs.cc | 56 int num_cell = model->GetArray(src_op->inputs[kInputToInputWeightsTensor]) 59 int num_input = model->GetArray(src_op->inputs[kInputToInputWeightsTensor]) 63 model->GetArray(src_op->inputs[kRecurrentToInputWeightsTensor]) 86 model->GetArray(src_op->inputs[kInputToInputWeightsTensor]), 0, 0); 89 model->GetArray(src_op->inputs[kInputToCellWeightsTensor]), num_cell, 0); 92 model->GetArray(src_op->inputs[kInputToForgetWeightsTensor]), 96 model->GetArray(src_op->inputs[kInputToOutputWeightsTensor]), 100 model->GetArray(src_op->inputs[kRecurrentToInputWeightsTensor]), 0, 104 model->GetArray(src_op->inputs[kRecurrentToCellWeightsTensor]), num_cell, 108 model->GetArray(src_op->inputs[kRecurrentToForgetWeightsTensor]) [all...] |
propagate_fixed_sizes.cc | 107 const auto& weights_shape = model.GetArray(weights_name).shape(); 120 const auto& weights_array = model->GetArray(weights_name); 129 auto& bias_array = model->GetArray(op->inputs[2]); 148 const auto& input_array = model->GetArray(op->inputs[0]); 156 const auto& weights_array = model->GetArray(op->inputs[1]); 164 auto& output_array = model->GetArray(op->outputs[0]); 178 auto& im2col_array = model->GetArray(op->outputs[1]); 190 const auto& input_array = model->GetArray(op->inputs[0]); 198 const auto& weights_array = model->GetArray(op->inputs[1]); 226 model->GetArray(output_name).mutable_shape() [all...] |
propagate_array_data_types.cc | 30 model->GetArray(output).data_type = data_type; 42 model->GetArray(input).data_type == ArrayDataType::kNone) { 50 old_output_data_types[output] = model->GetArray(output).data_type; 72 const ArrayDataType data_type = model->GetArray(op->inputs[1]).data_type; 78 model->GetArray(op->outputs[0]).data_type = cast_op->dst_data_type; 83 model->GetArray(op->outputs[0]).data_type = argmax_op->output_data_type; 94 data_type = model->GetArray(op->inputs[0]).data_type; 106 model->GetArray(output).data_type = data_type; 114 const ArrayDataType data_type = model->GetArray(op->inputs[0]).data_type; 119 if (old_output_data_types[output] != model->GetArray(output).data_type) [all...] |
resolve_constant_fill.cc | 26 const auto& val_array = model->GetArray(op->inputs[1]); 27 auto& output_array = model->GetArray(op->outputs[0]); 55 auto& output_array = model->GetArray(op->outputs[0]); 66 const auto& val_array = model->GetArray(op->inputs[1]);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
SparseArrayElementAddTransform.java | 38 GLSparseArrayProperty propertyArray = getArray(currentState); 50 GLSparseArrayProperty propertyArray = getArray(currentState); 61 return getArray(currentState); 64 private GLSparseArrayProperty getArray(IGLProperty state) {
|
/art/compiler/utils/ |
atomic_dex_ref_map-inl.h | 56 ElementArray* const array = GetArray(ref.dex_file); 69 const ElementArray* const array = GetArray(ref.dex_file); 80 ElementArray* const array = GetArray(ref.dex_file); 105 AtomicDexRefMap<DexFileReferenceType, Value>::GetArray(const DexFile* dex_file) { 112 AtomicDexRefMap<DexFileReferenceType, Value>::GetArray(const DexFile* dex_file) const {
|
/external/doclava/src/com/google/doclava/ |
TextTagInfo.java | 22 public static TextTagInfo[] getArray(int size) {
|
ParsedTagInfo.java | 25 public static ParsedTagInfo[] getArray(int size) { 66 return list.toArray(TagInfo.getArray(list.size()));
|
/external/pdfium/fxbarcode/common/ |
BC_CommonByteMatrix.h | 22 uint8_t* GetArray();
|
/external/pdfium/fxbarcode/qrcode/ |
BC_QRCoderBitVector.h | 20 const uint8_t* GetArray() const;
|
/external/replicaisland/src/com/replica/replicaisland/ |
ObjectManager.java | 60 final Object[] additionsArray = mPendingAdditions.getArray(); 70 final Object[] removalsArray = mPendingRemovals.getArray(); 85 final Object[] objectArray = mObjects.getArray(); 120 final Object[] objectArray = mObjects.getArray();
|
/libcore/luni/src/main/java/libcore/reflect/ |
ListOfVariables.java | 29 TypeVariable<?>[] getArray() {
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
Themes.java | 102 target.getArray()[4] = Color.red(dstColor) - Color.red(srcColor); 103 target.getArray()[9] = Color.green(dstColor) - Color.green(srcColor); 104 target.getArray()[14] = Color.blue(dstColor) - Color.blue(srcColor); 105 target.getArray()[19] = Color.alpha(dstColor) - Color.alpha(srcColor);
|
/external/icu/icu4c/source/test/intltest/ |
tfsmalls.cpp | 272 const Formattable* res_array = ft_arr.getArray( res_cnt ); 281 it_logln("FT getArray tested"); 282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR); 284 it_errln("*** FT getArray with status failed on real array"); 286 it_logln("FT getArray with status tested on real array"); 289 it_errln("*** FT getArray comparison"); 292 it_errln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft_cnt); 295 res_array = fta.getArray(res_cnt, status = U_ZERO_ERROR); 298 it_logln("FT getArray with status tested on non array"); 300 it_errln("*** FT getArray with status return values are not consistent") [all...] |
/art/test/530-checker-regression-reftyp-final/src/ |
Main.java | 39 Object[] array = $noinline$getArray(); 60 public static Object[] $noinline$getArray() {
|
/external/pdfium/core/fpdfapi/page/ |
cpdf_patterncs.cpp | 23 pPageData->ReleaseColorSpace(pCS->GetArray()); 46 m_pCountedBaseCS = pDocPageData->FindColorSpacePtr(m_pBaseCS->GetArray());
|
/frameworks/base/wifi/tests/src/android/net/wifi/aware/ |
TlvBufferUtilsTest.java | 52 tlv11.getArray(), equalTo(new byte[]{0, 1, 2, 2, 3, 0, 1, 2})); 61 tlv01.getArray(), equalTo(new byte[] {1, 2, 3, 0, 1, 2 })); 64 TlvBufferUtils.isValid(tlv11.getArray(), 1, 1), 67 TlvBufferUtils.isValid(tlv01.getArray(), 0, 1), 87 byte[] tlvData = tlv01.getArray(); 135 TlvBufferUtils.TlvIterable tlv22It = new TlvBufferUtils.TlvIterable(2, 2, tlv22.getArray()); 167 TlvBufferUtils.TlvIterable tlv02It = new TlvBufferUtils.TlvIterable(0, 2, tlv02.getArray()); 194 TlvBufferUtils.isValid(tlv22.getArray(), 2, 2), 197 TlvBufferUtils.isValid(tlv02.getArray(), 0, 2), 276 byte[] array = tlv01.getArray(); [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
CopyOnWriteArrayList.java | 102 /** The array, accessed only via getArray/setArray. */ 110 final Object[] getArray() { 139 elements = ((CopyOnWriteArrayList<?>)c).getArray(); 167 return getArray().length; 231 Object[] elements = getArray(); 239 Object[] elements = getArray(); 259 Object[] elements = getArray(); 267 Object[] elements = getArray(); 288 Object[] elements = getArray(); 325 Object[] elements = getArray(); [all...] |
/frameworks/base/rs/java/android/renderscript/ |
AllocationAdapter.java | 214 if (mAdaptedAllocation.getType().getArray(arrayNum) == 0) { 217 if (mAdaptedAllocation.getType().getArray(arrayNum) <= arrayVal) { 220 if (mWindow.getArray(arrayNum) == mAdaptedAllocation.getType().getArray(arrayNum)) { 223 if ((mWindow.getArray(arrayNum) + arrayVal) >= mAdaptedAllocation.getType().getArray(arrayNum)) { 291 for (int i = 0; i < t.getArray(i); i++) { 292 if (t.getArray(i) > at.getArray(i)) {
|