Home
last modified time | relevance | path

Searched refs:context_flags (Results 1 – 25 of 54) sorted by relevance

123

/external/google-breakpad/src/processor/
Dconvert_old_arm64_context.cc38 context->context_flags = MD_CONTEXT_ARM64; in ConvertOldARM64Context()
39 if (old.context_flags & MD_CONTEXT_ARM64_INTEGER_OLD) { in ConvertOldARM64Context()
40 context->context_flags |= in ConvertOldARM64Context()
43 if (old.context_flags & MD_CONTEXT_ARM64_FLOATING_POINT_OLD) { in ConvertOldARM64Context()
44 context->context_flags |= MD_CONTEXT_ARM64_FLOATING_POINT; in ConvertOldARM64Context()
Dstackwalker_mips_unittest.cc148 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
177 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
204 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
228 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
305 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
374 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
446 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
653 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
668 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
688 raw_context.context_flags = raw_context.context_flags | MD_CONTEXT_MIPS_FULL; in TEST_F()
Dstackwalker_mips64_unittest.cc149 raw_context.context_flags = in TEST_F()
150 raw_context.context_flags | MD_CONTEXT_MIPS64_FULL; in TEST_F()
179 raw_context.context_flags = in TEST_F()
180 raw_context.context_flags | MD_CONTEXT_MIPS64_FULL; in TEST_F()
207 raw_context.context_flags = in TEST_F()
208 raw_context.context_flags | MD_CONTEXT_MIPS64_FULL; in TEST_F()
232 raw_context.context_flags = in TEST_F()
233 raw_context.context_flags | MD_CONTEXT_MIPS64_FULL; in TEST_F()
310 raw_context.context_flags = in TEST_F()
311 raw_context.context_flags | MD_CONTEXT_MIPS64_FULL; in TEST_F()
[all …]
Ddump_context.cc231 void DumpContext::SetContextFlags(uint32_t context_flags) { in SetContextFlags() argument
232 context_flags_ = context_flags; in SetContextFlags()
324 context_x86->context_flags); in Print()
387 context_ppc->context_flags); in Print()
426 context_ppc64->context_flags); in Print()
481 context_amd64->context_flags); in Print()
523 context_sparc->context_flags); in Print()
558 context_arm->context_flags); in Print()
588 context_arm64->context_flags); in Print()
615 context_mips->context_flags); in Print()
Dsynth_minidump.cc131 assert(((context.context_flags & MD_CONTEXT_CPU_MASK) == 0) || in Context()
132 (context.context_flags & MD_CONTEXT_X86)); in Context()
135 D32(context.context_flags); in Context()
179 assert((context.context_flags & MD_CONTEXT_ARM) || in Context()
180 (context.context_flags & MD_CONTEXT_ARM_OLD)); in Context()
183 D32(context.context_flags); in Context()
198 assert(context.context_flags & MD_CONTEXT_MIPS); in Context()
199 D32(context.context_flags); in Context()
Dminidump.cc484 Swap(&context_amd64->context_flags); in Read()
486 uint32_t cpu_type = context_amd64->context_flags & MD_CONTEXT_CPU_MASK; in Read()
489 context_amd64->context_flags |= cpu_type; in Read()
572 SetContextFlags(context_amd64->context_flags); in Read()
578 uint64_t context_flags; in Read() local
579 if (!minidump_->ReadBytes(&context_flags, sizeof(context_flags))) { in Read()
584 Swap(&context_flags); in Read()
586 uint32_t cpu_type = context_flags & MD_CONTEXT_CPU_MASK; in Read()
591 context_ppc64->context_flags |= cpu_type; in Read()
608 context_ppc64->context_flags = context_flags; in Read()
[all …]
Dminidump_unittest.cc229 raw_context.context_flags = MD_CONTEXT_X86_INTEGER | MD_CONTEXT_X86_CONTROL; in TEST()
297 (md_raw_context->context_flags in TEST()
320 raw_context.context_flags = MD_CONTEXT_X86_INTEGER | MD_CONTEXT_X86_CONTROL; in TEST()
801 raw_context0.context_flags = MD_CONTEXT_X86_INTEGER; in TEST()
813 raw_context1.context_flags = MD_CONTEXT_X86_INTEGER; in TEST()
825 raw_context2.context_flags = MD_CONTEXT_X86_INTEGER; in TEST()
837 raw_context3.context_flags = MD_CONTEXT_X86_INTEGER; in TEST()
849 raw_context4.context_flags = MD_CONTEXT_X86_INTEGER; in TEST()
1053 raw_context.context_flags = MD_CONTEXT_X86_INTEGER | MD_CONTEXT_X86_CONTROL; in TEST()
1106 (md_raw_context->context_flags in TEST()
[all …]
Dsynth_minidump_unittest.cc127 assert(x86_raw_context.context_flags & MD_CONTEXT_X86); in TEST()
138 assert(arm_raw_context.context_flags & MD_CONTEXT_ARM); in TEST()
150 raw.context_flags = MD_CONTEXT_AMD64; in TEST()
158 raw.context_flags = MD_CONTEXT_X86; in TEST()
/external/virglrenderer/tests/
Dtest_virgl_init.c89 ret = virgl_renderer_init(&mystruct, context_flags, &test_cbs); in START_TEST()
100 ret = virgl_renderer_init(&mystruct, context_flags, &test_cbs); in START_TEST()
102 ret = virgl_renderer_init(&mystruct, context_flags, &test_cbs); in START_TEST()
115 ret = virgl_renderer_init(&mystruct, context_flags, &test_cbs); in START_TEST()
118 ret = virgl_renderer_init(&local_struct, context_flags, &test_cbs); in START_TEST()
126 ret = virgl_renderer_init(&mystruct, context_flags, &local_cbs); in START_TEST()
137 ret = virgl_renderer_init(&mystruct, context_flags, &test_cbs); in START_TEST()
152 ret = virgl_renderer_init(&mystruct, context_flags, &test_cbs); in START_TEST()
165 ret = virgl_renderer_init(&mystruct, context_flags, &test_cbs); in START_TEST()
311 ret = virgl_renderer_init(&mystruct, context_flags, &test_cbs); in START_TEST()
[all …]
Dtest_virgl_fence.c274 ret = virgl_renderer_init(&dummy_cookie, context_flags, &dummy_cbs); in detect_fence_export_support()
297 context_flags |= VIRGL_RENDERER_USE_SURFACELESS; in main()
299 context_flags |= VIRGL_RENDERER_USE_GLES; in main()
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.1.x/
Dgl45-khr-master.txt5 KHR-NoContext.gl45.context_flags.no_flags_set_case
6 KHR-NoContext.gl45.context_flags.debug_flag_set_case
7 KHR-NoContext.gl45.context_flags.robust_flag_set_case
8 KHR-NoContext.gl45.context_flags.all_flags_set_case
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/
Dgles32-khr-noctx-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/src/
Dgles32-khr-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/
Dgl45-khr-master.txt5 KHR-NoContext.gl45.context_flags.no_flags_set_case
6 KHR-NoContext.gl45.context_flags.debug_flag_set_case
7 KHR-NoContext.gl45.context_flags.robust_flag_set_case
8 KHR-NoContext.gl45.context_flags.all_flags_set_case
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/src/
Dgl45-khr-master.txt5 KHR-NoContext.gl45.context_flags.no_flags_set_case
6 KHR-NoContext.gl45.context_flags.debug_flag_set_case
7 KHR-NoContext.gl45.context_flags.robust_flag_set_case
8 KHR-NoContext.gl45.context_flags.all_flags_set_case
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DRegisterContextMinidump_x86_32.cpp40 const MinidumpContext_x86_32_Flags context_flags = in ConvertMinidumpContext_x86_32() local
42 static_cast<uint32_t>(context->context_flags)); in ConvertMinidumpContext_x86_32()
48 if ((context_flags & x86_32_Flag) != x86_32_Flag) { in ConvertMinidumpContext_x86_32()
52 if ((context_flags & ControlFlag) == ControlFlag) { in ConvertMinidumpContext_x86_32()
67 if ((context_flags & SegmentsFlag) == SegmentsFlag) { in ConvertMinidumpContext_x86_32()
78 if ((context_flags & IntegerFlag) == IntegerFlag) { in ConvertMinidumpContext_x86_32()
DRegisterContextMinidump_x86_64.cpp63 const MinidumpContext_x86_64_Flags context_flags = in ConvertMinidumpContext_x86_64() local
65 static_cast<uint32_t>(context->context_flags)); in ConvertMinidumpContext_x86_64()
71 if ((context_flags & x86_64_Flag) != x86_64_Flag) in ConvertMinidumpContext_x86_64()
74 if ((context_flags & ControlFlag) == ControlFlag) { in ConvertMinidumpContext_x86_64()
82 if ((context_flags & SegmentsFlag) == SegmentsFlag) { in ConvertMinidumpContext_x86_64()
89 if ((context_flags & IntegerFlag) == IntegerFlag) { in ConvertMinidumpContext_x86_64()
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/
Dgles32-khr-noctx-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.6.x/
Dgles32-khr-noctx-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.5.x/
Dgles32-khr-noctx-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc67 out->context_flags = MD_CONTEXT_X86_ALL; in FillCPUContext()
130 out->context_flags = MD_CONTEXT_AMD64_FULL |
195 out->context_flags = MD_CONTEXT_ARM_FULL;
217 out->context_flags = MD_CONTEXT_ARM64_FULL_OLD;
239 out->context_flags = MD_CONTEXT_MIPS64_FULL;
241 out->context_flags = MD_CONTEXT_MIPS_FULL;
Ducontext_reader.cc55 out->context_flags = MD_CONTEXT_X86_FULL | in FillCPUContext()
103 out->context_flags = MD_CONTEXT_AMD64_FULL;
157 out->context_flags = MD_CONTEXT_ARM_FULL;
197 out->context_flags = MD_CONTEXT_ARM64_FULL_OLD;
223 out->context_flags = MD_CONTEXT_MIPS64_FULL;
225 out->context_flags = MD_CONTEXT_MIPS_FULL;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_arm64.h96 uint32_t context_flags; member
141 uint64_t context_flags; member
Dminidump_cpu_arm.h95 uint32_t context_flags; member
Dminidump_cpu_ppc64.h93 uint64_t context_flags; member

123