HomeSort by relevance Sort by last modified time
    Searched full:win (Results 101 - 125 of 507) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libpng/contrib/gregbook/
Makefile.mingw32 1 # Sample makefile for rpng-win / rpng2-win / wpng using mingw32-gcc and make.
63 RPNG = rpng-win
64 RPNG2 = rpng2-win
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreGenerated.make 2 -xcopy /y/d/e/i "..\..\..\WebKitLibraries\win\tools" "$(WEBKITLIBRARIESDIR)\tools"
  /external/webkit/WebCore/WebCore.gyp/
WebCore.gyp 194 ['OS=="win"', {
196 '../page/win',
197 '../platform/graphics/win',
198 '../platform/text/win',
199 '../platform/win',
610 ['OS=="win"', {
612 '<(chromium_src_dir)/build/win/system.gyp:cygwin'
625 ['OS!="win" and remove_webcore_debug_symbols==1', {
674 ['exclude', '(android|cairo|cf|cg|curl|gtk|haiku|linux|mac|opentype|posix|qt|soup|symbian|win|wx)/'],
675 ['exclude', '(?<!Chromium)(Android|Cairo|CF|CG|Curl|Gtk|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|Wx)\\.(cpp|mm?)$']
    [all...]
  /external/webkit/WebKitTools/Scripts/
update-webkit-localizable-strings 37 my @directoriesToScan = ("WebKit/mac", "WebKit/win");
  /external/webkit/WebKitTools/wx/packaging/
wxWebKitInstaller.iss.in 19 OutputDir=win-installer
  /external/webkit/WebCore/platform/
PlatformMouseEvent.h 43 #if PLATFORM(WIN)
138 #if PLATFORM(WIN)
173 #if PLATFORM(WIN)
  /external/webkit/WebCore/platform/graphics/
Image.h 51 #if PLATFORM(WIN)
146 #if PLATFORM(WIN)
166 #if PLATFORM(WIN)
  /external/webkit/WebCore/platform/network/
ResourceHandle.h 43 #if PLATFORM(WIN)
147 #if PLATFORM(WIN) && USE(CURL)
150 #if PLATFORM(WIN) && USE(CURL) && PLATFORM(CF)
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleCurl.cpp 36 #if PLATFORM(WIN) && PLATFORM(CF)
132 #if PLATFORM(WIN) && PLATFORM(CF)
139 #if PLATFORM(WIN) && PLATFORM(CF)
  /external/webkit/WebKit/chromium/
DEPS 134 'win': {
141 'third_party/ffmpeg/binaries/chromium/win/ia32':
142 Var('chromium_deps_svn')+'/ffmpeg/binaries/win@'+Var('ffmpeg_ia32_rev'),
  /external/webkit/WebKitTools/record-memory-win/
main.cpp 75 printf("record-memory-win --exe EXE_PATH\n");
84 printf(" record-memory-win --exe \"C:\\Program Files\\Safari\\Safari.exe\"\n");
85 printf(" record-memory-win --exe Safari.exe -i 10 -d 7200\n");
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 196 DEFER LINUX WIN : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
204 LINUX/WIN/WIN-XP/WIN-VISTA/WIN-7/MAC: Expectations apply only to these
435 # Do not add tags WIN-7 and WIN-VISTA to test expectations
438 # TODO(victorw): Remove WIN-VISTA and WIN-7 once we have
439 # reliable Win 7 and Win Vista buildbots setup
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 455 public boolean doesForceHide(WindowState win, WindowManager.LayoutParams attrs);
464 public boolean canBeForceHidden(WindowState win, WindowManager.LayoutParams attrs);
515 * @param win The window being added.
521 public int prepareAddWindowLw(WindowState win,
528 * @param win The window being removed.
530 public void removeWindowLw(WindowState win);
537 * @param win The window that is changing.
544 public int selectAnimationLw(WindowState win, int transit);
578 * @param win The window that currently has focus. This is where the key
588 public boolean interceptKeyTi(WindowState win, int code
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
apply_ms_synt.cpp 365 * [win 0][win 1][win 2][win 3][win 4][win 5][win 6][win 7]
395 * [win 0 ][win 1
    [all...]
  /external/quake/quake/src/WinQuake/
vid_ext.cpp 76 int win; // window number (A=0, B=1) member in struct:__anon5524
525 modeinfo.win = 0;
530 modeinfo.win = 1;
551 printf(" win a attrib = 0x%0x\n", *(unsigned char*)(infobuf+2));
552 printf(" win b attrib = 0x%0x\n", *(unsigned char*)(infobuf+3));
553 printf(" win a seg 0x%0x\n", (int) modeinfo.winasegment);
554 printf(" win b seg 0x%0x\n", (int) modeinfo.winbsegment);
559 printf(" win = %c\n", 'A' + modeinfo.win);
560 printf(" win granularity = %d\n", modeinfo.granularity);
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
apply_ms_synt.cpp 365 * [win 0][win 1][win 2][win 3][win 4][win 5][win 6][win 7]
395 * [win 0 ][win 1
    [all...]
  /external/webkit/WebKitTools/wx/build/
settings.py 42 if sys.platform.startswith('win'):
71 'Win',
149 building_on_win32 = sys.platform.startswith('win')
175 msvclibs_dir = os.path.join(wklibs_dir, msvc_version, 'win')
236 msvclibs_dir = os.path.join(wklibs_dir, msvc_version, 'win')
336 # common win libs
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 98 if (player == State.WIN) {
134 if (player == State.WIN) {
236 mGameView.setCurrentPlayer(State.WIN);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 54 void WIMP_SetFocus(int win);
306 void WIMP_SetFocus(int win)
310 regs.r[0] = win;
  /external/webkit/WebCore/page/
Frame.h 42 #if PLATFORM(WIN)
56 #if PLATFORM(WIN)
298 #if PLATFORM(WIN)
Page.h 34 #if PLATFORM(WIN) || (PLATFORM(WX) && OS(WINDOWS)) || (PLATFORM(QT) && defined(Q_WS_WIN))
207 #if PLATFORM(WIN) || (PLATFORM(WX) && OS(WINDOWS)) || (PLATFORM(QT) && defined(Q_WS_WIN))
322 #if PLATFORM(WIN) || (PLATFORM(WX) && defined(__WXMSW__)) || (PLATFORM(QT) && defined(Q_WS_WIN))
  /external/webkit/WebKitTools/DumpRenderTree/cg/
ImageDiffCG.cpp 33 #if PLATFORM(WIN)
60 #if PLATFORM(WIN)
174 #if PLATFORM(WIN)
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 47 * DumpRenderTree/win/DumpRenderTree.vcproj:
48 * DumpRenderTree/win/ImageDiff.vcproj:
49 * DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj:
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlertFullScreen.java 84 final Window win = getWindow(); local
85 win.addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED
90 win.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 92 final Window win = getWindow(); local
93 win.addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED
98 win.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON

Completed in 505 milliseconds

1 2 3 45 6 7 8 91011>>