Home
last modified time | relevance | path

Searched refs:my_label (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/security/smack/
Dsmack_set_onlycap.sh20 my_label=$(cat /proc/self/attr/current 2>/dev/null)
23 echo "$my_label" 2>/dev/null > "$smackfsdir/onlycap"
26 if [ "$label" != "$my_label" ]; then
28 "is \"$label\", not the expected \"$my_label\"."
/external/clang/test/Sema/
Dpragma-section.c30 #pragma bss_seg(push, my_label, 1) // expected-warning {{expected a string literal for the section …
/external/llvm-project/clang/test/Sema/
Dpragma-section.c30 #pragma bss_seg(push, my_label, 1) // expected-warning {{expected a string literal for the section …
/external/toolchain-utils/crosperf/
Dbenchmark_run_unittest.py75 my_label = MockLabel(
109 b = benchmark_run.MockBenchmarkRun('test run', bench, my_label, 1, [], m,
/external/vixl/doc/aarch32/
Dgetting-started-aarch32.md103 Label my_label; // Create the label object.
104 __ Bind(&my_label); // Bind it to the current location.
/external/vixl/doc/aarch64/
Dgetting-started-aarch64.md107 Label my_label; // Create the label object.
108 __ Bind(&my_label); // Bind it to the current location.