Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 967) sorted by relevance

12345678910>>...39

/third_party/node/test/parallel/
Dtest-priority-queue.js68 queue.insert({ value: i, position: null }); property
83 queue.insert({ value: 1, position: null }); property
84 queue.insert({ value: 2, position: null }); property
85 queue.insert({ value: 3, position: null }); property
86 queue.insert({ value: 4, position: null }); property
87 queue.insert({ value: 5, position: null }); property
89 queue.insert({ value: 2, position: null }); property
90 const secondLargest = { value: 10, position: null }; property
92 const largest = { value: 15, position: null }; property
121 const i3 = { value: 3, position: null }; property
[all …]
Dtest-fs-readSync-optional-params.js19 runTest(Buffer.allocUnsafe(expected.length), { position: 0 }); property
27 position: 0 }); property
Dtest-fs-read-optional-params.js21 fs.read(fd, { position: 0 }, common.mustCall((err, bytesRead, buffer) => { property
31 position: 0 property
/third_party/weex-loader/deps/weex-styler/test/
Dshorthand-parser.spec.js16 position: {} property
25 position: {} property
31 position: {} property
37 position: {} property
43 position: {} property
54 position: {} property
60 position: {} property
66 position: {} property
72 position: {} property
81 position: {} property
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DArrayDecoders.java78 static int decodeVarint32(byte[] data, int position, Registers registers) { in decodeVarint32()
88 static int decodeVarint32(int firstByte, byte[] data, int position, Registers registers) { in decodeVarint32()
128 static int decodeVarint64(byte[] data, int position, Registers registers) { in decodeVarint64()
139 static int decodeVarint64(long firstByte, byte[] data, int position, Registers registers) { in decodeVarint64()
154 static int decodeFixed32(byte[] data, int position) { in decodeFixed32()
162 static long decodeFixed64(byte[] data, int position) { in decodeFixed64()
174 static double decodeDouble(byte[] data, int position) { in decodeDouble()
179 static float decodeFloat(byte[] data, int position) { in decodeFloat()
184 static int decodeString(byte[] data, int position, Registers registers) in decodeString()
200 static int decodeStringRequireUtf8(byte[] data, int position, Registers registers) in decodeStringRequireUtf8()
[all …]
DAllocatedBuffer.java99 public abstract int position(); in position() method in AllocatedBuffer
109 public abstract AllocatedBuffer position(int position); in position() method in AllocatedBuffer
184 public int position() { in wrap() method in AllocatedBuffer
189 public AllocatedBuffer position(int position) { in wrap() argument
/third_party/gstreamer/gstreamer/gst/
Dgstsegment.c238 guint64 position, base; in gst_segment_do_seek() local
419 guint64 position, guint64 * stream_time) in gst_segment_to_stream_time_full()
522 guint64 position) in gst_segment_to_stream_time()
577 GstFormat format, guint64 stream_time, guint64 * position) in gst_segment_position_from_stream_time_full()
677 guint64 position; in gst_segment_position_from_stream_time() local
736 guint64 position, guint64 * running_time) in gst_segment_to_running_time_full()
841 guint64 position) in gst_segment_to_running_time()
955 guint64 position; in gst_segment_position_from_running_time() local
1015 GstFormat format, guint64 running_time, guint64 * position) in gst_segment_position_from_running_time_full()
1137 guint64 position; in gst_segment_set_running_time() local
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dlib.h53 struct position { struct
54 unsigned int type:6,
55 stream:14,
56 newline:1,
57 whitespace:1,
58 pos:10;
59 unsigned int line:31,
60 noexpand:1;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp40 tcu::Vec4 position; member
46 tcu::Vec4 position; member
53 tcu::Vec4 position; member
/third_party/node/deps/npm/node_modules/get-caller-file/
Dindex.js6 module.exports = function getCallerFile(position) { argument
/third_party/skia/experimental/sktext/editor/
DEditor.cpp61 …auto position = fEditableText->adjustedPosition(fDefaultPositionType, fCursor->getCenterPosition()… in update() local
73 auto position = fEditableText->adjustedPosition(PositionType::kGraphemeCluster, cursorPosition); in moveCursor() local
154 auto position = fEditableText->adjustedPosition(fDefaultPositionType, cursorPosition); in deleteElement() local
180 auto position = fEditableText->adjustedPosition(fDefaultPositionType, cursorPosition); in insertCodepoint() local
243 auto position = fEditableText->adjustedPosition(fDefaultPositionType, SkPoint::Make(x, y)); in onMouse() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-channels.c139 check_valid_channel_positions (const GstAudioChannelPosition * position, in check_valid_channel_positions()
339 gst_audio_check_valid_channel_positions (const GstAudioChannelPosition * in gst_audio_check_valid_channel_positions()
360 gst_audio_channel_positions_to_mask (const GstAudioChannelPosition * position, in gst_audio_channel_positions_to_mask()
385 GstAudioChannelPosition * position) in gst_audio_channel_positions_from_mask()
504 gst_audio_channel_positions_to_valid_order (GstAudioChannelPosition * position, in gst_audio_channel_positions_to_valid_order()
681 gst_audio_channel_positions_to_string (const GstAudioChannelPosition * position, in gst_audio_channel_positions_to_string()
/third_party/icu/icu4c/source/i18n/
Dnumber_padding.cpp31 Padder::Padder(UChar32 cp, int32_t width, UNumberFormatPadPosition position) : fWidth(width) { in Padder()
43 Padder Padder::codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position) { in codePoints()
78 PadPosition position = fUnion.padding.fPosition; in padAndApply() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_padding.cpp31 Padder::Padder(UChar32 cp, int32_t width, UNumberFormatPadPosition position) : fWidth(width) { in Padder()
43 Padder Padder::codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position) { in codePoints()
78 PadPosition position = fUnion.padding.fPosition; in padAndApply() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_padding.cpp31 Padder::Padder(UChar32 cp, int32_t width, UNumberFormatPadPosition position) : fWidth(width) { in Padder()
43 Padder Padder::codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position) { in codePoints()
78 PadPosition position = fUnion.padding.fPosition; in padAndApply() local
/third_party/node/deps/icu-small/source/i18n/
Dnumber_padding.cpp31 Padder::Padder(UChar32 cp, int32_t width, UNumberFormatPadPosition position) : fWidth(width) { in Padder()
43 Padder Padder::codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position) { in codePoints()
78 PadPosition position = fUnion.padding.fPosition; in padAndApply() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dspirv_tools_helpers_test.cc54 const spv_position_t& position, in AssembleFailure()
70 const spv_position_t& position, in Disassemble()
71 const char* message) { in Disassemble()
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DStateAdapter.java78 public Object getItem(int position) { in getItem()
83 public long getItemId(int position) { in getItemId()
88 public View getView(int position, View convertView, ViewGroup parent) { in getView()
192 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DStateAdapter.java78 public Object getItem(int position) { in getItem()
83 public long getItemId(int position) { in getItemId()
88 public View getView(int position, View convertView, ViewGroup parent) { in getView()
192 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/
DAudioDeviceAdapter.java40 public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) { in getView()
45 … public View getDropDownView(int position, @Nullable View convertView, @NonNull ViewGroup parent) { in getDropDownView()
/third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/
DAudioDeviceAdapter.java38 public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) { in getView()
43 … public View getDropDownView(int position, @Nullable View convertView, @NonNull ViewGroup parent) { in getDropDownView()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DInfiniteRecording.h34 int32_t readFrom(T *buffer, size_t position, size_t count) { in readFrom()
52 const size_t position = mWritten.load(); in write() local
/third_party/node/deps/icu-small/source/common/
Duchriter.cpp37 int32_t position) in UCharCharacterIterator()
47 int32_t position) in UCharCharacterIterator()
128 UCharCharacterIterator::setIndex(int32_t position) { in setIndex()
229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32()
/third_party/icu/icu4c/source/common/
Duchriter.cpp37 int32_t position) in UCharCharacterIterator()
47 int32_t position) in UCharCharacterIterator()
128 UCharCharacterIterator::setIndex(int32_t position) { in setIndex()
229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32()
/third_party/skia/third_party/externals/icu/source/common/
Duchriter.cpp37 int32_t position) in UCharCharacterIterator()
47 int32_t position) in UCharCharacterIterator()
128 UCharCharacterIterator::setIndex(int32_t position) { in setIndex()
229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32()

12345678910>>...39