Home
last modified time | relevance | path

Searched refs:ostype (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
Dmacutils.cc89 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt() argument
92 OSStatus result = Gestalt(ostype, &native_value); in GetGestalt()
98 DecodeFourChar(ostype, &str); in GetGestalt()
/external/chromium_org/third_party/webrtc/base/
Dmacutils.cc72 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt() argument
75 OSStatus result = Gestalt(ostype, &native_value); in GetGestalt()
81 DecodeFourChar(ostype, &str); in GetGestalt()
/external/e2fsprogs/lib/e2p/
DMakefile.in22 ostype.o percent.o
31 $(srcdir)/ostype.c $(srcdir)/percent.c
68 tst_ostype: $(srcdir)/ostype.c
71 $(srcdir)/ostype.c $(ALL_CFLAGS)
180 ostype.o: $(srcdir)/ostype.c $(top_builddir)/lib/config.h \
DAndroid.mk22 ostype.c \
/external/lldb/examples/test/tmp/
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt24 com.apple.main-thread < 122> read packet: $cputype:16777223;cpusubtype:3;ostype:macosx;watchpoint_e…
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt24 com.apple.main-thread < 122> read packet: $cputype:16777223;cpusubtype:3;ostype:macosx;watchpoint_e…
/external/lldb/docs/
Dlldb-gdb-remote.txt439 read packet: $cputype:16777223;cpusubtype:3;ostype:darwin;vendor:apple;endian:little;ptrsize:8;#00
445 ostype: is a string the represents the OS being debugged (darwin, linux, freebsd)
471 …:ecf;real-gid:b;effective-uid:ecf;effective-gid:b;cputype:7;cpusubtype:3;ostype:macosx;vendor:appl…
476 …eal-gid:b;effective-uid:ecf;effective-gid:b;cputype:1000007;cpusubtype:3;ostype:macosx;vendor:appl…
488 ostype: is a string the represents the OS being debugged (darwin, linux, freebsd)
/external/lldb/source/Core/
DDebugger.cpp1436 … llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::UnknownOS; in IsTokenWithFormat() local
1437 if ((ostype == llvm::Triple::FreeBSD) || (ostype == llvm::Triple::Linux)) in IsTokenWithFormat()