HomeSort by relevance Sort by last modified time
    Searched full:codesize (Results 101 - 125 of 223) sorted by null

1 2 3 45 6 7 8 9

  /dalvik/dx/src/com/android/dx/dex/code/form/
Form22t.java 58 public int codeSize() {
Form31c.java 66 public int codeSize() {
Form31i.java 62 public int codeSize() {
Form51l.java 63 public int codeSize() {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form11n.java 63 public int codeSize() {
Form12x.java 69 public int codeSize() {
Form21c.java 67 public int codeSize() {
Form21h.java 67 public int codeSize() {
Form21s.java 63 public int codeSize() {
Form22b.java 64 public int codeSize() {
Form22c.java 66 public int codeSize() {
Form22s.java 64 public int codeSize() {
Form22t.java 59 public int codeSize() {
Form31c.java 67 public int codeSize() {
Form31i.java 63 public int codeSize() {
Form32s.java 64 public int codeSize() {
Form33x.java 60 public int codeSize() {
Form41c.java 66 public int codeSize() {
Form51l.java 64 public int codeSize() {
Form52c.java 66 public int codeSize() {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 249 long codeSize = stats.codeSize;
255 codeSize += stats.externalCodeSize + stats.externalObbSize;
262 mDetails.appsSize += codeSize;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 20 if _sre.CODESIZE == 2:
262 if _sre.CODESIZE == 2:
342 if _sre.CODESIZE == 2:
350 assert mapping.itemsize == _sre.CODESIZE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 20 if _sre.CODESIZE == 2:
262 if _sre.CODESIZE == 2:
342 if _sre.CODESIZE == 2:
350 assert mapping.itemsize == _sre.CODESIZE
  /external/llvm/lib/Target/X86/
X86InstrFormats.td 259 let CodeSize = 3;
266 let CodeSize = 3;
272 let CodeSize = 3;
278 let CodeSize = 3;
284 let CodeSize = 3;
291 let CodeSize = 3;
298 let CodeSize = 3;
325 let CodeSize = 3;
332 let CodeSize = 3;
737 let CodeSize = 3
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 94 public int codeSize() {
103 int defaultTarget = Dops.PACKED_SWITCH.getFormat().codeSize();

Completed in 92 milliseconds

1 2 3 45 6 7 8 9