/third_party/libphonenumber/resources/geocoding/pt/ |
D | 55.txt | 235 55113240|Salvador - BA 236 55113264|Salvador - BA 8925 5571210|Salvador - BA 8926 55712136|Salvador - BA 8927 55712203|Salvador - BA 8928 55712223|Salvador - BA 8929 55713003|Salvador - BA 8930 5571301|Salvador - BA 8931 55713025|Salvador - BA 8932 55713026|Lauro de Freitas - BA [all …]
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 55.txt | 237 55113240|Salvador - BA 238 55113264|Salvador - BA 8927 5571210|Salvador - BA 8928 55712136|Salvador - BA 8929 55712203|Salvador - BA 8930 55712223|Salvador - BA 8931 55713003|Salvador - BA 8932 5571301|Salvador - BA 8933 55713025|Salvador - BA 8934 55713026|Lauro de Freitas - BA [all …]
|
/third_party/rust/crates/io-lifetimes/ |
D | ORG_CODE_OF_CONDUCT.md | 7 The Bytecode Alliance (BA) welcomes involvement from organizations, 13 concert as a BA member or as a participant in BA activities, whether 19 when asserting patents is in the best interest of the BA community as 20 a whole. In such instances, consult with the BA, strive for 22 to the community the BA serves. 37 the BA, and members should strive to preserve that core. It is fine 42 Treat the WebAssembly name and any BA-associated names with 43 respect, and follow BA trademark and branding guidelines. If you 45 the BA, or if you build a product or service using BA-derived 51 Further, do not use the WebAssembly name or BA-associated names in [all …]
|
/third_party/rust/crates/linux-raw-sys/ |
D | ORG_CODE_OF_CONDUCT.md | 7 The Bytecode Alliance (BA) welcomes involvement from organizations, 13 concert as a BA member or as a participant in BA activities, whether 19 when asserting patents is in the best interest of the BA community as 20 a whole. In such instances, consult with the BA, strive for 22 to the community the BA serves. 37 the BA, and members should strive to preserve that core. It is fine 42 Treat the WebAssembly name and any BA-associated names with 43 respect, and follow BA trademark and branding guidelines. If you 45 the BA, or if you build a product or service using BA-derived 51 Further, do not use the WebAssembly name or BA-associated names in [all …]
|
/third_party/rust/crates/rustix/ |
D | ORG_CODE_OF_CONDUCT.md | 7 The Bytecode Alliance (BA) welcomes involvement from organizations, 13 concert as a BA member or as a participant in BA activities, whether 19 when asserting patents is in the best interest of the BA community as 20 a whole. In such instances, consult with the BA, strive for 22 to the community the BA serves. 37 the BA, and members should strive to preserve that core. It is fine 42 Treat the WebAssembly name and any BA-associated names with 43 respect, and follow BA trademark and branding guidelines. If you 45 the BA, or if you build a product or service using BA-derived 51 Further, do not use the WebAssembly name or BA-associated names in [all …]
|
/third_party/toybox/tests/files/bc/ |
D | print_results.txt | 2079 .BA 2080 1.BA 2081 83.BA 2250 BA 2253 BA.185 2629 .BA 2630 1.BA 2631 70.BA 2853 .1BA 2854 1.1BA [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect() 129 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) in collect() 157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect() 158 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) { in collect() 188 auto BA = DFG.addr<NodeBase*>(I); in erase() local 189 uint16_t Type = BA.Addr->getType(); in erase() 196 uint16_t Kind = BA.Addr->getKind(); in erase() 198 for (auto N : NodeAddr<CodeNode*>(BA).Addr->members(DFG)) in erase() 232 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in erase() local 233 BA.Addr->removeMember(IA, DFG); in erase()
|
D | RDFGraph.h | 786 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() 787 return BA.Addr->getType() == NodeAttrs::Ref && in IsRef() 788 BA.Addr->getKind() == Kind; in IsRef() 792 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() 793 return BA.Addr->getType() == NodeAttrs::Code && in IsCode() 794 BA.Addr->getKind() == Kind; in IsCode() 797 static bool IsDef(const NodeAddr<NodeBase*> BA) { in IsDef() 798 return BA.Addr->getType() == NodeAttrs::Ref && in IsDef() 799 BA.Addr->getKind() == NodeAttrs::Def; in IsDef() 802 static bool IsUse(const NodeAddr<NodeBase*> BA) { in IsUse() [all …]
|
D | RDFGraph.cpp | 853 NodeAddr<BlockNode*> BA = newNode(NodeAttrs::Code | NodeAttrs::Block); in newBlock() local 854 BA.Addr->setCode(BB); in newBlock() 855 Owner.Addr->addMember(BA, *this); in newBlock() 856 return BA; in newBlock() 874 NodeAddr<BlockNode*> BA = newBlock(Func, &B); in build() local 875 BlockNodes.insert(std::make_pair(&B, BA)); in build() 879 buildStmt(BA, I); in build() 888 for (NodeAddr<BlockNode*> BA : Blocks) in build() 889 for (NodeAddr<InstrNode*> IA : BA.Addr->members(*this)) in build() 921 for (NodeAddr<BlockNode*> BA : Blocks) { in build() [all …]
|
D | RDFLiveness.cpp | 174 NodeAddr<BlockNode*> BA = PA.Addr->getOwner(DFG); in getAllReachingDefs() local 175 return BA.Addr->getCode(); in getAllReachingDefs() 182 MachineBasicBlock *BA = Block(OA), *BB = Block(OB); in getAllReachingDefs() local 183 if (BA != BB) in getAllReachingDefs() 184 return MDT.dominates(BB, BA); in getAllReachingDefs() 324 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in getNearestAliasedRef() local 325 NodeList Ins = BA.Addr->members(DFG); in getNearestAliasedRef() 362 MachineBasicBlock *BB = BA.Addr->getCode(); in getNearestAliasedRef() 363 BA = NodeAddr<BlockNode*>(); in getNearestAliasedRef() 366 BA = DFG.findBlock(N->getBlock()); in getNearestAliasedRef() [all …]
|
/third_party/icu/tools/unicode/c/genuts46/ |
D | genuts46.sln | 4 …11D0-8D11-00A0C91BC942}") = "genuts46", "genuts46.vcproj", "{20F9F1B1-E362-4A4D-84BA-548557745CD9}" 12 {20F9F1B1-E362-4A4D-84BA-548557745CD9}.Debug|Win32.ActiveCfg = Debug|Win32 13 {20F9F1B1-E362-4A4D-84BA-548557745CD9}.Debug|Win32.Build.0 = Debug|Win32 14 {20F9F1B1-E362-4A4D-84BA-548557745CD9}.Release|Win32.ActiveCfg = Release|Win32 15 {20F9F1B1-E362-4A4D-84BA-548557745CD9}.Release|Win32.Build.0 = Release|Win32
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | NormalizationTest-3.2.0.txt | 82 00BA;00BA;00BA;006F;006F; 413 03F0;03F0;03F0;03BA;03BA; 1328 24BA;24BA;24BA;0045;0045; 1640 30BA;30BA;30B9 3099;30BA;30B9 3099; 1939 32BA;32BA;32BA;0034 0035;0034 0035; 2186 33BA;33BA;33BA;0070 0057;0070 0057; 2272 AC13;AC13;1100 1161 11BA;AC13;1100 1161 11BA; 2300 AC2F;AC2F;1100 1162 11BA;AC2F;1100 1162 11BA; 2328 AC4B;AC4B;1100 1163 11BA;AC4B;1100 1163 11BA; 2356 AC67;AC67;1100 1164 11BA;AC67;1100 1164 11BA; [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | NormalizationTest-3.2.0.txt | 82 00BA;00BA;00BA;006F;006F; 413 03F0;03F0;03F0;03BA;03BA; 1328 24BA;24BA;24BA;0045;0045; 1640 30BA;30BA;30B9 3099;30BA;30B9 3099; 1939 32BA;32BA;32BA;0034 0035;0034 0035; 2186 33BA;33BA;33BA;0070 0057;0070 0057; 2272 AC13;AC13;1100 1161 11BA;AC13;1100 1161 11BA; 2300 AC2F;AC2F;1100 1162 11BA;AC2F;1100 1162 11BA; 2328 AC4B;AC4B;1100 1163 11BA;AC4B;1100 1163 11BA; 2356 AC67;AC67;1100 1164 11BA;AC67;1100 1164 11BA; [all …]
|
D | NormalizationTest.txt | 83 00BA;00BA;00BA;006F;006F; 414 03F0;03F0;03F0;03BA;03BA; 1459 24BA;24BA;24BA;0045;0045; 1774 30BA;30BA;30B9 3099;30BA;30B9 3099; 2083 32BA;32BA;32BA;0034 0035;0034 0035; 2339 33BA;33BA;33BA;0070 0057;0070 0057; 2438 AC13;AC13;1100 1161 11BA;AC13;1100 1161 11BA; 2466 AC2F;AC2F;1100 1162 11BA;AC2F;1100 1162 11BA; 2494 AC4B;AC4B;1100 1163 11BA;AC4B;1100 1163 11BA; 2522 AC67;AC67;1100 1164 11BA;AC67;1100 1164 11BA; [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | NormalizationTest-3.2.0.txt | 84 00BA;00BA;00BA;006F;006F; 415 03F0;03F0;03F0;03BA;03BA; 1330 24BA;24BA;24BA;0045;0045; 1642 30BA;30BA;30B9 3099;30BA;30B9 3099; 1941 32BA;32BA;32BA;0034 0035;0034 0035; 2188 33BA;33BA;33BA;0070 0057;0070 0057; 2274 AC13;AC13;1100 1161 11BA;AC13;1100 1161 11BA; 2302 AC2F;AC2F;1100 1162 11BA;AC2F;1100 1162 11BA; 2330 AC4B;AC4B;1100 1163 11BA;AC4B;1100 1163 11BA; 2358 AC67;AC67;1100 1164 11BA;AC67;1100 1164 11BA; [all …]
|
/third_party/icu/icu4c/source/test/testdata/break_rules/ |
D | line_loose_cj.txt | 23 # * between ID and hyphens 2010 & 2013 (both BA) 43 BA = [[:LineBreak = Break_After:] - BAX]; 44 HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA. 170 LB12a: [^SP BA BAX HY] CM* GL; 197 # Note: Rule 21a must come before 21 to prevent 21.1 from matching HL BA, then 198 # not picking up the continuing match after the BA from 21a. 200 # HL (HY | BA) x 202 LB21a: HL CM* (HY | BA | BAX) CM* [^CM CB]?; 204 LB21.1: [^ID] CM* [BA BAX HY NS]; 205 LB21.2: ID CM* [BA HY NS]; [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | line_loose_cj.txt | 23 # * between ID and hyphens 2010 & 2013 (both BA) 43 BA = [[:LineBreak = Break_After:] - BAX]; 44 HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA. 170 LB12a: [^SP BA BAX HY] CM* GL; 197 # Note: Rule 21a must come before 21 to prevent 21.1 from matching HL BA, then 198 # not picking up the continuing match after the BA from 21a. 200 # HL (HY | BA) x 202 LB21a: HL CM* (HY | BA | BAX) CM* [^CM CB]?; 204 LB21.1: [^ID] CM* [BA BAX HY NS]; 205 LB21.2: ID CM* [BA HY NS]; [all …]
|
/third_party/mesa3d/src/panfrost/util/ |
D | lcra.c | 102 unsigned BA = l->alignment[node]; in lcra_restrict_range() local 103 unsigned alignment = (BA & 0xffff) - 1; in lcra_restrict_range() 104 unsigned bound = BA >> 16; in lcra_restrict_range() 168 unsigned BA = l->alignment[step]; in lcra_solve() local 169 unsigned shift = (BA & 0xffff) - 1; in lcra_solve() 170 unsigned bound = BA >> 16; in lcra_solve()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | IndirectBrExpandPass.cpp | 136 auto *BA = cast<BlockAddress>(BlockAddressUseIt->getUser()); in runOnFunction() local 140 if (!BA->isConstantUsed()) in runOnFunction() 148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() 155 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runOnFunction()
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | NormalizationTest.txt | 83 00BA;00BA;00BA;006F;006F; 414 03F0;03F0;03F0;03BA;03BA; 1459 24BA;24BA;24BA;0045;0045; 1774 30BA;30BA;30B9 3099;30BA;30B9 3099; 2083 32BA;32BA;32BA;0034 0035;0034 0035; 2339 33BA;33BA;33BA;0070 0057;0070 0057; 2438 AC13;AC13;1100 1161 11BA;AC13;1100 1161 11BA; 2466 AC2F;AC2F;1100 1162 11BA;AC2F;1100 1162 11BA; 2494 AC4B;AC4B;1100 1163 11BA;AC4B;1100 1163 11BA; 2522 AC67;AC67;1100 1164 11BA;AC67;1100 1164 11BA; [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/break_rules/ |
D | line_loose_cj.txt | 23 # * before hyphens 2010 & 2013 (both BA) and 301C, 30A0 (both NS) 42 BA = [[:LineBreak = Break_After:] - BAX]; 43 HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA. 166 LB12a: [^SP BA BAX HY] CM* GL; 193 # Note: Rule 21a must come before 21 to prevent 21.1 from matching HL BA, then 194 # not picking up the continuing match after the BA from 21a. 196 # HL (HY | BA) x 198 LB21a: HL CM* (HY | BA | BAX) CM* [^CM CB]?; 200 LB21.1: . CM* [BA HY NS]; 237 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS IN CM]; [all …]
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | line.txt | 28 $BA = [:LineBreak = Break_After:]; 29 $HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA. 118 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 177 # [^SP BA HY] x GL 179 [[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GL; 221 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 272 # LB 21 x (BA | HY | NS) 275 $LB20NonBreaks $CM* ($BA | $HY | $NS); 278 ^$CM+ ($BA | $HY | $NS); 284 # HL (HY | BA) x [all …]
|
D | line_normal.txt | 30 $BA = [:LineBreak = Break_After:]; 31 $HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA. 120 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 179 # [^SP BA HY] x GL 181 [[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GL; 223 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 274 # LB 21 x (BA | HY | NS) 277 $LB20NonBreaks $CM* ($BA | $HY | $NS); 280 ^$CM+ ($BA | $HY | $NS); 286 # HL (HY | BA) x [all …]
|
/third_party/icu/icu4c/source/data/brkitr/rules/ |
D | line.txt | 28 $BA = [:LineBreak = Break_After:]; 29 $HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA. 120 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 179 # [^SP BA HY] x GL 181 [[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GL; 223 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 274 # LB 21 x (BA | HY | NS) 277 $LB20NonBreaks $CM* ($BA | $HY | $NS); 280 ^$CM+ ($BA | $HY | $NS); 286 # HL (HY | BA) x [all …]
|
D | line_normal.txt | 30 $BA = [:LineBreak = Break_After:]; 31 $HH = [\u2010]; # \u2010 is HYPHEN, default line break is BA. 122 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 181 # [^SP BA HY] x GL 183 [[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GL; 225 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 276 # LB 21 x (BA | HY | NS) 279 $LB20NonBreaks $CM* ($BA | $HY | $NS); 282 ^$CM+ ($BA | $HY | $NS); 288 # HL (HY | BA) x [all …]
|