/external/toolchain-utils/automation/clients/report/dejagnu/ |
manifest.py | 14 class Manifest(namedtuple('Manifest', 'tool board results')): 21 #@ board: unix 23 So far tool and board parameters are recognized. Their value can contain 30 should only be suppressed if test run was performed on "unix" board. 47 return cls(test_run.tool, test_run.board, results) 84 board = params.get('board', '*') 86 return cls(tool, board, results) 92 for name in ['tool', 'board']:
|
/build/make/target/board/generic_mips/ |
BoardConfig.mk | 72 BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
|
/build/make/target/product/ |
full_x86.mk | 28 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86/device.mk)
|
/device/generic/mips/ |
BoardConfig.mk | 38 BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
|
/external/autotest/client/site_tests/platform_MemCheck/ |
platform_MemCheck.py | 62 board = utils.get_board() 63 logging.info('board: %s, phy_size: %d memref: %d', 64 board, phy_size, memref) 123 if board.startswith('rambi') or board.startswith('expresso'):
|
/external/autotest/contrib/ |
count_labels | 10 # To find the sizes of the pools assigned to a board: 11 # atest host list -b board:$BOARD | count_labels -p 13 # To find how many of each board is assigned to a pool: 25 -b: Count \"board:\" label values. 37 \$ atest host list -b board:daisy_skate | count_labels -p 58 b) LABEL=board ;;
|
/external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/ |
common.h | 41 int nxp_pn80t_open(struct EseInterface *ese, void *board);
|
/external/toolchain-utils/automation/clients/ |
chromeos.py | 27 def __init__(self, board, remote, gcc_githash, p4_snapshot=''): 28 self._board = board 59 '--board=%s' % self._board, 72 '--board', 73 dest='board', 90 if not all([options.board, options.remote, options.gcc_githash]): 91 logging.error('Specify a board, remote and gcc_githash') 94 client = ChromeOSNightlyClient(options.board,
|
crosstool.py | 28 assert all(board in self.VALID_BOARDS for board in boards) 53 for board in self._boards: 56 self._target, board, component) 75 '--board',
|
dejagnu_compiler.py | 27 def __init__(self, board, remote, p4_snapshot, cleanup): 28 self._board = board 54 '--board=%s' % self._board, '--remote=%s' % self._remote, 68 '--board', 69 dest='board', 87 if not all([options.board, options.remote]): 88 logging.error('Specify a board and remote.') 91 client = DejagnuCompilerNightlyClient(options.board, options.remote,
|
/external/toolchain-utils/cwp/interpreter/ |
app_engine_pull.py | 7 The server houses perf.data.gz, board, chrome version for each upload. 103 board = sample_info[3] 107 _DownloadSampleFromServer(server_name, authtoken, key, time, board, version, 109 _UncompressSample(key, time, board, version, output_dir) 112 def _BuildFilenameFromParams(key, time, board, version): 117 board: (string) Board that the sample was taken on. 122 filename = DELIMITER.join([key, time, board, version]) 126 def _DownloadSampleFromServer(server_name, authtoken, key, time, board, version, 134 board: (string) Board that the sample was taken on [all...] |
/frameworks/base/libs/hwui/tests/scripts/ |
prep_buller.sh | 47 board=$(adb shell "getprop ro.product.board") 49 if [ "$board" = "bullhead" ]
|
/external/autotest/server/ |
frontend.py | 180 A mapping from board names to strings naming software versions. 183 of software associated with a given board. The mapping identifies 188 different types of image. For instance, a single board may have 204 # name as a mapping to use when no specific mapping for a board is 226 mapping board names to version strings. 228 @return A dictionary mapping board names to version strings. 233 def get_version(self, board): 235 Get the mapping of one board in the stable versions table. 237 Look up and return the version mapped to the given board in the 240 @param board The board to be looked up [all...] |
/external/autotest/client/common_lib/cros/cfm/usb/ |
usb_port_manager.py | 8 # We know of no way to detect this through tools, why the board 25 def _get_gpio_index(board, port_id): 26 return _PORT_ID_TO_GPIO_INDEX_DICT[board][port_id] 56 # host.get_board() adds 'board: ' in front of the board name
|
/external/autotest/site_utils/ |
job_overhead.py | 59 def record_suite_runtime(suite_job_id, suite_name, board, build, num_child_jobs, 66 @param board: The target board for which the suite is run, 76 'board': board,
|
/external/autotest/utils/ |
probe_bluetooth_duts.sh | 38 # Check board 39 board=$(ssh ${SSH_OPTIONS} root@"$dut" cat /etc/lsb-release | \ 43 printf "$1 %5s %s\n" "${ping_result}" "${board}" \ 105 echo "Dut ping board"
|
/external/libchrome/base/ |
sys_info_chromeos.cc | 196 std::string board; local 197 if (!GetLsbReleaseValue(kMachineInfoBoard, &board)) 198 board = "unknown"; 199 return board; 204 std::string board = GetLsbReleaseBoard(); local 205 const size_t index = board.find("-signed-"); 207 board.resize(index); 209 return base::ToLowerASCII(board);
|
/external/toolchain-utils/automation/clients/helper/ |
crosstool.py | 36 def RunTests(self, checkout_dir, build_tree_dir, target, board, component): 37 command = self.commands.RunTests(target, board, component) 39 (target, component, board), command) 43 new_job, self.commands.dejagnu_output_path, board) 123 def RunTests(self, target, board, component='gcc'): 125 '--target_board=%s' % board] 157 sumfiles = [os.path.join('$JOB_TMP', board, '*.sum') for board in boards]
|
/external/toolchain-utils/ |
build_chrome_browser.py | 46 'chrome-src/src/out_$board dir')) 69 '--board', dest='board', help='ChromeOS target board, e.g. x86-generic') 116 if options.board is None: 117 Usage(parser, '--board must be set') 158 misc.RemoveChromeBrowserObjectFiles(options.chromeos_root, options.board) 163 command = 'cros_workon --board={0} start chromeos-chrome'.format( 164 options.board) 184 chrome_origin, chrome_version, options.board, [all...] |
/external/toolchain-utils/crosperf/experiment_files/ |
official-image.exp | 9 board: <your-board-goes-here>
|
/external/walt/hardware/ |
README.md | 11 * Microcontroller board - [Teensy LC](https://www.pjrc.com/teensy/teensyLC.html) 14 * Accelerometer board [Adafruit ADXL335](https://www.adafruit.com/product/163) **with filter capacitors removed**. 16 Alternatively use the ADXL335 chip directly without the breakout board, but it's rather difficult to solder manually.
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/ |
Android.mk | 3 ifneq ($(call is-board-platform-in-list,$(BOARD_PLATFORM_LIST)),true)
|
/hardware/qcom/display/msm8084/ |
Android.mk | 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
|
/hardware/qcom/display/msm8226/ |
Android.mk | 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
|
/hardware/qcom/display/msm8960/ |
Android.mk | 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
|