Home
last modified time | relevance | path

Searched refs:board (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/
Dchromeos_utils.cc37 const std::string board = base::SysInfo::GetLsbReleaseBoard(); in GetChromeDeviceTypeResourceId() local
39 if (StartsWithASCII(board, kChromeboxBoards[i], true)) in GetChromeDeviceTypeResourceId()
43 if (StartsWithASCII(board, kChromebaseBoards[i], true)) in GetChromeDeviceTypeResourceId()
/external/arduino/
Dreadme.txt2 board and a development environment that implements the Processing/Wiring
12 [hardware] http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?board=hwbugs
13 [software] http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?board=swbugs
21 FTDI chip on the board. These can be found in the drivers/ directory.
23 * On Windows, plug in the Arduino board and point the Windows Add Hardware
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
Dcros_power_monitor.py71 def IsOnBatteryPower(status, board): argument
84 if board == 'butterfly':
97 board = re.search('BOARD=(.*)', board_data).group(1)
98 return CrosPowerMonitor.IsOnBatteryPower(status, board)
/external/chromium_org/base/
Dsys_info_chromeos.cc193 std::string board; in GetLsbReleaseBoard() local
194 if (!GetLsbReleaseValue(kMachineInfoBoard, &board)) in GetLsbReleaseBoard()
195 board = "unknown"; in GetLsbReleaseBoard()
196 return board; in GetLsbReleaseBoard()
/external/chromium_org/sync/util/
Dget_session_name.cc34 std::string board = base::SysInfo::GetLsbReleaseBoard(); in GetSessionNameSynchronously() local
39 session_name = board.substr(0, 6) == "stumpy" ? "Chromebox" : "Chromebook"; in GetSessionNameSynchronously()
/external/sepolicy/tools/sepolicy-analyze/
DREADME7 sepolicy-analyze out/target/product/<board>/root/sepolicy typecmp -e
28 sepolicy-analyze out/target/product/<board>/root/sepolicy typecmp -d
35 sepolicy-analyze out/target/product/<board>/root/sepolicy dups
49 sepolicy-analyze out/target/product/<board>/root/sepolicy permissive
57 sepolicy-analyze out/target/product/<board>/root/sepolicy neverallow \
/external/chromium_org/ash/wm/
Dlock_state_controller.cc491 const std::string board = base::SysInfo::GetLsbReleaseBoard(); in PreLockAnimationFinished() local
492 if (board == "x86-mario" || in PreLockAnimationFinished()
493 StartsWithASCII(board, "x86-alex", true /* case_sensitive */) || in PreLockAnimationFinished()
494 StartsWithASCII(board, "x86-zgb", true /* case_sensitive */)) { in PreLockAnimationFinished()
/external/sepolicy/
Dwatchdogd.te1 # watchdogd seclabel is specified in init.<board>.rc
Dinit.te36 # init.<board>.rc files often include device-specific types, so
/external/skia/platform_tools/chromeos/bin/
Dchromeos_make70 cros chrome-sdk --nogoma --board ${deviceID} --debug -- /bin/sh -c "cd ${SKIA_TOP_DIR}; platform_to…
/external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
Dchromeos_make70 cros chrome-sdk --nogoma --board ${deviceID} --debug -- /bin/sh -c "cd ${SKIA_TOP_DIR}; platform_to…
/external/llvm/docs/
DHowToBuildOnARM.rst21 #. If you are building LLVM/Clang on an ARM board with 1G of memory or less,
69 devices with your board.
DHowToCrossCompileLLVM.rst160 If you copy that tarball to your target board, you'll be able to use
174 on your board. Also, the path to your clang has to be absolute, so
/external/opencv/cv/src/
Dcvcalibinit.cpp1612 CvContourEx* board = 0; in icvGenerateQuads() local
1687 if( !board || board->counter < parent->counter ) in icvGenerateQuads()
1688 board = parent; in icvGenerateQuads()
1709 if( (flags & CV_CALIB_CB_FILTER_QUADS) && src_contour->v_prev != (CvSeq*)board ) in icvGenerateQuads()
1790 CvContourEx* board = 0; in icvGenerateQuadsEx() local
1886 if( !board || board->counter < parent->counter ) in icvGenerateQuadsEx()
1887 board = parent; in icvGenerateQuadsEx()
1935 if( (flags & CV_CALIB_CB_FILTER_QUADS) && src_contour->v_prev != (CvSeq*)board ) in icvGenerateQuadsEx()
/external/sepolicy/tools/
DREADME49 …sepolicy-check -s <domain> -t <type> -c <class> -p <permission> -P out/target/product/<board>/root…
/external/chromium_org/device/bluetooth/
Dbluetooth_adapter_chromeos.cc675 std::string board = base::SysInfo::GetLsbReleaseBoard(); in SetDefaultAdapterName() local
677 if (board.substr(0, 6) == "stumpy") { in SetDefaultAdapterName()
679 } else if (board.substr(0, 4) == "link") { in SetDefaultAdapterName()
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dutil.js782 var board = str('CHROMEOS_RELEASE_BOARD');
784 return board.match(pattern) != null;
/external/qemu/distrib/sdl-1.2.15/
DREADME.QNX26 fullscreen mode, sorry but I don't have this board to test OpenGL -
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
DREADME5 of board support packages.
381 # Make sure we look in the right place for the board description files.
/external/wpa_supplicant_8/hostapd/
Ddefconfig237 # Linux/BSD, the board in question is known to have reliable source of random
/external/qemu/
DChangelog159 - Intel mainstone II board emulation (Armin Kuster)
215 - ARM system emulation: Arm Integrator/CP board with an arm1026ej-s
/external/qemu/docs/
DGOLDFISH-VIRTUAL-HARDWARE.TXT131 $KERNEL/arch/arm/mach-goldfish/board-goldfish.c), however, the bus itself
146 $KERNEL/arch/arm/mach-goldfish/board-goldfish.c
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config418 # Linux/BSD, the board in question is known to have reliable source of random
Ddefconfig434 # Linux/BSD, the board in question is known to have reliable source of random
/external/valgrind/main/coregrind/m_gdbserver/
DREADME_DEVELOPERS20 board).

12