Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 25 of 3866) sorted by relevance

12345678910>>...155

/external/igt-gpu-tools/tests/intel-ci/
Dfast-feedback.testlist3 igt@core_auth@basic-auth
9 igt@gem_close_race@basic-process
10 igt@gem_close_race@basic-threads
11 igt@gem_cpu_reloc@basic
12 igt@gem_ctx_create@basic
13 igt@gem_ctx_create@basic-files
14 igt@gem_ctx_exec@basic
15 igt@gem_ctx_param@basic
16 igt@gem_ctx_param@basic-default
19 igt@gem_exec_basic@basic-all
[all …]
Dblacklist.txt21 igt@gem_busy@(?!.*basic).*hang.*
22 igt@gem_close_race@(?!.*basic).*
25 igt@gem_ctx_create@(?!.*basic).*
26 igt@gem_ctx_exec@(?!.*basic).*
35 igt@gem_exec_fence@(?!.*basic).*
36 igt@gem_exec_flush@(?!.*basic).*
37 igt@gem_exec_gttfill@(?!.*basic).*
40 igt@gem_exec_nop@(?!.*basic).*
41 igt@gem_exec_reloc@(?!.*basic).*
42 igt@gem_exec_suspend@(?!.*basic).*
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/
DLocales.txt20 Oracle ; af ; basic
21 Oracle ; az ; basic
22 Oracle ; be ; basic
23 Oracle ; bg ; basic
24 Oracle ; bs ; basic
25 Oracle ; ca ; basic
26 Oracle ; cy ; basic
27 Oracle ; da ; basic
28 Oracle ; el ; basic
29 Oracle ; et ; basic
[all …]
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dmultiple-inputs.test4 RUN: cat %p/../Inputs/basic.macho.x86_64 > %t/basic.macho.x86_64
5 RUN: cat %p/../Inputs/basic-archive.macho.x86_64 > %t/basic-archive.macho.x86_64
6 RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %t/basic-lto.macho.x86_64
7 RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %t/basic-lto-dw4.macho.x86_64
10 …util -f -oso-prepend-path=%p/.. %t/basic.macho.x86_64 %t/basic-archive.macho.x86_64 %t/basic-lto.m…
11 RUN: llvm-dwarfdump -a %t/basic.macho.x86_64.dwarf \
12 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,BASIC
13 RUN: llvm-dwarfdump -a %t/basic-archive.macho.x86_64.dwarf \
14 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,ARCHIVE
15 RUN: llvm-dwarfdump -a %t/basic-lto.macho.x86_64.dwarf | FileCheck %S/basic-lto-linking-x86.test
[all …]
Dupdate.test3 RUN: cat %p/../Inputs/basic.macho.x86_64 > %t.dir/basic
4 RUN: dsymutil -oso-prepend-path=%p/.. %t.dir/basic
5 RUN: llvm-dwarfdump -a %t.dir/basic.dSYM | FileCheck %S/basic-linking-x86.test
6 RUN: dsymutil --update %t.dir/basic.dSYM
7 RUN: llvm-dwarfdump -a %t.dir/basic.dSYM | FileCheck %S/basic-linking-x86.test
8 RUN: dsymutil -u %t.dir/basic.dSYM
9 RUN: llvm-dwarfdump -a %t.dir/basic.dSYM | FileCheck %S/basic-linking-x86.test
10 RUN: dsymutil --update %t.dir/basic.dSYM -o %t.dir/updated.dSYM
11 RUN: llvm-dwarfdump -a %t.dir/updated.dSYM | FileCheck %S/basic-linking-x86.test
13 RUN: dsymutil -f -o %t2 -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64
[all …]
Dbasic-linking-bundle.test3 RUN: cat %p/../Inputs/basic.macho.x86_64 > %t/basic.macho.x86_64
5 RUN: dsymutil -oso-prepend-path=%p/.. %t/basic.macho.x86_64
8 RUN: llvm-dwarfdump -a %t/basic.macho.x86_64.dSYM/Contents/Resources/DWARF/basic.macho.x86_64 | Fil…
11 RUN: not ls %t/basic.macho.x86_64.dSYM/Contents/Resources/Remarks
14 RUN: llvm-dwarfdump -a %t/basic.macho.x86_64.dSYM | FileCheck %S/basic-linking-x86.test
16 RUN: FileCheck %s --input-file %t/basic.macho.x86_64.dSYM/Contents/Info.plist
18 RUN: dsymutil -oso-prepend-path=%p/.. %t/basic.macho.x86_64 -o %t/dsymdest/basic.macho.x86_64.dSYM
19 …: llvm-dwarfdump -a %t/dsymdest/basic.macho.x86_64.dSYM/Contents/Resources/DWARF/basic.macho.x86_6…
20 RUN: FileCheck %s --input-file %t/dsymdest/basic.macho.x86_64.dSYM/Contents/Info.plist
29 CHECK-NEXT: <string>com.apple.xcode.dsym.basic.macho.x86_64</string>
/external/llvm/test/tools/dsymutil/X86/
Dmultiple-inputs.test4 RUN: cat %p/../Inputs/basic.macho.x86_64 > %T/multiple-inputs/basic.macho.x86_64
5 RUN: cat %p/../Inputs/basic-archive.macho.x86_64 > %T/multiple-inputs/basic-archive.macho.x86_64
6 RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %T/multiple-inputs/basic-lto.macho.x86_64
7 RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %T/multiple-inputs/basic-lto-dw4.macho.x86_64
10 …ple-inputs/basic.macho.x86_64 %T/multiple-inputs/basic-archive.macho.x86_64 %T/multiple-inputs/bas…
11 RUN: llvm-dwarfdump %T/multiple-inputs/basic.macho.x86_64.dwarf \
12 RUN: | FileCheck %S/basic-linking-x86.test --check-prefix=CHECK --check-prefix=BASIC
13 RUN: llvm-dwarfdump %T/multiple-inputs/basic-archive.macho.x86_64.dwarf \
14 RUN: | FileCheck %S/basic-linking-x86.test --check-prefix=CHECK --check-prefix=ARCHIVE
15 RUN: llvm-dwarfdump %T/multiple-inputs/basic-lto.macho.x86_64.dwarf | FileCheck %S/basic-lto-linkin…
[all …]
Dbasic-linking-bundle.test1 RUN: rm -rf %T/basic-linking-bundle
2 RUN: mkdir -p %T/basic-linking-bundle/dsymdest
3 RUN: cat %p/../Inputs/basic.macho.x86_64 > %T/basic-linking-bundle/basic.macho.x86_64
5 RUN: llvm-dsymutil -oso-prepend-path=%p/.. %T/basic-linking-bundle/basic.macho.x86_64
8 …UN: llvm-dwarfdump %T/basic-linking-bundle/basic.macho.x86_64.dSYM/Contents/Resources/DWARF/basic.…
11 RUN: llvm-dwarfdump %T/basic-linking-bundle/basic.macho.x86_64.dSYM | FileCheck %S/basic-linking-x8…
13 RUN: FileCheck %s --input-file %T/basic-linking-bundle/basic.macho.x86_64.dSYM/Contents/Info.plist
15 …dsymutil -oso-prepend-path=%p/.. %T/basic-linking-bundle/basic.macho.x86_64 -o %T/basic-linking-bu…
16 …lvm-dwarfdump %T/basic-linking-bundle/dsymdest/basic.macho.x86_64.dSYM/Contents/Resources/DWARF/ba…
17 RUN: FileCheck %s --input-file %T/basic-linking-bundle/dsymdest/basic.macho.x86_64.dSYM/Contents/In…
[all …]
/external/llvm/test/tools/llvm-profdata/
Dtext-dump.test3 RUN: llvm-profdata show --all-functions -counts --text %p/Inputs/basic.proftext > %t-basic.proftext1
4 RUN: llvm-profdata merge -o %t-basic.proftext2 --text %p/Inputs/basic.proftext
6 RUN: llvm-profdata merge -binary -o %t-basic.profdata1 %t-basic.proftext1
7 RUN: llvm-profdata merge -o %t-basic.profdata2 %t-basic.proftext2
9 RUN: llvm-profdata show --all-functions -counts %t-basic.profdata1 > %t-basic.dump3
10 RUN: llvm-profdata show --all-functions -counts %t-basic.profdata2 > %t-basic.dump4
12 RUN: llvm-profdata merge -text -o %t-basic.proftext5 %t-basic.profdata1
13 RUN: llvm-profdata merge -text -o %t-basic.proftext6 %t-basic.profdata2
15 RUN: diff %t-basic.dump3 %t-basic.dump4
16 RUN: diff %t-basic.proftext5 %t-basic.proftext6
[all …]
/external/llvm-project/llvm/test/tools/llvm-profdata/
Dtext-dump.test3 RUN: llvm-profdata show --all-functions -counts --text %p/Inputs/basic.proftext > %t-basic.proftext1
4 RUN: llvm-profdata merge -o %t-basic.proftext2 --text %p/Inputs/basic.proftext
6 RUN: llvm-profdata merge -binary -o %t-basic.profdata1 %t-basic.proftext1
7 RUN: llvm-profdata merge -o %t-basic.profdata2 %t-basic.proftext2
9 RUN: llvm-profdata show --all-functions -counts %t-basic.profdata1 > %t-basic.dump3
10 RUN: llvm-profdata show --all-functions -counts %t-basic.profdata2 > %t-basic.dump4
12 RUN: llvm-profdata merge -text -o %t-basic.proftext5 %t-basic.profdata1
13 RUN: llvm-profdata merge -text -o %t-basic.proftext6 %t-basic.profdata2
15 RUN: diff %t-basic.dump3 %t-basic.dump4
16 RUN: diff %t-basic.proftext5 %t-basic.proftext6
[all …]
/external/libxkbcommon/test/data/rules/
Devdev-xkbcommon158 hhk = hhk(basic)
164 * ben basic = pc+in(ben)
166 * dev basic = pc+in(deva)
168 * dvorak basic = pc+us(dvorak)
172 * dzdwi basic = pc+bt(basic)
173 * fi basic = pc+fi(classic)
175 * guj basic = pc+in(guj)
176 * gur basic = pc+in(guru)
177 * ie laptop = pc+ie(basic)
180 * iu basic = pc+ca(ike)
[all …]
Devdev137 hhk = hhk(basic)
152 * ben basic = pc+in(ben)
154 * dev basic = pc+in(deva)
156 * dvorak basic = pc+us(dvorak)
160 * dzdwi basic = pc+bt(basic)
161 * fi basic = pc+fi(classic)
163 * guj basic = pc+in(guj)
164 * gur basic = pc+in(guru)
165 * ie laptop = pc+ie(basic)
168 * iu basic = pc+ca(ike)
[all …]
Dbase199 hhk = hhk(basic)
214 * ben basic = pc+in(ben)
216 * dev basic = pc+in(deva)
218 * dvorak basic = pc+us(dvorak)
222 * dzdwi basic = pc+bt(basic)
223 * fi basic = pc+fi(classic)
225 * guj basic = pc+in(guj)
226 * gur basic = pc+in(guru)
227 * ie laptop = pc+ie(basic)
230 * iu basic = pc+ca(ike)
[all …]
/external/deqp/android/cts/angle/
Dgles3-angle-excluded.txt230 dEQP-GLES3.functional.fragment_out.basic.int#r16i_highp_int
231 dEQP-GLES3.functional.fragment_out.basic.int#r16i_highp_ivec2
232 dEQP-GLES3.functional.fragment_out.basic.int#r16i_highp_ivec3
233 dEQP-GLES3.functional.fragment_out.basic.int#r16i_highp_ivec4
234 dEQP-GLES3.functional.fragment_out.basic.int#r16i_lowp_int
235 dEQP-GLES3.functional.fragment_out.basic.int#r16i_lowp_ivec2
236 dEQP-GLES3.functional.fragment_out.basic.int#r16i_lowp_ivec3
237 dEQP-GLES3.functional.fragment_out.basic.int#r16i_lowp_ivec4
238 dEQP-GLES3.functional.fragment_out.basic.int#r16i_mediump_int
239 dEQP-GLES3.functional.fragment_out.basic.int#r16i_mediump_ivec2
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/
Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/src/
Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/
Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/external/deqp/android/cts/master/src/
Dvk-waivers.txt13 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
14 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_clamp_to_edge_repeat
15 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_repeat
16 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_repeat_mirrored_repeat
17 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_clamp_to_edge
18 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_mirrored_repeat_clamp_…
19 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_repeat
20 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_clamp_to_edge_repeat
21 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_repeat
22 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_repeat_mirrored_rep…
[all …]
Dgles31-hw-issues.txt35 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_greater.mirrored_repeat_cl…
36 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_greater.repeat_mirrored_re…
37 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_less.mirrored_repeat_clamp…
38 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_less.repeat_mirrored_repeat
41 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_1
42 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_2
43 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mag_linear
44 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_linear_mag_…
45 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_nearest_mag…
46 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_nearest_mipmap_linear_mag…
[all …]
/external/ltp/runtest/
Dnet_stress.ipsec_icmp30 icmp4-uni-basic01 icmp-uni-basic.sh -s 10:100:1000:10000:65507
31 icmp4-uni-basic02 icmp-uni-basic.sh -p ah -m transport -s 10:100:1000:10000:65483
32 icmp4-uni-basic03 icmp-uni-basic.sh -p ah -m tunnel -s 10:100:1000:10000:65463
33 icmp4-uni-basic04 icmp-uni-basic.sh -p esp -m transport -s 10:100:1000:10000:65470
34 icmp4-uni-basic05 icmp-uni-basic.sh -p esp -m tunnel -s 10:100:1000:10000:65450
35 icmp4-uni-basic06 icmp-uni-basic.sh -p comp -m transport -s 10:100:1000:10000:65000
36 icmp4-uni-basic07 icmp-uni-basic.sh -p comp -m tunnel -s 10:100:1000:10000:65000
37 icmp4-uni-basic08 icmp-uni-basic.sh -A rfc4106_128 -p esp_aead -m transport -s 10:100:1000:10000:65…
38 icmp4-uni-basic09 icmp-uni-basic.sh -A rfc4106_192 -p esp_aead -m transport -s 10:100:1000:10000:65…
39 icmp4-uni-basic10 icmp-uni-basic.sh -A rfc4106_256 -p esp_aead -m transport -s 10:100:1000:10000:65…
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_wait.c72 static void basic(int fd, unsigned engine, unsigned flags) in basic() function
161 basic(fd, ALL_ENGINES, BUSY);
165 basic(fd, ALL_ENGINES, 0);
169 basic(fd, ALL_ENGINES, AWAIT);
173 basic(fd, ALL_ENGINES, BUSY | WRITE);
177 basic(fd, ALL_ENGINES, WRITE);
184 basic(fd, e->flags, BUSY); in __for_each_physical_engine()
188 basic(fd, e->flags, 0); in __for_each_physical_engine()
192 basic(fd, e->flags, AWAIT); in __for_each_physical_engine()
196 basic(fd, e->flags, BUSY | WRITE); in __for_each_physical_engine()
[all …]
/external/scapy/scapy/contrib/
Dgtp.uts8 = GTPHeader, basic instanciation
19 = GTPCreatePDPContextRequest(), basic instanciation
23 = GTPCreatePDPContextRequest(), basic dissection
46 = IE_Cause(), basic instantiation
56 = IE_IMSI(), basic instantiation
66 = IE_Routing(), basic instantiation
76 = IE_Recovery(), basic instantiation
86 = IE_SelectionMode(), basic instantiation
96 = IE_TEIDI(), basic instantiation
106 = IE_TEICP(), basic instantiation
[all …]
/external/llvm-project/libcxx/test/std/re/re.const/re.matchflag/
Dmatch_multiline.pass.cpp43 using std::regex_constants::basic; in main()
55 search(pat, basic, target, true); in main()
62 search(pat, basic | multiline, target, true); in main()
73 search(pat, basic, target, false); in main()
80 search(pat, basic | multiline, target, false); in main()
91 search(pat, basic, target, false); in main()
98 search(pat, basic | multiline, target, false); in main()
110 search(pat, basic, target, true); in main()
117 search(pat, basic | multiline, target, true); in main()
128 search(pat, basic, target, false); in main()
[all …]

12345678910>>...155