HomeSort by relevance Sort by last modified time
    Searched full:subsystem (Results 851 - 875 of 1788) sorted by null

<<31323334353637383940>>

  /pdk/apps/TestingCamera2/
README.txt 16 The left (or above) panel generally displays output from the camera subsystem, while the right
17 (or below) panel generally has controls for interacting with the camera subsystem.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
mingw32.h 113 #define LINK_SPEC "%{mwindows:--subsystem windows} \
114 %{mconsole:--subsystem console} \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 302 USHORT Subsystem;
351 USHORT Subsystem;
  /system/netd/server/
NetlinkHandler.cpp 60 ALOGW("No subsystem found in netlink event");
144 ALOGV("unexpected event from subsystem %s", subsys);
  /docs/source.android.com/en/devices/camera/
camera3_requests_hal.html 3 <title>HAL subsystem</title>
27 <p> The app framework issues requests for captured results to the camera subsystem.
40 <h2 id="hal-subsystem">The HAL and camera subsystem</h2>
41 <p> The camera subsystem includes the implementations for components in the camera
407 <p>The maximum frame rate that can be supported by a camera subsystem is a function
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SFXSetup.dsp 56 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
57 # ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /out:"C:\Util\7zS.sfx" /opt:NOWIN98
83 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
84 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /subsystem:windows /debug /machine:I386 /out:"C:\UTIL\7zSfxS.exe" /pdbtype:sept
110 # ADD BASE LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /out:"C:\UTIL\7zWinSR.exe"
112 # ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /out:"C:\Util\7zSD.sfx" /opt:NOWIN98
  /hardware/libhardware/include/hardware/
fused_location.h 470 * Injects diagnostic data into the FLP subsystem.
503 * Injects debug data into the FLP subsystem.
542 * circle reported by the FLP subsystem. Now with regard to "b", the system is
550 * FLP subsystem isn't confident enough that the user is either inside or
587 * location - The current location as determined by the FLP subsystem.
600 * subsystem will wake up the application processor, if its in suspend state.
  /docs/source.android.com/en/security/bulletin/
2016-11-01.html     [all...]
2017-04-01.html 735 <h3 id="rce-in-kernel-networking-subsystem">Remote code execution vulnerability
736 in kernel networking subsystem</h3>
737 <p>A remote code execution vulnerability in the kernel networking subsystem could
843 <h3 id="eop-in-kernel-ion-subsystem">Elevation of privilege vulnerability in
844 kernel ION subsystem</h3>
845 <p>An elevation of privilege vulnerability in the kernel ION subsystem could
    [all...]
  /external/parameter-framework/upstream/parameter/
ParameterMgr.h 161 * If set to false, missing subsystems will fallback on virtual subsystem.
167 * @return true if the subsystem will fail on missing subsystem, false otherwise.
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 222 short MajorSubsystemVersion; /* Minimum subsystem version required to */
228 short Subsystem;
230 /* Type of subsystem exe uses for user interface,
232 1 - NATIVE Doesn't require a subsystem
233 2 - WINDOWS_GUI runs in Windows GUI subsystem
235 5 - OS2_CUI runs in OS/2 character subsystem
236 7 - POSIX_CUI runs in Posix character subsystem. */
  /external/llvm/include/llvm/Support/
COFF.h 508 uint16_t Subsystem;
546 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
548 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
549 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
551 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 255 WHEN ("Exporting subsystem") {
256 string expected = rootNode("Subsystem", "Name='test'", paramExpected);
262 "<Subsystem Name='test'>" + paramExpected + "</Subsystem>");
292 return rootNode("SystemClass", "Name='test'", node("Subsystem", "test", settings, ""));
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 513 uint16_t Subsystem;
551 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
553 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
554 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
556 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
COFF.h 513 uint16_t Subsystem;
551 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
553 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
554 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
556 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
COFF.h 513 uint16_t Subsystem;
551 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
553 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
554 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
556 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
COFF.h 513 uint16_t Subsystem;
551 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
553 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
554 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
556 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 513 uint16_t Subsystem;
551 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
553 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
554 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
556 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
COFF.h 513 uint16_t Subsystem;
551 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
553 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
554 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
556 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
COFF.h 513 uint16_t Subsystem;
551 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
553 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
554 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
556 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
COFF.h 513 uint16_t Subsystem;
551 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
553 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
554 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
556 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 513 uint16_t Subsystem;
551 IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
553 IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
554 IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
556 IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
  /toolchain/binutils/binutils-2.25/ld/emultempl/
pe.em 35 only determine if the subsystem is console or windows in order to select
129 static int pe_subsystem = ${SUBSYSTEM};
298 {"major-subsystem-version", required_argument, NULL, OPTION_MAJOR_SUBSYSTEM_VERSION},
301 {"minor-subsystem-version", required_argument, NULL, OPTION_MINOR_SUBSYSTEM_VERSION},
304 {"subsystem", required_argument, NULL, OPTION_SUBSYSTEM},
366 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack
420 D(Subsystem,"__subsystem__", ${SUBSYSTEM}, FALSE),
441 fprintf (file, _(" --major-subsystem-version <number> Set minimum required OS subsystem version\n"))
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
PeLoader.c 165 // Set the image subsystem type
168 Status = EfiLdrPeCoffSetImageType (Image, PeHdr.Pe32.OptionalHeader.Subsystem);
170 AsciiSPrint (PrintBuffer, 256, "PeCoffLoadPeImage: Subsystem type not known\n");
  /docs/source.android.com/en/devices/tech/power/
values.html 38 multiplies the current by the time for which the subsystem was active and
40 drained by the application/subsystem.</p>
170 <td>Average power use by the camera subsystem for a typical camera

Completed in 632 milliseconds

<<31323334353637383940>>