Searched
full:windows (Results
576 -
600 of
5808) sorted by null
<<21222324252627282930>>
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/ |
RefreshWindowsAction.java | 30 putValue(NAME, "Refresh Windows"); 32 putValue(LONG_DESCRIPTION, "Refresh Windows");
|
/sdk/sdklauncher/ |
sdklauncher.exe.manifest | 11 <!--The ID below indicates application support for Windows Vista -->
13 <!--The ID below indicates application support for Windows 7 -->
|
/external/apache-http/src/org/apache/http/impl/auth/ |
NTLMEngine.java | 47 * @param domain Optional Windows domain name. Can be <code>null</code>. 48 * @param workstation Optional Windows workstation name. Can be 61 * @param username Windows user name 63 * @param domain Windows domain name 64 * @param workstation Windows workstation name
|
/external/chromium/chrome/browser/ |
defaults.h | 18 // Size of the font used in the autocomplete box for normal windows, in pixels. 21 // Size of the font used in the autocomplete box for popup windows, in pixels. 35 // Should session restore restore popup windows? 38 // Can the browser be alive without any browser windows? 65 // Should always open incognito windows when started with --incognito switch?
|
/external/chromium/chrome/common/extensions/docs/ |
samples.json | 149 "chrome.windows.create": "windows.html#method-create", 150 "chrome.windows.get": "windows.html#method-get", 151 "chrome.windows.getAll": "windows.html#method-getAll", 152 "chrome.windows.getCurrent": "windows.html#method-getCurrent", 153 "chrome.windows.getLastFocused": "windows.html#method-getLastFocused" [all...] |
/external/chromium/webkit/glue/ |
webcursor_unittest.cc | 27 // Custom Windows message. 44 // Custom Windows message. 63 // Custom Windows message. 80 // Custom Windows message. 113 // Custom Windows message.
|
/external/icu4c/test/perf/ |
README | 8 Posix, and/or Windows. Some tests only run on Windows and are labeled accordingly.All of the 41 d) Whether or not you are running the test on Windows 53 Note: When running on Windows, cygwin is preferred. 54 Note: If a test needs to be run on Windows, a message will be displayed.
|
/external/webkit/LayoutTests/fast/encoding/resources/ |
001.html | 6 <p>Expected result: <span id="expected">Windows-1252</span> 19 encoding = 'Windows-1252'; 21 encoding = 'Windows-1254'; 23 encoding = 'Windows-1256'; 25 encoding = 'Windows-1258';
|
034.html | 10 <p>Expected result: <span id="expected">Windows-1252</span> 23 encoding = 'Windows-1252'; 25 encoding = 'Windows-1254'; 27 encoding = 'Windows-1256'; 29 encoding = 'Windows-1258';
|
035.html | 10 <p>Expected result: <span id="expected">Windows-1252</span> 23 encoding = 'Windows-1252'; 25 encoding = 'Windows-1254'; 27 encoding = 'Windows-1256'; 29 encoding = 'Windows-1258';
|
063.html | 8 <p>Expected result: <span id="expected">Windows-1252</span> 21 encoding = 'Windows-1252'; 23 encoding = 'Windows-1254'; 25 encoding = 'Windows-1256'; 27 encoding = 'Windows-1258';
|
064.html | 8 <p>Expected result: <span id="expected">Windows-1252</span> 21 encoding = 'Windows-1252'; 23 encoding = 'Windows-1254'; 25 encoding = 'Windows-1256'; 27 encoding = 'Windows-1258';
|
076.html | 6 <p>Expected result: <span id="expected">Windows-1254</span> 19 encoding = 'Windows-1252'; 21 encoding = 'Windows-1254'; 23 encoding = 'Windows-1256'; 25 encoding = 'Windows-1258';
|
078.html | 6 <p>Expected result: <span id="expected">Windows-1254</span> 19 encoding = 'Windows-1252'; 21 encoding = 'Windows-1254'; 23 encoding = 'Windows-1256'; 25 encoding = 'Windows-1258';
|
084.html | 6 <p>Expected result: <span id="expected">Windows-1254</span> 19 encoding = 'Windows-1252'; 21 encoding = 'Windows-1254'; 23 encoding = 'Windows-1256'; 25 encoding = 'Windows-1258';
|
096.html | 8 <p>Expected result: <span id="expected">Windows-1254</span> 21 encoding = 'Windows-1252'; 23 encoding = 'Windows-1254'; 25 encoding = 'Windows-1256'; 27 encoding = 'Windows-1258';
|
098.html | 10 <p>Expected result: <span id="expected">Windows-1252</span> 23 encoding = 'Windows-1252'; 25 encoding = 'Windows-1254'; 27 encoding = 'Windows-1256'; 29 encoding = 'Windows-1258';
|
099.html | 8 <p>Expected result: <span id="expected">Windows-1252</span> 21 encoding = 'Windows-1252'; 23 encoding = 'Windows-1254'; 25 encoding = 'Windows-1256'; 27 encoding = 'Windows-1258';
|
100.html | 8 <p>Expected result: <span id="expected">Windows-1252</span> 21 encoding = 'Windows-1252'; 23 encoding = 'Windows-1254'; 25 encoding = 'Windows-1256'; 27 encoding = 'Windows-1258';
|
112.html | 6 <p>Expected result: <span id="expected">Windows-1254</span> 19 encoding = 'Windows-1252'; 21 encoding = 'Windows-1254'; 23 encoding = 'Windows-1256'; 25 encoding = 'Windows-1258';
|
115.html | 6 <p>Expected result: <span id="expected">Windows-1254</span> 19 encoding = 'Windows-1252'; 21 encoding = 'Windows-1254'; 23 encoding = 'Windows-1256'; 25 encoding = 'Windows-1258';
|
116.html | 6 <p>Expected result: <span id="expected">Windows-1252</span> 19 encoding = 'Windows-1252'; 21 encoding = 'Windows-1254'; 23 encoding = 'Windows-1256'; 25 encoding = 'Windows-1258';
|
117.html | 6 <p>Expected result: <span id="expected">Windows-1252</span> 19 encoding = 'Windows-1252'; 21 encoding = 'Windows-1254'; 23 encoding = 'Windows-1256'; 25 encoding = 'Windows-1258';
|
123.html | 6 <p>Expected result: <span id="expected">Windows-1254</span> 19 encoding = 'Windows-1252'; 21 encoding = 'Windows-1254'; 23 encoding = 'Windows-1256'; 25 encoding = 'Windows-1258';
|
/external/webkit/Source/JavaScriptCore/wtf/ |
ThreadingPrimitives.h | 41 #if OS(WINDOWS) 42 #include <windows.h> 77 #elif OS(WINDOWS) 153 #if OS(WINDOWS) 165 #if OS(WINDOWS)
|
Completed in 1804 milliseconds
<<21222324252627282930>>