Searched
refs:strip (Results
776 -
800 of
2233) sorted by null
<<31323334353637383940>>
/external/deqp/external/vulkancts/ |
gen_framework.py | 296 value = definition.group(1).strip() 323 members = [Variable(fixupType(t.strip()), n.strip()) for t, n, a in matches] 354 args.append(Variable(m.group(1).strip(), m.group(2).strip(), m.group(3))) 364 functions.append(Function(name.strip(), returnType.strip(), parseArgList(argList))) 676 objectType = function.arguments[-1].type.replace("*", "").strip() 770 objectType = function.arguments[-1].type.replace("*", "").strip()
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
base_config_unittest.py | 162 self.assertEqual(expected_file_lines.pop(0), line.strip()) 205 self.assertEqual(expected_file_lines.pop(0), line.strip()) 216 self.assertEqual(expected_file_lines.pop(0), line.strip()) 232 self.assertEqual(expected_file_lines.pop(0), line.strip()) 265 self.assertEqual(expected_file_lines.pop(0), line.strip()) 313 self.assertEqual(expected_file_lines.pop(0), line.strip()) 355 self.assertEqual(expected_file_lines.pop(0), line.strip()) 399 self.assertEqual(expected_file_lines.pop(0), line.strip()) 451 self.assertEqual(expected_file_lines.pop(0), line.strip()) 512 self.assertEqual(expected_file_lines.pop(0), line.strip()) [all...] |
/external/autotest/server/hosts/ |
cros_host.py | [all...] |
/build/core/ |
Makefile | 135 ifeq (,$(strip $(BUILD_FINGERPRINT))) 154 ifeq (,$(strip $(BUILD_THUMBPRINT))) 189 $(strip $(subst _,-, $(firstword $(1)))) 322 $(hide) grep -v "$(subst $(space),\|,$(strip \ 451 ifneq ($(strip $(TARGET_NO_BOOTLOADER)),true) 453 ifeq ($(strip $(TARGET_BOOTLOADER_IS_2ND)),true) 462 ifneq ($(strip $(TARGET_NO_KERNEL)),true) 488 ifneq ($(strip $(TARGET_NO_KERNEL)),true) 502 BOARD_KERNEL_CMDLINE := $(strip $(BOARD_KERNEL_CMDLINE)) 507 BOARD_KERNEL_BASE := $(strip $(BOARD_KERNEL_BASE) [all...] |
static_java_library.mk | 49 all_resources := $(strip \ 105 LOCAL_SDK_RES_VERSION:=$(strip $(LOCAL_SDK_RES_VERSION))
|
/bionic/libc/arch-arm/ |
arm.mk | 38 ifeq ($(strip $(TARGET_$(my_2nd_arch_prefix)CPU_VARIANT)),)
|
/bionic/libc/arch-arm64/ |
arm64.mk | 59 ifeq ($(strip $(TARGET_CPU_VARIANT)),)
|
/build/core/clang/ |
HOST_x86_common.mk | 23 ifneq ($(strip $($(clang_2nd_arch_prefix)HOST_IS_64_BIT)),)
|
TARGET_x86.mk | 47 $(strip \
|
/build/core/combo/arch/arm/ |
armv7-a-neon.mk | 22 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a8)
|
/build/core/combo/ |
mac_version.mk | 13 ifneq ($(strip $(MAC_SDK_VERSION)),)
|
/build/tools/releasetools/ |
target_files_diff.py | 152 stdout = stdout.strip() 156 for line in stdout.strip().split('\n'):
|
/cts/tools/device-setup/TestDeviceSetup/ |
Android.mk | 24 # and because it is in data, do not strip classes.dex
|
/cts/tools/testng/ |
gen-test-list-xml.py | 184 fq_class_name = class_and_method_name[0].strip() 185 method_name = class_and_method_name[1].strip()
|
/device/moto/shamu/camera/QCamera/HAL2/core/ |
Android.mk | 12 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/ |
Android.mk | 17 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/docs/source.android.com/ |
Android.mk | 26 # Put HAL refs in PDK instead and strip nav to s.a.c.
|
/external/autotest/cli/ |
site_host.py | 64 if locked and lock_reason.strip(): 65 obj.data['lock_reason'] = lock_reason.strip()
|
/external/autotest/client/common_lib/cros/ |
dev_server.py | 147 strip = MarkupStripper() 149 strip.feed(error_markup.decode('utf_32')) 151 strip.feed(error_markup) 152 raise DevServerException(strip.get_data()) 196 """Strip the http:// prefix and port from a url. 637 strip = MarkupStripper() 639 strip.feed(error_markup.decode('utf_32')) 641 strip.feed(error_markup) 642 raise DevServerException(strip.get_data()) [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
touch_device.py | 68 'device_get_prop %s "Device Node"' % device_id).strip('"') 247 return line.strip('\n')
|
/external/autotest/client/site_tests/firmware_VbootCrypto/ |
firmware_VbootCrypto.py | 32 if keyval.strip().startswith('#'): 35 self.keyvals[key.strip()] = float(val)
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
hardware_TrimIntegrity.py | 144 zero_hash = utils.run(cmd).stdout.strip() 148 one_hash = utils.run(cmd).stdout.strip()
|
/external/autotest/client/site_tests/kernel_SchedBandwith/ |
kernel_SchedBandwith.py | 85 timeslice_ms = int(utils.read_one_line(fname).strip()) / 1000. 88 values = list(int(val) for val in fd.readline().strip().split())
|
/external/autotest/client/site_tests/network_EthCaps/ |
network_EthCaps.py | 64 cap_str = ln.strip() 186 (status_reg, status_values) = ln.strip().split(":")
|
/external/autotest/client/site_tests/security_SandboxedServices/ |
security_SandboxedServices.py | 96 return set([line.strip() for line in open(exclusions_path)]) 150 service_minijail = launcher.args.split("--")[0].strip()
|
Completed in 1444 milliseconds
<<31323334353637383940>>