HomeSort by relevance Sort by last modified time
    Searched defs:index (Results 101 - 125 of 8401) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/ml/nn/runtime/test/generated/models/
embedding_lookup.model.cpp 6 auto index = model->addOperand(&type0); local
10 model->addOperation(ANEURALNETWORKS_EMBEDDING_LOOKUP, {index, value}, {output});
13 {index, value},
embedding_lookup_relaxed.model.cpp 6 auto index = model->addOperand(&type0); local
10 model->addOperation(ANEURALNETWORKS_EMBEDDING_LOOKUP, {index, value}, {output});
13 {index, value},
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_frame_attr.c 13 unsigned int index = 0; local
25 for (index = 0; index < attr->mpeg2.number_of_frame_center_offsets; index++)
27 MPEG2_FA_DEB("\tPan_Scan_Offset_%d= %dx%d\n", index,
28 attr->mpeg2.frame_center_offset[index].horz,
29 attr->mpeg2.frame_center_offset[index].vert);
39 unsigned int index = 0; local
42 for (index = 0; index < MPEG2_MAX_VID_OFFSETS ; index++
101 unsigned int index = 0; local
    [all...]
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleSyntaxException.java 38 private int index = -1; field in class:LocaleSyntaxException
46 index = errorIndex;
50 return index;
  /test/vts/drivers/hal/common/utils/
StringUtil.cpp 31 size_t index = 0; local
34 index = original.find(from, index);
35 if (index == std::string::npos) break;
36 original.replace(index, from_len, to);
37 index += from_len;
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /libcore/luni/src/test/java/libcore/libcore/icu/
AlphabeticIndexTest.java 44 // for index (see key ExemplarCharactersIndex in locale/am.txt). If that's the case, please
53 AlphabeticIndex index = new AlphabeticIndex(uLocale); local
59 index.addRecord(s, s);
61 assertTrue("Not enough buckets: " + index.getBucketLabels(), index.getBucketCount() > 1);
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /art/libdexfile/dex/
dex_file_reference.h 28 DexFileReference(const DexFile* file, uint32_t idx) : dex_file(file), index(idx) {}
30 uint32_t index; member in class:art::DexFileReference
37 return a.index < b.index;
47 return a.dex_file == b.dex_file && a.index == b.index;
  /art/test/617-clinit-oome/src/
Main.java 24 int index = 0; local
27 data[index] = new byte[size];
28 index++;
  /bionic/tests/
net_if_test.cpp 25 unsigned index; local
26 index = if_nametoindex("lo");
27 ASSERT_NE(index, 0U);
30 char* name = if_indextoname(index, buf);
35 unsigned index = if_nametoindex("this-interface-does-not-exist"); local
36 ASSERT_EQ(0U, index);
  /cts/suite/audio_quality/test/
TaskSequentialTest.cpp 44 const android::String8 INDEX("index");
49 ASSERT_TRUE(mSequential->parseAttribute(INDEX, I));
56 int index = -10; local
58 ASSERT_TRUE(mTestCase->findIndex(I, index));
59 ASSERT_TRUE(index == 10);
  /cts/suite/audio_quality/test_description/processing/
calc_thd.py 53 index = np.linspace(0.0, samples, num=samples, endpoint=False) variable
54 time = index / samplingRate
56 data = np.sin(index * multiplier)
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 40 * @client_idx: client index
43 * job index
46 * Get job index by client id
73 * @client_idx: client index
76 * job index
79 * Get job index by client id
86 int index = -1; local
92 index = i;
98 return index;
105 * @client_idx: client index
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_bl1_fwu.c 50 unsigned int index = 0; local
70 while (mmap[index].mem_size) {
71 if ((mem_base >= mmap[index].mem_base) &&
73 <= (mmap[index].mem_base +
74 mmap[index].mem_size)))
77 index++;
88 unsigned int index = 0; local
90 while (bl1_tbbr_image_descs[index].image_id != INVALID_IMAGE_ID) {
91 if (bl1_tbbr_image_descs[index].image_id == image_id)
92 return &bl1_tbbr_image_descs[index];
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/hvm/
hvm_op.h 31 UINT32 index; /* IN */ member in struct:xen_hvm_param
  /external/aac/libAACdec/src/
channelinfo.cpp 228 int index = 0; local
255 index = 0;
258 index = 1;
261 index = 2;
264 index = 3;
267 index = 4;
275 sfbOffsetTables[index][samplingRateIndex].sfbOffsetLong;
277 sfbOffsetTables[index][samplingRateIndex].sfbOffsetShort;
279 sfbOffsetTables[index][samplingRateIndex].numberOfSfbLong;
281 sfbOffsetTables[index][samplingRateIndex].numberOfSfbShort
    [all...]
  /external/adhd/cras/src/tests/
audio_test_gui.py 23 for i in range(lines.index(start_str) + 2,
24 lines.index(end_str)):
36 def index(self): member in class:CrasRouterTest
226 <form action="index"><!--Go back to orginal page-->
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognitionException.h 36 NSInteger index; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRecognitionException.h 36 NSInteger index; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRecognitionException.h 36 NSInteger index; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRecognitionException.h 36 NSInteger index; variable
45 @property (assign) NSInteger index; variable
ANTLRStringStream.h 36 NSInteger index; variable
83 - (void) seek:(NSInteger) index;
99 @property (assign) NSInteger index; variable
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
Breakpoint.java 34 public long index; field in class:Breakpoint
42 index = 0;
55 index = location;

Completed in 1598 milliseconds

1 2 3 45 6 7 8 91011>>