/frameworks/base/services/core/java/com/android/server/ |
D | DropBoxManagerService.java | 513 public int blocks = 0; field in DropBoxManagerService.FileList 518 if (blocks != o.blocks) return o.blocks - blocks; in compareTo() 538 public final int blocks; field in DropBoxManagerService.EntryFile 577 this.blocks = (int) ((file.length() + blockSize - 1) / blockSize); in EntryFile() 592 this.blocks = 0; in EntryFile() 650 this.blocks = 0; in EntryFile() 654 this.blocks = (int) ((file.length() + blockSize - 1) / blockSize); in EntryFile() 668 this.blocks = 0; in EntryFile() 759 mAllFiles.blocks += entry.blocks; in enrollEntry() 764 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/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | armVCM4P2_SetPredDir_s.s | 39 ; * alpha blocks spatially corresponding to luminance 40 ; * blocks 0 to 3 in the same macroblock.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | armVCM4P2_SetPredDir_s.s | 39 ; * alpha blocks spatially corresponding to luminance 40 ; * blocks 0 to 3 in the same macroblock.
|
/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/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/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/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/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/compile/slang/tests/P_reduce_general_struct/ |
D | ScriptC_reduce_general_struct.java.expect | 49 // To obtain the result, invoke get(), which blocks
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 293 final StringBlock[] blocks = ensureStringBlocks(); in getThemeValue() local 294 outValue.string = blocks[block].get(outValue.data); in getThemeValue()
|
/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/av/media/libstagefright/codec2/include/ |
D | C2Buffer.h | 638 C2Error share(size_t size, C2Fence fence, std::list<C2ConstLinearBlock> &blocks);
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 1613 public Range<Rational> getAspectRatioRange(boolean blocks) { in getAspectRatioRange() argument 1614 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()
|
/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/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
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 470 # documentation blocks found inside the body of a function. If set to NO these 471 # blocks will be appended to the function's detailed documentation block. 607 # ... \endcond blocks. 904 # special comment blocks from generated source code fragments. Normal C, C++ and
|
D | Doxyfile | 470 # documentation blocks found inside the body of a function. If set to NO these 471 # blocks will be appended to the function's detailed documentation block. 607 # ... \endcond blocks. 913 # special comment blocks from generated source code fragments. Normal C, C++ and
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 1646 …04, /// Buffer should support constent data access to physical memory blocks mapped into multip… 1692 …004, /// Image should support constent data access to physical memory blocks mapped into multip…
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | ScriptC_reduce_general_accumulator.java.expect | 47 // To obtain the result, invoke get(), which blocks
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 115 // To obtain the result, invoke get(), which blocks
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 87 // To obtain the result, invoke get(), which blocks
|