/system/core/sh/ |
D | arith.y | 63 %left ARITH_OR 64 %left ARITH_AND 65 %left ARITH_BOR 66 %left ARITH_BXOR 67 %left ARITH_BAND 68 %left ARITH_EQ ARITH_NE 69 %left ARITH_LT ARITH_GT ARITH_GE ARITH_LE 70 %left ARITH_LSHIFT ARITH_RSHIFT 71 %left ARITH_ADD ARITH_SUB 72 %left ARITH_MUL ARITH_DIV ARITH_REM [all …]
|
D | TOUR | 99 which call error when there is no memory left. It also defines a
|
/system/extras/tests/sdcard/ |
D | sdcard_perf_test.cpp | 301 size_t left = testCase->dataSize(); in readData() local 303 while (left > 0) in readData() 308 if (chunk_size > left) in readData() 310 chunk_size = left; in readData() 311 left = 0; in readData() 315 left -= chunk_size; in readData() 372 size_t left = size; in testRead() local 373 while (left > 0) in testRead() 375 if (chunk_size > left) in testRead() 377 chunk_size = left; in testRead() [all …]
|
/system/media/wilhelm/tests/sandbox/ |
D | intbufq.c | 52 short left; member 153 sine[i].left = sin((float) (i / (sr / hz)) * pi2 ) * 32000.0; in main() 154 sine[i].right = sine[i].left; in main() 157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768; in main() 158 square[i].right = square[i].left; in main() 161 sawtooth[i].left = ((((int) (i % (unsigned) (sr / hz))) - 50) / 100.0) * 60000.0 - 30000.0; in main() 162 sawtooth[i].right = sawtooth[i].left; in main() 165 half[i].left = sine[i].left; in main()
|
/system/core/libpixelflinger/ |
D | trap.cpp | 216 if (l < GGLint(c->state.scissor.left)) { in aa_nice_pointx() 217 xstart += TRI_FROM_INT(c->state.scissor.left-l); in aa_nice_pointx() 218 l = GGLint(c->state.scissor.left); in aa_nice_pointx() 281 if (l < GGLint(c->state.scissor.left)) { in aa_pointx() 282 xstart += TRI_FROM_INT(c->state.scissor.left-l); in aa_pointx() 283 l = GGLint(c->state.scissor.left); in aa_pointx() 424 if (l < GGLint(c->state.scissor.left)) in recti() 425 l = GGLint(c->state.scissor.left); in recti() 544 const int32_t minx = max(bminx, c->state.scissor.left); in trianglex_small() 719 triangle_sweep_edges( Edge* left, in triangle_sweep_edges() argument [all …]
|
D | raster.cpp | 76 if (xd < GGLint(c->state.scissor.left)) { in ggl_copyPixels() 77 GGLint offset = GGLint(c->state.scissor.left) - xd; in ggl_copyPixels() 78 xd = GGLint(c->state.scissor.left); in ggl_copyPixels()
|
D | clear.cpp | 99 const uint32_t l = c->state.scissor.left; in ggl_clear()
|
D | pixelflinger.cpp | 603 c->state.scissor.left = max(0, l); in ggl_set_scissor() 608 c->state.scissor.left = 0; in ggl_set_scissor()
|
/system/media/wilhelm/src/android/ |
D | AudioTrackProxy.h | 31 void setVolume(float left, float right) in setVolume() argument 32 { mRaw->setVolume(left, right); } in setVolume()
|
/system/media/wilhelm/src/itf/ |
D | IOutputMixExt.c | 29 short left; member 244 mixBuffer->left += (short) (source->left * track->mGains[0]); in IOutputMixExt_FillBuffer() 250 mixBuffer->left += source->left; in IOutputMixExt_FillBuffer() 258 mixBuffer->left = (short) (source->left * track->mGains[0]); in IOutputMixExt_FillBuffer()
|
/system/core/debuggerd/arm/ |
D | unwind.c | 252 int n, left, right; in search_EIT_table() local 257 left = 0; in search_EIT_table() 262 n = (left + right) / 2; in search_EIT_table() 271 if (n == left) in search_EIT_table() 278 left = n + 1; in search_EIT_table()
|
/system/media/mca/filterfw/java/android/filterfw/core/ |
D | GLFrame.java | 283 setNativeViewport(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top); in setViewport()
|
/system/media/wilhelm/doc/ |
D | Doxyfile | 39 # where doxygen was started. If left blank the current directory will be used. 84 # If left blank, the following values are used ("$name" is automatically 112 # only done if one of the specified strings matches the left-hand part of 114 # If left blank the directory from which doxygen is run is used as the 122 # If left blank only the name of the header file containing the class 529 # by doxygen. Possible values are YES and NO. If left blank NO is used. 534 # generated by doxygen. Possible values are YES and NO. If left blank 570 # and error messages should be written. If left blank the output is written 596 # and *.h) to filter out the source-files in the directories. If left 605 # If left blank NO is used. [all …]
|
/system/core/include/system/ |
D | window.h | 46 int32_t left; member
|
/system/media/wilhelm/tests/automated/ |
D | BufferQueue_test.cpp | 38 short left; member 142 stereoBuffer1[i].left = pcm; in SetUp()
|
/system/core/include/private/pixelflinger/ |
D | ggl_context.h | 310 uint32_t left;
|
/system/media/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 1039 XAuint32 left; member 1584 XAuint32 left; member
|