HomeSort by relevance Sort by last modified time
    Searched refs:shortForm (Results 1 - 14 of 14) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ProtoIdItem.java 38 private final CstUtf8 shortForm;
57 this.shortForm = makeShortForm(prototype);
120 stringIds.intern(shortForm);
130 int shortyIdx = file.getStringIds().indexOf(shortForm);
152 " // " + shortForm.toQuoted());
  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdItem.java 35 private final CstString shortForm;
54 this.shortForm = makeShortForm(prototype);
117 stringIds.intern(shortForm);
127 int shortyIdx = file.getStringIds().indexOf(shortForm);
149 " // " + shortForm.toQuoted());
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ProtoIdItem.java 35 private final CstString shortForm;
54 this.shortForm = makeShortForm(prototype);
117 stringIds.intern(shortForm);
127 int shortyIdx = file.getStringIds().indexOf(shortForm);
149 " // " + shortForm.toQuoted());
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 199 bool shortForm = (absValue & 0xff) == absValue;
206 } else if (shortForm) {
215 } else if (shortForm) {
222 shortForm = false;
223 if (LOWREG(rDestSrc1) && shortForm) {
228 shortForm = false;
237 if (shortForm)
285 bool shortForm = (absValue & 0x7) == absValue;
292 shortForm = true;
297 shortForm = true
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 626 bool shortForm = (((absValue & 0xff) == absValue) && LOWREG(rDestSrc1));
633 } else if (shortForm) {
641 } else if (shortForm) {
646 if (LOWREG(rDestSrc1) && shortForm)
647 opcode = (shortForm) ? kThumbCmpRI8 : kThumbCmpRR;
651 shortForm = false;
657 shortForm = false;
660 if (shortForm)
881 bool shortForm = false;
896 shortForm = true
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java 447 public boolean shortForm;
465 public EditField setShortForm(boolean shortForm) {
466 this.shortForm = shortForm;
493 + " shortForm=" + shortForm
  /dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp 207 bool shortForm = (absValue & 0xff) == absValue;
221 if (shortForm)
279 bool shortForm = true;
287 shortForm = false;
297 shortForm = false;
318 shortForm = false;
327 shortForm = false;
336 shortForm = false;
341 shortForm = false;
350 if (shortForm)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 418 def shortForm
442 def shortForm
462 def shortForm
482 def shortForm
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 118 static const uint32_t shortForm[(OP_LAST + 31) / 32] =
160 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 266 static const uint32_t shortForm[(OP_LAST + 31) / 32] =
305 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 118 static const uint32_t shortForm[(OP_LAST + 31) / 32] =
160 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8;
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 266 static const uint32_t shortForm[(OP_LAST + 31) / 32] =
305 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8;
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 253 if (field.shortForm) {
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 972 milliseconds