Home
last modified time | relevance | path

Searched full:regular (Results 1 – 25 of 9556) sorted by relevance

12345678910>>...383

/external/noto-fonts/
Dfonts.mk44 NotoNaskhArabic-Regular.ttf \
46 NotoNaskhArabicUI-Regular.ttf \
48 NotoSansAhom-Regular.otf \
49 NotoSansAnatolianHieroglyphs-Regular.otf \
51 NotoSansAvestan-Regular.ttf \
52 NotoSansBalinese-Regular.ttf \
53 NotoSansBamum-Regular.ttf \
54 NotoSansBassaVah-Regular.otf \
55 NotoSansBatak-Regular.ttf \
58 NotoSansBhaiksuki-Regular.otf \
[all …]
/external/cronet/third_party/libc++/src/test/std/concepts/concepts.object/
Dregular.compile.pass.cpp12 // concept regular = see below;
30 static_assert(std::regular<int>);
31 static_assert(std::regular<float>);
32 static_assert(std::regular<double>);
33 static_assert(std::regular<long double>);
34 static_assert(std::regular<int volatile>);
35 static_assert(std::regular<void*>);
36 static_assert(std::regular<int*>);
37 static_assert(std::regular<int const*>);
38 static_assert(std::regular<int volatile*>);
[all …]
/external/harfbuzz_ng/docs/
Dsubset-preprocessing.md43 BM_subset/subset_glyphs/Roboto-Regular.ttf/10_median|-56%
44 BM_subset/subset_glyphs/Roboto-Regular.ttf/64_median|-33%
45 BM_subset/subset_glyphs/Roboto-Regular.ttf/512_median|-28%
46 BM_subset/subset_glyphs/Roboto-Regular.ttf/1000_median|-11%
47 BM_subset/subset_glyphs/Roboto-Regular.ttf/nohinting/10_median|-56%
48 BM_subset/subset_glyphs/Roboto-Regular.ttf/nohinting/64_median|-33%
49 BM_subset/subset_glyphs/Roboto-Regular.ttf/nohinting/512_median|-21%
50 BM_subset/subset_glyphs/Roboto-Regular.ttf/nohinting/1000_median|-9%
51 BM_subset/subset_glyphs/Amiri-Regular.ttf/10_median|-67%
52 BM_subset/subset_glyphs/Amiri-Regular.ttf/64_median|-48%
[all …]
/external/robolectric/nativeruntime/src/main/resources/fonts/
Dfonts.xml27 <font weight="100" style="normal">Roboto-Regular.ttf
32 <font weight="200" style="normal">Roboto-Regular.ttf
37 <font weight="300" style="normal">Roboto-Regular.ttf
42 <font weight="400" style="normal">Roboto-Regular.ttf
47 <font weight="500" style="normal">Roboto-Regular.ttf
52 <font weight="600" style="normal">Roboto-Regular.ttf
57 <font weight="700" style="normal">Roboto-Regular.ttf
62 <font weight="800" style="normal">Roboto-Regular.ttf
67 <font weight="900" style="normal">Roboto-Regular.ttf
72 <font weight="100" style="italic">Roboto-Regular.ttf
[all …]
/external/icing/icing/tokenization/
Dplain-tokenizer_test.cc96 ElementsAre(EqualsToken(Token::Type::REGULAR, "!"))); in TEST_F()
114 IsOkAndHolds(ElementsAre(EqualsToken(Token::Type::REGULAR, "Hello"), in TEST_F()
115 EqualsToken(Token::Type::REGULAR, "World")))); in TEST_F()
121 IsOkAndHolds(ElementsAre(EqualsToken(Token::Type::REGULAR, "Lorem"), in TEST_F()
122 EqualsToken(Token::Type::REGULAR, "ipsum"), in TEST_F()
123 EqualsToken(Token::Type::REGULAR, "dolor"), in TEST_F()
124 EqualsToken(Token::Type::REGULAR, "sit"), in TEST_F()
125 EqualsToken(Token::Type::REGULAR, "amet"), in TEST_F()
126 EqualsToken(Token::Type::REGULAR, "consectetur"), in TEST_F()
127 EqualsToken(Token::Type::REGULAR, "adipiscing"), in TEST_F()
[all …]
/external/deqp/external/vulkancts/mustpass/main/vksc-default/
Dmemory.txt15 dEQP-VKSC.memory.binding.regular.dedicated.buffer_1048577
16 dEQP-VKSC.memory.binding.regular.dedicated.buffer_257
17 dEQP-VKSC.memory.binding.regular.dedicated.buffer_33
18 dEQP-VKSC.memory.binding.regular.dedicated.buffer_4087
19 dEQP-VKSC.memory.binding.regular.dedicated.buffer_8095
20 dEQP-VKSC.memory.binding.regular.dedicated.image_257_257
21 dEQP-VKSC.memory.binding.regular.dedicated.image_257_33
22 dEQP-VKSC.memory.binding.regular.dedicated.image_257_8
23 dEQP-VKSC.memory.binding.regular.dedicated.image_33_257
24 dEQP-VKSC.memory.binding.regular.dedicated.image_33_33
[all …]
/external/deqp/android/cts/main/vk-main-2020-03-01/
Dmemory.txt15 dEQP-VK.memory.binding.priority.regular.dedicated.buffer_1048577
16 dEQP-VK.memory.binding.priority.regular.dedicated.buffer_257
17 dEQP-VK.memory.binding.priority.regular.dedicated.buffer_33
18 dEQP-VK.memory.binding.priority.regular.dedicated.buffer_4087
19 dEQP-VK.memory.binding.priority.regular.dedicated.buffer_8095
20 dEQP-VK.memory.binding.priority.regular.dedicated.image_257_257
21 dEQP-VK.memory.binding.priority.regular.dedicated.image_257_33
22 dEQP-VK.memory.binding.priority.regular.dedicated.image_257_8
23 dEQP-VK.memory.binding.priority.regular.dedicated.image_33_257
24 dEQP-VK.memory.binding.priority.regular.dedicated.image_33_33
[all …]
/external/sdv/vsomeip/third_party/boost/regex/doc/
Dsyntax_option_type.qbk14 that controls how a regular expression string is to be interpreted.
43 // Options common to both Perl and POSIX regular expressions:
96 [section:syntax_option_type_perl Options for Perl Regular Expressions]
98 One of the following must always be set for perl regular expressions:
102 [[ECMAScript][Yes][Specifies that the grammar recognized by the regular
105 Chapter 15 part 10, RegExp (Regular Expression) Objects (FWD.1).
108 [link boost_regex.syntax.perl_syntax Perl regular expression syntax].
118 The following options may also be set when using perl-style regular expressions:
122 [[icase][Yes][Specifies that matching of regular expressions against a
124 [[nosubs][Yes][Specifies that when a regular expression is matched against
[all …]
/external/harfbuzz_ng/test/shape/data/text-rendering-tests/tests/
DSHKNDA-1.tests1 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
2 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
3 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
4 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
5 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
6 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
7 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
8 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
9 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
10 ../fonts/NotoSerifKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
[all …]
DSHKNDA-3.tests1 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
2 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
3 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
4 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
5 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
6 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
7 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
8 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
9 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
10 ../fonts/NotoSansKannada-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-func…
[all …]
DSHBALI-1.tests1 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
2 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
3 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
4 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
5 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
6 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
7 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
8 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
9 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
10 ../fonts/NotoSansBalinese-Regular.ttf;--font-size=1000 --ned --remove-default-ignorables --font-fun…
[all …]
/external/skia/resources/android_fonts/v22/
Dfonts.xml11 <font weight="400" style="normal">Roboto-Regular.ttf</font>
43 <font weight="400" style="normal">RobotoCondensed-Regular.ttf</font>
52 <font weight="400" style="normal">NotoSerif-Regular.ttf</font>
78 <font weight="400" style="normal">DancingScript-Regular.ttf</font>
83 <font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font>
88 <font weight="400" style="normal">NotoNaskh-Regular.ttf</font>
92 <font weight="400" style="normal">NotoNaskhUI-Regular.ttf</font>
96 <font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font>
100 <font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font>
104 <font weight="400" style="normal">NotoSansThai-Regular.ttf</font>
[all …]
/external/llvm/docs/
Dre_format.743 .Nd POSIX regular expressions
45 Regular expressions (REs),
49 basic regular expressions
51 and extended regular expressions
53 Both forms of regular expressions are supported
56 Applications dealing with regular expressions
73 This manual page first describes regular expressions in general,
74 specifically extended regular expressions,
75 and then discusses differences between them and basic regular expressions.
76 .Sh EXTENDED REGULAR EXPRESSIONS
[all …]
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
DCloudStorageRegexFileSetOrBuilder.java55 * A list of regular expressions matching file paths to include. All files in
56 * the bucket that match at least one of these regular expressions will be
60 * Regular expressions use RE2
74 * A list of regular expressions matching file paths to include. All files in
75 * the bucket that match at least one of these regular expressions will be
79 * Regular expressions use RE2
93 * A list of regular expressions matching file paths to include. All files in
94 * the bucket that match at least one of these regular expressions will be
98 * Regular expressions use RE2
113 * A list of regular expressions matching file paths to include. All files in
[all …]
/external/skia/resources/android_fonts/v17/
Dfallback_fonts.xml9 handle (the order is: regular, bold, italic, and bold-italic). The order in which the
34 <file variant="elegant">DroidNaskh-Regular.ttf</file>
39 <file variant="compact">DroidNaskhUI-Regular.ttf</file>
44 <file>DroidSansEthiopic-Regular.ttf</file>
49 <file>DroidSansHebrew-Regular.ttf</file>
55 <file variant="elegant">NotoSansThai-Regular.ttf</file>
61 <file variant="compact">NotoSansThaiUI-Regular.ttf</file>
77 <file variant="elegant">NotoSansDevanagari-Regular.ttf</file>
83 <file variant="compact">NotoSansDevanagariUI-Regular.ttf</file>
89 <file variant="elegant">NotoSansTamil-Regular.ttf</file>
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-promote-const.ll4 ; The REGULAR run just checks that the inputs passed to promote const expose
6 …disable-machine-cse -aarch64-promote-const=false -mcpu=cyclone | FileCheck -check-prefix=REGULAR %s
21 ; REGULAR-LABEL: test1:
22 ; Regular access is quite bad, it performs 4 loads, one for each chunk of
24 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE
26 ; REGULAR: ldr q0, {{\[}}[[PAGEADDR]], [[CSTLABEL]]@PAGEOFF]
27 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE
28 ; REGULAR: ldr q1, {{\[}}[[PAGEADDR]], [[CSTLABEL]]@PAGEOFF]
29 ; REGULAR: adrp [[PAGEADDR2:x[0-9]+]], [[CSTLABEL2:lCP.*]]@PAGE
30 ; REGULAR: ldr q2, {{\[}}[[PAGEADDR2]], [[CSTLABEL2]]@PAGEOFF]
[all …]
/external/fonttools/Tests/designspaceLib/data/split_output/
DSourceSerif4Variable-Roman.designspace71 …tionExtraLight" stylemapfamilyname="Source Serif 4 Caption ExtraLight" stylemapstylename="regular">
77 …4Roman-CaptionLight" stylemapfamilyname="Source Serif 4 Caption Light" stylemapstylename="regular">
83 …erif4Roman-CaptionRegular" stylemapfamilyname="Source Serif 4 Caption" stylemapstylename="regular">
89 …-CaptionSemibold" stylemapfamilyname="Source Serif 4 Caption Semibold" stylemapstylename="regular">
95 …if4Roman-CaptionBold" stylemapfamilyname="Source Serif 4 Caption Bold" stylemapstylename="regular">
101 …4Roman-CaptionBlack" stylemapfamilyname="Source Serif 4 Caption Black" stylemapstylename="regular">
107 …xtExtraLight" stylemapfamilyname="Source Serif 4 SmallText ExtraLight" stylemapstylename="regular">
113 …Roman-SmTextLight" stylemapfamilyname="Source Serif 4 SmallText Light" stylemapstylename="regular">
119 …rif4Roman-SmTextRegular" stylemapfamilyname="Source Serif 4 SmallText" stylemapstylename="regular">
125 …SmTextSemibold" stylemapfamilyname="Source Serif 4 SmallText Semibold" stylemapstylename="regular">
[all …]
Dtest_v5_sourceserif_italic_0.0.designspace101 …tionExtraLight" stylemapfamilyname="Source Serif 4 Caption ExtraLight" stylemapstylename="regular">
107 …4Roman-CaptionLight" stylemapfamilyname="Source Serif 4 Caption Light" stylemapstylename="regular">
113 …erif4Roman-CaptionRegular" stylemapfamilyname="Source Serif 4 Caption" stylemapstylename="regular">
119 …-CaptionSemibold" stylemapfamilyname="Source Serif 4 Caption Semibold" stylemapstylename="regular">
125 …if4Roman-CaptionBold" stylemapfamilyname="Source Serif 4 Caption Bold" stylemapstylename="regular">
131 …4Roman-CaptionBlack" stylemapfamilyname="Source Serif 4 Caption Black" stylemapstylename="regular">
137 …xtExtraLight" stylemapfamilyname="Source Serif 4 SmallText ExtraLight" stylemapstylename="regular">
143 …Roman-SmTextLight" stylemapfamilyname="Source Serif 4 SmallText Light" stylemapstylename="regular">
149 …rif4Roman-SmTextRegular" stylemapfamilyname="Source Serif 4 SmallText" stylemapstylename="regular">
155 …SmTextSemibold" stylemapfamilyname="Source Serif 4 SmallText Semibold" stylemapstylename="regular">
[all …]
/external/clang/test/CodeGenObjC/
Dmetadata-symbols-32.m10 …NSTANCE_METHODS_P = private global {{.*}}section "__OBJC,__cat_inst_meth,regular,no_dead_strip", a…
11 …OL_CLASS_METHODS_P = private global {{.*}}section "__OBJC,__cat_cls_meth,regular,no_dead_strip", a…
12 // CHECK: @OBJC_PROTOCOL_P = private global {{.*}}section "__OBJC,__protocol,regular,no_dead_strip"…
13 // CHECK: @OBJC_CLASS_PROTOCOLS_A = private global {{.*}}section "__OBJC,__cat_cls_meth,regular,no_…
14 // CHECK: @OBJC_CLASS_METHODS_A = private global {{.*}}section "__OBJC,__cls_meth,regular,no_dead_s…
15 // CHECK: @OBJC_METACLASS_A = private global {{.*}}section "__OBJC,__meta_class,regular,no_dead_str…
16 // CHECK: @OBJC_INSTANCE_VARIABLES_A = private global {{.*}}section "__OBJC,__instance_vars,regular
17 // CHECK: @OBJC_INSTANCE_METHODS_A = private global {{.*}}section "__OBJC,__inst_meth,regular,no_de…
19 // CHECK: @"\01l_OBJC_$_PROP_LIST_A" = private global {{.*}}section "__OBJC,__property,regular,no_d…
20 // CHECK: @OBJC_CLASSEXT_A = private global {{.*}}section "__OBJC,__class_ext,regular,no_dead_strip…
[all …]
/external/ltp/testcases/kernel/syscalls/open/
Dopen11.c15 * 1. Open regular file O_RDONLY
16 * 2. Open regular file O_WRONLY
17 * 3. Open regular file O_RDWR
18 * 4. Open regular file O_RDWR | O_SYNC
19 * 5. Open regular file O_RDWR | O_TRUNC
22 * 8. Open regular file O_DIRECTORY, expect ENOTDIR
35 * 21. Open non-existing regular file in existing dir
38 * 24. Open regular file O_RDONLY | O_CREAT
41 * 27. Open regular file O_RDONLY | O_TRUNC, behaviour is undefined but should
43 * 28. Open regular file(non-empty) O_RDONLY | O_TRUNC, behaviour is undefined
[all …]
/external/icu/libicu/cts_headers/unicode/
Duregex.h15 * ICU Regular Expressions, API for C
20 * \brief C API: Regular Expressions
41 * Structure representing a compiled regular expression, plus the results
49 * Constants for Regular Expression Match Modes.
98 * traditional regular expression word boundaries. See
116 * Open (compile) an ICU regular expression. Compiles the regular expression in
118 * The resulting regular expression handle can then be used to perform various
122 * @param pattern The Regular Expression pattern to be compiled.
126 * the regular expression, UREGEX_CASE_INSENSITIVE, for
131 * error within the source regular expression string. If this
[all …]
/external/icu/libandroidicu/include/unicode/
Duregex.h15 * ICU Regular Expressions, API for C
20 * \brief C API: Regular Expressions
41 * Structure representing a compiled regular expression, plus the results
49 * Constants for Regular Expression Match Modes.
98 * traditional regular expression word boundaries. See
116 * Open (compile) an ICU regular expression. Compiles the regular expression in
118 * The resulting regular expression handle can then be used to perform various
122 * @param pattern The Regular Expression pattern to be compiled.
126 * the regular expression, UREGEX_CASE_INSENSITIVE, for
131 * error within the source regular expression string. If this
[all …]
/external/cronet/third_party/icu/source/i18n/unicode/
Duregex.h15 * ICU Regular Expressions, API for C
20 * \brief C API: Regular Expressions
41 * Structure representing a compiled regular expression, plus the results
49 * Constants for Regular Expression Match Modes.
98 * traditional regular expression word boundaries. See
116 * Open (compile) an ICU regular expression. Compiles the regular expression in
118 * The resulting regular expression handle can then be used to perform various
122 * @param pattern The Regular Expression pattern to be compiled.
126 * the regular expression, UREGEX_CASE_INSENSITIVE, for
131 * error within the source regular expression string. If this
[all …]
/external/icu/icu4c/source/i18n/unicode/
Duregex.h15 * ICU Regular Expressions, API for C
20 * \brief C API: Regular Expressions
41 * Structure representing a compiled regular expression, plus the results
49 * Constants for Regular Expression Match Modes.
98 * traditional regular expression word boundaries. See
116 * Open (compile) an ICU regular expression. Compiles the regular expression in
118 * The resulting regular expression handle can then be used to perform various
122 * @param pattern The Regular Expression pattern to be compiled.
126 * the regular expression, UREGEX_CASE_INSENSITIVE, for
131 * error within the source regular expression string. If this
[all …]
/external/fonttools/Tests/designspaceLib/data/convert5to4_output/
DSourceSerif4Variable-Roman.designspace71 …tionExtraLight" stylemapfamilyname="Source Serif 4 Caption ExtraLight" stylemapstylename="regular">
79 …4Roman-CaptionLight" stylemapfamilyname="Source Serif 4 Caption Light" stylemapstylename="regular">
87 …erif4Roman-CaptionRegular" stylemapfamilyname="Source Serif 4 Caption" stylemapstylename="regular">
95 …-CaptionSemibold" stylemapfamilyname="Source Serif 4 Caption Semibold" stylemapstylename="regular">
103 …if4Roman-CaptionBold" stylemapfamilyname="Source Serif 4 Caption Bold" stylemapstylename="regular">
111 …4Roman-CaptionBlack" stylemapfamilyname="Source Serif 4 Caption Black" stylemapstylename="regular">
119 …xtExtraLight" stylemapfamilyname="Source Serif 4 SmallText ExtraLight" stylemapstylename="regular">
127 …Roman-SmTextLight" stylemapfamilyname="Source Serif 4 SmallText Light" stylemapstylename="regular">
135 …rif4Roman-SmTextRegular" stylemapfamilyname="Source Serif 4 SmallText" stylemapstylename="regular">
143 …SmTextSemibold" stylemapfamilyname="Source Serif 4 SmallText Semibold" stylemapstylename="regular">
[all …]

12345678910>>...383