/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/ |
D | gl-matrix.js | 249 out[0] = a[0]; field 263 out[0] = 1; field 441 out[0] = v[0]; field 575 out[0] = a[0]; field 591 out[0] = 1; field 757 out[0] = v[0]; field 778 out[0] = 1; field 870 out[0] = a[0]; field 910 out[0] = a[0]; field 929 out[0] = 1; field [all …]
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/ |
D | mat4.js | 89 mat4.copy = function(out, a) { argument 115 mat4.identity = function(out) { argument 142 mat4.transpose = function(out, a) { argument 190 mat4.invert = function(out, a) { argument 244 mat4.adjoint = function(out, a) { argument 306 mat4.multiply = function (out, a, b) { argument 353 mat4.translate = function (out, a, v) { argument 390 mat4.scale = function(out, a, v) { argument 421 mat4.rotate = function (out, a, rad, axis) { argument 483 mat4.rotateX = function (out, a, rad) { argument [all …]
|
D | mat3.js | 55 mat3.fromMat4 = function(out, a) { argument 95 mat3.copy = function(out, a) { argument 114 mat3.identity = function(out) { argument 134 mat3.transpose = function(out, a) { argument 166 mat3.invert = function(out, a) { argument 202 mat3.adjoint = function(out, a) { argument 241 mat3.multiply = function (out, a, b) { argument 278 mat3.translate = function(out, a, v) { argument 306 mat3.rotate = function (out, a, rad) { argument 336 mat3.scale = function(out, a, v) { argument [all …]
|
D | vec2.js | 75 vec2.copy = function(out, a) { argument 89 vec2.set = function(out, x, y) { argument 103 vec2.add = function(out, a, b) { argument 117 vec2.subtract = function(out, a, b) { argument 137 vec2.multiply = function(out, a, b) { argument 157 vec2.divide = function(out, a, b) { argument 177 vec2.min = function(out, a, b) { argument 191 vec2.max = function(out, a, b) { argument 205 vec2.scale = function(out, a, b) { argument 220 vec2.scaleAndAdd = function(out, a, b, scale) { argument [all …]
|
D | vec3.js | 79 vec3.copy = function(out, a) { argument 95 vec3.set = function(out, x, y, z) { argument 110 vec3.add = function(out, a, b) { argument 125 vec3.subtract = function(out, a, b) { argument 146 vec3.multiply = function(out, a, b) { argument 167 vec3.divide = function(out, a, b) { argument 188 vec3.min = function(out, a, b) { argument 203 vec3.max = function(out, a, b) { argument 218 vec3.scale = function(out, a, b) { argument 234 vec3.scaleAndAdd = function(out, a, b, scale) { argument [all …]
|
D | quat.js | 62 return function(out, a, b) { argument 101 return function(out, view, right, up) { argument 168 quat.identity = function(out) { argument 185 quat.setAxisAngle = function(out, axis, rad) { argument 214 quat.multiply = function(out, a, b) { argument 250 quat.rotateX = function (out, a, rad) { argument 271 quat.rotateY = function (out, a, rad) { argument 292 quat.rotateZ = function (out, a, rad) { argument 314 quat.calculateW = function (out, a) { argument 355 quat.slerp = function (out, a, b, t) { argument [all …]
|
D | vec4.js | 83 vec4.copy = function(out, a) { argument 101 vec4.set = function(out, x, y, z, w) { argument 117 vec4.add = function(out, a, b) { argument 133 vec4.subtract = function(out, a, b) { argument 155 vec4.multiply = function(out, a, b) { argument 177 vec4.divide = function(out, a, b) { argument 199 vec4.min = function(out, a, b) { argument 215 vec4.max = function(out, a, b) { argument 231 vec4.scale = function(out, a, b) { argument 248 vec4.scaleAndAdd = function(out, a, b, scale) { argument [all …]
|
D | mat2d.js | 83 mat2d.copy = function(out, a) { argument 99 mat2d.identity = function(out) { argument 116 mat2d.invert = function(out, a) { argument 153 mat2d.multiply = function (out, a, b) { argument 179 mat2d.rotate = function (out, a, rad) { argument 200 mat2d.scale = function(out, a, v) { argument 220 mat2d.translate = function(out, a, v) { argument 243 mat2d.fromRotation = function(out, rad) { argument 265 mat2d.fromScaling = function(out, v) { argument 286 mat2d.fromTranslation = function(out, v) { argument
|
D | mat2.js | 65 mat2.copy = function(out, a) { argument 79 mat2.identity = function(out) { argument 94 mat2.transpose = function(out, a) { argument 117 mat2.invert = function(out, a) { argument 143 mat2.adjoint = function(out, a) { argument 172 mat2.multiply = function (out, a, b) { argument 196 mat2.rotate = function (out, a, rad) { argument 215 mat2.scale = function(out, a, v) { argument 236 mat2.fromRotation = function(out, rad) { argument 257 mat2.fromScaling = function(out, v) { argument
|
/external/webrtc/webrtc/base/ |
D | json.cc | 21 bool GetStringFromJson(const Json::Value& in, std::string* out) { in GetStringFromJson() 42 bool GetIntFromJson(const Json::Value& in, int* out) { in GetIntFromJson() 62 bool GetUIntFromJson(const Json::Value& in, unsigned int* out) { in GetUIntFromJson() 82 bool GetBoolFromJson(const Json::Value& in, bool* out) { in GetBoolFromJson() 103 bool GetDoubleFromJson(const Json::Value& in, double* out) { in GetDoubleFromJson() 125 bool (*getter)(const Json::Value& in, T* out), in JsonArrayToVector() 143 bool GetValueFromJson(const Json::Value& in, Json::Value* out) { in GetValueFromJson() 150 std::vector<Json::Value>* out) { in JsonArrayToValueVector() 155 std::vector<int>* out) { in JsonArrayToIntVector() 160 std::vector<unsigned int>* out) { in JsonArrayToUIntVector() [all …]
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/ |
D | stream_insert.pass.cpp | 26 std::ostringstream out; in main() local 33 std::ostringstream out; in main() local 41 std::wostringstream out; in main() local 48 std::wostringstream out; in main() local 58 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local 66 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local 75 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local 83 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main() local
|
/external/valgrind/none/tests/s390x/ |
D | dfp-2.c | 16 long out; in eedtr() local 26 long out; in eextr() local 36 long out; in esdtr() local 46 long out; in esxtr() local 56 _Decimal64 out; in iedtr() local 71 _Decimal128 out; in iextr() local 86 _Decimal64 out; in ltdtr() local 100 _Decimal128 out; in ltxtr() local 114 _Decimal64 out; in qadtr() local 140 _Decimal128 out; in qaxtr() local [all …]
|
D | bfp-2.c | 12 float out; in sqebr() local 20 double out; in sqdbr() local 28 float out; in lnebr() local 36 double out; in lndbr() local 44 float out; in lpebr() local 52 double out; in lpdbr() local 60 float out; in lcebr() local 68 double out; in lcdbr() local
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
D | ZipMultiReportOutputTest.java | 52 OutputStream out = zipOutput.createFile("a.txt"); in testWrite1() local 67 OutputStream out = zipOutput.createFile("b.txt"); in testWrite2() local 81 OutputStream out = zipOutput.createFile("b.txt"); in testWrite3() local 97 OutputStream out = zipOutput.createFile("dir/index.html"); in testCreateFiles() local 121 OutputStream out = zipOutput.createFile("dir/index.html"); in testCreateFilesWithoutClose() local 141 OutputStream out = zipOutput.createFile("index.html"); in testWriteToClosedStream1() local 148 OutputStream out = zipOutput.createFile("index.html"); in testWriteToClosedStream2() local 155 OutputStream out = zipOutput.createFile("index.html"); in testWriteToClosedStream3() local 162 OutputStream out = zipOutput.createFile("index.html"); in testFlushToClosedStream3() local
|
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 89 static int cbs_get_u(CBS *cbs, uint32_t *out, size_t len) { in cbs_get_u() 105 int CBS_get_u8(CBS *cbs, uint8_t *out) { in CBS_get_u8() 114 int CBS_get_u16(CBS *cbs, uint16_t *out) { in CBS_get_u16() 123 int CBS_get_u24(CBS *cbs, uint32_t *out) { in CBS_get_u24() 127 int CBS_get_u32(CBS *cbs, uint32_t *out) { in CBS_get_u32() 131 int CBS_get_bytes(CBS *cbs, CBS *out, size_t len) { in CBS_get_bytes() 140 int CBS_copy_bytes(CBS *cbs, uint8_t *out, size_t len) { in CBS_copy_bytes() 149 static int cbs_get_length_prefixed(CBS *cbs, CBS *out, size_t len_len) { in cbs_get_length_prefixed() 157 int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out) { in CBS_get_u8_length_prefixed() 161 int CBS_get_u16_length_prefixed(CBS *cbs, CBS *out) { in CBS_get_u16_length_prefixed() [all …]
|
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/ |
D | SinkTester.java | 97 OutputStream out = create(); in sinkTestNoWriting() local 105 OutputStream out = create(); in sinkTestWriteZeroBytes() local 118 OutputStream out = create(); in sinkTestWriteByteByByte() local 134 OutputStream out = create(); in sinkTestWriteArray() local 156 OutputStream out = create(); in sinkTestWriteOffset() local 184 OutputStream out = create(); in sinkTestWriteLargeArray() local 193 OutputStream out = create(); in sinkTestWriteAfterClose() local 208 OutputStream out = create(); in sinkTestWriteAfterCloseSuppressed() local
|
D | CharSinkTester.java | 96 Writer out = create(); in sinkTestNoWriting() local 104 Writer out = create(); in sinkTestWriteZeroChars() local 117 Writer out = create(); in sinkTestWriteCharByChar() local 129 Writer out = create(); in sinkTestWriteArray() local 141 Writer out = create(); in sinkTestWriteOffset() local 172 Writer out = create(); in sinkTestWriteLargeArray() local 181 Writer out = create(); in sinkTestWriteAfterClose() local 196 Writer out = create(); in sinkTestWriteAfterCloseSuppressed() local
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | asm_fill.h | 41 struct ureg_dst *out, in solid_fill() 74 struct ureg_dst *out, in linear_grad() 98 struct ureg_dst *out, in radial_grad() 135 struct ureg_dst *out, in pattern() 165 struct ureg_dst *out, in paint_degenerate() 178 struct ureg_dst *out, in image_normal() 192 struct ureg_dst *out, in image_multiply() 206 struct ureg_dst *out, in image_stencil() 219 struct ureg_dst *out, in color_transform() 238 struct ureg_dst *out, in alpha_normal() [all …]
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfXdr.h | 296 writeSignedChars (T &out, const signed char c[], int n) in writeSignedChars() 304 writeUnsignedChars (T &out, const unsigned char c[], int n) in writeUnsignedChars() 328 write (T &out, bool v) in write() 337 write (T &out, char v) in write() 345 write (T &out, signed char v) in write() 353 write (T &out, unsigned char v) in write() 361 write (T &out, signed short v) in write() 374 write (T &out, unsigned short v) in write() 387 write (T &out, signed int v) in write() 402 write (T &out, unsigned int v) in write() [all …]
|
/external/boringssl/src/crypto/perlasm/ |
D | x86_64-xlate.pl | 134 sub out { subroutine 190 sub out { subroutine 231 sub out { subroutine 330 sub out { subroutine 351 sub out { subroutine 419 sub out { subroutine 662 sub out { subroutine
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFilePrinter.java | 38 public static void print(ClassFile cf, PrintWriter out) { in print() 72 printAttributes(finfo.getAttributes(), out, 'f'); in print() local 84 printAttributes(minfo.getAttributes(), out, 'm'); in print() local 89 printAttributes(cf.getAttributes(), out, 'c'); in print() local 92 static void printAttributes(List list, PrintWriter out, char kind) { in printAttributes() 108 printAttributes(ca.getAttributes(), out, kind); in printAttributes() local 119 StackMapTable.Printer.print((StackMapTable)ai, out); in printAttributes() local
|
/external/opencv3/3rdparty/libjasper/ |
D | jpc_cs.c | 319 int jpc_putms(jas_stream_t *out, jpc_cstate_t *cstate, jpc_ms_t *ms) in jpc_putms() 402 void jpc_ms_dump(jpc_ms_t *ms, FILE *out) in jpc_ms_dump() 442 static int jpc_sot_putparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out) in jpc_sot_putparms() 458 static int jpc_sot_dumpparms(jpc_ms_t *ms, FILE *out) in jpc_sot_dumpparms() 524 static int jpc_siz_putparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out) in jpc_siz_putparms() 557 static int jpc_siz_dumpparms(jpc_ms_t *ms, FILE *out) in jpc_siz_dumpparms() 608 static int jpc_cod_putparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out) in jpc_cod_putparms() 626 static int jpc_cod_dumpparms(jpc_ms_t *ms, FILE *out) in jpc_cod_dumpparms() 685 static int jpc_coc_putparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out) in jpc_coc_putparms() 708 static int jpc_coc_dumpparms(jpc_ms_t *ms, FILE *out) in jpc_coc_dumpparms() [all …]
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | ByteStreamsTest.java | 42 ByteArrayOutputStream out = new ByteArrayOutputStream(); in testCopyChannel() local 289 ByteArrayDataOutput out = ByteStreams.newDataOutput(); in testNewDataOutput_empty() local 294 ByteArrayDataOutput out = ByteStreams.newDataOutput(); in testNewDataOutput_writeInt() local 301 ByteArrayDataOutput out = ByteStreams.newDataOutput(4); in testNewDataOutput_sized() local 308 ByteArrayDataOutput out = ByteStreams.newDataOutput(); in testNewDataOutput_writeLong() local 314 ByteArrayDataOutput out = ByteStreams.newDataOutput(); in testNewDataOutput_writeByteArray() local 320 ByteArrayDataOutput out = ByteStreams.newDataOutput(); in testNewDataOutput_writeByte() local 327 ByteArrayDataOutput out = ByteStreams.newDataOutput(); in testNewDataOutput_writeByteOffset() local 334 ByteArrayDataOutput out = ByteStreams.newDataOutput(); in testNewDataOutput_writeBoolean() local 342 ByteArrayDataOutput out = ByteStreams.newDataOutput(); in testNewDataOutput_writeChar() local [all …]
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
D | Part.java | 203 protected void sendStart(OutputStream out) throws IOException { in sendStart() 216 protected void sendDispositionHeader(OutputStream out) throws IOException { in sendDispositionHeader() 229 protected void sendContentTypeHeader(OutputStream out) throws IOException { in sendContentTypeHeader() 251 protected void sendTransferEncodingHeader(OutputStream out) throws IOException { in sendTransferEncodingHeader() 266 protected void sendEndOfHeader(OutputStream out) throws IOException { in sendEndOfHeader() 277 protected abstract void sendData(OutputStream out) throws IOException; in sendData() 292 protected void sendEnd(OutputStream out) throws IOException { in sendEnd() 305 public void send(OutputStream out) throws IOException { in send() 358 public static void sendParts(OutputStream out, final Part[] parts) in sendParts() 374 public static void sendParts(OutputStream out, Part[] parts, byte[] partBoundary) in sendParts()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
D | gen_client_lib.py | 146 def _GetPrinter(self, out): argument 150 def WriteInit(self, out): argument 174 def WriteIntermediateInit(self, out): argument 183 def WriteSetupPy(self, out): argument 242 def WriteMessagesFile(self, out): argument 245 def WriteMessagesProtoFile(self, out): argument 248 def WriteServicesProtoFile(self, out): argument 251 def WriteClientLibrary(self, out): argument 254 def WriteCli(self, out): argument
|