/external/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/ |
H A D | array.fail.cpp | 36 const int indices[] = {-1, 0, 1}; local 38 std::regex("\\d{3}-\\d{4}"), indices);
|
H A D | array.pass.cpp | 29 const int indices[] = {-1, 0, 1}; local 31 phone_numbers, indices);
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
H A D | geometry_utils.h | 19 std::vector<GLushort> indices; member in struct:SphereGeometry 29 std::vector<GLushort> indices; member in struct:CubeGeometry
|
/external/chromium_org/v8/test/mjsunit/ |
H A D | string-indexof-1.js | 117 var indices = [0x5, 0x65, 0x85, 0x105, 0x205, 0x285, 0x2005, 0x2085, 0xfff0]; variable 120 for (var i = 0; i < indices.length; i++) { 121 var index = indices[i];
|
/external/lzma/CPP/7zip/UI/Common/ |
H A D | SortUtils.cpp | 14 void SortFileNames(const UStringVector &strings, CIntVector &indices)
argument 16 indices.Clear();
18 indices.Reserve(numItems);
20 indices.Add(i);
21 indices.Sort(CompareStrings, (void *)&strings);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
H A D | ElementRareData.cpp | 39 short indices[2]; member in struct:WebCore::SameSizeAsElementRareData
|
/external/chromium_org/third_party/icu/source/test/letest/ |
H A D | letest.h | 39 le_int32 *indices; member in struct:TestResult
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkVertState.cpp | 23 const uint16_t* indices = state->fIndices; local 28 state->f0 = indices[index + 0]; 29 state->f1 = indices[index + 1]; 30 state->f2 = indices[index + 2]; 53 const uint16_t* indices = state->fIndices; local 58 state->f2 = indices[index + 2]; 60 state->f0 = indices[index + 1]; 61 state->f1 = indices[index + 0]; 63 state->f0 = indices[index + 0]; 64 state->f1 = indices[inde 83 const uint16_t* indices = state->fIndices; local [all...] |
H A D | SkVertState.h | 25 * If the vertices are unindexed pass NULL for indices. 27 VertState(int vCount, const uint16_t indices[], int indexCount) argument 28 : fIndices(indices) { 30 if (indices) {
|
/external/icu/icu4c/source/test/letest/ |
H A D | letest.h | 39 le_int32 *indices; member in struct:TestResult
|
/external/libcxx/src/ |
H A D | hash.cpp | 76 // potential primes = 210*k + indices[i], k >= 1 79 const unsigned indices[] = member in namespace:__anon22777 189 // Start searching list of potential primes: L * k0 + indices[in] 190 const size_t M = sizeof(indices) / sizeof(indices[0]); 194 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L) 195 - indices); 196 n = L * k0 + indices[in]; 566 n = L * k0 + indices[i [all...] |
/external/skia/src/core/ |
H A D | SkVertState.cpp | 23 const uint16_t* indices = state->fIndices; local 28 state->f0 = indices[index + 0]; 29 state->f1 = indices[index + 1]; 30 state->f2 = indices[index + 2]; 53 const uint16_t* indices = state->fIndices; local 58 state->f2 = indices[index + 2]; 60 state->f0 = indices[index + 1]; 61 state->f1 = indices[index + 0]; 63 state->f0 = indices[index + 0]; 64 state->f1 = indices[inde 83 const uint16_t* indices = state->fIndices; local [all...] |
H A D | SkVertState.h | 25 * If the vertices are unindexed pass NULL for indices. 27 VertState(int vCount, const uint16_t indices[], int indexCount) argument 28 : fIndices(indices) { 30 if (indices) {
|
/external/chromium_org/content/renderer/ |
H A D | external_popup_menu.cc | 75 const std::vector<int>& indices) { 81 popup_menu_client_->didAcceptIndices(indices); 74 DidSelectItems(bool canceled, const std::vector<int>& indices) argument
|
/external/chromium_org/third_party/angle/samples/angle/mip_map_2d/ |
H A D | MipMap2D.cpp | 101 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; local 130 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); 135 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); 141 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
|
/external/chromium_org/third_party/angle/samples/angle/simple_texture_2d/ |
H A D | SimpleTexture2D.cpp | 93 GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; local 119 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
|
/external/chromium_org/third_party/angle/samples/angle/stencil_operations/ |
H A D | StencilOperations.cpp | 107 GLubyte indices[][6] = local 159 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[0]); 173 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[1]); 187 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[2]); 202 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[3]); 220 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[4]);
|
/external/chromium_org/third_party/angle/samples/angle/texture_wrap/ |
H A D | TextureWrap.cpp | 97 GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; local 123 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); 129 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); 135 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
H A D | LineLoopTest.cpp | 131 static const GLubyte indices[] = { 0, 7, 6, 9, 8, 0 }; local 132 runTest(GL_UNSIGNED_BYTE, 0, indices + 1); 137 static const GLushort indices[] = { 0, 7, 6, 9, 8, 0 }; local 138 runTest(GL_UNSIGNED_SHORT, 0, indices + 1); 148 static const GLuint indices[] = { 0, 7, 6, 9, 8, 0 }; local 149 runTest(GL_UNSIGNED_INT, 0, indices + 1); 154 static const GLubyte indices[] = { 0, 7, 6, 9, 8, 0 }; local 159 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW); 168 static const GLushort indices[] local 187 static const GLuint indices[] = { 0, 7, 6, 9, 8, 0 }; local [all...] |
/external/chromium_org/third_party/freetype/src/psaux/ |
H A D | t1cmap.h | 75 FT_UShort* indices; member in struct:T1_CMapCustomRec_
|
/external/chromium_org/third_party/opus/src/silk/ |
H A D | NLSF_decode.c | 37 const opus_int8 indices[], /* I Quantization indices [ order ] */ 48 out_Q10 = silk_LSHIFT( indices[ i ], 10 ); 83 /* Unpack entropy table indices and predictor for current CB1 index */ 35 silk_NLSF_residual_dequant( opus_int16 x_Q10[], const opus_int8 indices[], const opus_uint8 pred_coef_Q8[], const opus_int quant_step_size_Q16, const opus_int16 order ) argument
|
/external/chromium_org/third_party/skia/include/utils/ |
H A D | SkMeshUtils.h | 27 bool init(SkPoint tex[], uint16_t indices[], 31 const uint16_t* indices() const { return fIndices; } function in class:SkMeshIndices
|
/external/chromium_org/third_party/skia/src/utils/ |
H A D | SkMeshUtils.cpp | 20 bool SkMeshIndices::init(SkPoint tex[], uint16_t indices[], argument 41 fIndices = indices; 49 // compute the indices 100 idx.indices(), idx.indexCount(), p);
|
H A D | SkTextureCompressor.cpp | 108 // - indices holds the best indices for each palette in the 111 uint64_t indices[2] = { 0, 0 }; local 116 // 3. Store the minimum palette index in indices. 120 indices[p] <<= 3; 121 indices[p] |= result & 7; 125 SkASSERT(indices[0] < (static_cast<uint64_t>(1) << 48)); 126 SkASSERT(indices[1] < (static_cast<uint64_t>(1) << 48)); 139 // Jam the indices into the top 48 bits. 140 result |= indices[paletteId [all...] |
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContextUtil.cpp | 62 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 }; local 102 ctx.bufferData(GL_ELEMENT_ARRAY_BUFFER, DE_LENGTH_OF_ARRAY(indices)*sizeof(deUint16), &indices[0], GL_STATIC_DRAW); 104 ctx.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_SHORT, 0); 132 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 }; local 150 ctx.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_SHORT, &indices[0]);
|