Home
last modified time | relevance | path

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

12345678910>>...104

/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/swiftshader/third_party/llvm-7.0/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-prefix=CHECK --check-prefix=BASIC
13 RUN: llvm-dwarfdump -a %t/basic-archive.macho.x86_64.dwarf \
14 RUN: | FileCheck %S/basic-linking-x86.test --check-prefix=CHECK --check-prefix=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: llvm-dwarfdump -a %t/basic.macho.x86_64.dSYM | FileCheck %S/basic-linking-x86.test
13 RUN: FileCheck %s --input-file %t/basic.macho.x86_64.dSYM/Contents/Info.plist
15 RUN: dsymutil -oso-prepend-path=%p/.. %t/basic.macho.x86_64 -o %t/dsymdest/basic.macho.x86_64.dSYM
16 …: llvm-dwarfdump -a %t/dsymdest/basic.macho.x86_64.dSYM/Contents/Resources/DWARF/basic.macho.x86_6…
17 RUN: FileCheck %s --input-file %t/dsymdest/basic.macho.x86_64.dSYM/Contents/Info.plist
26 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/deqp/external/vulkancts/mustpass/1.1.0/src/
Dwaivers.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 …]
/external/deqp/external/vulkancts/mustpass/1.1.1/src/
Dwaivers.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 …]
/external/swiftshader/third_party/llvm-7.0/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/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/deqp/external/vulkancts/mustpass/1.1.2/src/
Dwaivers.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 …]
/external/deqp/external/vulkancts/mustpass/1.1.3/src/
Dwaivers.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 …]
/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/libxkbcommon/xkbcommon/test/data/rules/
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 …]
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 …]
Dbase197 hhk = hhk(basic)
212 * ben basic = pc+in(ben)
214 * dev basic = pc+in(deva)
216 * dvorak basic = pc+us(dvorak)
220 * dzdwi basic = pc+bt(basic)
221 * fi basic = pc+fi(classic)
223 * guj basic = pc+in(guj)
224 * gur basic = pc+in(guru)
225 * ie laptop = pc+ie(basic)
228 * iu basic = pc+ca(ike)
[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.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/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/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/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 …]
Dgtp_v2.uts8 = GTPHeader v2, basic instanciation
12 = GTPV2EchoRequest, basic instantiation
16 = GTPV2CreateSessionRequest, basic instantiation
43 = IE_IMSI, basic instantiation
53 = IE_Cause, basic instantiation
58 = IE_Cause, basic instantiation 2
63 = IE_Cause, basic instantiation 3
74 = IE_RecoveryRestart, basic instantiation
85 = IE_APN, basic instantiation
95 = IE_AMBR, basic instantiation
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.match/
Dbasic.pass.cpp45 assert(std::regex_match(s, m, std::regex("a", std::regex_constants::basic))); in main()
61 assert(std::regex_match(s, m, std::regex("ab", std::regex_constants::basic))); in main()
76 assert(!std::regex_match(s, m, std::regex("ba", std::regex_constants::basic))); in main()
83 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic))); in main()
89 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic), in main()
96 assert(!std::regex_match(s, m, std::regex("bc", std::regex_constants::basic))); in main()
102 assert(std::regex_match(s, m, std::regex("ab*c", std::regex_constants::basic))); in main()
117 assert(std::regex_match(s, m, std::regex("\\(ab\\)*c", std::regex_constants::basic))); in main()
136 std::regex_constants::basic))); in main()
142 assert(std::regex_match(s, m, std::regex("^abc", std::regex_constants::basic))); in main()
[all …]
/external/libgsm/add-test/
Dadd_test.dta18 'test the basic arithmetic operations used for the rpe-ltd filtering.
21 ' basic
60 ' basic
100 ' basic
140 ' basic
178 ' basic
196 ' basic
232 ' basic
275 ' basic
304 ' basic
[all …]

12345678910>>...104