Home
last modified time | relevance | path

Searched full:index (Results 1 – 25 of 28689) sorted by relevance

12345678910>>...1148

/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-docs.xml7 <book id="index">
49 …<ulink role="online-location" url="http://[SERVER]/libharfbuzz/index.html">http://[SERVER]/libharf…
120 …<index id="api-index-full"><title>API Index</title><xi:include href="xml/api-index-full.xml"><xi:f…
121index id="deprecated-api-index"><title>Index of deprecated API</title><xi:include href="xml/api-in…
123index id="api-index-10-1-0"><title>Index of new symbols in 10.1.0</title><xi:include href="xml/api…
124index id="api-index-10-0-0"><title>Index of new symbols in 10.0.0</title><xi:include href="xml/api…
125 …<index id="api-index-8-5-0"><title>Index of new symbols in 8.5.0</title><xi:include href="xml/api-
126 …<index id="api-index-8-4-0"><title>Index of new symbols in 8.4.0</title><xi:include href="xml/api-
127 …<index id="api-index-8-3-1"><title>Index of new symbols in 8.3.1</title><xi:include href="xml/api-
128 …<index id="api-index-8-2-0"><title>Index of new symbols in 8.2.0</title><xi:include href="xml/api-
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_vector_swizzle.cpp37 int index = 0;
40 dst[index++].x = value.x;
41 dst[index++].y = value.x;
42 dst[index++].xy = value;
43 dst[index++].yx = value;
46 dst[index++] = value.x;
47 dst[index++] = value.y;
48 dst[index++] = value.xy;
49 dst[index++] = value.yx;
55 int index = 0;
[all …]
/aosp_15_r20/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java97 int index = isSilentStart(value) ? 1 : 0; in doubleMetaphone() local
101 while (!result.isComplete() && index <= value.length() - 1) { in doubleMetaphone()
102 switch (value.charAt(index)) { in doubleMetaphone()
109 index = handleAEIOUY(value, result, index); in doubleMetaphone()
113 index = charAt(value, index + 1) == 'B' ? index + 2 : index + 1; in doubleMetaphone()
118 index++; in doubleMetaphone()
121 index = handleC(value, result, index); in doubleMetaphone()
124 index = handleD(value, result, index); in doubleMetaphone()
128 index = charAt(value, index + 1) == 'F' ? index + 2 : index + 1; in doubleMetaphone()
131 index = handleG(value, result, index, slavoGermanic); in doubleMetaphone()
[all …]
/aosp_15_r20/external/flac/test/cuesheets/
H A Dgood.001.cue7 INDEX 01 00:00:00
11 INDEX 00 02:09:12
12 INDEX 01 02:10:15
13 INDEX 02 02:20:15
14 INDEX 03 02:30:15
15 INDEX 04 03:30:15
16 INDEX 05 03:31:15
17 INDEX 06 03:32:06
18 INDEX 07 03:32:07
19 INDEX 08 03:32:08
[all …]
H A Dbad.065.INDEX_num_out_of_range.cue4 INDEX 00 00:00:00
5 INDEX 01 02:10:15
6 INDEX 02 02:20:15
7 INDEX 03 02:30:15
8 INDEX 04 03:30:15
9 INDEX 05 03:31:15
10 INDEX 06 03:32:06
11 INDEX 07 03:32:07
12 INDEX 08 03:32:08
13 INDEX 09 03:32:09
[all …]
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DMatrixProduct.h119 template<typename Scalar, typename Index, int StorageOrder>
120 …INLINE std::complex<Scalar> getAdjointVal(Index i, Index j, const_blas_data_mapper<std::complex<Sc…
138 template<typename Scalar, typename Index, int StorageOrder, int N>
139 …x<Scalar>* blockB, const std::complex<Scalar>* _rhs, Index rhsStride, Index rows, Index cols, Inde…
141 const Index depth = k2 + rows;
142 const_blas_data_mapper<std::complex<Scalar>, Index, StorageOrder> rhs(_rhs, rhsStride);
143 const Index vectorSize = N*quad_traits<Scalar>::vectorsize;
144 const Index vectorDelta = vectorSize * rows;
147 Index rir = 0, rii, j = 0;
152 for(Index i = k2; i < depth; i++)
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/
Dseed3402089 index: 62
2090 index: 63
2091 index: 64
2094 index: 0
2099 index: 65
2100 index: 66
2101 index: 67
2104 index: 1
2109 index: 68
2110 index: 69
[all …]
Dseed4261183 index: 31
1184 index: 32
1185 index: 33
1188 index: 0
1193 index: 34
1194 index: 35
1195 index: 36
1198 index: 2
1203 index: 37
1204 index: 38
[all …]
Dseed446912 index: 0
913 index: 1
914 index: 2
915 index: 3
916 index: 4
917 index: 5
918 index: 6
919 index: 7
920 index: 8
921 index: 9
[all …]
/aosp_15_r20/external/giflib/doc/whatsinagif/
H A Dlzw_image_data.html24 .alg_steps .index {padding: 0 .3em}
41 <p><a href="index.html">Back to the GIF index page.</a></p>
47 specifically, GIF files remember the index of the color in a color
65 <tr><th>Index</th><th>Color</th></tr>
76 is given an index of zero. When we send the codes, we always start at
152 <p>Before we proceed, let me define two more terms. First the <strong>index
156 <strong>index buffer</strong> will be the list of color indexes
157 we care &quot;currently looking at.&quot; The index buffer will contain a list
165 <li>Read first index from index stream. This value is now the value
166 for the index buffer</li>
[all …]
/aosp_15_r20/system/usb_info_tools/typec_connector_class_helper/src/
H A Dusb_pd_utils.rs20 pub index: i32, field
28 let field_val: u32 = (vdo & self.mask) >> self.index; in decode_vdo()
80 VdoField { index: 0, mask: 0x0000ffff, description: "USB Vendor ID" },
81 VdoField { index: 16, mask: 0x03ff0000, description: "Reserved" },
82 VdoField { index: 26, mask: 0x04000000, description: "Modal Operation Supported" },
83 VdoField { index: 27, mask: 0x38000000, description: "Product Type" },
84 VdoField { index: 30, mask: 0x40000000, description: "USB Capable as a USB Device" },
85 VdoField { index: 31, mask: 0x80000000, description: "USB Capable as a USB Host" },
89 &[VdoField { index: 0, mask: 0xffffffff, description: "XID" }];
92 VdoField { index: 0, mask: 0x0000ffff, description: "bcdDevice" },
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/assets/fonts_for_family_selection/
H A Dascii_vf.ttx654 <Region index="0">
655 …<VarRegionAxis index="0"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
656 …<VarRegionAxis index="1"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
657 …<VarRegionAxis index="2"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
658 …<VarRegionAxis index="3"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
659 …<VarRegionAxis index="4"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
660 …<VarRegionAxis index="5"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
661 …<VarRegionAxis index="6"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
662 …<VarRegionAxis index="7"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
663 …<VarRegionAxis index="8"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
[all …]
/aosp_15_r20/cts/tests/tests/graphics/assets/fonts/family_selection/
H A Dascii_vf.ttx654 <Region index="0">
655 …<VarRegionAxis index="0"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
656 …<VarRegionAxis index="1"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
657 …<VarRegionAxis index="2"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
658 …<VarRegionAxis index="3"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
659 …<VarRegionAxis index="4"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
660 …<VarRegionAxis index="5"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
661 …<VarRegionAxis index="6"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
662 …<VarRegionAxis index="7"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
663 …<VarRegionAxis index="8"><StartCoord value="0" /><PeakCoord value="0" /><EndCoord value="1" /></Va…
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dapi_arrayelt.c29 * state for the element/index.
97 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() argument
99 CALL_VertexAttrib1fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]))); in VertexAttrib1NbvNV()
103 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() argument
105 CALL_VertexAttrib1fNV(get_dispatch(), (index, (GLfloat)v[0])); in VertexAttrib1bvNV()
109 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() argument
111 CALL_VertexAttrib2fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), BYTE_TO_FLOAT(v[1]))); in VertexAttrib2NbvNV()
115 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() argument
117 CALL_VertexAttrib2fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1])); in VertexAttrib2bvNV()
121 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_cuboid_convolution.h41 // TensorContractionInputMapper takes a matrix index and returns the coefficient
42 // (or the packet) of the "virtual tensor", that would be at that index if we
57 // col - index of the extracted patch (in code: patchIndex)
60 template <typename NewDimension, Index Planes, Index Rows, Index Cols,
61 typename ArgType, typename Device, typename Scalar_, typename Index,
65 Scalar_, Index, Side,
75 Scalar, Index, Side,
84 Scalar, Index, Side,
177 m_fastNumPatches = internal::TensorIntDivisor<Index>(m_num_patches); in TensorContractionInputMapper()
180 internal::TensorIntDivisor<Index>(m_patch_plane_stride); in TensorContractionInputMapper()
[all …]
H A Deigen_spatial_convolutions-inl.h36 // TensorContractionInputMapper takes a matrix index and returns the coefficient
37 // (or the packet) of the "virtual tensor", that would be at that index if we
52 // col - index of the extracted patch (in code: patchIndex)
58 template <typename NewDimension, Index Rows, Index Cols, typename ArgType,
59 typename Device, typename Scalar_, typename Index,
63 Scalar_, Index, Side,
74 Scalar, Index, Side,
84 Scalar, Index, Side,
108 Index patch_rows; in TensorContractionInputMapper()
109 Index patch_depth; in TensorContractionInputMapper()
[all …]
H A Dscatter_functor.h131 template <typename Device, typename T, typename Index, scatter_op::UpdateOp op>
133 Index operator()(OpKernelContext* c, const Device& d,
136 typename TTypes<Index>::ConstFlat indices);
139 template <typename Device, typename T, typename Index, scatter_op::UpdateOp op>
141 Index ParallelExecute(OpKernelContext* c, const Device& d,
144 typename TTypes<Index>::ConstFlat indices) {
145 const Index N = static_cast<Index>(indices.size());
146 const Index limit = static_cast<Index>(params.dimension(0));
147 const Index kMaxLocks = 1024;
148 const Index entries_per_lock = (limit + kMaxLocks - 1) / kMaxLocks;
[all …]
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMap.h40 typedef typename internal::traits<PlainObjectType>::Index Index; typedef
69 static const Index NumIndices = PlainObjectType::NumIndices;
87 …EIGEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, Index firstDimension, IndexTypes... othe… in TensorMap()
93 …EIGEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, Index firstDimension) : m_data(dataPtr),… in TensorMap()
98 …EIGEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, Index dim1, Index dim2) : m_data(dataPtr… in TensorMap()
102 …EIGEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3) : m_… in TensorMap()
106 …GEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3, Index in TensorMap()
110 …RONG_INLINE TensorMap(StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3, Index dim4, in TensorMap()
115 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap(StoragePointerType dataPtr, const array<Index, Num… in TensorMap() argument
129 EIGEN_STRONG_INLINE Index rank() const { return m_dimensions.rank(); } in rank()
[all …]
H A DTensorScanSycl.h81 …e <typename Evaluator, typename CoeffReturnType, typename OutAccessor, typename Op, typename Index,
86 static EIGEN_CONSTEXPR int PacketSize = ScanParameters<Index>::ScanPerThread / 2;
92 const ScanParameters<Index> scanParameters;
97 … const ScanParameters<Index> scanParameters_, Op accumulator_, in ScanKernelFunctor()
110 read(const Input &inpt, Index global_id) { in read()
117 read(const Input &inpt, Index global_id) { in read()
136 for (Index loop_offset = 0; loop_offset < scanParameters.loop_range; loop_offset++) { in operator()
137 Index data_offset = (itemID.get_global_id(0) + (itemID.get_global_range(0) * loop_offset)); in operator()
138 Index tmp = data_offset % scanParameters.panel_threads; in operator()
139 const Index panel_id = data_offset / scanParameters.panel_threads; in operator()
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/epy/
Didentifier-index.html6 <title>Identifier Index</title>
25 <!-- Index link -->
46 >]&nbsp;|&nbsp;<a href="identifier-index.html"
54 <h1 class="epydoc">Identifier Index</h1>
89 <table class="link-index" width="100%" border="1">
91 <td width="33%" class="link-index"></td>
92 <td width="33%" class="link-index"><a href="googleapiclient.http.BatchHttpRequest-class.html#add">a…
93 <span class="index-where">(in&nbsp;<a href="googleapiclient.http.BatchHttpRequest-class.html">Batch…
94 <td width="33%" class="link-index"><a href="googleapiclient.model.RawModel-class.html#alt_param">al…
95 <span class="index-where">(in&nbsp;<a href="googleapiclient.model.RawModel-class.html">RawModel</a>…
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/enc/src/
H A Dq_pulse.c37 Word32 index; in quant_1p_N1() local
43 index = L_deposit_l((Word16) (pos & mask)); in quant_1p_N1()
46 index = vo_L_add(index, L_deposit_l(1 << N)); /* index += 1 << N; */ in quant_1p_N1()
48 return (index); in quant_1p_N1()
58 Word32 index; in quant_2p_2N1() local
68 /* index = ((pos1 & mask) << N) + (pos2 & mask); */ in quant_2p_2N1()
69 index = L_deposit_l(add1((((Word16) (pos1 & mask)) << N), ((Word16) (pos2 & mask)))); in quant_2p_2N1()
73 index = L_deposit_l(add1((((Word16) (pos2 & mask)) << N), ((Word16) (pos1 & mask)))); in quant_2p_2N1()
78 index = vo_L_add(index, (1L << tmp)); /* index += 1 << (2*N); */ in quant_2p_2N1()
85 /* index = ((pos2 & mask) << N) + (pos1 & mask); */ in quant_2p_2N1()
[all …]
/aosp_15_r20/external/fonttools/Tests/ttLib/data/
H A DTestVGID-Regular.ttx1065 <!-- The 'index' attribute is only for humans; it is ignored when parsed. -->
1066 <CharString index="0">
1071 <CharString index="1">
1076 <CharString index="2">
1080 <CharString index="3">
1085 <CharString index="4">
1089 <CharString index="5">
1093 <CharString index="6">
1097 <CharString index="7">
1101 <CharString index="8">
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/camino/
DCargo.lock.rust1346 source = "registry+https://github.com/rust-lang/crates.io-index"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
13 "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
14 "libc 0.2.152 (registry+https://github.com/rust-lang/crates.io-index)",
15 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
21 source = "registry+https://github.com/rust-lang/crates.io-index"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
28 "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
34 source = "registry+https://github.com/rust-lang/crates.io-index"
36 "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
[all …]
/aosp_15_r20/external/fonttools/Tests/mtiLib/data/mti/
H A Dmark-to-ligature.ttx.GPOS7 <Lookup index="0">
11 <MarkLigPos index="0" Format="1">
77 <MarkRecord index="0">
85 <MarkRecord index="1">
93 <MarkRecord index="2">
101 <MarkRecord index="3">
109 <MarkRecord index="4">
117 <MarkRecord index="5">
125 <MarkRecord index="6">
133 <MarkRecord index="7">
[all …]
/aosp_15_r20/external/icing/icing/join/
H A Dqualified-id-join-index-impl-v3_test.cc15 #include "icing/join/qualified-id-join-index-impl-v3.h"
91 // Create new qualified id join index in TEST_F()
94 std::unique_ptr<QualifiedIdJoinIndexImplV3> index, in TEST_F()
97 EXPECT_THAT(index, Pointee(IsEmpty())); in TEST_F()
99 ICING_ASSERT_OK(index->PersistToDisk()); in TEST_F()
147 // Create new qualified id join index in TEST_F()
149 std::unique_ptr<QualifiedIdJoinIndexImplV3> index, in TEST_F()
155 index->Put(child_join_id_pair1, in TEST_F()
158 index->Put(child_join_id_pair2, in TEST_F()
160 ASSERT_THAT(index, Pointee(SizeIs(2))); in TEST_F()
[all …]

12345678910>>...1148