HomeSort by relevance Sort by last modified time
    Searched refs:match_result (Results 1 - 7 of 7) sorted by null

  /external/libmojo/mojo/public/tools/bindings/
generate_type_mappings.py 94 match_result = mapping_pattern.match(typename)
95 assert match_result, (
98 mojom_type = match_result.group(1)
99 native_type = match_result.group(2)
101 move_only = match_result.group(3) and match_result.group(3) == "move_only"
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
kernel_ExternalUsbPeripheralsDetectionTest.py 46 match_result = False
48 match_result = (match_result or
50 if not match_result:
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 214 match_result = self.wait_for_cmd_output(
217 usb_check_result = usb_check_result and match_result
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]

Completed in 1287 milliseconds