Home
last modified time | relevance | path

Searched +full:ba +full:- +full:id (Results 1 – 25 of 1241) sorted by relevance

12345678910>>...50

/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
H A DBluetoothQualityReportTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
516 () -> in invalidQualityReportId()
533 () -> in rawDataNull()
551 for (int id : BQRParameters.QualityReportId) { in invalidRawData()
552 bqrp.setQualityReportId((byte) id); in invalidRawData()
553 Assert.assertEquals(bqrp.getQualityReportId(), id); in invalidRawData() local
557 switch (id) { in invalidRawData()
559 rawData = ByteBuffer.allocate(BQRParameters.mBqrCommonSize - 1).array(); in invalidRawData()
566 - 1) in invalidRawData()
574 - 1) in invalidRawData()
[all …]
/aosp_15_r20/external/tcpdump/tests/
H A Ddcb_ets.out1 …1 04:02:45.610103 IP6 (hlim 1, next-header Options (0) payload length: 36) fe80::a00:27ff:fe46:e8…
2 …2 04:02:51.707303 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
4 Client-Ethernet-Address 08:00:27:46:e8:84
5 Vendor-rfc1048 Extensions
7 DHCP-Message (53), length 1: Discover
8 Parameter-Request (55), length 17:
9 Subnet-Mask (1), BR (28), Time-Zone (2), Classless-Static-Route (121)
10 Domain-Name (15), Domain-Name-Server (6), Hostname (12), YD (40)
12 …Default-Gateway (3), Classless-Static-Route (121), Classless-Static-Route-Microsoft (249), Unknown…
15 Chassis ID TLV (1), length 7
[all …]
H A Ddcb_qcn.out1 …1 06:05:15.631413 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
3 Client-Ethernet-Address 08:00:27:46:e8:84
4 Vendor-rfc1048 Extensions
6 DHCP-Message (53), length 1: Discover
7 Parameter-Request (55), length 17:
8 Subnet-Mask (1), BR (28), Time-Zone (2), Classless-Static-Route (121)
9 Domain-Name (15), Domain-Name-Server (6), Hostname (12), YD (40)
11 …Default-Gateway (3), Classless-Static-Route (121), Classless-Static-Route-Microsoft (249), Unknown…
13 …2 06:05:25.354704 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
15 Client-Ethernet-Address 08:00:27:46:e8:84
[all …]
H A Dbabel_rfc6126bis.out1 … 0x83068, hlim 1, next-header UDP (17) payload length: 68) fe80::8d84:d538:a212:c6dd.6696 > ff02::…
4 ----
6 …2 16:32:35.140129 IP6 (class 0xc0, flowlabel 0xbead2, hlim 1, next-header UDP (17) payload length…
9 … 0x83068, hlim 1, next-header UDP (17) payload length: 84) fe80::8d84:d538:a212:c6dd.6696 > ff02::…
13 ----
15 …4 16:32:39.427155 IP6 (class 0xc0, flowlabel 0xbead2, hlim 1, next-header UDP (17) payload length…
18 Router Id d6:81:d7:ff:fe:ba:91:11
21 Router Id e2:91:f5:ff:fe:cc:7a:01
26 Router Id e2:91:f5:ff:fe:cc:7a:be
28 Router Id e2:91:f5:ff:fe:cc:7a:01
[all …]
H A Ddcb_pfc.out1 …1 05:02:44.326635 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
3 Client-Ethernet-Address 08:00:27:46:e8:84
4 Vendor-rfc1048 Extensions
6 DHCP-Message (53), length 1: Discover
7 Parameter-Request (55), length 17:
8 Subnet-Mask (1), BR (28), Time-Zone (2), Classless-Static-Route (121)
9 Domain-Name (15), Domain-Name-Server (6), Hostname (12), YD (40)
11 …Default-Gateway (3), Classless-Static-Route (121), Classless-Static-Route-Microsoft (249), Unknown…
14 Chassis ID TLV (1), length 7
15 Subtype MAC address (4): 08:00:27:42:ba:59
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/unicode-linebreak-0.1.5/src/
H A Dtables.rs4BA,LF,BK,BK,CR,CM,CM,CM,CM,CM,CM,CM,CM,CM,CM,CM,CM,CM,CM,CM,CM,CM,CM,SP,EX,QU,AL,PR,PO,AL,QU,OP,CP…
8 fn is_safe_pair(a: BreakClass, b: BreakClass) -> bool { in is_safe_pair()
9BA, CM)|(HY, CM)|(RI, CM)|(CM, SG)|(SP, SG)|(ZWJ, SG)|(BA, SG)|(HY, SG)|(SP, WJ)|(CM, GL)|(SP, GL)… in is_safe_pair()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp1 //===--- RDFGraph.cpp -----------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // Target-independent, SSA-based data flow graph for register data flow (RDF).
51 uint16_t Attrs = NA.Addr->getAttrs(); in operator <<()
89 OS << Print<NodeId>(RA.Id, G) << '<' in printRefHeader()
90 << Print<RegisterRef>(RA.Addr->getRegRef(), G) << '>'; in printRefHeader()
91 if (RA.Addr->getFlags() & NodeAttrs::Fixed) in printRefHeader()
100 if (NodeId N = P.Obj.Addr->getReachingDef()) in operator <<()
103 if (NodeId N = P.Obj.Addr->getReachedDef()) in operator <<()
106 if (NodeId N = P.Obj.Addr->getReachedUse()) in operator <<()
[all …]
H A DRDFGraph.h1 //===--- RDFGraph.h -------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // Target-independent, SSA-based data flow graph for register data flow (RDF)
11 // for a non-SSA program representation (e.g. post-RA machine code).
17 // of the program. There are two main types of such elements: code and refe-
23 // definitions, reached uses, etc.). The single-reaching-definition principle
24 // of SSA is generally observed, although, due to the non-SSA representation
39 // replaced with 32-bit identifiers: each node has an id of type NodeId.
42 // A node id of 0 is equivalent to nullptr.
57 // +- CodeNode -+
[all …]
H A DRDFDeadCode.cpp1 //===--- RDFDeadCode.cpp --------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // RDF-based generic dead code elimination.
53 // Check if the given instruction has observable side-effects, i.e. if
59 if (MI->mayStore() || MI->isBranch() || MI->isCall() || MI->isReturn()) in isLiveInstr()
61 if (MI->hasOrderedMemoryRef() || MI->hasUnmodeledSideEffects()) in isLiveInstr()
63 if (MI->isPHI()) in isLiveInstr()
65 for (auto &Op : MI->operands()) in isLiveInstr()
75 if (!isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode())) in scanInstr()
77 for (NodeAddr<RefNode*> RA : IA.Addr->members(DFG)) { in scanInstr()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRDFGraph.cpp1 //===- RDFGraph.cpp -------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Target-independent, SSA-based data flow graph for register data flow (RDF).
67 uint16_t Attrs = NA.Addr->getAttrs(); in operator <<()
108 OS << Print(RA.Id, G) << '<' in printRefHeader()
109 << Print(RA.Addr->getRegRef(G), G) << '>'; in printRefHeader()
110 if (RA.Addr->getFlags() & NodeAttrs::Fixed) in printRefHeader()
117 if (NodeId N = P.Obj.Addr->getReachingDef()) in operator <<()
120 if (NodeId N = P.Obj.Addr->getReachedDef()) in operator <<()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp1 //===- RDFGraph.cpp -------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Target-independent, SSA-based data flow graph for register data flow (RDF).
69 uint16_t Attrs = NA.Addr->getAttrs(); in operator <<()
110 OS << Print<NodeId>(RA.Id, G) << '<' in printRefHeader()
111 << Print<RegisterRef>(RA.Addr->getRegRef(G), G) << '>'; in printRefHeader()
112 if (RA.Addr->getFlags() & NodeAttrs::Fixed) in printRefHeader()
119 if (NodeId N = P.Obj.Addr->getReachingDef()) in operator <<()
122 if (NodeId N = P.Obj.Addr->getReachedDef()) in operator <<()
[all …]
H A DRDFLiveness.cpp1 //===- RDFLiveness.cpp ----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Computation of the liveness information from the data-flow graph.
11 // The main functionality of this code is to compute block live-in
12 // information. With the live-in information in place, the placement
15 // The block live-in calculation is based on the ideas from the following
19 // "Efficient Liveness Computation Using Merge Sets and DJ-Graphs."
21 // Computing Machinery, 2012, ACM TACO Special Issue on "High-Performance
23 // <10.1145/2086696.2086706>. <hal-00647369>
[all …]
H A DRDFGraph.h1 //===- RDFGraph.h -----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Target-independent, SSA-based data flow graph for register data flow (RDF)
10 // for a non-SSA program representation (e.g. post-RA machine code).
16 // of the program. There are two main types of such elements: code and refe-
22 // definitions, reached uses, etc.). The single-reaching-definition principle
23 // of SSA is generally observed, although, due to the non-SSA representation
38 // replaced with 32-bit identifiers: each node has an id of type NodeId.
41 // A node id of 0 is equivalent to nullptr.
[all …]
H A DRDFDeadCode.cpp1 //===--- RDFDeadCode.cpp --------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // RDF-based generic dead code elimination.
53 // Check if the given instruction has observable side-effects, i.e. if
59 if (MI->mayStore() || MI->isBranch() || MI->isCall() || MI->isReturn()) in isLiveInstr()
61 if (MI->hasOrderedMemoryRef() || MI->hasUnmodeledSideEffects() || in isLiveInstr()
62 MI->isPosition()) in isLiveInstr()
64 if (MI->isPHI()) in isLiveInstr()
66 for (auto &Op : MI->operands()) { in isLiveInstr()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/
H A DsubdivisionData.txt1 #Subdivision category 3166-2 code Subdivision name Language code Romanization system Parent subdivi…
2 #https://www.iso.org/obp/ui/#iso:code:3166:BA
3 AD-02 Canillo
4 AD-03 Encamp
5 AD-04 La Massana
6 AD-05 Ordino
7 AD-06 Sant Julià de Lòria
8 AD-07 Andorra la Vella
9 AD-08 Escaldes-Engordany
10 AE-AJ 'Ajmān
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DRDFGraph.h1 //===- RDFGraph.h -----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Target-independent, SSA-based data flow graph for register data flow (RDF)
10 // for a non-SSA program representation (e.g. post-RA machine code).
16 // of the program. There are two main types of such elements: code and refe-
22 // definitions, reached uses, etc.). The single-reaching-definition principle
23 // of SSA is generally observed, although, due to the non-SSA representation
38 // replaced with 32-bit identifiers: each node has an id of type NodeId.
41 // A node id of 0 is equivalent to nullptr.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DRDFGraph.h1 //===- RDFGraph.h -----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Target-independent, SSA-based data flow graph for register data flow (RDF)
10 // for a non-SSA program representation (e.g. post-RA machine code).
16 // of the program. There are two main types of such elements: code and refe-
22 // definitions, reached uses, etc.). The single-reaching-definition principle
23 // of SSA is generally observed, although, due to the non-SSA representation
38 // replaced with 32-bit identifiers: each node has an id of type NodeId.
41 // A node id of 0 is equivalent to nullptr.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DRDFGraph.h1 //===- RDFGraph.h -----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Target-independent, SSA-based data flow graph for register data flow (RDF)
10 // for a non-SSA program representation (e.g. post-RA machine code).
16 // of the program. There are two main types of such elements: code and refe-
22 // definitions, reached uses, etc.). The single-reaching-definition principle
23 // of SSA is generally observed, although, due to the non-SSA representation
38 // replaced with 32-bit identifiers: each node has an id of type NodeId.
41 // A node id of 0 is equivalent to nullptr.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DRDFGraph.h1 //===- RDFGraph.h -----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Target-independent, SSA-based data flow graph for register data flow (RDF)
10 // for a non-SSA program representation (e.g. post-RA machine code).
16 // of the program. There are two main types of such elements: code and refe-
22 // definitions, reached uses, etc.). The single-reaching-definition principle
23 // of SSA is generally observed, although, due to the non-SSA representation
38 // replaced with 32-bit identifiers: each node has an id of type NodeId.
41 // A node id of 0 is equivalent to nullptr.
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DRDFGraph.h1 //===- RDFGraph.h -----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Target-independent, SSA-based data flow graph for register data flow (RDF)
10 // for a non-SSA program representation (e.g. post-RA machine code).
16 // of the program. There are two main types of such elements: code and refe-
22 // definitions, reached uses, etc.). The single-reaching-definition principle
23 // of SSA is generally observed, although, due to the non-SSA representation
38 // replaced with 32-bit identifiers: each node has an id of type NodeId.
41 // A node id of 0 is equivalent to nullptr.
[all …]
/aosp_15_r20/external/icu/icu4c/source/data/brkitr/rules/
H A Dline_loose_cj.txt3 # Copyright (c) 2002-2016 International Business Machines Corporation and
17 # line-break=loose (BCP47 -u-lb-loose) as defined for Chinese & Japanese.
18 # It sets characters of class CJ to behave like ID.
20 # * between ID and hyphens 2010 & 2013 (both BA)
46 $BA = [[:LineBreak = Break_After:] - $BAX];
47 $HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA.
60 $EX = [[:LineBreak = Exclamation:] - $EXX];
66 # CSS Loose tailoring: CJ resolves to ID
67 $ID = [[:LineBreak = Ideographic:] $CJ];
76 $NS = [[:LineBreak = Nonstarter:] - $NSX];
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/data/brkitr/rules/
H A Dline_loose_cj.txt3 # Copyright (c) 2002-2016 International Business Machines Corporation and
17 # line-break=loose (BCP47 -u-lb-loose) as defined for Chinese & Japanese.
18 # It sets characters of class CJ to behave like ID.
20 # * between ID and hyphens 2010 & 2013 (both BA)
46 $BA = [[:LineBreak = Break_After:] - $BAX];
47 $HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA.
60 $EX = [[:LineBreak = Exclamation:] - $EXX];
66 # CSS Loose tailoring: CJ resolves to ID
67 $ID = [[:LineBreak = Ideographic:] $CJ];
76 $NS = [[:LineBreak = Nonstarter:] - $NSX];
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp1 //===--- RDFDeadCode.cpp --------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // RDF-based generic dead code elimination.
53 // Check if the given instruction has observable side-effects, i.e. if
59 if (MI->mayStore() || MI->isBranch() || MI->isCall() || MI->isReturn()) in isLiveInstr()
61 if (MI->hasOrderedMemoryRef() || MI->hasUnmodeledSideEffects() || in isLiveInstr()
62 MI->isPosition()) in isLiveInstr()
64 if (MI->isPHI()) in isLiveInstr()
66 for (auto &Op : MI->operands()) { in isLiveInstr()
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/testdata/break_rules/
H A Dline_loose_cj.txt20 # line-break=loose (BCP47 -u-lb-loose) as defined for Chinese & Japanese.
21 # It sets characters of class CJ to behave like ID.
23 # * between ID and hyphens 2010 & 2013 (both BA)
46 BA = [[:LineBreak = Break_After:] - BAX];
47 HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA.
60 EX = [[:LineBreak = Exclamation:] - EXX];
66 ID = [[:LineBreak = Ideographic:] CJ]; # CSS Loose tailoring: CJ resolves to ID
75 NS = [[:LineBreak = Nonstarter:] - NSX];
79 PO = [[:LineBreak = Postfix_Numeric:] - POX];
81 PR = [[:LineBreak = Prefix_Numeric:] - PRX];
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/rbbi/break_rules/
H A Dline_loose_cj.txt20 # line-break=loose (BCP47 -u-lb-loose) as defined for Chinese & Japanese.
21 # It sets characters of class CJ to behave like ID.
23 # * between ID and hyphens 2010 & 2013 (both BA)
46 BA = [[:LineBreak = Break_After:] - BAX];
47 HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA.
60 EX = [[:LineBreak = Exclamation:] - EXX];
66 ID = [[:LineBreak = Ideographic:] CJ]; # CSS Loose tailoring: CJ resolves to ID
75 NS = [[:LineBreak = Nonstarter:] - NSX];
79 PO = [[:LineBreak = Postfix_Numeric:] - POX];
81 PR = [[:LineBreak = Prefix_Numeric:] - PRX];
[all …]

12345678910>>...50