/external/llvm-project/llvm/test/MC/RISCV/ |
D | rvi-pseudos-invalid.s | 4 lla x1, 1234 # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 5 lla x1, %pcrel_hi(1234) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 6 lla x1, %pcrel_lo(1234) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 7 lla x1, %pcrel_hi(foo) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 8 lla x1, %pcrel_lo(foo) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 9 lla x1, %hi(1234) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 10 lla x1, %lo(1234) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 11 lla x1, %hi(foo) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 12 lla x1, %lo(foo) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 14 la x1, 1234 # CHECK: :[[@LINE]]:8: error: operand must be a bare symbol name [all …]
|
D | function-call-invalid.s | 3 call 1234 # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 4 call %pcrel_hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 5 call %pcrel_lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 6 call %pcrel_hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 7 call %pcrel_lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 8 call %hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 9 call %lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 10 call %hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 11 call %lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 12 call foo, bar # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name
|
D | tail-call-invalid.s | 4 tail 1234 # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 5 tail %pcrel_hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 6 tail %pcrel_lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 7 tail %pcrel_hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 8 tail %pcrel_lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 9 tail %hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 10 tail %lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 11 tail %hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name 12 tail %lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name
|
D | lla-invalid.s | 4 # Non bare symbols must be rejected 5 lla a2, %lo(a_symbol) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name 6 lla a2, %hi(a_symbol) # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name
|
/external/toybox/scripts/ |
D | mkflags.c | 41 int bare = 2; in mark_gaps() local 53 if (bare) bare = 1; in mark_gaps() 57 if (bare) *(new++) = 1; in mark_gaps() 67 if (bare && !chrtype(c)) bare = 0; in mark_gaps() 75 if (!c || (!bare && c==3)) *(new++) = 1; in mark_gaps()
|
/external/libvpx/libvpx/build/make/ |
D | version.sh | 17 --bare) bare=true ;; 59 if [ ${bare} ]; then
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | ICUResourceWriter.java | 243 public void write(OutputStream writer, int numIndent, boolean bare) { in write() argument 358 public void write(OutputStream writer, int numIndent, boolean bare) { in write() argument 363 if (bare == true) { in write() 419 public void write(OutputStream writer, int numIndent, boolean bare) { in write() argument 568 public void write(OutputStream writer, int numIndent, boolean bare) { in write() argument 572 if (bare == true) { in write() 601 public void write(OutputStream writer, int numIndent, boolean bare) { in write() argument 685 public void write(OutputStream writer, int numIndent, boolean bare) { in write() argument 688 if (bare == true) { in write() 823 public void write(OutputStream writer, int numIndent, boolean bare) { in write() argument [all …]
|
/external/autotest/client/site_tests/power_SuspendStress/ |
D | control.bare | 6 NAME = "power_SuspendStress.bare" 15 Runs eight minutes of bare suspend/resume cycles without additional workload. 20 job.run_test('power_SuspendStress', duration=480, tag='bare')
|
D | control.bareDaily | 15 Runs 250 iterations (~30mins) of bare suspend/resume cycles without additional 21 tag='bare')
|
D | control.bareFSI | 14 Runs iterations of bare suspend/resume cycles without additional workload. 20 modemfwd_workaround=True, tag='bare')
|
D | control.stress | 15 Runs multiple minutes of bare suspend/resume cycles without additional workload. 20 job.run_test('power_SuspendStress', duration=600, tag='bare')
|
D | control.4hours | 15 Runs four hours of bare suspend/resume cycles without additional workload. 25 job.run_test('power_SuspendStress', duration=14400, tag='bare', max_resume_window=8)
|
D | control.faft | 14 Runs eight minutes of bare suspend/resume cycles without additional workload. 18 Put .bare in a loop and run for 2 days. This test replaces suspend resume test.
|
/external/mesa3d/.gitlab-ci/bare-metal/ |
D | google-power-up.sh | 10 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay 12 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py on $relay
|
D | google-power-down.sh | 10 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
|
/external/tinyalsa_new/debian/ |
D | control | 26 The TinyALSA library is a lightweight, bare metal version of the ALSA library. 36 The TinyALSA library is a lightweight, bare metal version of the ALSA library. 45 The TinyALSA library is a lightweight, bare metal version of the ALSA library.
|
/external/rust/crates/async-trait/tests/ui/ |
D | bare-trait-object.stderr | 2 --> $DIR/bare-trait-object.rs:11:16 8 --> $DIR/bare-trait-object.rs:1:9
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_flow_dissector.sh | 120 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \ 123 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \ 126 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \
|
/external/mesa3d/src/freedreno/rnn/ |
D | rnn.h | 92 int bare; member 155 int bare; member 175 int bare; member
|
D | rnn.c | 292 int bare = 0; in parseenum() local 301 bare = getboolattrib(db, file, node->line, attr); in parseenum() 329 cur->isinline != isinline || cur->bare != bare) { in parseenum() 336 cur->bare = bare; in parseenum() 397 int bare = 0; in parsebitset() local 406 bare = getboolattrib(db, file, node->line, attr); in parsebitset() 434 cur->isinline != isinline || cur->bare != bare) { in parsebitset() 441 cur->bare = bare; in parsebitset() 669 int bare = 0; in parsedomain() local 678 bare = getboolattrib(db, file, node->line, attr); in parsedomain() [all …]
|
/external/llvm-project/openmp/runtime/tools/ |
D | check-depends.pl | 333 my $bare; 338 "bare" => \$bare, 375 if ( $bare ) {
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 628 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument 689 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument 692 if(bare==true){ in write() 705 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument 709 if(bare==true){ in write() 721 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument 725 if(bare==true){ in write() 738 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument 742 …EMPTY : name)+COLON+IMPORT+ OPENBRACE+QUOTE+external+QUOTE+CLOSEBRACE + ((bare==true) ? EMPTY : L… in write() 745 …((name==null) ? EMPTY : name)+COLON+BIN+ OPENBRACE+internal+CLOSEBRACE+ ((bare==true) ? EMPTY : L… in write() [all …]
|
/external/iproute2/tipc/ |
D | README | 6 --help or -h is used for help. We do not reserve the bare word "help", which 7 for example the ip command does. Reserving a bare word like help quickly 14 bare words specially.
|
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/ |
D | mbed_app.json.tpl | 7 "requires": ["bare-metal"]
|
/external/llvm-project/mlir/test/mlir-cpu-runner/ |
D | bare_ptr_call_conv.mlir | 1 // RUN: mlir-opt %s -convert-scf-to-std -convert-std-to-llvm='use-bare-ptr-memref-call-conv=1' | ml… 3 // Verify bare pointer memref calling convention. `simple_add1_add2_test`
|