Searched refs:ostype (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | macutils.cc | 89 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/ |
D | macutils.cc | 72 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/ |
D | Makefile.in | 22 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 \
|
D | Android.mk | 22 ostype.c \
|
/external/lldb/examples/test/tmp/ |
D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt | 24 com.apple.main-thread < 122> read packet: $cputype:16777223;cpusubtype:3;ostype:macosx;watchpoint_e…
|
D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 24 com.apple.main-thread < 122> read packet: $cputype:16777223;cpusubtype:3;ostype:macosx;watchpoint_e…
|
/external/lldb/docs/ |
D | lldb-gdb-remote.txt | 439 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/ |
D | Debugger.cpp | 1436 … 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()
|