/third_party/curl/tests/data/ |
D | test1112 | 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. 34 Long chunk of data that couldn't possibly be sent in the time allotted. 35 Long chunk of data that couldn't possibly be sent in the time allotted. 36 Long chunk of data that couldn't possibly be sent in the time allotted. 37 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
D | test1086 | 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. 34 Long chunk of data that couldn't possibly be sent in the time allotted. 35 Long chunk of data that couldn't possibly be sent in the time allotted. 36 Long chunk of data that couldn't possibly be sent in the time allotted. 37 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
/third_party/zlib/old/ |
D | visual-basic.txt | 34 As Long) As Integer 37 lcompr As Long) As Integer 39 String, ByVal mode As String) As Long 41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) 44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) 47 Long) As Integer 51 String, ByVal buflen As Long) As Integer 54 String, ByVal lcompr As Long) As Long 56 (ByVal file As String, ByVal mode As String) As Long 58 (ByVal file As Long, ByVal uncompr As String, ByVal [all …]
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftraster.c | 302 typedef long Long, *PLong; typedef 311 Long l; 320 Long x; 321 Long y; 355 Long height; /* profile's height in scanlines */ 356 Long start; /* profile's starting scanline */ 370 ( ( sizeof ( TProfile ) + sizeof ( Alignment ) - 1 ) / sizeof ( Long ) ) 432 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) 449 #define FT_MAX_BLACK_POOL ( FT_RENDER_POOL_SIZE / sizeof ( Long ) ) 451 #define FT_MAX_BLACK_POOL ( 2048 / sizeof ( Long ) ) [all …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExtensionSchemaLite.java | 100 List<Long> list = new ArrayList<Long>(); in parseExtension() 107 List<Long> list = new ArrayList<Long>(); in parseExtension() 121 List<Long> list = new ArrayList<Long>(); in parseExtension() 156 List<Long> list = new ArrayList<Long>(); in parseExtension() 170 List<Long> list = new ArrayList<Long>(); in parseExtension() 321 (List<Long>) extension.getValue(), in serializeExtension() 328 (List<Long>) extension.getValue(), in serializeExtension() 342 (List<Long>) extension.getValue(), in serializeExtension() 381 (List<Long>) extension.getValue(), in serializeExtension() 395 (List<Long>) extension.getValue(), in serializeExtension() [all …]
|
D | LongArrayList.java | 45 final class LongArrayList extends AbstractProtobufList<Long> 132 public Long get(int index) { in get() 144 if (!(element instanceof Long)) { in indexOf() 147 long unboxedElement = (Long) element; in indexOf() 168 public Long set(int index, Long element) { in set() 182 public boolean add(Long element) { in add() 188 public void add(int index, Long element) { in add() 237 public boolean addAll(Collection<? extends Long> collection) { in addAll() 284 public Long remove(int index) { in remove()
|
D | ExtensionSchemaFull.java | 117 List<Long> list = new ArrayList<Long>(); in parseExtension() 124 List<Long> list = new ArrayList<Long>(); in parseExtension() 138 List<Long> list = new ArrayList<Long>(); in parseExtension() 173 List<Long> list = new ArrayList<Long>(); in parseExtension() 187 List<Long> list = new ArrayList<Long>(); in parseExtension() 335 (List<Long>) extension.getValue(), in serializeExtension() 342 (List<Long>) extension.getValue(), in serializeExtension() 356 (List<Long>) extension.getValue(), in serializeExtension() 395 (List<Long>) extension.getValue(), in serializeExtension() 409 (List<Long>) extension.getValue(), in serializeExtension() [all …]
|
D | Reader.java | 225 void readUInt64List(List<Long> target) throws IOException; in readUInt64List() 233 void readInt64List(List<Long> target) throws IOException; in readInt64List() 249 void readFixed64List(List<Long> target) throws IOException; in readFixed64List() 349 void readSFixed64List(List<Long> target) throws IOException; in readSFixed64List() 365 void readSInt64List(List<Long> target) throws IOException; in readSInt64List()
|
D | Writer.java | 146 void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeInt64List() 149 void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeUInt64List() 152 void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeFixed64List() 179 void writeSFixed64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeSFixed64List() 185 void writeSInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeSInt64List()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | bprint | 9 Long text in unlimited buffer: 2834/2834 10 Long text in limited buffer: 2047/2834 12 Long text in automatic buffer: 1000/2834 13 Long text count only buffer: 0/2834 14 Long text count only buffer: 255/2834
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | LongHashtable.java | 26 table.remove(new Long(key)); in put() 28 table.put(new Long(key), new Integer(value)); in put() 33 Integer value = table.get(new Long(key)); in get() 39 private Map<Long, Integer> table = new HashMap<Long, Integer>();
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | LongHashtable.java | 29 table.remove(new Long(key)); in put() 31 table.put(new Long(key), new Integer(value)); in put() 36 Integer value = table.get(new Long(key)); in get() 42 private Map<Long, Integer> table = new HashMap<Long, Integer>();
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 41 Number n = new Long(1234); in TestExponent() 56 expect(f, new Long(123456789), "12,34,56,789"); in TestSecondaryGrouping() 60 expect(f, new Long(123456789), "12,3456,789"); in TestSecondaryGrouping() 68 expect(f, new Long(1876543210), str); in TestSecondaryGrouping() 207 new Long(12345), in TestScientific() 231 new Long(0), in TestScientific() 240 new Long(45678000), in TestScientific() 262 new Long(12000), "1.2E+04", in TestScientific() 272 new Object[] { new Long(0), "^^^^0", in TestPad() 277 new Object[] { new Long(0), "0.0E0______ g-m/s^2", in TestPad() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 38 Number n = new Long(1234); in TestExponent() 53 expect(f, new Long(123456789), "12,34,56,789"); in TestSecondaryGrouping() 57 expect(f, new Long(123456789), "12,3456,789"); in TestSecondaryGrouping() 65 expect(f, new Long(1876543210), str); in TestSecondaryGrouping() 204 new Long(12345), in TestScientific() 228 new Long(0), in TestScientific() 237 new Long(45678000), in TestScientific() 259 new Long(12000), "1.2E+04", in TestScientific() 269 new Object[] { new Long(0), "^^^^0", in TestPad() 274 new Object[] { new Long(0), "0.0E0______ g-m/s^2", in TestPad() [all …]
|
/third_party/rust/crates/clap/src/ |
D | mkeymap.rs | 27 Long(OsStr), enumerator 49 KeyType::Long(l) => l == rhs, in eq() 58 KeyType::Long(l) => l == rhs, in eq() 67 KeyType::Long(l) => l == rhs, in eq() 164 let key = KeyType::Long(long.into()); in append_keys() 173 let key = KeyType::Long(long.into()); in append_keys()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LongArrayListTest.java | 77 Iterator<Long> iterator = list.iterator(); in testModificationWithIteration() 286 list.add(Long.valueOf(5 + i)); in testAdd() 327 assertFalse(list.addAll(Collections.<Long>emptyList())); in testAddAll() 343 assertTrue(list.remove(Long.valueOf(3))); in testRemove() 346 assertFalse(list.remove(Long.valueOf(3))); in testRemove() 409 list.addAll(Collections.<Long>emptyList()); in assertImmutable() 451 list.addAll(0, Collections.<Long>emptyList()); in assertImmutable() 486 list.removeAll(Collections.<Long>emptyList()); in assertImmutable() 507 list.retainAll(Collections.<Long>emptyList()); in assertImmutable()
|
D | Proto2ExtensionLookupSchemaTest.java | 132 List<Long> singularEnum = in testUnknownEnum() 138 assertEquals((Long) (long) outOfRange, singularEnum.get(0)); in testUnknownEnum() 141 List<Long> repeatedEnum = in testUnknownEnum() 147 assertEquals((Long) (long) outOfRange, repeatedEnum.get(0)); in testUnknownEnum() 150 List<Long> packedRepeatedEnum = in testUnknownEnum() 156 assertEquals((Long) (long) outOfRange, packedRepeatedEnum.get(0)); in testUnknownEnum()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CurrencyMetaInfo.java | 119 null, null, Long.MIN_VALUE, Long.MAX_VALUE, false); 250 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() 251 long toLong = to == null ? Long.MAX_VALUE : to.getTime(); in withDateRange() 540 if (date == Long.MAX_VALUE || date == Long.MIN_VALUE) { in dateString() 555 } else if (v instanceof Long) { in debugString() 556 s = dateString(((Long)v).longValue()); in debugString()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyMetaInfo.java | 124 null, null, Long.MIN_VALUE, Long.MAX_VALUE, false); 268 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() 269 long toLong = to == null ? Long.MAX_VALUE : to.getTime(); in withDateRange() 582 if (date == Long.MAX_VALUE || date == Long.MIN_VALUE) { in dateString() 597 } else if (v instanceof Long) { in debugString() 598 s = dateString(((Long)v).longValue()); in debugString()
|
/third_party/FreeBSD/contrib/gdtoa/ |
D | gdtoaimp.h | 183 #define Long int macro 596 extern void ULtof ANSI((ULong*, ULong*, Long, int)); 597 extern void ULtod ANSI((ULong*, ULong*, Long, int)); 598 extern void ULtodd ANSI((ULong*, ULong*, Long, int)); 599 extern void ULtoQ ANSI((ULong*, ULong*, Long, int)); 600 extern void ULtox ANSI((UShort*, ULong*, Long, int)); 601 extern void ULtoxL ANSI((ULong*, ULong*, Long, int)); 615 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int)); 635 extern int strtodg_l ANSI((CONST char*, char**, FPI*, Long*, ULong*, locale_t)); 640 extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*));
|
D | gdtoa.h | 38 #ifndef Long 39 #define Long int macro 42 typedef unsigned Long ULong; 113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
|
/third_party/protobuf/js/experimental/runtime/ |
D | int64_test.js | 8 const Long = goog.require('goog.math.Long'); constant 26 expect(int64.asLong()).toEqual(Long.getMaxValue()); 32 expect(int64.asLong()).toEqual(Long.getMinValue()); 37 expect(int64.asLong()).toEqual(Long.fromInt(1)); 44 expect(int64.asLong()).toEqual(Long.fromInt(-1)); 76 const int64 = Int64.fromLong(Long.fromInt(1));
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
D | GenerateCTimeScaleData.java | 52 if (value == Long.MIN_VALUE) { in minMaxFilter() 54 } else if (value == Long.MAX_VALUE) { in minMaxFilter() 58 return "INT64_C(" + Long.toString(value) + ")"; in minMaxFilter() 93 cargs[0] = "INT64_C(" + Long.toString(units) + ")"; in main()
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
D | README.md | 9 1 2 3 4 : shortName : Long Name 11 If Long Name contains only word characters and hyphen-minus 12 (0x2D) or full stop (0x2E) then Long Name is used as basis 34 1 2 3 4 : shortName : Long Name
|
/third_party/openssl/crypto/objects/ |
D | README.md | 9 1 2 3 4 : shortName : Long Name 11 If Long Name contains only word characters and hyphen-minus 12 (0x2D) or full stop (0x2E) then Long Name is used as basis 34 1 2 3 4 : shortName : Long Name
|