/third_party/node/test/parallel/ |
D | test-priority-queue.js | 68 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 …]
|
D | test-fs-readSync-optional-params.js | 28 { position: 0 }, property 30 { offset: 0, position: 0 }, property 31 { length: expected.length, position: 0 }, property 32 { offset: 0, length: expected.length, position: 0 }, property 35 { position: null }, property 36 { position: -1 }, property 37 { position: 0n }, property
|
D | test-fs-read-position-validation.mjs | 16 async function testValid(position, allowedErrors = []) { argument 30 fs.read(fd, { buffer, offset, length, position }, handler); field 31 fs.read(fd, buffer, common.mustNotMutateObjectDeep({ offset, length, position }), handler); field 36 async function testInvalid(code, position) { argument 45 () => fs.read(fd, { buffer, offset, length, position }, common.mustNotCall()), field 49 …() => fs.read(fd, buffer, common.mustNotMutateObjectDeep({ offset, length, position }), common.mus… field
|
D | test-fs-readSync-position-validation.mjs | 16 function testValid(position, allowedErrors = []) { argument 21 fs.readSync(fdSync, buffer, common.mustNotMutateObjectDeep({ offset, length, position })); field 31 function testInvalid(code, position, internalCatch = false) { argument 40 … () => fs.readSync(fdSync, buffer, common.mustNotMutateObjectDeep({ offset, length, position })), field
|
D | test-fs-write-sync-optional-params.js | 96 { position: 5 }, property 97 { length: 1, position: 5 }, property 98 { length: 1, position: -1, offset: 2 }, property 100 { position: null }, property
|
D | test-fs-promises-write-optional-params.js | 102 { position: 5 }, property 103 { length: 1, position: 5 }, property 104 { length: 1, position: -1, offset: 2 }, property 106 { position: null }, property
|
D | test-fs-write-optional-params.js | 102 { position: 5 }, property 103 { length: 1, position: 5 }, property 104 { length: 1, position: -1, offset: 2 }, property 106 { position: null }, property
|
/third_party/weex-loader/deps/weex-styler/test/ |
D | shorthand-parser.spec.js | 16 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/node/deps/undici/src/lib/cookies/ |
D | parse.js | 33 const position = { position: 0 } variable 56 const position = { position: 0 } property 112 { position: 0 } property 135 const position = { position: 0 } variable
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ArrayDecoders.java | 78 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 …]
|
D | AllocatedBuffer.java | 99 public abstract int position(); in position() method in AllocatedBuffer 109 public abstract AllocatedBuffer position(int position); in position() argument 184 public int position() { in wrap() method in AllocatedBuffer 189 public AllocatedBuffer position(int position) { in wrap() argument
|
/third_party/node/deps/undici/src/lib/fetch/ |
D | dataURL.js | 32 const position = { position: 0 } property 138 function collectASequenceOfCodePoints (condition, input, position) { argument 162 function collectASequenceOfCodePointsFast (char, input, position) { argument 239 const position = { position: 0 } property 449 function collectAnHTTPQuotedString (input, position, extractValue) { argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | lib.h | 53 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/ |
D | vktPipelineVertexUtil.hpp | 40 tcu::Vec4 position; member 46 tcu::Vec4 position; member 53 tcu::Vec4 position; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineVertexUtil.hpp | 40 tcu::Vec4 position; member 46 tcu::Vec4 position; member 53 tcu::Vec4 position; member
|
/third_party/skia/experimental/sktext/editor/ |
D | Editor.cpp | 61 …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/icu/icu4c/source/i18n/ |
D | number_padding.cpp | 31 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/ |
D | number_padding.cpp | 31 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/ |
D | number_padding.cpp | 31 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
|
D | number_simple.cpp | 65 void SimpleNumber::roundTo(int32_t position, UNumberFormatRoundingMode roundingMode, UErrorCode& st… in roundTo() 76 void SimpleNumber::setMinimumIntegerDigits(uint32_t position, UErrorCode& status) { in setMinimumIntegerDigits() 87 void SimpleNumber::setMinimumFractionDigits(uint32_t position, UErrorCode& status) { in setMinimumFractionDigits() 98 void SimpleNumber::truncateStart(uint32_t position, UErrorCode& status) { in truncateStart()
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ |
D | ResultVpAdapter.java | 46 public Fragment createFragment(int position) { in createFragment() 66 public String getTitle(int position) { in getTitle()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | spirv_tools_helpers_test.cc | 54 const spv_position_t& position, in AssembleFailure() 70 const spv_position_t& position, in Disassemble() 71 const char* message) { in Disassemble()
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | StateAdapter.java | 78 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/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/ |
D | AudioDeviceAdapter.java | 38 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/java/com/google/sample/audio_device/ |
D | AudioDeviceAdapter.java | 40 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()
|