/sdk/build/ |
D | patch_windows_sdk.sh | 38 if [[ -f ${TOPDIR}sdk/build/tools.windows.atree ]]; then 39 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}sdk/build/tools.windows.atree \ 40 -I $WIN_OUT_DIR/host/windows-x86 \
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/ |
D | OS.java | 23 private static boolean windows; field in OS 29 windows = "Windows".startsWith(osName); 49 return windows; in isWindows()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | WindowsLoader.java | 40 ArrayList<Window> windows = new ArrayList<Window>(); in loadWindows() local 71 windows.add(w); in loadWindows() 75 return windows.toArray(new Window[windows.size()]); in loadWindows()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
D | HierarchyViewerPluginDirector.java | 82 IWorkbenchWindow[] windows = in loadViewTreeData() local 84 for (IWorkbenchWindow currentWindow : windows) { in loadViewTreeData() 106 IWorkbenchWindow[] windows = in loadPixelPerfectData() local 108 for (IWorkbenchWindow window : windows) { in loadPixelPerfectData()
|
/sdk/avdlauncher/ |
D | build.gradle | 3 apply plugin: 'windows-setup' 21 windows {
|
D | Android.mk | 16 ifeq ($(HOST_OS),windows)
|
/sdk/sdklauncher/ |
D | build.gradle | 3 apply plugin: 'windows-setup' 21 windows {
|
D | Android.mk | 16 ifeq ($(HOST_OS),windows)
|
/sdk/find_java/ |
D | build.gradle | 3 apply plugin: 'windows-setup' 21 windows {
|
D | Android.mk | 13 ifeq ($(HOST_OS),windows)
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | Workspace.java | 178 private JTable windows; field in Workspace 272 windows = new JTable(windowsTableModel); in buildDeviceSelector() 273 windows.getSelectionModel().addListSelectionListener(new WindowSelectedListener()); in buildDeviceSelector() 274 windows.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); in buildDeviceSelector() 275 windows.setBorder(null); in buildDeviceSelector() 276 JScrollPane windowsScroller = new JScrollPane(windows); in buildDeviceSelector() 1211 Window[] windows; field in Workspace.WindowsResult 1227 r.windows = WindowsLoader.loadWindows(currentDevice, in doInBackground() 1240 windowsTableModel.addWindows(result.windows); in done() 1508 private ArrayList<Window> windows; field in Workspace.WindowsTableModel [all …]
|
/sdk/find_lock/ |
D | Android.mk | 13 ifeq ($(HOST_OS),windows)
|
/sdk/emulator/mksdcard/ |
D | build.gradle | 37 windows {
|
/sdk/docs/ |
D | howto_build_SDK.txt | 148 out/host/windows/sdk/android-sdk_eng.${USER}_windows/ 154 You can also build isolated windows tools directly on Linux without building 169 out/host/windows-x86/bin/adb.exe
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtUtils.java | 299 IWorkbenchWindow[] windows = workbench.getWorkbenchWindows(); in getActiveWorkbenchWindow() local 300 if (windows.length > 0) { in getActiveWorkbenchWindow() 301 window = windows[0]; in getActiveWorkbenchWindow() 382 IWorkbenchWindow[] windows = workbench.getWorkbenchWindows(); in findEditorsFor() local 383 for (IWorkbenchWindow window : windows) { in findEditorsFor()
|
/sdk/eclipse/monitor/ |
D | build.gradle | 36 windows {
|
/sdk/ |
D | build.gradle | 133 windows {
|
D | changes.txt | 191 - Fixed issue with 64bit JVM on windows.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | manifest-expected-completion18.txt | 17 …s : Specify whether an activity should be finished when a "close system windows" request has been…
|
D | completion12-expected-completion75.txt | 19 …dows : Boolean internal attribute to adjust view layout based on system windows such as the statu…
|
D | completion1-expected-completion39.txt | 94 …dows : Boolean internal attribute to adjust view layout based on system windows such as the statu…
|
D | completion5-expected-completion40.txt | 94 …dows : Boolean internal attribute to adjust view layout based on system windows such as the statu…
|
D | completionvalues1-expected-completion32.txt | 97 …dows : Boolean internal attribute to adjust view layout based on system windows such as the statu…
|
/sdk/eclipse/ |
D | changes.txt | 721 windows support. 748 - Some fixes for windows support.
|