Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 45) sorted by relevance

12

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DRangeManip.cpp109 bool changed; in merge() local
112 changed=0; in merge()
114 for (int i=0;i<(((int)list.size())-1) && !changed ;i++) in merge()
116 for (int j=i+1;j<(int)list.size() && !changed ;j++) in merge()
122 changed=1; in merge()
126 } while (changed); in merge()
/sdk/emulator/opengl/tests/event_injector/
Diolooper-select.c84 int changed = oldflags ^ newflags; in iolooper_modify() local
86 if ((changed & IOLOOPER_READ) != 0) { in iolooper_modify()
92 if ((changed & IOLOOPER_WRITE) != 0) { in iolooper_modify()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DGlobalLintConfiguration.java155 boolean changed = !value.equals(previous); in setSeverities()
156 if (changed) { in setSeverities()
164 return changed; in setSeverities()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationChooser.java638 boolean accepted = mClient.changed(MASK_ALL); in setConfiguration()
653 int changed = 0; in setConfiguration() local
655 changed |= CFG_THEME; in setConfiguration()
658 changed |= CFG_DEVICE | CFG_DEVICE_STATE; in setConfiguration()
660 if (changed != 0) { in setConfiguration()
661 syncToVariations(changed, mEditedFile, mConfiguration, false, true); in setConfiguration()
861 mClient.changed(MASK_ALL); in onAlternateLayoutCreated()
1173 boolean changed = !Objects.equal(mConfiguration.getLocale(), locale); in setLocale()
1176 return changed; in setLocale()
1411 boolean accepted = mClient.changed(CFG_DEVICE | CFG_DEVICE_STATE); in onDeviceChange()
[all …]
DConfigurationClient.java56 boolean changed(int flags); in changed() method
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGestureToolTip.java152 boolean changed = true; in update()
154 mShell.pack(changed); in update()
DSelectionManager.java216 boolean changed = false; in setSelection()
263 changed = true; in setSelection()
281 changed = true; in setSelection()
292 if (changed) { in setSelection()
DImageControl.java148 public Point computeSize(int wHint, int hHint, boolean changed) { in computeSize() argument
DGraphicalEditorPart.java662 public boolean changed(int flags) { in changed() method in GraphicalEditorPart
935 changed(CFG_FOLDER | CFG_TARGET); in onSdkLoaded()
1059 boolean changed = mConfigChooser.syncRenderState(); in activated()
1060 if (changed) { in activated()
1196 changed(CFG_FOLDER | CFG_TARGET); in onTargetChange()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion30.txt7 …s how long a transition animation should run (in milliseconds) when layout has changed. [integer]
/sdk/
DREADME.txt76 Let's say you changed something in tools/base/lint and run "make sdk" from
79 That's because the SDK has been changed to only rely on the prebuilts located
98 to submit 30 JARs just because their timestamp changed.
Dchanges.txt119 be executed if a resource changed.
123 and only re-optimized if they changed instead of doing at every build.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java1822 boolean changed = location == null || !location.isDirectory();
1824 if (!changed) {
1827 changed = !location.equals(prefLocation);
1829 if (changed) {
1835 changed = !location.equals(prefLocation);
1844 if (!changed) {
1846 changed = sdk.haveTargetsChanged();
1849 if (changed) {
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
Dandroid-support-v7-gridlayout.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/apps/SdkController/
DNOTICE111 stating that You changed the files; and
/sdk/apkbuilder/
DNOTICE111 stating that You changed the files; and
/sdk/templates/
DNOTICE111 stating that You changed the files; and
/sdk/files/ant/
DNOTICE111 stating that You changed the files; and
/sdk/bash_completion/
DNOTICE111 stating that You changed the files; and
/sdk/emulator/
DNOTICE111 stating that You changed the files; and
/sdk/eventanalyzer/
DNOTICE111 stating that You changed the files; and
/sdk/annotations/
DNOTICE111 stating that You changed the files; and
/sdk/find_java/
DNOTICE111 stating that You changed the files; and
/sdk/find_lock/
DNOTICE111 stating that You changed the files; and
/sdk/avdlauncher/
DNOTICE111 stating that You changed the files; and

12