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

  /external/eigen/unsupported/test/
cxx11_meta.cpp 57 template<typename A, typename B> struct dummy_op;
58 template<> struct dummy_op<dummy_a, dummy_b> { typedef dummy_c type; }; struct
59 template<> struct dummy_op<dummy_b, dummy_a> { typedef dummy_d type; }; struct
60 template<> struct dummy_op<dummy_b, dummy_c> { typedef dummy_a type; }; struct
61 template<> struct dummy_op<dummy_c, dummy_b> { typedef dummy_d type; }; struct
62 template<> struct dummy_op<dummy_c, dummy_a> { typedef dummy_b type; }; struct
63 template<> struct dummy_op<dummy_a, dummy_c> { typedef dummy_d type; }; struct
64 template<> struct dummy_op<dummy_a, dummy_a> { typedef dummy_e type; }; struct
65 template<> struct dummy_op<dummy_b, dummy_b> { typedef dummy_e type; }; struct
66 template<> struct dummy_op<dummy_c, dummy_c> { typedef dummy_e type; } struct
    [all...]
  /system/update_engine/payload_generator/
payload_signer.cc 225 InstallOperation* dummy_op = manifest->add_kernel_install_operations(); local
226 dummy_op->set_type(InstallOperation::REPLACE);
227 dummy_op->set_data_offset(signature_blob_offset);
228 dummy_op->set_data_length(signature_blob_length);
229 Extent* dummy_extent = dummy_op->add_dst_extents();

Completed in 3931 milliseconds