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

1 2 3

  /external/valgrind/main/none/tests/
pth_cancel2.c 28 int oldtype; \
29 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); \
32 pthread_setcanceltype(oldtype,NULL); \
39 int oldtype; \
40 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); \
43 pthread_setcanceltype(oldtype,NULL); \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 56 String oldType = null;
58 if (oldType == null) {
59 oldType = type;
60 } else if (!oldType.equals(type)) {
62 oldType = null;
66 addPage(new InputPage(mDelegate.getEditor().getProject(), oldType));
76 public InputPage(IProject project, String oldType) {
79 mOldType = oldType;
104 private List<String> getWidgetTypes(String oldType, Combo combo) {
115 if (oldType != null)
    [all...]
ChangeLayoutRefactoring.java 268 String oldType = getOldType();
272 if (oldType.equals(FQCN_LINEAR_LAYOUT) && !mFlatten) {
279 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null);
282 convertAnyToRelative(rootEdit, oldType, newType);
291 } else if (oldType.equals(FQCN_RELATIVE_LAYOUT) && newType.equals(FQCN_LINEAR_LAYOUT)) {
294 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null);
295 } else if (oldType.equals(FQCN_LINEAR_LAYOUT) && newType.equals(FQCN_TABLE_LAYOUT)) {
298 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null);
300 convertGeneric(rootEdit, oldType, newType, layout);
334 String oldType, String newType, Set<Element> skip)
    [all...]
WrapInWizard.java 64 String oldType = ref.getOldType();
65 addPage(new InputPage(mDelegate.getEditor().getProject(), oldType));
76 public InputPage(IProject project, String oldType) {
79 mOldType = oldType;
166 String oldType, Combo combo,
171 if (oldType != null && oldType.equals(FQCN_RADIO_BUTTON)) {
ChangeLayoutWizard.java 57 String oldType = ref.getOldType();
58 addPage(new InputPage(mDelegate.getEditor().getProject(), oldType));
69 public InputPage(IProject project, String oldType) {
72 mOldType = oldType;
ChangeViewRefactoring.java 267 String oldType = primary.getTagName();
268 if (oldType.indexOf('.') == -1) {
269 oldType = ANDROID_WIDGET_PREFIX + oldType;
271 types.add(oldType);
WrapInRefactoring.java 411 String oldType = primary.getTagName();
412 if (oldType.indexOf('.') == -1) {
413 oldType = ANDROID_WIDGET_PREFIX + oldType;
415 return oldType;
VisualRefactoring.java     [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 320 Type oldType = old.getLocal(i);
322 if (oldType == null) {
328 newType = oldType.merge(newType);
331 if (!newType.equals(oldType) || newType.popChanged())
381 Type oldType = old.getLocal(index);
383 if (oldType != newType) {
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 254 int oldType = oldTypeI.intValue();
255 if ( oldType<Label.MIN_TOKEN_TYPE ) {
  /external/libsepol/src/
expand.c 1606 uint32_t oldtype = 0, spec = 0; local
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 1277 ZoneType oldtype = types[i->type]; local
1325 ZoneType oldtype = types[i->type]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 481 type in *OLDTYPE if OLDTYPE is not NULL. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 481 type in *OLDTYPE if OLDTYPE is not NULL. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 481 type in *OLDTYPE if OLDTYPE is not NULL. */
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp 921 const FunctionProtoType* OldType = cast<FunctionProtoType>(OldQType);
928 (OldType->getNumArgs() != NewType->getNumArgs() ||
929 OldType->isVariadic() != NewType->isVariadic() ||
930 !FunctionArgTypesAreEqual(OldType, NewType)))
    [all...]
SemaDeclCXX.cpp 563 QualType OldType = Old->getType();
569 OldType = OldType->getAs<ReferenceType>()->getPointeeType();
572 OldType = OldType->getAs<PointerType>()->getPointeeType();
575 OldType = OldType->getAs<MemberPointerType>()->getPointeeType();
585 OldType->getAs<FunctionProtoType>(), Old->getLocation(),
    [all...]
  /external/strace/
system.c 528 tprintf("OLDTYPE:#%lx", tcp->u_arg[0]);
    [all...]
  /external/libxslt/libxslt/
transform.c     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 759 " oldType=" + ServiceState.rilRadioTechnologyToString(mRilRadioTechnology) +
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.a     [all...]

Completed in 1025 milliseconds

1 2 3