HomeSort by relevance Sort by last modified time
    Searched refs:addDouble (Results 1 - 25 of 36) sorted by null

1 2

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DoubleArrayListTest.java 68 list.addDouble(2);
69 list.addDouble(4);
70 list.addDouble(6);
71 list.addDouble(8);
148 list.addDouble(2);
149 list.addDouble(4);
150 list.addDouble(6);
151 list.addDouble(8);
162 list.addDouble(2);
163 list.addDouble(4)
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
DoubleArrayList.java 155 addDouble(index, element);
162 public void addDouble(double element) {
163 addDouble(size, element);
169 private void addDouble(int index, double element) {
Internal.java 700 void addDouble(double element);
  /hardware/libhardware/modules/camera/3_0/
Metadata.h 39 int addDouble(uint32_t tag, int count, const double *data);
Metadata.cpp 97 int Metadata::addDouble(uint32_t tag, int count, const double *data)
  /hardware/libhardware/modules/usbcamera/
Metadata.h 39 int addDouble(uint32_t tag, int count, const double *data);
Metadata.cpp 88 int Metadata::addDouble(uint32_t tag, int count, const double *data) {
  /external/flatbuffers/java/com/google/flatbuffers/
FlatBufferBuilder.java 354 public void addDouble (double x) { prep(Constants.SIZEOF_DOUBLE, 0); putDouble (x); }
698 public void addDouble (int o, double x, double d) { if(force_defaults || x != d) { addDouble (x); slot(o); } }
    [all...]
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 125 void addDouble(Attr, double value);
  /external/flatbuffers/tests/MyGame/Example/
TypeAliases.java 85 public static void addF64(FlatBufferBuilder builder, double f64) { builder.addDouble(9, f64, 0.0); }
90 public static int createVf64Vector(FlatBufferBuilder builder, double[] data) { builder.startVector(8, data.length, 8); for (int i = data.length - 1; i >= 0; i--) builder.addDouble(data[i]); return builder.endVector(); }
TypeAliases.php 363 $builder->addDouble($data[$i]);
Monster.java 165 public static int createVectorOfDoublesVector(FlatBufferBuilder builder, double[] data) { builder.startVector(8, data.length, 8); for (int i = data.length - 1; i >= 0; i--) builder.addDouble(data[i]); return builder.endVector(); }
Monster.php 1145 $builder->addDouble($data[$i]);
  /external/flatbuffers/php/
FlatbufferBuilder.php 387 public function addDouble($x)
533 $this->addDouble($x);
  /art/test/439-npe/src/
Main.java 710 double addDouble = -4.0;
723 addDouble = m.doubleField;
787 d15 += addDouble;
857 System.out.println("addDouble=" + addDouble);
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 406 void MediaAnalyticsItem::addDouble(MediaAnalyticsItem::Attr name, double value) {
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.1/
grpc-netty-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.3/
grpc-netty-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 185 milliseconds

1 2