HomeSort by relevance Sort by last modified time
    Searched full:newtype (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/javassist/src/main/javassist/compiler/ast/
DoubleConst.java 54 int newType;
57 newType = TokenId.DoubleConstant;
59 newType = TokenId.FloatConstant;
61 return compute(op, this.value, right.value, newType);
69 int newType)
92 return new DoubleConst(newValue, newType);
IntConst.java 56 int newType;
58 newType = TokenId.LongConstant;
61 newType = TokenId.CharConstant;
63 newType = TokenId.IntConstant;
95 newType = type1;
99 newType = type1;
103 newType = type1;
109 return new IntConst(newValue, newType);
  /external/javassist/src/main/javassist/expr/
NewExpr.java 187 CtClass newType = cp.get(newTypeName);
191 int retVar = jc.recordReturnType(newType, true);
192 jc.recordProceed(new ProceedForNew(newType, newIndex,
197 checkResultValue(newType, statement);
203 bytecode.addConstZero(newType);
204 bytecode.addStore(retVar, newType); // initialize $_
220 CtClass newType;
224 newType = nt;
235 gen.atMethodCallCore(newType, MethodInfo.nameInit, args,
237 gen.setType(newType);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 116 AppType newType;
119 case 0: newType = AppType.APPTYPE_UNKNOWN; break;
120 case 1: newType = AppType.APPTYPE_SIM; break;
121 case 2: newType = AppType.APPTYPE_USIM; break;
122 case 3: newType = AppType.APPTYPE_RUIM; break;
123 case 4: newType = AppType.APPTYPE_CSIM; break;
124 case 5: newType = AppType.APPTYPE_ISIM; break;
126 newType = AppType.APPTYPE_UNKNOWN;
129 return newType;
  /external/proguard/src/proguard/classfile/editor/
MemberReferenceFixer.java 131 String newType = referencedMember.getDescriptor(referencedClass);
134 !fieldrefConstant.getType(clazz).equals(newType))
143 new ConstantPoolEditor((ProgramClass)clazz).addNameAndTypeConstant(newName, newType);
159 String newType = referencedMember.getDescriptor(referencedClass);
162 !interfaceMethodrefConstant.getType(clazz).equals(newType))
171 new ConstantPoolEditor((ProgramClass)clazz).addNameAndTypeConstant(newName, newType);
215 String newType = referencedMember.getDescriptor(referencedClass);
218 !methodrefConstant.getType(clazz).equals(newType))
227 new ConstantPoolEditor((ProgramClass)clazz).addNameAndTypeConstant(newName, newType);
303 String newType = referencedMember.getDescriptor(referencedClass)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
PostActivityCreationAction.java 52 public void processNewType(IType newType) {
62 newType.createMethod(methodContent, null /* sibling*/, false /* force */,
68 IJavaElement element = newType;
PostReceiverCreationAction.java 51 public void processNewType(IType newType) {
58 newType.createMethod(methodContent, null /* sibling*/, false /* force */,
64 IJavaElement element = newType;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocumentType03.java 73 DocumentType newType = null;
79 newType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
80 nodeName = newType.getNodeName();
82 nodeValue = newType.getNodeValue();
createDocumentType01.java 76 DocumentType newType;
83 newType = domImpl.createDocumentType(malformedName, publicId, systemId);
  /external/chromium-trace/trace-viewer/src/ui/
mouse_tracker.js 66 remakeEvent_: function(e, newType) {
67 var remade = new base.Event(newType, true, true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java 43 private void checkRefactoring(String basename, String newType,
54 refactoring.setType(newType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 270 String newType = mTypeFqcn;
272 if (newType.equals(FQCN_RELATIVE_LAYOUT)) {
280 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null);
283 convertAnyToRelative(rootEdit, oldType, newType);
287 } else if (newType.equals(FQCN_GRID_LAYOUT)) {
292 } else if (oldType.equals(FQCN_RELATIVE_LAYOUT) && newType.equals(FQCN_LINEAR_LAYOUT)) {
295 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null);
296 } else if (oldType.equals(FQCN_LINEAR_LAYOUT) && newType.equals(FQCN_TABLE_LAYOUT)) {
299 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null);
301 convertGeneric(rootEdit, oldType, newType, layout)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
CreateDocumentType.java 163 DocumentType newType = null;
169 newType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
170 nodeName = newType.getNodeName();
172 nodeValue = newType.getNodeValue();
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 321 Type newType = frame.getLocal(i);
323 old.setLocal(i, newType);
328 newType = oldType.merge(newType);
330 old.setLocal(i, newType);
331 if (!newType.equals(oldType) || newType.popChanged())
382 Type newType = frame.getLocal(index);
383 if (oldType != newType) {
384 old.setLocal(index, newType);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 69 createLoweredInitializer(ArrayType *NewType, Constant *OriginalInitializer) {
74 return ConstantArray::get(NewType, Elements);
191 ArrayType *NewType = createLoweredType(GV->getType()->getElementType());
194 NewInitializer = createLoweredInitializer(NewType,
197 new GlobalVariable(*M, NewType, GV->isConstant(), GV->getLinkage(),
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 124 int newtype; local
126 newtype = ~type;
127 TZERO(pthread_mutexattr_gettype(attr, &newtype));
128 TEXPECT_INT(newtype,type);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 489 * @param newType {@code non-null;} the new type
492 public RegisterSpec withType(TypeBearer newType) {
493 return makeLocalOptional(reg, newType, local);
521 Type newType;
524 newType = (Type) orig;
526 newType = orig.getType();
529 if (newType.isUninitialized()) {
530 newType = newType.getInitializedType();
533 if (newType == orig)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 493 * @param newType {@code non-null;} the new type
496 public RegisterSpec withType(TypeBearer newType) {
497 return makeLocalOptional(reg, newType, local);
525 Type newType;
528 newType = (Type) orig;
530 newType = orig.getType();
533 if (newType.isUninitialized()) {
534 newType = newType.getInitializedType();
537 if (newType == orig)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 494 * @param newType {@code non-null;} the new type
497 public RegisterSpec withType(TypeBearer newType) {
498 return makeLocalOptional(reg, newType, local);
526 Type newType;
529 newType = (Type) orig;
531 newType = orig.getType();
534 if (newType.isUninitialized()) {
535 newType = newType.getInitializedType();
538 if (newType == orig)
    [all...]
  /frameworks/base/libs/hwui/
DrawProfiler.cpp 235 ProfileType newType = loadRequestedProfileType();
236 if (newType != mType) {
237 mType = newType;
  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 90 template<typename NewType>
91 typename internal::cast_return_type<Derived,const CwiseUnaryOp<internal::scalar_cast_op<typename internal::traits<Derived>::Scalar, NewType>, const Derived> >::type
  /external/eigen/Eigen/src/Core/
MathFunctions.h 314 template<typename OldType, typename NewType>
317 static inline NewType run(const OldType& x)
319 return static_cast<NewType>(x);
323 // here, for once, we're plainly returning NewType: we don't want cast to do weird things.
325 template<typename OldType, typename NewType>
326 inline NewType cast(const OldType& x)
328 return cast_impl<OldType, NewType>::run(x);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
TryListBuilder.java 167 String newType = handler.getExceptionType();
171 if (newType == null) {
178 } else if (existingType.equals(newType)) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListViewCompat.java 278 int newType = adapter.getItemViewType(i);
279 if (newType != viewType) {
281 viewType = newType;
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 66 String newHistoryName, int newType, boolean newUnimportantForLogging);

Completed in 1424 milliseconds

1 2 3 4