HomeSort by relevance Sort by last modified time
    Searched refs:target_config (Results 1 - 25 of 26) sorted by null

1 2

  /art/test/testrunner/
target_config.py 0 target_config = {
1 target_config = { variable
run_build_test_target.py 24 from target_config.py.
26 See target_config.py for the configuration syntax.
34 from target_config import target_config
49 for k in sorted(target_config.iterkeys()):
54 if not target_config.get(options.build_target):
58 target = target_config[options.build_target]
testrunner.py 62 from target_config import target_config
    [all...]
  /build/make/tools/
auto_gen_test_config.py 47 'target_config android_manifest empty_config '
50 target_config = argv[0]
61 shutil.copyfile(empty_config, target_config)
64 module = os.path.splitext(os.path.basename(target_config))[0]
84 with open(target_config, 'w') as config_file:
  /art/compiler/optimizing/
codegen_test.cc 83 const CodegenTargetConfig target_config);
87 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) {
92 RunCode(target_config, graph, [](HGraph*) {}, has_result, expected);
98 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) {
103 RunCode(target_config, graph, [](HGraph*) {}, has_result, expected);
418 for (CodegenTargetConfig target_config : GetTargetConfigs()) {
463 RunCode(target_config, graph, hook_before_codegen, true, 0);
468 for (CodegenTargetConfig target_config : GetTargetConfigs()) {
509 RunCode(target_config, graph, hook_before_codegen, true, lhs[i] < rhs[i]);
515 for (CodegenTargetConfig target_config : GetTargetConfigs())
694 static_cast<IfCondition>(cond), i, j, DataType::Type::kInt32, target_config); local
707 static_cast<IfCondition>(cond), i, j, DataType::Type::kInt64, target_config); local
    [all...]
scheduler_test.cc 188 for (CodegenTargetConfig target_config : GetTargetConfigs()) {
192 HInstructionScheduling scheduling(graph, target_config.GetInstructionSet());
195 RunCode(target_config,
codegen_test_utils.h 324 static void RunCode(CodegenTargetConfig target_config,
330 std::unique_ptr<CodeGenerator> codegen(target_config.CreateCodeGenerator(graph,
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.h 52 uint32 target_config, C2D_RECT *target_scissor,
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.h 52 uint32 target_config, C2D_RECT *target_scissor,
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.h 52 uint32 target_config, C2D_RECT *target_scissor,
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 551 * The target_config is a bitwise OR of values from C2D_TARGET_CONFIG.
560 uint32 target_config, C2D_RECT *target_scissor,
655 uint32 target_config, uint32 target_color_key,
    [all...]
copybit_c2d.cpp 69 uint32 target_config, C2D_RECT *target_scissor,
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 551 * The target_config is a bitwise OR of values from C2D_TARGET_CONFIG.
560 uint32 target_config, C2D_RECT *target_scissor,
655 uint32 target_config, uint32 target_color_key,
    [all...]
copybit_c2d.cpp 69 uint32 target_config, C2D_RECT *target_scissor,
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 553 * The target_config is a bitwise OR of values from C2D_TARGET_CONFIG.
562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
    [all...]
copybit_c2d.cpp 68 uint32 target_config, C2D_RECT *target_scissor,
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
c2d2.h 553 * The target_config is a bitwise OR of values from C2D_TARGET_CONFIG.
562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
    [all...]
copybit_c2d.cpp 68 uint32 target_config, C2D_RECT *target_scissor,
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 551 * The target_config is a bitwise OR of values from C2D_TARGET_CONFIG.
560 uint32 target_config, C2D_RECT *target_scissor,
655 uint32 target_config, uint32 target_color_key,
    [all...]
copybit_c2d.cpp 71 uint32 target_config, C2D_RECT *target_scissor,
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 551 * The target_config is a bitwise OR of values from C2D_TARGET_CONFIG.
560 uint32 target_config, C2D_RECT *target_scissor,
655 uint32 target_config, uint32 target_color_key,
    [all...]
copybit_c2d.cpp 68 uint32 target_config, C2D_RECT *target_scissor,
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 553 * The target_config is a bitwise OR of values from C2D_TARGET_CONFIG.
562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
    [all...]
copybit_c2d.cpp 68 uint32 target_config, C2D_RECT *target_scissor,
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
c2d2.h 553 * The target_config is a bitwise OR of values from C2D_TARGET_CONFIG.
562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
    [all...]

Completed in 708 milliseconds

1 2