HomeSort by relevance Sort by last modified time
    Searched refs:shortForm (Results 1 - 13 of 13) 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());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java 437 public boolean shortForm;
455 public EditField setShortForm(boolean shortForm) {
456 this.shortForm = shortForm;
483 + " shortForm=" + shortForm
  /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 262 if (field.shortForm) {
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1297 milliseconds