/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/ |
D | x25519-asm-arm.S | 53 add r3,sp,#32 label 61 add r6,sp,#512 label 63 add r6,sp,#528 label 65 add r6,sp,#544 label 67 add r6,r3,#0 label 72 add r6,r3,#0 label 78 add r6,sp,#704 label 96 add r2,r2,#6 label 99 add r2,r2,#6 label 101 add r2,r2,#4 label [all …]
|
/external/rust/crates/ring/crypto/curve25519/asm/ |
D | x25519-asm-arm.S | 55 add r3,sp,#32 label 63 add r6,sp,#512 label 65 add r6,sp,#528 label 67 add r6,sp,#544 label 69 add r6,r3,#0 label 74 add r6,r3,#0 label 80 add r6,sp,#704 label 98 add r2,r2,#6 label 101 add r2,r2,#6 label 103 add r2,r2,#4 label [all …]
|
/external/boringssl/src/crypto/curve25519/asm/ |
D | x25519-asm-arm.S | 53 add r3,sp,#32 label 61 add r6,sp,#512 label 63 add r6,sp,#528 label 65 add r6,sp,#544 label 67 add r6,r3,#0 label 72 add r6,r3,#0 label 78 add r6,sp,#704 label 96 add r2,r2,#6 label 99 add r2,r2,#6 label 101 add r2,r2,#4 label [all …]
|
/external/rust/crates/ring/crypto/poly1305/ |
D | poly1305_arm_asm.S | 202 add r1,r1,#8 label 331 add r1,sp,#0 label 351 add r1,sp,#16 label 361 add r1,sp,#32 label 371 add r1,sp,#48 label 381 add r1,sp,#96 label 391 add r1,sp,#112 label 401 add r1,sp,#128 label 411 add r1,sp,#64 label 421 add r1,sp,#80 label [all …]
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm_asm.S | 200 add r1,r1,#8 label 329 add r1,sp,#0 label 349 add r1,sp,#16 label 359 add r1,sp,#32 label 369 add r1,sp,#48 label 379 add r1,sp,#96 label 389 add r1,sp,#112 label 399 add r1,sp,#128 label 409 add r1,sp,#64 label 419 add r1,sp,#80 label [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/ |
D | poly1305_arm_asm.S | 200 add r1,r1,#8 label 329 add r1,sp,#0 label 349 add r1,sp,#16 label 359 add r1,sp,#32 label 369 add r1,sp,#48 label 379 add r1,sp,#96 label 389 add r1,sp,#112 label 399 add r1,sp,#128 label 409 add r1,sp,#64 label 419 add r1,sp,#80 label [all …]
|
/external/cbor-java/src/main/java/co/nstant/in/cbor/builder/ |
D | ArrayBuilder.java | 18 public ArrayBuilder<T> add(DataItem dataItem) { in add() method in ArrayBuilder 23 public ArrayBuilder<T> add(long value) { in add() method in ArrayBuilder 28 public ArrayBuilder<T> add(boolean value) { in add() method in ArrayBuilder 33 public ArrayBuilder<T> add(float value) { in add() method in ArrayBuilder 38 public ArrayBuilder<T> add(double value) { in add() method in ArrayBuilder 43 public ArrayBuilder<T> add(byte[] bytes) { in add() method in ArrayBuilder 48 public ArrayBuilder<T> add(String string) { in add() method in ArrayBuilder
|
/external/cbor-java/src/main/java/co/nstant/in/cbor/ |
D | CborBuilder.java | 35 public CborBuilder add(DataItem dataItem) { in add() method in CborBuilder 40 public CborBuilder add(long value) { in add() method in CborBuilder 45 public CborBuilder add(BigInteger value) { in add() method in CborBuilder 50 public CborBuilder add(boolean value) { in add() method in CborBuilder 55 public CborBuilder add(float value) { in add() method in CborBuilder 60 public CborBuilder add(double value) { in add() method in CborBuilder 65 public CborBuilder add(byte[] bytes) { in add() method in CborBuilder 79 public CborBuilder add(String string) { in add() method in CborBuilder
|
/external/guava/guava/src/com/google/common/primitives/ |
D | Primitives.java | 49 add(primToWrap, wrapToPrim, boolean.class, Boolean.class); in add() method 50 add(primToWrap, wrapToPrim, byte.class, Byte.class); in add() method 51 add(primToWrap, wrapToPrim, char.class, Character.class); in add() method 52 add(primToWrap, wrapToPrim, double.class, Double.class); in add() method 53 add(primToWrap, wrapToPrim, float.class, Float.class); in add() method 54 add(primToWrap, wrapToPrim, int.class, Integer.class); in add() method 55 add(primToWrap, wrapToPrim, long.class, Long.class); in add() method 56 add(primToWrap, wrapToPrim, short.class, Short.class); in add() method 57 add(primToWrap, wrapToPrim, void.class, Void.class); in add() method 63 private static void add( in add() method in Primitives
|
/external/guava/android/guava/src/com/google/common/primitives/ |
D | Primitives.java | 49 add(primToWrap, wrapToPrim, boolean.class, Boolean.class); in add() method 50 add(primToWrap, wrapToPrim, byte.class, Byte.class); in add() method 51 add(primToWrap, wrapToPrim, char.class, Character.class); in add() method 52 add(primToWrap, wrapToPrim, double.class, Double.class); in add() method 53 add(primToWrap, wrapToPrim, float.class, Float.class); in add() method 54 add(primToWrap, wrapToPrim, int.class, Integer.class); in add() method 55 add(primToWrap, wrapToPrim, long.class, Long.class); in add() method 56 add(primToWrap, wrapToPrim, short.class, Short.class); in add() method 57 add(primToWrap, wrapToPrim, void.class, Void.class); in add() method 63 private static void add( in add() method in Primitives
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 234 …public static func add(color: MyGame.Example.Color, _ fbb: FlatBufferBuilder) { fbb.add(element: c… in add() function 263 …public static func add(id: Offset<String>, _ fbb: FlatBufferBuilder) { fbb.add(offset: id, at: 0) … in add() function 264 …public static func add(val: Int64, _ fbb: FlatBufferBuilder) { fbb.add(element: val, def: 0, at: 1… in add() function 265 …public static func add(count: UInt16, _ fbb: FlatBufferBuilder) { fbb.add(element: count, def: 0, … in add() function 294 …public static func add(id: UInt64, _ fbb: FlatBufferBuilder) { fbb.add(element: id, def: 0, at: 0)… in add() function 451 public static func add(pos: Offset<UOffset>, _ fbb: FlatBufferBuilder) { fbb.add(structOffset: 0) } in add() function 452 …public static func add(mana: Int16, _ fbb: FlatBufferBuilder) { fbb.add(element: mana, def: 150, a… in add() function 453 …public static func add(hp: Int16, _ fbb: FlatBufferBuilder) { fbb.add(element: hp, def: 100, at: 2… in add() function 454 …public static func add(name: Offset<String>, _ fbb: FlatBufferBuilder) { fbb.add(offset: name, at:… in add() function 456 …public static func add(color: MyGame.Example.Color, _ fbb: FlatBufferBuilder) { fbb.add(element: c… in add() function [all …]
|
D | FlatbuffersDoubleTests.swift | 61 static func add(builder: inout FlatBufferBuilder, name: String) { in add() function 65 static func add(builder: inout FlatBufferBuilder, name: Offset<String>) { in add() function 69 static func add(builder: inout FlatBufferBuilder, lan: Double) { in add() function 73 static func add(builder: inout FlatBufferBuilder, lng: Double) { in add() function
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/ |
D | Java7InterfaceWithBridges.java | 24 T add(T value); in add() method 29 T add(T value); in add() method 35 Integer add(Integer value); in add() method 44 public Integer add(Integer value) { in add() method in Java7InterfaceWithBridges.ClassAddOne 52 public Integer add(Integer value) { in add() method in Java7InterfaceWithBridges.ClassAddTwo
|
D | FunctionWithDefaultMethod.java | 35 static FunctionWithDefaultMethod<Integer> inc(int add) { in inc() 54 public static List<Long> add(List<Integer> ints, int add) { in add() argument 62 public static FunctionWithDefaultMethod<Integer> incTwice(int add) { in incTwice()
|
/external/skia/src/pathops/ |
D | SkPathOpsBounds.h | 25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in add() function 32 void add(const SkPathOpsBounds& toAdd) { in add() function 36 void add(const SkPoint& pt) { in add() function 43 void add(const SkDPoint& pt) { in add() function
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
D | ArrayNode.java | 287 public ArrayNode add(JsonNode value) in add() method in ArrayNode 449 public ArrayNode add(int v) { in add() method in ArrayNode 460 public ArrayNode add(Integer value) { in add() method in ArrayNode 472 public ArrayNode add(long v) { return _add(numberNode(v)); } in add() method in ArrayNode 480 public ArrayNode add(Long value) { in add() method in ArrayNode 492 public ArrayNode add(float v) { in add() method in ArrayNode 502 public ArrayNode add(Float value) { in add() method in ArrayNode 514 public ArrayNode add(double v) { in add() method in ArrayNode 524 public ArrayNode add(Double value) { in add() method in ArrayNode 536 public ArrayNode add(BigDecimal v) { in add() method in ArrayNode [all …]
|
/external/rust/crates/num-bigint/src/bigint/ |
D | addition.rs | 37 fn add(self, other: &BigInt) -> BigInt { in add() method 53 fn add(self, other: BigInt) -> BigInt { in add() method 62 fn add(self, other: &BigInt) -> BigInt { in add() method 71 fn add(self, other: BigInt) -> BigInt { in add() method 95 fn add(self, other: u32) -> BigInt { in add() method 120 fn add(self, other: u64) -> BigInt { in add() method 145 fn add(self, other: u128) -> BigInt { in add() method 173 fn add(self, other: i32) -> BigInt { in add() method 194 fn add(self, other: i64) -> BigInt { in add() method 215 fn add(self, other: i128) -> BigInt { in add() method
|
/external/llvm/test/MC/X86/ |
D | intel-syntax-ambiguous.s | 25 add [eax], 1 label 37 add byte ptr [eax], eax label 40 add byte ptr [eax], eax label 43 add rax, 3 label
|
/external/jcommander/src/test/java/com/beust/jcommander/command/ |
D | CommandTest.java | 35 NamedCommandAdd add = new NamedCommandAdd(); in namedCommandTest1() local 50 CommandAdd add = new CommandAdd(); in shouldComplainIfNoAnnotations() local 58 CommandAdd add = new CommandAdd(); in commandTest1() local 73 CommandAdd add = new CommandAdd(); in commandTest2() local 90 CommandAdd add = new CommandAdd(); in hiddenCommandTest() local 126 CommandAdd add = new CommandAdd(); in noTrailingSpaceInUsageTest() local
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | ExecutionListBenchmark.java | 50 void add(Runnable runnable, Executor executor); in add() method 65 public void add(Runnable runnable, Executor executor) { in newExecutionList() method 88 public void add(Runnable runnable, Executor executor) { in newExecutionList() method 111 public void add(Runnable runnable, Executor executor) { in newExecutionList() method
|
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | ExecutionListBenchmark.java | 50 void add(Runnable runnable, Executor executor); in add() method 65 public void add(Runnable runnable, Executor executor) { in newExecutionList() method 88 public void add(Runnable runnable, Executor executor) { in newExecutionList() method 111 public void add(Runnable runnable, Executor executor) { in newExecutionList() method
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | LanguageGroup.java | 32 …private static void add(Map<ULocale, LanguageGroup> map, LanguageGroup group, String... baseLangua… in add() method in LanguageGroup 48 add(temp, root, "root"); in add() method 49 add(temp, germanic, "en", "fy", "nl", "af", "de", "gsw", "wae", "ksh", "lb", "sv", "da", in add() method 51 add(temp, celtic, "ga", "gd", "cy", "gv", "kw", "br"); in add() method 52 add(temp, romance, "fr", "pt", "gl", "es", "ca", "ast", "it", "rm", "ro", "fur", "an", in add() method 54 add(temp, slavic, "pl", "cs", "sk", "sl", "hr", "bs", "mk", "sr", "bg", "ru", "be", "uk", in add() method 56 add(temp, baltic, "lt", "lv", "prg"); in add() method 57 add(temp, indic, "ur", "hi", "gu", "sd", "bn", "as", "ccp", "or", "mr", "ne", "pa", "si", in add() method 59 add(temp, iranian, "fa", "ps", "ku", "os", "ckb", "lrc", "mzn", "tg", "bgn", "sdh"); in add() method 60 add(temp, other_indo, "el", "hy", "sq"); in add() method [all …]
|
/external/guava/guava/src/com/google/common/base/ |
D | MoreObjects.java | 198 public ToStringHelper add(String name, @CheckForNull Object value) { in add() method in MoreObjects.ToStringHelper 208 public ToStringHelper add(String name, boolean value) { in add() method in MoreObjects.ToStringHelper 218 public ToStringHelper add(String name, char value) { in add() method in MoreObjects.ToStringHelper 228 public ToStringHelper add(String name, double value) { in add() method in MoreObjects.ToStringHelper 238 public ToStringHelper add(String name, float value) { in add() method in MoreObjects.ToStringHelper 248 public ToStringHelper add(String name, int value) { in add() method in MoreObjects.ToStringHelper 258 public ToStringHelper add(String name, long value) { in add() method in MoreObjects.ToStringHelper
|
/external/guava/android/guava/src/com/google/common/base/ |
D | MoreObjects.java | 195 public ToStringHelper add(String name, @CheckForNull Object value) { in add() method in MoreObjects.ToStringHelper 205 public ToStringHelper add(String name, boolean value) { in add() method in MoreObjects.ToStringHelper 215 public ToStringHelper add(String name, char value) { in add() method in MoreObjects.ToStringHelper 225 public ToStringHelper add(String name, double value) { in add() method in MoreObjects.ToStringHelper 235 public ToStringHelper add(String name, float value) { in add() method in MoreObjects.ToStringHelper 245 public ToStringHelper add(String name, int value) { in add() method in MoreObjects.ToStringHelper 255 public ToStringHelper add(String name, long value) { in add() method in MoreObjects.ToStringHelper
|
/external/llvm/test/MC/ARM/ |
D | arm-arithmetic-aliases.s | 16 add r2, r2, #6 label 17 add r2, #6 label 18 add r2, r2, r3 label 19 add r2, r3 label 128 add r0, pc, #123 label
|