HomeSort by relevance Sort by last modified time
    Searched refs:positions (Results 251 - 275 of 852) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 179 * Set positions as unselectable (a.k.a a separator)
181 public Params setPositionsUnselectable(int ...positions) {
182 for (int pos : positions) {
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewAnimationsTest.java     [all...]
  /prebuilts/go/darwin-x86/src/go/types/
eval.go 48 // positions) - ignore it and just consider its children
  /prebuilts/go/linux-x86/src/go/types/
eval.go 48 // positions) - ignore it and just consider its children
  /system/media/camera/docs/
camera_metadata_tags.mako 60 * Hierarchy positions in enum space. All vendor extension tags must be
  /external/mksh/src/
funcs.c 1441 int positions, new_val; local
1449 positions = 0;
1454 positions |= 0111;
1457 positions |= 0100;
1460 positions |= 0010;
1463 positions |= 0001;
1466 if (!positions)
1468 positions = 0111;
1495 new_val = (new_val & 07) * positions;
1502 (new_umask & ~(positions * 07))
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.h 81 /* Ligature caret positions */
305 hb_glyph_position_t *positions /* IN / OUT */);
  /external/skia/gm/
vertices.cpp 202 SkPoint* pts = builder.positions();
  /external/skqp/gm/
vertices.cpp 202 SkPoint* pts = builder.positions();
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis.cc 171 // Positions with phi values should never have more than one value in the
803 // Gather and set all non-definition positions of all values. Value deletion
805 // Value::Id to positions. There should be very few holes in the vector, and
    [all...]
  /external/v8/src/debug/
liveedit.js 19 // All unchanged functions have their positions updated accordingly.
208 // unchanged and whether positions changed at all.
238 // Elements of array are ordered by start positions of functions (from top
444 // No change to function or its inner functions; however its positions
519 // positions from old to new in a current non-changed part of script.
789 // Changes positions (including all statements) in function.
    [all...]
  /external/v8/src/inspector/
v8-debugger-agent-impl.h 109 positions) override;
  /frameworks/base/cmds/statsd/tests/
statsd_test_util.cpp 260 const std::vector<Position>& positions) {
263 for (const auto position : positions) {
273 const std::vector<Position>& positions) {
276 for (const auto position : positions) {
    [all...]
  /frameworks/base/libs/hwui/hwui/
Canvas.h 75 typedef std::function<void(uint16_t* text, float* positions)> ReadGlyphFunc;
254 * Specifies if the positions passed to ::drawText are absolute or relative
  /frameworks/minikin/libs/minikin/
Layout.cpp 688 hb_glyph_position_t* positions = hb_buffer_get_glyph_positions(buffer.get(), NULL); local
711 float xoff = HBFixedToFloat(positions[i].x_offset);
712 float yoff = -HBFixedToFloat(positions[i].y_offset);
716 float xAdvance = HBFixedToFloat(positions[i].x_advance);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
block.go 202 // from its successors. This is true if all the values within it have unreliable positions
208 // in the source code that have positions, so this case ought not occur anyway.
  /prebuilts/go/darwin-x86/src/cmd/internal/test2json/
test2json_test.go 184 // It shows the events around the current positions,
185 // with the current positions marked.
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray_test.go 135 // we may obtain different positions from the Index and from find (because
173 // we may obtain different positions from the Index and from regexp (because
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
block.go 202 // from its successors. This is true if all the values within it have unreliable positions
208 // in the source code that have positions, so this case ought not occur anyway.
  /prebuilts/go/linux-x86/src/cmd/internal/test2json/
test2json_test.go 184 // It shows the events around the current positions,
185 // with the current positions marked.
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go 135 // we may obtain different positions from the Index and from find (because
173 // we may obtain different positions from the Index and from regexp (because
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 295 float positions[] = new float[n * cn]; local
301 positions[(int) (i * size.width * cn + j + 0)] =
303 positions[(int) (i * size.width * cn + j + 1)] =
305 positions[(int) (i * size.width * cn + j + 2)] = 0;
309 grid.put(0, 0, positions);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 1581 SkTDArray<SkPoint> positions; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 561 vector<float> positions (numVertices*4);
615 positions[(y*gridWidth + x)*4 + 0] = 2.0f*xf - 1.0f;
616 positions[(y*gridWidth + x)*4 + 1] = 2.0f*yf - 1.0f;
617 positions[(y*gridWidth + x)*4 + 2] = 0.0f;
618 positions[(y*gridWidth + x)*4 + 3] = 1.0f;
812 gl.vertexAttribPointer(posLoc, 4, GL_FLOAT, GL_FALSE, 0, &positions[0]);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp 3564 vector<std::pair<int, int> > positions; local
    [all...]

Completed in 707 milliseconds

<<11121314151617181920>>