/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | IntArrayListTest.java | 68 list.addInt(2); in testMakeImmutable() 69 list.addInt(4); in testMakeImmutable() 70 list.addInt(6); in testMakeImmutable() 71 list.addInt(8); in testMakeImmutable() 148 list.addInt(2); in testSize() 149 list.addInt(4); in testSize() 150 list.addInt(6); in testSize() 151 list.addInt(8); in testSize() 162 list.addInt(2); in testSet() 163 list.addInt(4); in testSet() [all …]
|
/external/skia/src/core/ |
D | SkPictureRecord.cpp | 112 this->addInt(flatFlags); in recordSaveLayer() 126 this->addInt(rec.fSaveLayerFlags); in recordSaveLayer() 312 this->addInt(prevOffset); in recordRestoreOffsetPlaceholder() 332 this->addInt(ClipParams_pack(op, doAA)); in recordClipRect() 354 this->addInt(ClipParams_pack(op, doAA)); in recordClipRRect() 375 this->addInt(pathID); in recordClipPath() 376 this->addInt(ClipParams_pack(op, doAA)); in recordClipPath() 397 this->addInt(ClipParams_pack(op, false)); in recordClipRegion() 421 this->addInt(mode); in onDrawPoints() 422 this->addInt(SkToInt(count)); in onDrawPoints() [all …]
|
D | SkSafeMath.h | 37 int addInt(int a, int b) { in addInt() function
|
D | SkPictureRecord.h | 123 void addInt(int value) { in addInt() function
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | IntArrayList.java | 153 addInt(index, element); in add() 160 public void addInt(int element) { in addInt() method in IntArrayList 161 addInt(size, element); in addInt() 167 private void addInt(int index, int element) { in addInt() method in IntArrayList
|
D | Internal.java | 616 void addInt(int element);
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlatBufferBuilder.java | 268 public void addInt (int x) { prep(Constants.SIZEOF_INT, 0); putInt (x); } in addInt() method in FlatBufferBuilder 600 …public void addInt (int o, int x, int d) { if(force_defaults || x != d) { addInt (x)… in addInt() method in FlatBufferBuilder 679 addInt(0); in endObject()
|
/external/noto-fonts/emoji-compat/src/java/android/support/text/emoji/flatbuffer/ |
D | MetadataItem.java | 118 builder.addInt(0, id, 0); in addId() 147 for (int i = data.length - 1; i >= 0; i--) builder.addInt(data[i]); in createCodepointsVector()
|
D | MetadataList.java | 94 builder.addInt(0, version, 0); in addVersion()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.java | 116 …esthashs32Fnv1(FlatBufferBuilder builder, int testhashs32Fnv1) { builder.addInt(16, testhashs32Fnv… in addTesthashs32Fnv1() 117 …sthashu32Fnv1(FlatBufferBuilder builder, long testhashu32Fnv1) { builder.addInt(17, (int)testhashu… in addTesthashu32Fnv1() 120 …thashs32Fnv1a(FlatBufferBuilder builder, int testhashs32Fnv1a) { builder.addInt(20, testhashs32Fnv… in addTesthashs32Fnv1a() 121 …hashu32Fnv1a(FlatBufferBuilder builder, long testhashu32Fnv1a) { builder.addInt(21, (int)testhashu… in addTesthashu32Fnv1a()
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | TableInNestedNS.java | 28 public static void addFoo(FlatBufferBuilder builder, int foo) { builder.addInt(0, foo, 0); } in addFoo()
|
/external/flatbuffers/php/ |
D | FlatbufferBuilder.php | 337 public function addInt($x) function in Google\\FlatBuffers\\FlatbufferBuilder 467 $this->addInt($x); 812 $this->addInt(0);
|