/frameworks/base/services/core/java/com/android/server/ |
D | DropBoxManagerService.java | 688 public int blocks = 0; field in DropBoxManagerService.FileList 693 if (blocks != o.blocks) return o.blocks - blocks; in compareTo() 713 public final int blocks; field in DropBoxManagerService.EntryFile 752 this.blocks = (int) ((file.length() + blockSize - 1) / blockSize); in EntryFile() 767 this.blocks = 0; in EntryFile() 825 this.blocks = 0; in EntryFile() 829 this.blocks = (int) ((file.length() + blockSize - 1) / blockSize); in EntryFile() 843 this.blocks = 0; in EntryFile() 934 mAllFiles.blocks += entry.blocks; in enrollEntry() 939 if (entry.hasFile() && entry.blocks > 0) { in enrollEntry() [all …]
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | VrPipline1.java | 110 int blocks = state.mImgWidth*state.mImgHeight/(256*256); in raycast() local 111 for (int i = 0; i < blocks; i++) { in raycast() 113 options.setY(i*state.mImgHeight/blocks, (i+1)*state.mImgHeight/blocks); in raycast()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 1141 explicit Impl(const std::vector<C2ConstLinearBlock> &blocks) in Impl() argument 1142 : mType(blocks.size() == 1 ? LINEAR : LINEAR_CHUNKS), in Impl() 1143 mLinearBlocks(blocks) { in Impl() 1146 explicit Impl(const std::vector<C2ConstGraphicBlock> &blocks) in Impl() argument 1147 : mType(blocks.size() == 1 ? GRAPHIC : GRAPHIC_CHUNKS), in Impl() 1148 mGraphicBlocks(blocks) { in Impl() 1161 C2BufferData::C2BufferData(const std::vector<C2ConstLinearBlock> &blocks) : mImpl(new Impl(blocks))… in C2BufferData() argument 1162 C2BufferData::C2BufferData(const std::vector<C2ConstGraphicBlock> &blocks) : mImpl(new Impl(blocks)… in C2BufferData() argument 1176 Impl(C2Buffer *thiz, const std::vector<C2ConstLinearBlock> &blocks) in Impl() argument 1177 : mThis(thiz), mData(blocks) {} in Impl() [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 113 // To obtain the result, invoke get(), which blocks 154 // To obtain the result, invoke get(), which blocks 190 // To obtain the result, invoke get(), which blocks 231 // To obtain the result, invoke get(), which blocks 272 // To obtain the result, invoke get(), which blocks 308 // To obtain the result, invoke get(), which blocks 349 // To obtain the result, invoke get(), which blocks 390 // To obtain the result, invoke get(), which blocks 426 // To obtain the result, invoke get(), which blocks 467 // To obtain the result, invoke get(), which blocks [all …]
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | pagetypeinfo.txt | 8 Number of blocks type Unmovable Reclaimable Movable CMA Reserve Isolat…
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 795 assertEquals(1, e.blocks); 849 assertEquals(0, e.blocks); 866 assertEquals(0, e.blocks); 879 assertEquals(0, e.blocks); 894 assertEquals(1, e.blocks); 909 assertEquals(2, e.blocks); 922 assertEquals(0, e.blocks); 935 assertEquals(0, e.blocks); 949 assertEquals(0, e.blocks); 962 assertEquals(0, e.blocks); [all …]
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 578 explicit BufferData(const std::vector<C2ConstLinearBlock> &blocks) : C2BufferData(blocks) {} in BufferData() argument 579 explicit BufferData(const std::vector<C2ConstGraphicBlock> &blocks) : C2BufferData(blocks) {} in BufferData() argument 584 explicit Buffer(const std::vector<C2ConstLinearBlock> &blocks) : C2Buffer(blocks) {} in Buffer() argument 585 explicit Buffer(const std::vector<C2ConstGraphicBlock> &blocks) : C2Buffer(blocks) {} in Buffer() argument
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 15 large blocks of color that cause the OPR to exceed 5% should be avoided. 18 blocks of color, and the clock should be moved around the screen to
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | DynamicLayoutTest.java | 209 final ArraySet<Integer> blocks = layout.getBlocksAlwaysNeedToBeRedrawn(); in testReflow_afterSpannableEdit() local 210 for (Integer value : blocks) { in testReflow_afterSpannableEdit()
|
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
D | ScriptC_reduce_general_examples_halter.java.expect | 49 // To obtain the result, invoke get(), which blocks 85 // To obtain the result, invoke get(), which blocks
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 649 std::vector<C2ConstGraphicBlock> blocks = c2Buffer->data().graphicBlocks(); in renderOutputBuffer() local 650 if (blocks.size() != 1u) { in renderOutputBuffer() 651 ALOGD("[%s] expected 1 graphic block, but got %zu", mName, blocks.size()); in renderOutputBuffer() 654 const C2ConstGraphicBlock &block = blocks.front(); in renderOutputBuffer() 661 Rect(blocks.front().crop().left, in renderOutputBuffer() 662 blocks.front().crop().top, in renderOutputBuffer() 663 blocks.front().crop().right(), in renderOutputBuffer() 664 blocks.front().crop().bottom()), in renderOutputBuffer()
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 53 // To obtain the result, invoke get(), which blocks 94 // To obtain the result, invoke get(), which blocks 130 // To obtain the result, invoke get(), which blocks
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1263 c2_status_t share(size_t size, C2Fence fence, std::vector<C2ConstLinearBlock> &blocks); 2024 explicit C2BufferData(const std::vector<C2ConstLinearBlock> &blocks); 2025 explicit C2BufferData(const std::vector<C2ConstGraphicBlock> &blocks); 2150 explicit C2Buffer(const std::vector<C2ConstLinearBlock> &blocks); 2151 explicit C2Buffer(const std::vector<C2ConstGraphicBlock> &blocks);
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | ScriptC_reduce_general_examples.java.expect | 55 // To obtain the result, invoke get(), which blocks 96 // To obtain the result, invoke get(), which blocks 132 // To obtain the result, invoke get(), which blocks 168 // To obtain the result, invoke get(), which blocks
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 55 // To obtain the result, invoke get(), which blocks 96 // To obtain the result, invoke get(), which blocks 132 // To obtain the result, invoke get(), which blocks 168 // To obtain the result, invoke get(), which blocks
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | types.cpp | 850 d->blocks.resize( in objcpy() 855 Block& dBlock = d->blocks[i++]; in objcpy() 865 Block& dBlock = d->blocks[i++]; in objcpy() 927 dBuffer.blocks.resize(0); in objcpy() 1255 if (s.blocks.size() == 0) { in objcpy() 1257 } else if (s.blocks.size() != 1) { in objcpy() 1263 const Block &sBlock = s.blocks[0]; in objcpy()
|
/frameworks/base/core/proto/android/os/ |
D | pagetypeinfo.proto | 87 repeated Block blocks = 4; field
|
/frameworks/compile/slang/tests/P_reduce_general_struct/ |
D | ScriptC_reduce_general_struct.java.expect | 49 // To obtain the result, invoke get(), which blocks
|
/frameworks/opt/telephony/ |
D | README.txt | 23 sendMessageSynchronously blocks.
|
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/ |
D | ScriptC_reduce_general_duplicate_array.java.expect | 47 // To obtain the result, invoke get(), which blocks
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/ |
D | writer.js | 212 var blocks = this.blocks_; 213 var blockCount = blocks.length; 217 var block = blocks[i];
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceUser.hal | 186 * beginConfigure()/endConfigure() blocks and also when the device
|
/frameworks/native/docs/ |
D | Doxyfile | 439 # documentation blocks found inside the body of a function. 440 # If set to NO (the default) these blocks will be appended to the 558 # and \cond section-label ... \endcond blocks. 852 # doxygen to hide any special comment blocks from generated source code
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 2073 public Range<Rational> getAspectRatioRange(boolean blocks) { in getAspectRatioRange() argument 2074 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 357 # documentation blocks found inside the body of a function. 358 # If set to NO (the default) these blocks will be appended to the 708 # doxygen to hide any special comment blocks from generated source code
|