Searched defs:Size (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1439 unsigned Size = Record.size(); local
1441 for (unsigned i = 0; i != Size; ++i) {
1456 unsigned Size = Record.size(); local
1458 for (unsigned i = 0; i != Size; i += 2) {
1643 unsigned Size = Record.size(); local
1647 for (unsigned i = 0; i != Size; ++i)
1653 for (unsigned i = 0; i != Size; ++i)
1658 for (unsigned i = 0; i != Size; ++i)
1673 unsigned Size = Record.size(); local
1675 for (unsigned i = 0; i != Size;
1687 unsigned Size = Record.size(); local
2733 unsigned Size = Record.size(); local
2961 Value *Size = getFnValueByID(Record[2], OpTy); local
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java1522 public class Size { class in class:Camera
1529 public Size(int w, int h) { method in class:Camera.Size
1542 if (!(obj instanceof Size)) {
1545 Size s = (Size) obj;
2165 * @return a Size object with the width and height setting
2168 public Size getPreviewSize() {
2176 * @return a list of Size object. This method will always return a list
2179 public List<Size> getSupportedPreviewSizes() {
2189 * least one Size an
[all...]

Completed in 183 milliseconds

12