/external/v8/src/compiler/ |
register-allocator.cc | 416 // Walk the positions, verifying that each is in an interval. 669 // Partition original use positions to the two live ranges. 725 // start positions. This is needed for the correctness of the register [all...] |
/external/guice/extensions/struts2/lib/ |
core-3.1.1.jar | |
/external/skia/modules/canvaskit/ |
interface.js | 656 CanvasKit.MakeSkVertices = function(mode, positions, textureCoordinates, colors, 658 var positionPtr = copy2dArray(positions, CanvasKit.HEAPF32); 675 var vertices = CanvasKit._MakeSkVertices(mode, positions.length, positionPtr,
|
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrix.h | 163 /** \returns a const pointer to the array of the starting positions of the inner vectors. 167 /** \returns a non-const pointer to the array of the starting positions of the inner vectors. [all...] |
/build/blueprint/parser/ |
ast.go | 126 // This includes the symbolic representation of each Expression but not their positions in the original source tree. 133 // TODO(jeffrygaston) once positions are removed from Expression stucts,
|
printer.go | 268 // Compare the line numbers of the previous and current positions to determine whether extra
|
/external/libchrome/base/strings/ |
string_util_unittest.cc | 26 const TrimPositions positions; member in struct:base::trim_case 44 const TrimPositions positions; member in struct:base::trim_case_ascii 236 TrimWhitespace(WideToUTF16(value.input), value.positions, 255 TrimWhitespaceASCII(value.input, value.positions, &output_ascii)); 401 // Test a variety of the fragment start positions and lengths in order to make [all...] |
/external/pdfium/core/fxge/win32/ |
win32_int.h | 77 void* positions,
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowMediaPlayerTest.java | 581 int[] positions = { 0, 1, 2, 1024 }; local 582 for (int position : positions) { 1059 int[] positions = { 0, 5, 2, 999 }; local [all...] |
/external/skia/src/core/ |
SkDevice.cpp | 257 SkPoint* vPos = builder.positions();
|
SkRemoteGlyphCache.cpp | 602 const SkGlyphID glyphIDs[], const SkPoint positions[], int n, SkGlyphPos result[]) { 605 const SkPoint* posCursor = positions;
|
/external/skia/src/utils/ |
SkPatchUtils.cpp | 283 SkPoint* pos = builder.positions();
|
/external/skqp/src/core/ |
SkDevice.cpp | 265 SkPoint* vPos = builder.positions();
|
/external/skqp/src/utils/ |
SkPatchUtils.cpp | 283 SkPoint* pos = builder.positions();
|
/external/v8/tools/profview/ |
profile-utils.js | 115 // We store list of ticks and positions within the ticks stack by 117 // Triplet { 123, 2, 3 } encodes positions in ticks 123, 124, 125,
|
/external/boringssl/src/util/fipstools/delocate/ |
delocate.peg.go | 238 func translatePositions(buffer []rune, positions []int) textPositionMap { 239 length, translations, j, line, symbol := len(positions), make(textPositionMap, len(positions)), 0, 1, 0 240 sort.Ints(positions) 249 if i == positions[j] { 250 translations[positions[j]] = textPosition{line, symbol} 252 if i != positions[j] { 270 positions, p := make([]int, 2*len(tokens)), 0 272 positions[p], p = int(token.begin), p+1 273 positions[p], p = int(token.end), p+ [all...] |
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
InstructionList.java | 102 * array of positions corresponding to ihs, i.e. il.getInstructionPositions() 138 final int[] positions = byte_positions; local 141 if (positions[i] == pos) { [all...] |
/external/boringssl/src/crypto/cipher_extra/test/ |
make_legacy_aead_tests.go | 271 fmt.Printf("# Note: aead_test's input format splits the ciphertext and tag positions of the\n")
|
/external/deqp/external/openglcts/modules/common/ |
glcLayoutLocationTests.cpp | 404 static const float positions[] = { -1.0, 1.0, 1.0, 1.0, -1.0, -1.0, 1.0, -1.0 }; local 507 const glu::VertexArrayBinding vertexArrays[] = { glu::va::Float("inPosition", 2, 4, 0, positions) };
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderExecutor.cpp | 656 std::vector<tcu::Vec2> positions(numValues); 664 positions[valNdx] = tcu::Vec2(fx, fy); 667 return positions; 897 std::vector<tcu::Vec2> positions; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
vktSpvAsmGraphicsShaderTestUtil.cpp | 3950 vector<std::pair<int, int> > positions; local [all...] |
/external/deqp/modules/egl/ |
teglNativeColorMappingTests.cpp | 221 const float positions[] = local 243 gl.vertexAttribPointer(posLocation, 2, GL_FLOAT, GL_FALSE, 0, positions);
|
teglNativeCoordMappingTests.cpp | 231 const tcu::Vec2 positions[] = local 247 gl.vertexAttribPointer(posLocation, 2, GL_FLOAT, GL_FALSE, 0, positions);
|
/external/skqp/modules/skshaper/src/ |
SkShaper_harfbuzz.cpp | 435 SkASSERT(buffer.positions); 445 buffer.positions[i] = SkPoint::Make(p->fX + glyph.fOffset.fX, p->fY - glyph.fOffset.fY);
|
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
bidi.go | 122 // ending at the given positions in the original text.
|