/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ |
H A D | poc.cpp | 48 // Write the body in sanitizeMessage() 52 outMsg->body.key.eventId = msg.body.key.eventId; in sanitizeMessage() 54 outMsg->body.key.eventTime = msg.body.key.eventTime; in sanitizeMessage() 56 outMsg->body.key.deviceId = msg.body.key.deviceId; in sanitizeMessage() 58 outMsg->body.key.source = msg.body.key.source; in sanitizeMessage() 60 outMsg->body.key.displayId = msg.body.key.displayId; in sanitizeMessage() 62 outMsg->body.key.hmac = msg.body.key.hmac; in sanitizeMessage() 64 outMsg->body.key.action = msg.body.key.action; in sanitizeMessage() 66 outMsg->body.key.flags = msg.body.key.flags; in sanitizeMessage() 68 outMsg->body.key.keyCode = msg.body.key.keyCode; in sanitizeMessage() [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/ |
H A D | ctrloop-lt.ll | 14 br i1 %cmp3, label %for.body.lr.ph, label %for.end 16 for.body.lr.ph: ; preds = %entry 17 br label %for.body 19 for.body: ; preds = %for.body.lr.ph, %for.body 20 %i.04 = phi i32 [ 8531, %for.body.lr.ph ], [ %inc, %for.body ] 29 br i1 %cmp, label %for.body, label %for.end 31 for.end: ; preds = %for.body, %entry 44 br i1 %cmp3, label %for.body.lr.ph, label %for.end 46 for.body.lr.ph: ; preds = %entry 47 br label %for.body [all …]
|
H A D | ctrloop-ne.ll | 11 br i1 %cmp3, label %for.body.lr.ph, label %for.end 13 for.body.lr.ph: ; preds = %entry 14 br label %for.body 16 for.body: ; preds = %for.body.lr.ph, %for.body 17 %i.04 = phi i32 [ 32623, %for.body.lr.ph ], [ %inc, %for.body ] 26 br i1 %cmp, label %for.body, label %for.end 28 for.end: ; preds = %for.body, %entry 41 br i1 %cmp3, label %for.body.lr.ph, label %for.end 43 for.body.lr.ph: ; preds = %entry 44 br label %for.body [all …]
|
H A D | ctrloop-le.ll | 14 br i1 %cmp3, label %for.body.lr.ph, label %for.end 16 for.body.lr.ph: ; preds = %entry 17 br label %for.body 19 for.body: ; preds = %for.body.lr.ph, %for.body 20 %i.04 = phi i32 [ 28395, %for.body.lr.ph ], [ %inc, %for.body ] 29 br i1 %cmp, label %for.body, label %for.end 31 for.end: ; preds = %for.body, %entry 43 br i1 %cmp3, label %for.body.lr.ph, label %for.end 45 for.body.lr.ph: ; preds = %entry 46 br label %for.body [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/Hexagon/ |
H A D | hwloop-le.ll | 10 br i1 %cmp3, label %for.body.lr.ph, label %for.end 12 for.body.lr.ph: ; preds = %entry 13 br label %for.body 15 for.body: ; preds = %for.body.lr.ph, %for.body 16 %i.04 = phi i32 [ 28395, %for.body.lr.ph ], [ %inc, %for.body ] 25 br i1 %cmp, label %for.body, label %for.end 27 for.end: ; preds = %for.body, %entry 39 br i1 %cmp3, label %for.body.lr.ph, label %for.end 41 for.body.lr.ph: ; preds = %entry 42 br label %for.body [all …]
|
H A D | hwloop-ne.ll | 10 br i1 %cmp3, label %for.body.lr.ph, label %for.end 12 for.body.lr.ph: ; preds = %entry 13 br label %for.body 15 for.body: ; preds = %for.body.lr.ph, %for.body 16 %i.04 = phi i32 [ 32623, %for.body.lr.ph ], [ %inc, %for.body ] 25 br i1 %cmp, label %for.body, label %for.end 27 for.end: ; preds = %for.body, %entry 39 br i1 %cmp3, label %for.body.lr.ph, label %for.end 41 for.body.lr.ph: ; preds = %entry 42 br label %for.body [all …]
|
H A D | hwloop-lt.ll | 9 br i1 %cmp3, label %for.body.lr.ph, label %for.end 11 for.body.lr.ph: 12 br label %for.body 14 for.body: 15 %i.04 = phi i32 [ 8531, %for.body.lr.ph ], [ %inc, %for.body ] 24 br i1 %cmp, label %for.body, label %for.end 36 br i1 %cmp3, label %for.body.lr.ph, label %for.end 38 for.body.lr.ph: 39 br label %for.body 41 for.body: [all …]
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 124 body.motion.pointerCount > 0 && body.motion.pointerCount <= MAX_POINTERS; in isValid() 126 ALOGE("Received invalid MOTION: pointerCount = %" PRIu32, body.motion.pointerCount); in isValid() 138 body.timeline.graphicsTimeline[GraphicsTimeline::GPU_COMPLETED_TIME]; in isValid() 140 body.timeline.graphicsTimeline[GraphicsTimeline::PRESENT_TIME]; in isValid() 157 return sizeof(Header) + body.key.size(); in size() 159 return sizeof(Header) + body.motion.size(); in size() 161 return sizeof(Header) + body.finished.size(); in size() 163 return sizeof(Header) + body.focus.size(); in size() 165 return sizeof(Header) + body.capture.size(); in size() 167 return sizeof(Header) + body.drag.size(); in size() [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/LoopVectorize/ |
H A D | intrinsic.ll | 12 br i1 %cmp6, label %for.body, label %for.end 14 for.body: ; preds = %entry, %for.body 15 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 0, %entry ] 24 br i1 %exitcond, label %for.end, label %for.body 26 for.end: ; preds = %for.body, %entry 38 br i1 %cmp6, label %for.body, label %for.end 40 for.body: ; preds = %entry, %for.body 41 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 0, %entry ] 50 br i1 %exitcond, label %for.end, label %for.body 52 for.end: ; preds = %for.body, %entry [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_atomics_test.cpp | 32 const std::string& body, const std::string& capabilities_and_extensions, in GenerateShaderCodeImpl() argument 87 ss << body; in GenerateShaderCodeImpl() 96 const std::string& body, in GenerateShaderCode() argument 117 body, "OpCapability Int64\n" + capabilities_and_extensions, in GenerateShaderCode() 122 const std::string& body, in GenerateShaderComputeCode() argument 143 body, "OpCapability Int64\n" + capabilities_and_extensions, in GenerateShaderComputeCode() 148 const std::string& body, in GenerateKernelCode() argument 214 ss << body; in GenerateKernelCode() 224 const std::string body = R"( in TEST_F() local 229 CompileSuccessfully(GenerateShaderCode(body)); in TEST_F() [all …]
|
D | val_arithmetics_test.cpp | 171 const std::string body = R"( in TEST_F() local 181 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 186 const std::string body = R"( in TEST_F() local 196 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 201 const std::string body = R"( in TEST_F() local 214 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 219 const std::string body = R"( in TEST_F() local 232 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 237 const std::string body = R"( in TEST_F() local 247 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() [all …]
|
D | val_image_test.cpp | 37 const std::string& body, in GenerateShaderCode() argument 348 ss << body; in GenerateShaderCode() 358 const std::string& body, in GenerateKernelCode() argument 449 ss << body; in GenerateKernelCode() 884 const std::string body = R"( in TEST_F() local 899 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 909 const std::string body = R"( in TEST_F() local 926 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 936 const std::string body = R"( in TEST_F() local 952 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() [all …]
|
D | val_conversion_test.cpp | 35 const std::string& body, in GenerateShaderCode() argument 165 after_variables_before_body + body + after_body; in GenerateShaderCode() 169 const std::string& body, in GenerateKernelCode() argument 274 after_extension_before_body + body + after_body; in GenerateKernelCode() 278 const std::string body = R"( in TEST_F() local 284 CompileSuccessfully(GenerateShaderCode(body).c_str()); in TEST_F() 289 const std::string body = R"( in TEST_F() local 293 CompileSuccessfully(GenerateShaderCode(body).c_str()); in TEST_F() 301 const std::string body = R"( in TEST_F() local 305 CompileSuccessfully(GenerateShaderCode(body).c_str()); in TEST_F() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_atomics_test.cpp | 32 const std::string& body, const std::string& capabilities_and_extensions, in GenerateShaderCodeImpl() argument 87 ss << body; in GenerateShaderCodeImpl() 96 const std::string& body, in GenerateShaderCode() argument 117 body, "OpCapability Int64\n" + capabilities_and_extensions, in GenerateShaderCode() 122 const std::string& body, in GenerateShaderComputeCode() argument 143 body, "OpCapability Int64\n" + capabilities_and_extensions, in GenerateShaderComputeCode() 148 const std::string& body, in GenerateKernelCode() argument 214 ss << body; in GenerateKernelCode() 224 const std::string body = R"( in TEST_F() local 229 CompileSuccessfully(GenerateShaderCode(body)); in TEST_F() [all …]
|
H A D | val_arithmetics_test.cpp | 171 const std::string body = R"( in TEST_F() local 181 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 186 const std::string body = R"( in TEST_F() local 196 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 201 const std::string body = R"( in TEST_F() local 214 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 219 const std::string body = R"( in TEST_F() local 232 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 237 const std::string body = R"( in TEST_F() local 247 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() [all …]
|
H A D | val_conversion_test.cpp | 35 const std::string& body, in GenerateShaderCode() argument 165 after_variables_before_body + body + after_body; in GenerateShaderCode() 169 const std::string& body, in GenerateKernelCode() argument 274 after_extension_before_body + body + after_body; in GenerateKernelCode() 278 const std::string body = R"( in TEST_F() local 284 CompileSuccessfully(GenerateShaderCode(body).c_str()); in TEST_F() 289 const std::string body = R"( in TEST_F() local 293 CompileSuccessfully(GenerateShaderCode(body).c_str()); in TEST_F() 301 const std::string body = R"( in TEST_F() local 305 CompileSuccessfully(GenerateShaderCode(body).c_str()); in TEST_F() [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/ |
H A D | val_atomics_test.cpp | 32 const std::string& body, const std::string& capabilities_and_extensions, in GenerateShaderCodeImpl() argument 87 ss << body; in GenerateShaderCodeImpl() 96 const std::string& body, in GenerateShaderCode() argument 117 body, "OpCapability Int64\n" + capabilities_and_extensions, in GenerateShaderCode() 122 const std::string& body, in GenerateShaderComputeCode() argument 143 body, "OpCapability Int64\n" + capabilities_and_extensions, in GenerateShaderComputeCode() 148 const std::string& body, in GenerateKernelCode() argument 214 ss << body; in GenerateKernelCode() 224 const std::string body = R"( in TEST_F() local 229 CompileSuccessfully(GenerateShaderCode(body)); in TEST_F() [all …]
|
H A D | val_arithmetics_test.cpp | 171 const std::string body = R"( in TEST_F() local 181 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 186 const std::string body = R"( in TEST_F() local 196 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 201 const std::string body = R"( in TEST_F() local 214 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 219 const std::string body = R"( in TEST_F() local 232 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 237 const std::string body = R"( in TEST_F() local 247 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() [all …]
|
/aosp_15_r20/frameworks/native/libs/input/tests/ |
H A D | StructLayout_test.cpp | 35 CHECK_OFFSET(InputMessage, body, 8); in TestInputMessageAlignment() 37 CHECK_OFFSET(InputMessage::Body::Key, eventId, 0); in TestInputMessageAlignment() 38 CHECK_OFFSET(InputMessage::Body::Key, eventTime, 8); in TestInputMessageAlignment() 39 CHECK_OFFSET(InputMessage::Body::Key, deviceId, 16); in TestInputMessageAlignment() 40 CHECK_OFFSET(InputMessage::Body::Key, source, 20); in TestInputMessageAlignment() 41 CHECK_OFFSET(InputMessage::Body::Key, displayId, 24); in TestInputMessageAlignment() 42 CHECK_OFFSET(InputMessage::Body::Key, hmac, 28); in TestInputMessageAlignment() 43 CHECK_OFFSET(InputMessage::Body::Key, action, 60); in TestInputMessageAlignment() 44 CHECK_OFFSET(InputMessage::Body::Key, flags, 64); in TestInputMessageAlignment() 45 CHECK_OFFSET(InputMessage::Body::Key, keyCode, 68); in TestInputMessageAlignment() [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/LoopVectorize/X86/ |
H A D | veclib-calls.ll | 13 br i1 %cmp6, label %for.body, label %for.end 15 for.body: ; preds = %entry, %for.body 16 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 0, %entry ] 25 br i1 %exitcond, label %for.end, label %for.body 27 for.end: ; preds = %for.body, %entry 38 br i1 %cmp6, label %for.body, label %for.end 40 for.body: ; preds = %entry, %for.body 41 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 0, %entry ] 50 br i1 %exitcond, label %for.end, label %for.body 52 for.end: ; preds = %for.body, %entry [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_smp_act.h | 41 std::function<void(tSMP_CB* p_cb, tSMP_INT_DATA* p_data)> body{ 43 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); } in operator() 50 std::function<void(tSMP_CB* p_cb, tSMP_INT_DATA* p_data)> body{ 52 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); } in operator() 59 std::function<void(tSMP_CB* p_cb, tSMP_INT_DATA* p_data)> body{ 61 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); } in operator() 68 std::function<void(tSMP_CB* p_cb, tSMP_INT_DATA* p_data)> body{ 70 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); } in operator() 77 std::function<void(tSMP_CB* p_cb, tSMP_INT_DATA* p_data)> body{ 79 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); } in operator() [all …]
|
D | mock_stack_acl.h | 45 std::function<bool(const RawAddress& x)> body{[](const RawAddress& /* x */) { return false; }}; 46 bool operator()(const RawAddress& x) { return body(x); } in operator() 53 std::function<bool(const RawAddress& remote_bda, tBT_TRANSPORT transport)> body{ 56 return body(remote_bda, transport); in operator() 64 std::function<bool(uint16_t hci_handle)> body{[](uint16_t /* hci_handle */) { return false; }}; 65 bool operator()(uint16_t hci_handle) { return body(hci_handle); } in operator() 74 body{[](const RawAddress& /* pseudo_addr */, RawAddress& /* conn_addr */, 78 return body(pseudo_addr, conn_addr, p_addr_type, ota_address); in operator() 86 std::function<bool(const RawAddress& peer_addr)> body{ 88 bool operator()(const RawAddress& peer_addr) { return body(peer_addr); } in operator() [all …]
|
/aosp_15_r20/external/llvm/test/Analysis/DependenceAnalysis/ |
H A D | SymbolicSIV.ll | 15 br i1 %cmp1, label %for.end, label %for.body.preheader 24 for.body.preheader: ; preds = %entry 25 br label %for.body 27 for.body: ; preds = %for.body.preheader, %for.body 28 %i.03 = phi i64 [ %inc, %for.body ], [ 0, %for.body.preheader ] 29 %B.addr.02 = phi i32* [ %incdec.ptr, %for.body ], [ %B, %for.body.preheader ] 43 br i1 %exitcond, label %for.body, label %for.end.loopexit 45 for.end.loopexit: ; preds = %for.body 60 br i1 %cmp1, label %for.end, label %for.body.preheader 69 for.body.preheader: ; preds = %entry [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/LoopVectorize/ARM/ |
H A D | arm-ieee-vectorize.ll | 19 br i1 %cmp5, label %for.end, label %for.body.preheader 21 for.body.preheader: ; preds = %entry 22 br label %for.body 24 for.body: ; preds = %for.body.preheader, %for.body 25 %i.06 = phi i32 [ %inc, %for.body ], [ 0, %for.body.preheader ] 35 br i1 %exitcond, label %for.end.loopexit, label %for.body 37 for.end.loopexit: ; preds = %for.body 52 br i1 %cmp5, label %for.end, label %for.body.preheader 54 for.body.preheader: ; preds = %entry 55 br label %for.body [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/LoopIdiom/ |
H A D | basic.ll | 14 br label %for.body 16 for.body: ; preds = %bb.nph, %for.body 17 %indvar = phi i64 [ 0, %bb.nph ], [ %indvar.next, %for.body ] 22 br i1 %exitcond, label %for.end, label %for.body 24 for.end: ; preds = %for.body, %entry 35 br label %for.body 37 for.body: ; preds = %bb.nph, %for.body 38 %indvar = phi i64 [ 0, %bb.nph ], [ %indvar.next, %for.body.cont ] 42 br label %for.body.cont 43 for.body.cont: [all …]
|