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

1 2 3 4 5

  /external/compiler-rt/test/msan/
pthread_setcancelstate.cc 9 int oldtype; local
14 res = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype);
16 __msan_check_mem_is_initialized(&oldtype, sizeof(oldtype));
  /external/valgrind/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); \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/
assertions.xml 5 int pthread_setcanceltype(int type, int* oldtype);
8 cancelability type in the location referenced by 'oldtype'.
1-1.c 10 * cancelability type in the location referenced by 'oldtype'.
  /external/syslinux/memdisk/
e820func.c 57 uint32_t oldtype; local
67 oldtype = -2U;
69 oldtype = ranges[i].type;
79 oldtype = ranges[i].type;
85 insertrange_at(i, last + 1, oldtype);
90 oldtype = ranges[0].type;
92 if (ranges[i].type == oldtype) {
95 oldtype = ranges[i].type;
  /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 269 String oldType = getOldType();
273 if (oldType.equals(FQCN_LINEAR_LAYOUT) && !mFlatten) {
280 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null);
283 convertAnyToRelative(rootEdit, oldType, newType);
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);
335 String oldType, String newType, Set<Element> skip)
    [all...]
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 270 String oldType = primary.getTagName();
271 if (oldType.indexOf('.') == -1
272 && !oldType.equals(VIEW_INCLUDE) && !oldType.equals(VIEW_FRAGMENT)) {
273 oldType = ANDROID_WIDGET_PREFIX + oldType;
275 types.add(oldType);
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)) {
WrapInRefactoring.java 412 String oldType = primary.getTagName();
413 if (oldType.indexOf('.') == -1) {
414 oldType = ANDROID_WIDGET_PREFIX + oldType;
416 return oldType;
  /tools/metalava/src/main/java/com/android/tools/metalava/
NullnessMigration.kt 53 val oldType = old.returnType() ?: return
54 checkType(oldType, newType)
59 val oldType = old.type()
60 checkType(oldType, newType)
65 val oldType = old.type()
66 checkType(oldType, newType)
  /external/tensorflow/tensorflow/python/platform/
base.i 186 %define _COPY_TYPEMAPS(oldtype, newtype)
187 typedef oldtype newtype;
188 %apply oldtype * OUTPUT { newtype * OUTPUT };
189 %apply oldtype & OUTPUT { newtype & OUTPUT };
190 %apply oldtype * INPUT { newtype * INPUT };
191 %apply oldtype & INPUT { newtype & INPUT };
192 %apply oldtype * INOUT { newtype * INOUT };
193 %apply oldtype & INOUT { newtype & INOUT };
194 %apply std::vector<oldtype> * OUTPUT { std::vector<newtype> * OUTPUT };
  /external/syslinux/com32/lib/syslinux/
zonelist.c 83 enum syslinux_memmap_types oldtype; local
96 oldtype = SMT_END; /* Impossible value */
98 oldtype = mp->type;
103 if (type != oldtype) {
117 if (type != oldtype) {
119 oldtype = mp->type;
126 oldtype = mp->type;
132 if (oldtype != type) {
139 range->type = oldtype;
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceUtils.java 389 final String oldType = amAccount.type;
395 asCalendarSyncAdapter(SyncState.CONTENT_URI, amName, oldType),
396 new android.accounts.Account(amName, oldType));
408 new android.accounts.Account(amName, oldType));
433 moveCalendarData(context.getContentResolver(), amName, oldType, accountType);
434 moveContactsData(context.getContentResolver(), amName, oldType, accountType);
491 final String oldType, final String newType) {
495 .appendQueryParameter(Calendars.ACCOUNT_TYPE, oldType)
503 new String[] {name, oldType});
507 final String oldType, final String newType)
    [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) {
  /system/tpm/trunks/generator/
extract_structures.sh 53 # Typedef:OldType||NewType
54 # OldType:_OLD_TYPE <type>\n
82 # Typedef:OldType||NewType
83 # OldType:_OLD_TYPE <type>\n
105 # Typedef:OldType||NewType
106 # OldType:_OLD_TYPE <type>\n
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
LockSettingsServiceTests.java 202 String oldCredential, int oldType, int quality) throws RemoteException {
204 initializeStorageWithCredential(userId, oldCredential, oldType, sid);
  /external/python/cpython3/Python/
errors.c 31 PyObject *oldtype, *oldvalue, *oldtraceback; local
42 oldtype = tstate->curexc_type;
50 Py_XDECREF(oldtype);
361 PyObject *oldtype, *oldvalue, *oldtraceback; local
364 oldtype = tstate->exc_type;
372 Py_XDECREF(oldtype);
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 28 PyObject *oldtype, *oldvalue, *oldtraceback; local
39 oldtype = tstate->curexc_type;
47 Py_XDECREF(oldtype);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 28 PyObject *oldtype, *oldvalue, *oldtraceback; local
39 oldtype = tstate->curexc_type;
47 Py_XDECREF(oldtype);
  /external/python/cpython2/Python/
errors.c 28 PyObject *oldtype, *oldvalue, *oldtraceback; local
39 oldtype = tstate->curexc_type;
47 Py_XDECREF(oldtype);
  /libcore/ojluni/src/main/java/java/lang/invoke/
CallSite.java 210 MethodType oldType = oldTarget.type();
212 if (!newType.equals(oldType))
213 throw wrongTargetType(newTarget, oldType);
  /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 ) {

Completed in 737 milliseconds

1 2 3 4 5