Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 1966) sorted by relevance

12345678910>>...79

/external/mesa3d/src/mesa/main/
Dshared.c58 struct gl_shared_state *shared; in _mesa_alloc_shared_state() local
61 shared = CALLOC_STRUCT(gl_shared_state); in _mesa_alloc_shared_state()
62 if (!shared) in _mesa_alloc_shared_state()
65 mtx_init(&shared->Mutex, mtx_plain); in _mesa_alloc_shared_state()
67 shared->DisplayList = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
68 shared->BitmapAtlas = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
69 shared->TexObjects = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
70 shared->Programs = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
72 shared->DefaultVertexProgram = in _mesa_alloc_shared_state()
74 shared->DefaultFragmentProgram = in _mesa_alloc_shared_state()
[all …]
/external/ltp/testcases/kernel/fs/fs_bind/rbind/
D00_Descriptions.txt26 test01 - shared child to shared parent.
27 test02 - shared child to private parent.
28 test03 - shared child to slave parent.
29 test04 - shared child to unclonable parent.
30 test05 - private child to shared parent.
34 test09 - slave child to shared parent.
38 test13 - uncloneable child to shared parent.
42 test17 - shared subtree with shared child to shared subtree.
43 test18 - shared subtree with shared child to private subtree.
44 test19 - shared subtree with shared child to slave subtree.
[all …]
/external/ltp/testcases/kernel/fs/acl/
Dtacl_xattr.sh125 if [ ! -e tacl/mount-ext2/shared ]
127 mkdir -p -m 777 tacl/mount-ext2/shared
134 mkdir $CUR_PATH/tacl/mount-ext2/shared/team1
135 touch $CUR_PATH/tacl/mount-ext2/shared/team1/file1
137 cd $CUR_PATH/tacl/mount-ext2/shared/team1
141 cd $CUR_PATH/tacl/mount-ext2/shared
149 mkdir $CUR_PATH/tacl/mount-ext2/shared/team2
150 touch $CUR_PATH/tacl/mount-ext2/shared/team2/file1
152 cd $CUR_PATH/tacl/mount-ext2/shared/team2
156 cd $CUR_PATH/tacl/mount-ext2/shared
[all …]
/external/ltp/testcases/kernel/fs/fs_bind/bind/
D00_Descriptions.txt25 test01 - shared child to shared parent.
26 test02 - shared child to private parent.
27 test03 - shared child to slave parent.
28 test04 - shared child to unclonable parent.
29 test05 - private child to shared parent.
34 test09 - slave child to shared parent.
38 test13 - uncloneable child to shared parent.
42 test17 - shared subtree with shared child to shared subtree.
43 test18 - shared subtree with shared child to private subtree.
44 test19 - shared subtree with shared child to slave subtree.
[all …]
/external/vboot_reference/tests/
Dvboot_firmware_tests.c28 static VbSharedDataHeader* shared = (VbSharedDataHeader*)shared_data; variable
81 VbSharedDataInit(shared, sizeof(shared_data)); in ResetMocks()
82 shared->fw_version_tpm = 0x00020004; in ResetMocks()
228 TEST_EQ(shared->flags & VBSD_LF_DEV_SWITCH_ON, 0, in LoadFirmwareTest()
230 TEST_EQ(shared->check_fw_a_result, VBSD_LF_CHECK_DEV_MISMATCH, in LoadFirmwareTest()
232 TEST_EQ(shared->check_fw_b_result, VBSD_LF_CHECK_REC_MISMATCH, in LoadFirmwareTest()
236 shared->flags |= VBSD_BOOT_DEV_SWITCH_ON; in LoadFirmwareTest()
244 TEST_NEQ(shared->flags & VBSD_LF_DEV_SWITCH_ON, 0, in LoadFirmwareTest()
246 TEST_EQ(shared->check_fw_a_result, VBSD_LF_CHECK_DEV_MISMATCH, in LoadFirmwareTest()
248 TEST_EQ(shared->check_fw_b_result, VBSD_LF_CHECK_REC_MISMATCH, in LoadFirmwareTest()
[all …]
Dvboot_api_init_tests.c25 static VbSharedDataHeader *shared = (VbSharedDataHeader *)shared_data; variable
64 VbSharedDataInit(shared, sizeof(shared_data)); in ResetMocks()
166 TEST_EQ(shared->timer_vb_init_enter, 21, " time enter"); in VbInitTest()
167 TEST_EQ(shared->timer_vb_init_exit, 43, " time exit"); in VbInitTest()
168 TEST_EQ(shared->flags, 0, " shared flags"); in VbInitTest()
191 TEST_EQ(shared->flags, VBSD_BOOT_FIRMWARE_WP_ENABLED, in VbInitTest()
197 TEST_EQ(shared->flags, VBSD_BOOT_FIRMWARE_SW_WP_ENABLED, in VbInitTest()
203 TEST_EQ(shared->flags, VBSD_BOOT_RO_NORMAL_SUPPORT, in VbInitTest()
209 TEST_EQ(shared->flags, VBSD_EC_SOFTWARE_SYNC, " shared flags"); in VbInitTest()
214 TEST_EQ(shared->flags, VBSD_EC_SLOW_UPDATE, " shared flags"); in VbInitTest()
[all …]
Dvboot_api_firmware_tests.c30 static VbSharedDataHeader* shared = (VbSharedDataHeader*)shared_data; variable
64 VbSharedDataInit(shared, sizeof(shared_data)); in ResetMocks()
65 shared->fw_keyblock_flags = 0xABCDE0; in ResetMocks()
74 shared->fw_version_tpm_start = mock_tpm_version; in ResetMocks()
127 shared->fw_version_tpm = mock_lf_tpm_version; in LoadFirmware()
150 TEST_EQ(shared->timer_vb_select_firmware_enter, 21, " time enter"); in VbSelectFirmwareTest()
151 TEST_EQ(shared->timer_vb_select_firmware_exit, 43, " time exit"); in VbSelectFirmwareTest()
159 shared->flags |= VBSD_BOOT_DEV_SWITCH_ON; in VbSelectFirmwareTest()
167 shared->recovery_reason = VBNV_RECOVERY_US_TEST; in VbSelectFirmwareTest()
178 shared->recovery_reason = VBNV_RECOVERY_US_TEST; in VbSelectFirmwareTest()
[all …]
/external/icu/icu4j/main/shared/build/
Dlocations.properties8 icu4j.collate.dir = ${shared.dir}/../classes/collate
9 icu4j.core.dir = ${shared.dir}/../classes/core
10 icu4j.charset.dir = ${shared.dir}/../classes/charset
11 icu4j.currdata.dir = ${shared.dir}/../classes/currdata
12 icu4j.langdata.dir = ${shared.dir}/../classes/langdata
13 icu4j.localespi.dir = ${shared.dir}/../classes/localespi
14 icu4j.regiondata.dir = ${shared.dir}/../classes/regiondata
15 icu4j.translit.dir = ${shared.dir}/../classes/translit
17 icu4j.test-framework.dir = ${shared.dir}/../tests/framework
18 icu4j.core-tests.dir = ${shared.dir}/../tests/core
[all …]
/external/v8/src/parsing/
Dparse-info.cc44 ParseInfo::ParseInfo(Handle<SharedFunctionInfo> shared) in ParseInfo() argument
45 : ParseInfo(shared->GetIsolate()->allocator()) { in ParseInfo()
46 isolate_ = shared->GetIsolate(); in ParseInfo()
48 set_toplevel(shared->is_toplevel()); in ParseInfo()
51 set_is_named_expression(shared->is_named_expression()); in ParseInfo()
52 set_calls_eval(shared->scope_info()->CallsEval()); in ParseInfo()
53 set_compiler_hints(shared->compiler_hints()); in ParseInfo()
54 set_start_position(shared->start_position()); in ParseInfo()
55 set_end_position(shared->end_position()); in ParseInfo()
56 function_literal_id_ = shared->function_literal_id(); in ParseInfo()
[all …]
/external/clang/test/OpenMP/
Dparallel_shared_messages.cpp62 #pragma omp parallel shared // expected-error {{expected '(' after 'shared'}} in main()
63 …#pragma omp parallel shared ( // expected-error {{expected expression}} expected-error {{expected … in main()
64 #pragma omp parallel shared () // expected-error {{expected expression}} in main()
65 …#pragma omp parallel shared (argc // expected-error {{expected ')'}} expected-note {{to match this… in main()
66 …#pragma omp parallel shared (argc, // expected-error {{expected expression}} expected-error {{expe… in main()
67 …#pragma omp parallel shared (argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable n… in main()
68 #pragma omp parallel shared (argc) in main()
69 #pragma omp parallel shared (S1) // expected-error {{'S1' does not refer to a value}} in main()
70 #pragma omp parallel shared (a, b, c, d, f) in main()
71 #pragma omp parallel shared (argv[1]) // expected-error {{expected variable name}} in main()
[all …]
Dtask_shared_messages.cpp66 #pragma omp task shared // expected-error {{expected '(' after 'share… in main()
68 #pragma omp task shared( // expected-error {{expected expression}} exp… in main()
70 #pragma omp task shared() // expected-error {{expected expression}} in main()
72 #pragma omp task shared(argc // expected-error {{expected ')'}} expected-n… in main()
74 #pragma omp task shared(argc, // expected-error {{expected expression}} exp… in main()
76 #pragma omp task shared(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}} in main()
78 #pragma omp task shared(argc) in main()
80 #pragma omp task shared(S1) // expected-error {{'S1' does not refer to a value}} in main()
82 #pragma omp task shared(a, b, c, d, f) in main()
84 #pragma omp task shared(argv[1]) // expected-error {{expected variable name}} in main()
[all …]
Dtarget_parallel_shared_messages.cpp62 #pragma omp target parallel shared // expected-error {{expected '(' after 'shared'}} in main()
64 …#pragma omp target parallel shared ( // expected-error {{expected expression}} expected-error {{ex… in main()
66 #pragma omp target parallel shared () // expected-error {{expected expression}} in main()
68 …#pragma omp target parallel shared (argc // expected-error {{expected ')'}} expected-note {{to mat… in main()
70 …#pragma omp target parallel shared (argc, // expected-error {{expected expression}} expected-error… in main()
72 …#pragma omp target parallel shared (argc > 0 ? argv[1] : argv[2]) // expected-error {{expected var… in main()
74 #pragma omp target parallel shared (argc) in main()
76 #pragma omp target parallel shared (S1) // expected-error {{'S1' does not refer to a value}} in main()
78 #pragma omp target parallel shared (a, b, c, d, f) in main()
80 #pragma omp target parallel shared (argv[1]) // expected-error {{expected variable name}} in main()
[all …]
Dparallel_sections_shared_messages.cpp66 #pragma omp parallel sections shared // expected-error {{expected '(' after 'shared'}} in main()
68 #pragma omp parallel sections shared( // expected-error {{expected expression}} expected-error {{ex… in main()
70 #pragma omp parallel sections shared() // expected-error {{expected expression}} in main()
72 #pragma omp parallel sections shared(argc // expected-error {{expected ')'}} expected-note {{to mat… in main()
74 #pragma omp parallel sections shared(argc, // expected-error {{expected expression}} expected-error… in main()
76 #pragma omp parallel sections shared(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected var… in main()
78 #pragma omp parallel sections shared(argc) in main()
80 #pragma omp parallel sections shared(S1) // expected-error {{'S1' does not refer to a value}} in main()
82 #pragma omp parallel sections shared(a, b, c, d, f) in main()
84 #pragma omp parallel sections shared(argv[1]) // expected-error {{expected variable name}} in main()
[all …]
Ddistribute_parallel_for_shared_messages.cpp62 #pragma omp distribute parallel for shared // expected-error {{expected '(' after 'shared'}} in tmain()
69 #pragma omp distribute parallel for shared ( // expected-error {{expected expression}} expected-err… in tmain()
76 #pragma omp distribute parallel for shared () // expected-error {{expected expression}} in tmain()
83 #pragma omp distribute parallel for shared (argc // expected-error {{expected ')'}} expected-note {… in tmain()
90 #pragma omp distribute parallel for shared (argc, // expected-error {{expected expression}} expecte… in tmain()
97 #pragma omp distribute parallel for shared (argc > 0 ? argv[1] : argv[2]) // expected-error {{expec… in tmain()
104 #pragma omp distribute parallel for shared (argc) in tmain()
111 #pragma omp distribute parallel for shared (S1) // expected-error {{'S1' does not refer to a value}} in tmain()
118 #pragma omp distribute parallel for shared (a, b, c, d, f) in tmain()
125 #pragma omp distribute parallel for shared (argv[1]) // expected-error {{expected variable name}} in tmain()
[all …]
Dteams_shared_messages.cpp63 #pragma omp teams shared // expected-error {{expected '(' after 'shared'}} in main()
66 …#pragma omp teams shared ( // expected-error {{expected expression}} expected-error {{expected ')'… in main()
69 #pragma omp teams shared () // expected-error {{expected expression}} in main()
72 …#pragma omp teams shared (argc // expected-error {{expected ')'}} expected-note {{to match this '(… in main()
75 …#pragma omp teams shared (argc, // expected-error {{expected expression}} expected-error {{expecte… in main()
78 …#pragma omp teams shared (argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name… in main()
81 #pragma omp teams shared (argc) in main()
84 #pragma omp teams shared (S1) // expected-error {{'S1' does not refer to a value}} in main()
87 #pragma omp teams shared (a, b, c, d, f) in main()
90 #pragma omp teams shared (argv[1]) // expected-error {{expected variable name}} in main()
[all …]
Ddistribute_parallel_for_simd_shared_messages.cpp62 #pragma omp distribute parallel for simd shared // expected-error {{expected '(' after 'shared'}} in tmain()
69 #pragma omp distribute parallel for simd shared ( // expected-error {{expected expression}} expecte… in tmain()
76 #pragma omp distribute parallel for simd shared () // expected-error {{expected expression}} in tmain()
83 #pragma omp distribute parallel for simd shared (argc // expected-error {{expected ')'}} expected-n… in tmain()
90 #pragma omp distribute parallel for simd shared (argc, // expected-error {{expected expression}} ex… in tmain()
97 #pragma omp distribute parallel for simd shared (argc > 0 ? argv[1] : argv[2]) // expected-error {{… in tmain()
104 #pragma omp distribute parallel for simd shared (argc) in tmain()
111 #pragma omp distribute parallel for simd shared (S1) // expected-error {{'S1' does not refer to a v… in tmain()
118 #pragma omp distribute parallel for simd shared (a, b, c, d, f) in tmain()
125 #pragma omp distribute parallel for simd shared (argv[1]) // expected-error {{expected variable nam… in tmain()
[all …]
/external/v8/src/
Druntime-profiler.cc106 Code* shared_code = function->shared()->code(); in GetICCounts()
119 const bool is_interpreted = function->shared()->IsInterpreted(); in GetICCounts()
138 function->shared()->PassesFilter(FLAG_hydrogen_filter)) { in TraceRecompile()
165 DCHECK(function->shared()->IsInterpreted()); in Baseline()
172 SharedFunctionInfo* shared = function->shared(); in AttemptOnStackReplacement() local
173 if (!FLAG_use_osr || !function->shared()->IsUserJavaScript()) { in AttemptOnStackReplacement()
178 if (shared->optimization_disabled()) return; in AttemptOnStackReplacement()
183 if (shared->uses_arguments()) return; in AttemptOnStackReplacement()
197 DCHECK(shared->HasBaselineCode()); in AttemptOnStackReplacement()
198 DCHECK(BackEdgeTable::Verify(shared->GetIsolate(), shared->code())); in AttemptOnStackReplacement()
[all …]
Dcompiler.cc182 int opt_count = function->shared()->opt_count(); in RecordOptimizedCompilationStats()
183 function->shared()->set_opt_count(opt_count + 1); in RecordOptimizedCompilationStats()
201 code_size += function->shared()->SourceSize(); in RecordOptimizedCompilationStats()
284 Handle<SharedFunctionInfo> shared = info->shared_info(); in RecordFunctionCompilation() local
294 int line_num = Script::GetLineNumber(script, shared->start_position()) + 1; in RecordFunctionCompilation()
296 Script::GetColumnNumber(script, shared->start_position()) + 1; in RecordFunctionCompilation()
303 CodeCreateEvent(log_tag, *abstract_code, *shared, script_name, in RecordFunctionCompilation()
330 bool UseTurboFan(Handle<SharedFunctionInfo> shared) { in UseTurboFan() argument
331 if (shared->optimization_disabled()) { in UseTurboFan()
335 bool must_use_ignition_turbo = shared->must_use_ignition_turbo(); in UseTurboFan()
[all …]
/external/compiler-rt/test/profile/
Dinstrprof-dynamic-two-shared.test2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp
3 RUN: %clang_profgen -o %t.d/b.shared -fPIC -shared %S/Inputs/instrprof-dynamic-b.cpp
4 RUN: %clang_profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.shared %S/Inputs/instrprof-…
9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
16 RUN: diff %t-a.static.ll %t-a.shared.ll
19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
20 RUN: diff %t-b.static.ll %t-b.shared.ll
23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam…
[all …]
Dinstrprof-dynamic-one-shared.test2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp
3 RUN: %clang_profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S/Inputs/instrprof-dynamic-b.cpp …
8 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
11 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
15 RUN: diff %t-a.static.ll %t-a.shared.ll
18 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
19 RUN: diff %t-b.static.ll %t-b.shared.ll
22 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam…
23 RUN: diff %t-main.static.ll %t-main.shared.ll
/external/vboot_reference/firmware/lib/
Dvboot_firmware.c44 VbSharedDataHeader *shared = in LoadFirmware() local
61 shared->firmware_index = 0xFF; in LoadFirmware()
74 is_dev = (shared->flags & VBSD_BOOT_DEV_SWITCH_ON ? 1 : 0); in LoadFirmware()
76 shared->flags |= VBSD_LF_DEV_SWITCH_ON; in LoadFirmware()
82 shared->flags |= VBSD_FWB_TRIED; in LoadFirmware()
107 check_result = &shared->check_fw_a_result; in LoadFirmware()
112 check_result = &shared->check_fw_b_result; in LoadFirmware()
146 if (key_version < (shared->fw_version_tpm >> 16)) { in LoadFirmware()
187 if (combined_version < shared->fw_version_tpm && in LoadFirmware()
218 if (!(shared->flags & VBSD_BOOT_RO_NORMAL_SUPPORT)) { in LoadFirmware()
[all …]
/external/valgrind/coregrind/
Dm_xtree.c109 XT_shared* shared; in new_XT_shared() local
114 shared = alloc_fn(cc, sizeof(*shared)); in new_XT_shared()
115 shared->nrRef = 0; in new_XT_shared()
116 shared->alloc_fn = alloc_fn; in new_XT_shared()
117 shared->cc = cc; in new_XT_shared()
118 shared->free_fn = free_fn; in new_XT_shared()
120 shared->d4ecu2xecu_sz = 0; in new_XT_shared()
121 shared->d4ecu2xecu = NULL; in new_XT_shared()
122 shared->xec = VG_(newXA)(alloc_fn, cc, free_fn, sizeof(xec)); in new_XT_shared()
123 shared->ips_order_xecu = NULL; // Allocated when needed. in new_XT_shared()
[all …]
/external/compiler-rt/test/profile/Linux/
Dinstrprof-dynamic-two-shared.test2 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.shared -fPIC -shared %S/../Input…
3 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.shared -fPIC -shared %S/../Input…
4 …on-sections -fuse-ld=gold -Wl,--gc-sections -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.sh…
9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
16 RUN: diff %t-a.static.ll %t-a.shared.ll
19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
20 RUN: diff %t-b.static.ll %t-b.shared.ll
23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy…
[all …]
/external/ltp/testcases/kernel/fs/fs_bind/move/
D00_Descriptions.txt25 test01 - shared child to shared parent.
26 test02 - shared subtree to private parent.
27 test03 - shared subtree to slave parent.
28 test04 - shared subtree to uncloneable parent.
29 test05 - private subtree to shared parent.
33 test09 - slave subtree to shared parent.
37 test13 - uncloneable subtree to shared parent.
41 test17 - tree with shared parent - check ERROR.
42 test18 - private to private - with shared children
45 test21 - shared tree within a tree it is bound to.
[all …]
/external/llvm/test/CodeGen/WinEH/
Dwineh-no-demotion.ll25 br i1 %bool, label %shared, label %cleanupret
32 br label %shared
34 shared:
37 to label %shared.cont unwind label %inner
39 shared.cont:
43 %phi = phi i32 [ %x, %shared ], [ 0, %invoke.cont ]
48 ; CHECK: %phi = phi i32 [ %x, %shared ], [ 0, %invoke.cont ], [ %x.for.left, %shared.for.left ]
60 to label %shared.cont unwind label %left
64 br i1 %bool, label %shared, label %cleanupret
71 br label %shared
[all …]

12345678910>>...79