Searched defs:addDouble (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDoubleArrayList.java155 addDouble(index, element);
162 public void addDouble(double element) { method in class:DoubleArrayList
163 addDouble(size, element);
169 private void addDouble(int index, double element) { method in class:DoubleArrayList
H A DInternal.java700 void addDouble(double element); method in interface:Internal.DoubleList
/external/flatbuffers/java/com/google/flatbuffers/
H A DFlatBufferBuilder.java354 public void addDouble (double x) { prep(Constants.SIZEOF_DOUBLE, 0); putDouble (x); } method in class:FlatBufferBuilder
698 public void addDouble (int o, double x, double d) { if(force_defaults || x != d) { addDouble (x); slot(o); } } method in class:FlatBufferBuilder
/external/flatbuffers/php/
H A DFlatbufferBuilder.php387 public function addDouble($x) function
533 $this->addDouble($x);
/external/annotation-tools/asmx/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/annotation-tools/asmx/test/lib/
H A Dbcel-5.1.jarMETA-INF/ org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ org/apache/bcel/util/ org/apache/ ...
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 340 milliseconds