Home
last modified time | relevance | path

Searched full:extend (Results 1 – 25 of 7784) sorted by relevance

12345678910>>...312

/external/cronet/tot/third_party/libc++/src/utils/data/unicode/
DGraphemeBreakProperty.txt84 0300..036F ; Extend # Mn [112] COMBINING GRAVE ACCENT..COMBINING LATIN SMALL LETTER X
85 0483..0487 ; Extend # Mn [5] COMBINING CYRILLIC TITLO..COMBINING CYRILLIC POKRYTIE
86 0488..0489 ; Extend # Me [2] COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..COMBINING CYRILLIC MIL…
87 0591..05BD ; Extend # Mn [45] HEBREW ACCENT ETNAHTA..HEBREW POINT METEG
88 05BF ; Extend # Mn HEBREW POINT RAFE
89 05C1..05C2 ; Extend # Mn [2] HEBREW POINT SHIN DOT..HEBREW POINT SIN DOT
90 05C4..05C5 ; Extend # Mn [2] HEBREW MARK UPPER DOT..HEBREW MARK LOWER DOT
91 05C7 ; Extend # Mn HEBREW POINT QAMATS QATAN
92 0610..061A ; Extend # Mn [11] ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL KASRA
93 064B..065F ; Extend # Mn [21] ARABIC FATHATAN..ARABIC WAVY HAMZA BELOW
[all …]
/external/cronet/stable/third_party/libc++/src/utils/data/unicode/
DGraphemeBreakProperty.txt84 0300..036F ; Extend # Mn [112] COMBINING GRAVE ACCENT..COMBINING LATIN SMALL LETTER X
85 0483..0487 ; Extend # Mn [5] COMBINING CYRILLIC TITLO..COMBINING CYRILLIC POKRYTIE
86 0488..0489 ; Extend # Me [2] COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..COMBINING CYRILLIC MIL…
87 0591..05BD ; Extend # Mn [45] HEBREW ACCENT ETNAHTA..HEBREW POINT METEG
88 05BF ; Extend # Mn HEBREW POINT RAFE
89 05C1..05C2 ; Extend # Mn [2] HEBREW POINT SHIN DOT..HEBREW POINT SIN DOT
90 05C4..05C5 ; Extend # Mn [2] HEBREW MARK UPPER DOT..HEBREW MARK LOWER DOT
91 05C7 ; Extend # Mn HEBREW POINT QAMATS QATAN
92 0610..061A ; Extend # Mn [11] ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL KASRA
93 064B..065F ; Extend # Mn [21] ARABIC FATHATAN..ARABIC WAVY HAMZA BELOW
[all …]
/external/pcre/maint/Unicode.tables/
DGraphemeBreakProperty.txt84 0300..036F ; Extend # Mn [112] COMBINING GRAVE ACCENT..COMBINING LATIN SMALL LETTER X
85 0483..0487 ; Extend # Mn [5] COMBINING CYRILLIC TITLO..COMBINING CYRILLIC POKRYTIE
86 0488..0489 ; Extend # Me [2] COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..COMBINING CYRILLIC MIL…
87 0591..05BD ; Extend # Mn [45] HEBREW ACCENT ETNAHTA..HEBREW POINT METEG
88 05BF ; Extend # Mn HEBREW POINT RAFE
89 05C1..05C2 ; Extend # Mn [2] HEBREW POINT SHIN DOT..HEBREW POINT SIN DOT
90 05C4..05C5 ; Extend # Mn [2] HEBREW MARK UPPER DOT..HEBREW MARK LOWER DOT
91 05C7 ; Extend # Mn HEBREW POINT QAMATS QATAN
92 0610..061A ; Extend # Mn [11] ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL KASRA
93 064B..065F ; Extend # Mn [21] ARABIC FATHATAN..ARABIC WAVY HAMZA BELOW
[all …]
/external/chromiumos-config/test/suite_sets/
Dcompiled_suites.star30 _suites.extend(audio_suites.all_suites())
31 _suites.extend(camera_suites.all_suites())
32 _suites.extend(cellular_suites.all_suites())
33 _suites.extend(graphics_suites.all_suites())
34 _suites.extend(input_suites.all_suites())
35 _suites.extend(performance_suites.all_suites())
36 _suites.extend(platform_suites.all_suites())
37 _suites.extend(power_suites.all_suites())
38 _suites.extend(bvt_cq.all_suites())
39 _suites.extend(bvt_inline.all_suites())
[all …]
Dcompiled_suite_sets.star21 _suite_sets.extend(camera_suite_sets.all_suite_sets())
22 _suite_sets.extend(cellular_suite_sets.all_suite_sets())
23 _suite_sets.extend(graphics_suite_sets.all_suite_sets())
24 _suite_sets.extend(input_suite_sets.all_suite_sets())
25 _suite_sets.extend(performance_suite_sets.all_suite_sets())
26 _suite_sets.extend(platform_suite_sets.all_suite_sets())
27 _suite_sets.extend(power_suite_sets.all_suite_sets())
28 _suite_sets.extend(example_suite_sets.all_suite_sets())
29 _suite_sets.extend(firmware_suite_sets.all_suite_sets())
30 _suite_sets.extend(pvs_qualifications.all_suite_sets())
/external/cronet/tot/third_party/icu/source/data/brkitr/rules/
Dword_ja.txt30 $Extend = [\p{Word_Break = Extend}];
65 $ALetterPlus = [$ALetter [$ComplexContext-$Extend-$Control]];
69 # Rules 4 Ignore Format and Extend characters,
73 $KatakanaEx = $Katakana ($Extend | $Format)*;
74 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*;
75 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
76 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*;
77 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*;
78 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
79 $MidLetterEx = $MidLetter ($Extend | $Format)*;
[all …]
Dsent.txt21 $Extend = [\p{Sentence_Break = Extend}];
36 # incorporate trailing Extend or Format chars.
39 $SpEx = $Sp ($Extend | $Format)*;
40 $LowerEx = $Lower ($Extend | $Format)*;
41 $UpperEx = $Upper ($Extend | $Format)*;
42 $OLetterEx = $OLetter ($Extend | $Format)*;
43 $NumericEx = $Numeric ($Extend | $Format)*;
44 $ATermEx = $ATerm ($Extend | $Format)*;
45 $SContinueEx= $SContinue ($Extend | $Format)*;
46 $STermEx = $STerm ($Extend | $Format)*;
[all …]
Dsent_el.txt21 $Extend = [\p{Sentence_Break = Extend}];
36 # incorporate trailing Extend or Format chars.
39 $SpEx = $Sp ($Extend | $Format)*;
40 $LowerEx = $Lower ($Extend | $Format)*;
41 $UpperEx = $Upper ($Extend | $Format)*;
42 $OLetterEx = $OLetter ($Extend | $Format)*;
43 $NumericEx = $Numeric ($Extend | $Format)*;
44 $ATermEx = $ATerm ($Extend | $Format)*;
45 $SContinueEx= $SContinue ($Extend | $Format)*;
46 $STermEx = $STerm ($Extend | $Format)*;
[all …]
/external/cronet/stable/third_party/icu/source/data/brkitr/rules/
Dword_ja.txt30 $Extend = [\p{Word_Break = Extend}];
65 $ALetterPlus = [$ALetter [$ComplexContext-$Extend-$Control]];
69 # Rules 4 Ignore Format and Extend characters,
73 $KatakanaEx = $Katakana ($Extend | $Format)*;
74 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*;
75 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
76 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*;
77 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*;
78 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
79 $MidLetterEx = $MidLetter ($Extend | $Format)*;
[all …]
Dsent.txt21 $Extend = [\p{Sentence_Break = Extend}];
36 # incorporate trailing Extend or Format chars.
39 $SpEx = $Sp ($Extend | $Format)*;
40 $LowerEx = $Lower ($Extend | $Format)*;
41 $UpperEx = $Upper ($Extend | $Format)*;
42 $OLetterEx = $OLetter ($Extend | $Format)*;
43 $NumericEx = $Numeric ($Extend | $Format)*;
44 $ATermEx = $ATerm ($Extend | $Format)*;
45 $SContinueEx= $SContinue ($Extend | $Format)*;
46 $STermEx = $STerm ($Extend | $Format)*;
[all …]
Dsent_el.txt21 $Extend = [\p{Sentence_Break = Extend}];
36 # incorporate trailing Extend or Format chars.
39 $SpEx = $Sp ($Extend | $Format)*;
40 $LowerEx = $Lower ($Extend | $Format)*;
41 $UpperEx = $Upper ($Extend | $Format)*;
42 $OLetterEx = $OLetter ($Extend | $Format)*;
43 $NumericEx = $Numeric ($Extend | $Format)*;
44 $ATermEx = $ATerm ($Extend | $Format)*;
45 $SContinueEx= $SContinue ($Extend | $Format)*;
46 $STermEx = $STerm ($Extend | $Format)*;
[all …]
/external/icu/icu4c/source/data/brkitr/rules/
Dsent_el.txt21 $Extend = [\p{Sentence_Break = Extend}];
36 # incorporate trailing Extend or Format chars.
39 $SpEx = $Sp ($Extend | $Format)*;
40 $LowerEx = $Lower ($Extend | $Format)*;
41 $UpperEx = $Upper ($Extend | $Format)*;
42 $OLetterEx = $OLetter ($Extend | $Format)*;
43 $NumericEx = $Numeric ($Extend | $Format)*;
44 $ATermEx = $ATerm ($Extend | $Format)*;
45 $SContinueEx= $SContinue ($Extend | $Format)*;
46 $STermEx = $STerm ($Extend | $Format)*;
[all …]
Dsent.txt21 $Extend = [\p{Sentence_Break = Extend}];
36 # incorporate trailing Extend or Format chars.
39 $SpEx = $Sp ($Extend | $Format)*;
40 $LowerEx = $Lower ($Extend | $Format)*;
41 $UpperEx = $Upper ($Extend | $Format)*;
42 $OLetterEx = $OLetter ($Extend | $Format)*;
43 $NumericEx = $Numeric ($Extend | $Format)*;
44 $ATermEx = $ATerm ($Extend | $Format)*;
45 $SContinueEx= $SContinue ($Extend | $Format)*;
46 $STermEx = $STerm ($Extend | $Format)*;
[all …]
/external/sdv/vsomeip/third_party/boost/process/doc/
Dextend.qbk2 [def __on_success__ [globalref boost::process::extend::on_success ex::on_success]]
4 [def __handler__ [classref boost::process::extend::handler handler]]
5 [def __on_success__ [memberref boost::process::extend::handler::on_success on_success]]
6 [def __posix_executor__ [classref boost::process::extend::posix_executor ex::posix_executor]]
7 [def __windows_executor__ [classref boost::process::extend::windows_executor ex::windows_executor]]
9 [def __require_io_context__ [classref boost::process::extend::require_io_context ex::require_io_con…
10 [def __async_handler__ [classref boost::process::extend::async_handler ex::async_handler]]
11 [def __get_io_context__ [funcref boost::process::extend::get_io_context ex::get_io_context]]
13 [section:extend Extensions]
14 To extend the library, the header [headerref boost/process/extend.hpp extend] is provided.
[all …]
Dposix_pseudocode.xml4 s.<methodname alt="boost::process::extend::handler::on_setup">on_setup</methodname>(*this);
6 if (<methodname alt="boost::process::extend::posix_executor::error">error</methodname>())
9 …hodname alt="boost::process::extend::handler::on_error">on_error</methodname>(*this, <methodname a…
14 <methodname alt="boost::process::extend::handler::on_setup">on_setup</methodname>(*this);
18 …dname alt="boost::process::extend::posix_executor::set_error">set_error</methodname>(<functionname…
20 …me alt="boost::process::extend::handler::on_fork_error">on_fork_error</methodname>(*this, <methodn…
22 …hodname alt="boost::process::extend::handler::on_error">on_error</methodname>(*this, <methodname a…
28 …s.<methodname alt="boost::process::extend::handler::on_exec_setup">on_exec_setup</methodname>(*thi…
30 …auto ec = <functionname alt="boost::process::extend::get_last_error">get_last_error</functionname>…
32 …s.<methodname alt="boost::process::extend::handler::on_exec_error">on_exec_error</methodname>(*thi…
[all …]
Dwindows_pseudocode.xml4 s.<methodname alt="boost::process::extend::handler::on_setup">on_setup</methodname>(*this);
6 if (<methodname alt="boost::process::extend::windows_executor::error">error</methodname>())
9 …hodname alt="boost::process::extend::handler::on_error">on_error</methodname>(*this, <methodname a…
25 if (<methodname alt="boost::process::extend::windows_executor::error">error</methodname>())
27 …hodname alt="boost::process::extend::handler::on_error">on_error</methodname>(*this, <methodname a…
30 … s.<methodname alt="boost::process::extend::handler::on_error">on_success</methodname>(*this);
33 if (<methodname alt="boost::process::extend::windows_executor::error">error</methodname>())
36 …hodname alt="boost::process::extend::handler::on_error">on_error</methodname>(*this, <methodname a…
/external/cronet/stable/testing/merge_scripts/
Dresults_merger_test.py139 def extend(initial, add): function
179 extend(GOOD_JSON_TEST_RESULT_0, metadata1),
180 extend(GOOD_JSON_TEST_RESULT_1, metadata2)
196 extend(GOOD_JSON_TEST_RESULT_0, {'version': 5}),
202 extend(GOOD_JSON_TEST_RESULT_1, {'version': 5}),
220 extend(GOOD_JSON_TEST_RESULT_0, {'extra': True}),
226 extend(GOOD_JSON_TEST_RESULT_1, {'extra': True}),
252 extend(GOOD_JSON_TEST_RESULT_0, {'path_delimiter': '.'}),
253 extend(GOOD_JSON_TEST_RESULT_1, {'path_delimiter': '.'}),
254 extend(GOOD_JSON_TEST_RESULT_2, {'path_delimiter': '.'}),
[all …]
/external/cronet/tot/testing/merge_scripts/
Dresults_merger_test.py139 def extend(initial, add): function
179 extend(GOOD_JSON_TEST_RESULT_0, metadata1),
180 extend(GOOD_JSON_TEST_RESULT_1, metadata2)
196 extend(GOOD_JSON_TEST_RESULT_0, {'version': 5}),
202 extend(GOOD_JSON_TEST_RESULT_1, {'version': 5}),
220 extend(GOOD_JSON_TEST_RESULT_0, {'extra': True}),
226 extend(GOOD_JSON_TEST_RESULT_1, {'extra': True}),
252 extend(GOOD_JSON_TEST_RESULT_0, {'path_delimiter': '.'}),
253 extend(GOOD_JSON_TEST_RESULT_1, {'path_delimiter': '.'}),
254 extend(GOOD_JSON_TEST_RESULT_2, {'path_delimiter': '.'}),
[all …]
/external/golang-protobuf/cmd/protoc-gen-go/testdata/extensions/ext/
Dext.proto24 // Extend with various types.
25 extend goproto.protoc.extension.base.BaseMessage {
49 // Extend with a foreign message.
50 extend goproto.protoc.extension.base.BaseMessage {
54 // Extend in the scope of another type.
56 extend goproto.protoc.extension.base.BaseMessage {
63 // Extend with repeated fields.
64 extend goproto.protoc.extension.base.BaseMessage {
91 extend goproto.protoc.extension.base.BaseMessage {
94 extend Extendable {
[all …]
/external/perfetto/python/test/
Dquery_result_iterator_unittest.py37 batch.cells.extend([
45 batch.varint_cells.extend(int_values)
62 batch_1.cells.extend([
70 batch_1.varint_cells.extend(int_values[:2])
75 batch_2.cells.extend([
83 batch_2.varint_cells.extend(int_values[2:])
118 batch.cells.extend([
129 batch.varint_cells.extend(int_values)
149 batch.cells.extend([
166 batch.cells.extend([
[all …]
/external/tensorflow/tensorflow/python/framework/
Dgraph_util_test.py163 n1.input.extend(["n5"])
167 n2.input.extend(["n1:0"])
172 n3.input.extend(["^n2"])
179 n5.input.extend(["n1"])
198 new_node.input.extend(inputs)
233 graph_def.node.extend([a_constant])
236 graph_def.node.extend([a_check_node])
239 graph_def.node.extend([a_identity_node])
242 graph_def.node.extend([b_constant])
245 graph_def.node.extend([b_check_node])
[all …]
/external/golang-protobuf/cmd/protoc-gen-go/testdata/retention/
Dretention.proto19 extend google.protobuf.FileOptions {
38 extend google.protobuf.FileOptions {
48 extend google.protobuf.ExtensionRangeOptions {
52 extend google.protobuf.MessageOptions {
56 extend google.protobuf.FieldOptions {
60 extend google.protobuf.OneofOptions {
64 extend google.protobuf.EnumOptions {
68 extend google.protobuf.EnumValueOptions {
72 extend google.protobuf.ServiceOptions {
76 extend google.protobuf.MethodOptions {
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto57 extend google.protobuf.FileOptions {
61 extend google.protobuf.MessageOptions {
65 extend google.protobuf.FieldOptions {
72 extend google.protobuf.OneofOptions {
76 extend google.protobuf.EnumOptions {
80 extend google.protobuf.EnumValueOptions {
84 extend google.protobuf.ServiceOptions {
93 extend google.protobuf.MethodOptions {
150 extend google.protobuf.MessageOptions {
236 extend google.protobuf.MessageOptions {
[all …]
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto57 extend google.protobuf.FileOptions {
61 extend google.protobuf.MessageOptions {
65 extend google.protobuf.FieldOptions {
72 extend google.protobuf.OneofOptions {
76 extend google.protobuf.EnumOptions {
80 extend google.protobuf.EnumValueOptions {
84 extend google.protobuf.ServiceOptions {
93 extend google.protobuf.MethodOptions {
150 extend google.protobuf.MessageOptions {
236 extend google.protobuf.MessageOptions {
[all …]
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto57 extend google.protobuf.FileOptions {
61 extend google.protobuf.MessageOptions {
65 extend google.protobuf.FieldOptions {
72 extend google.protobuf.OneofOptions {
76 extend google.protobuf.EnumOptions {
80 extend google.protobuf.EnumValueOptions {
84 extend google.protobuf.ServiceOptions {
93 extend google.protobuf.MethodOptions {
150 extend google.protobuf.MessageOptions {
236 extend google.protobuf.MessageOptions {
[all …]

12345678910>>...312