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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/tools/
omahaproxy.py 30 oses = set()
35 oses.add(os_versions['os'])
44 oses = sorted(oses)
54 choices=oses,
57 '[default: %%default]' % ', '.join(oses))
  /external/chromium_org/chrome/browser/ui/cocoa/
window_restore_utils.h 11 // "Restore windows..." option is checked. Other OSes will return |false|.
base_bubble_controller.h 91 // |-showWindow:| is overriden and does not call super. Noop on OSes <10.7.
base_bubble_controller_unittest.mm 161 // OSes can call through directly.
  /external/chromium_org/sandbox/win/src/
Wow64.h 18 // subsystem on 64 bit OSes, from the point of view of interceptions.
  /external/valgrind/main/docs/internals/
directory-structure.txt 9 2. Multiple architectures, OSes, and platforms (arch/OS combinations).
44 cases for different archs/OSes/platforms. It's pretty straightforward.
  /external/chromium_org/chrome/browser/ui/panels/
panel_mouse_watcher_timer.cc 30 // Timer used to track mouse movements. Some OSes do not provide an easy way
  /external/pixman/pixman/
pixman-mips.c 41 * to individual OSes to provide such.
  /development/build/tools/
mk_sdk_repo_xml.sh 10 OSES="linux macosx windows any linux-x86 darwin"
30 - os is one of ${OSES// /, }.
32 as long as they use different OSes.
308 OS=$(check_enum "$1" $OSES)
403 OS=$(check_enum "$1" $OSES)
  /external/chromium_org/base/
base_paths_posix.cc 5 // Defines base::PathProviderPosix, default path provider on POSIX OSes that
  /external/chromium_org/remoting/host/
server_log_entry.cc 113 // OSes: see base/sys_info_unittest.cc.
  /external/chromium_org/third_party/mesa/src/
acinclude.m4 38 # PIC is the default for these OSes.
  /external/grub/util/
grub-set-default 77 # Determine the GRUB directory. This is different among OSes.
grub-set-default.in 77 # Determine the GRUB directory. This is different among OSes.
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.h 31 // The following are the supported non-linux posix OSes -
  /external/mesa3d/
acinclude.m4 38 # PIC is the default for these OSes.
  /external/srtp/crypto/
Makefile 24 # null on linux, bsd, and OS X and other OSes. we define this so that
Makefile.in 24 # null on linux, bsd, and OS X and other OSes. we define this so that
  /external/valgrind/main/tests/
os_test.c 89 return 2; // Didn't match any OSes.
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
Natives.java 145 // Allow ~1 second range for OSes that only support low precision
162 // NOTE: On OSes that support "Date Created" property,
  /external/qemu/distrib/sdl-1.2.15/
README.RISCOS 44 Note: As most programs ported from other OSes use high resolution graphics and a memory back buffer a machine with a StrongARM processor and 1 or 2MB of VRAM (or a better machine) is recomended.
50 Several environmental variables have been defined to make porting programs easier (i.e. By setting these variable you do not need to have source code differences between OSes).
  /external/chromium_org/chrome/browser/policy/
browser_policy_connector.h 96 // For other OSes the function will always return DEVICE_MODE_CONSUMER.
  /external/chromium_org/chrome/installer/setup/
setup_util.h 97 // Drops the process down to background processing mode on supported OSes if it
  /external/opencv/
README.rdoc 13 For those of you running on the emulator, I built a very simple Socket-based Camera server that will send images over a socket connection. This uses the QuickTime libraries which are present by default on Mac OS X, but I haven't tested on other OSes. If it doesn't work for you, you can always try the original WebcamBroadcaster I derived mine from which uses the JMF (which doesn't work with Mac OS X, hence the QTWebcamBroadcaster):
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 89 // for older OSes

Completed in 1759 milliseconds

1 2 3 4 5 6 7 8 91011