/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | RangeTableTest.java | 132 // The ranges assigned for various columns. in testApplyChanges() 133 assertThat(table).assigned(TYPE).containsExactly("[1-37]xxxxxx", "82xxxxx"); in testApplyChanges() 134 assertThat(table).assigned(AREA_CODE_LENGTH).containsExactly("[18]2xxxxx"); in testApplyChanges() 137 assertThat(table).assigned(TYPE, FIXED_LINE).containsExactly("[1-3]xxxxxx"); in testApplyChanges() 138 assertThat(table).assigned(TYPE, MOBILE).containsExactly("7xxxxxx", "82xxxxx"); in testApplyChanges() 140 assertThat(table).assigned(AREA_CODE_LENGTH, 3).containsExactly("[18]2xxxxx"); in testApplyChanges() 151 // checking that there's only one column and looking at all the assigned ranges in it. in testBareRangeAddition() 153 assertThat(table).assigned(TYPE).containsExactly("12xxxx"); in testBareRangeAddition() 169 assertThat(table).assigned(TYPE).containsExactly("1[5-9]xxxx"); in testAssignAndUnassign() 185 assertThat(table).assigned(TYP in testAssignAndRemove() 408 private static Cell<RangeSpecification, Column<?>, Optional<?>> assigned( assigned() method in RangeTableTest [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | quantityformattertest.cpp | 104 QuantityFormatter assigned; in TestBasic() local 105 assigned = fmt; in TestBasic() 107 "assigned getByVariant", in TestBasic() 108 assigned.getByVariant("other")->getTextWithNoArguments(), in TestBasic() 111 "assigned getByVariant", in TestBasic() 112 assigned.getByVariant("one")->getTextWithNoArguments(), in TestBasic() 115 "assigned getByVariant", in TestBasic() 116 assigned.getByVariant("few")->getTextWithNoArguments(), in TestBasic()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | enum_set_test.cpp | 260 CapabilitySet assigned = GetParam().capabilities; in TEST_P() local 261 EXPECT_THAT(ElementsIn(assigned), Eq(GetParam().expected)); in TEST_P() 265 CapabilitySet assigned{GetParam().capabilities}; in TEST_P() 266 assigned = assigned; in TEST_P() 267 EXPECT_THAT(ElementsIn(assigned), Eq(GetParam().expected)); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | enum_set_test.cpp | 260 CapabilitySet assigned = GetParam().capabilities; in TEST_P() local 261 EXPECT_THAT(ElementsIn(assigned), Eq(GetParam().expected)); in TEST_P() 265 CapabilitySet assigned{GetParam().capabilities}; in TEST_P() 266 assigned = assigned; in TEST_P() 267 EXPECT_THAT(ElementsIn(assigned), Eq(GetParam().expected)); in TEST_P()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | NumberingScheme.java | 282 // Anything assigned to the main region can be ignored as we allow it to have multiple regions. in checkNationalOnly() 283 // Now we have to ensure that these ranges are assigned to exactly one auxiliary region. in checkNationalOnly() 300 checkState(remaining.isEmpty(), "[%s] ranges not assigned to any region: %s", cc, remaining); in checkNationalOnly() 409 RangeTree assigned = allFormats.getRanges(FORMAT, id); in checkFormatConsistency() 410 checkMetadata(!assigned.isEmpty(), in checkFormatConsistency() 411 "[%s] format specifier '%s' not assigned to any range: %s", cc, id, spec); in checkFormatConsistency() 412 checkFormatLengths(cc, spec, assigned); in checkFormatConsistency() 413 checkLocalFormatLengths(cc, formatTable, spec, assigned); in checkFormatConsistency() 438 // Checks that the ranges to which formats are assigned don't have lengths outside the possible 439 // lengths of that format (e.g. we don't have "12xx" assigned t 440 checkFormatLengths(DigitSequence cc, FormatSpec spec, RangeTree assigned) checkFormatLengths() argument 457 checkLocalFormatLengths( DigitSequence cc, RangeTable formatTable, FormatSpec spec, RangeTree assigned) checkLocalFormatLengths() argument [all...] |
/third_party/jinja2/ |
H A D | async_utils.py | 34 @wraps(normal_func, assigned=normal_func_attrs) 35 @wraps(async_func, assigned=async_func_attrs, updated=())
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/ |
H A D | RangeTableSubject.java | 74 * other ranges were also assigned the same values, so for complete coverage in a test it's best 111 * Returns a {@link RangeTreeSubject} for asserting about the ranges assigned to the given value 114 public RangeTreeSubject assigned(Column<?> column, Object value) { in assigned() method in RangeTableSubject 120 * Returns a {@link RangeTreeSubject} for asserting about all ranges assigned in the specified 123 public RangeTreeSubject assigned(Column<?> column) { in assigned() method in RangeTableSubject
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ssa.cpp | 219 // liveIn(bb) = usedBeforeAssigned(bb) U (liveOut(bb) - assigned(bb)) 225 BitSet assigned(allLValues.getSize(), true); in buildLiveSetsPreSSA() 247 if (i->getSrc(s)->asLValue() && !assigned.test(i->getSrc(s)->id)) in buildLiveSetsPreSSA() 250 assigned.set(i->getDef(d)->id); in buildLiveSetsPreSSA() 256 if (!assigned.test(it->get()->id)) in buildLiveSetsPreSSA() 261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 1154 : from_rvalue(false), assigned(false) {} in MockValue() 1157 : from_rvalue(true), assigned(false) {} in MockValue() 1161 : from_rvalue(false), assigned(false) {} in MockValue() 1165 assigned = true; in operator =() 1171 assigned = true; in operator =() 1178 assigned = true; in operator =() 1182 bool assigned; member 1215 EXPECT_FALSE(from_lvalue->assigned); in TEST() 1218 EXPECT_TRUE(from_lvalue->assigned); in TEST() 1222 EXPECT_FALSE(from_rvalue->assigned); in TEST() [all...] |
/third_party/python/Lib/ |
H A D | functools.py | 37 assigned = WRAPPER_ASSIGNMENTS, 43 assigned is a tuple naming the attributes assigned directly 50 for attr in assigned: 66 assigned = WRAPPER_ASSIGNMENTS, 77 assigned=assigned, updated=updated)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 799 bool assigned = false; in createDeviceSupportingQueue() local 804 assigned = true; in createDeviceSupportingQueue() 814 assigned = true; in createDeviceSupportingQueue() 821 assigned = true; in createDeviceSupportingQueue() 825 if (assigned) in createDeviceSupportingQueue()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 762 bool assigned = false; in createDeviceSupportingQueue() local 767 assigned = true; in createDeviceSupportingQueue() 777 assigned = true; in createDeviceSupportingQueue() 784 assigned = true; in createDeviceSupportingQueue() 788 if (assigned) in createDeviceSupportingQueue()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_varyings.cpp | 283 if (front_color != NULL && front_color->data.assigned) in cross_validate_front_and_back_color() 287 if (back_color != NULL && back_color->data.assigned) in cross_validate_front_and_back_color() 387 "assigned to location %d and component %d\n", in check_location_aliasing() 723 * explicitly assigned location. in cross_validate_outputs_to_inputs() 792 assert(!input->data.assigned); in cross_validate_outputs_to_inputs()
|
H A D | lower_named_interface_blocks.cpp | 230 lhs_var->data.assigned = 1; in visit_leave() 242 lhs_var->data.assigned = 1; in visit_leave()
|
H A D | linker.cpp | 307 * array using an index too large for its actual size assigned at in visit() 1520 * visitor, adjust the interface type to reflect the newly assigned array 2659 * assigned. 2668 * If locations are (or can be, in case of dry-running) successfully assigned, 2707 * 3. Sort the attributes without assigned locations by number of slots in assign_attribute_or_color_locations() 2709 * locations assigned by the application may prevent large attributes in assign_attribute_or_color_locations() 2712 * 4. Assign locations to any inputs without assigned locations. in assign_attribute_or_color_locations() 2723 /* Temporary storage for the set of attributes that need locations assigned. in assign_attribute_or_color_locations() 2741 /* Temporary array for the set of attributes that have locations assigned, in assign_attribute_or_color_locations() 2745 ir_variable *assigned[1 in assign_attribute_or_color_locations() local [all...] |
H A D | gl_nir_lower_xfb_varying.c | 174 new_variable->data.assigned = true; in gl_nir_lower_xfb_varying()
|
/third_party/spirv-tools/test/ |
H A D | enum_set_test.cpp | 855 CapabilitySet assigned = GetParam().capabilities; in TEST_P() local 856 EXPECT_THAT(ElementsIn(assigned), Eq(GetParam().expected)); in TEST_P() 860 CapabilitySet assigned{GetParam().capabilities}; in TEST_P() 861 assigned = assigned; in TEST_P() 862 EXPECT_THAT(ElementsIn(assigned), Eq(GetParam().expected)); in TEST_P()
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | parsers.c | 129 time(&ah->assigned); in __lws_header_table_reset() 326 if (ah->assigned && now - ah->assigned > 3) { in __lws_header_table_detach() 333 (int)(now - ah->assigned), in __lws_header_table_detach() 337 ah->assigned = 0; in __lws_header_table_detach()
|
H A D | header.c | 604 if (!ah->in_use || !ah->wsi || !ah->assigned || in lws_sul_http_ah_lifecheck() 606 (now - ah->assigned) < in lws_sul_http_ah_lifecheck()
|
H A D | private-lib-roles-http.h | 100 * these are assigned from a pool held in the context. 114 time_t assigned; member
|
/third_party/python/Lib/test/ |
H A D | test_reprlib.py | 406 from functools import WRAPPER_ASSIGNMENTS as assigned namespace 409 for name in assigned:
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 53 bool assigned : 1; member 60 assignment(PhysReg reg_, RegClass rc_) : reg(reg_), rc(rc_), assigned(-1) {} in assignment() 63 assigned = true; in set() 1017 * increasing assigned register 1094 /* Variables are sorted from large to small and with increasing assigned register */ in get_regs_for_copies() 1456 * one. If one of the variables has 0xffffffff as an ID, the register assigned 1526 if (ctx.assignments[op.tempId()].assigned) { in is_mimg_vaddr_intact() 1568 * - whether the operand is assigned and in get_reg_vector() 1574 ctx.assignments[op.tempId()].assigned) { in get_reg_vector() 1615 if (affinity.assigned) { in get_reg() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 103 BitVector* loop_assignments = nullptr; // locals assigned in this loop. 235 BitVector* assigned = WasmDecoder<validate>::AnalyzeLoopAssignment( in Loop() local 242 assigned->Add(instance_cache_index); in Loop() 244 DCHECK_NOT_NULL(assigned); in Loop() 245 decoder->control_at(0)->loop_assignments = assigned; in Loop() 247 // Only introduce phis for variables assigned in this loop. in Loop() 249 if (!assigned->Contains(i)) continue; in Loop() 254 if (assigned->Contains(instance_cache_index)) { in Loop()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 47 assigned number as well as other attributes to indicate if they only exist 51 The unique numbers each symbol gets assigned needs to be maintained for a 89 maxassigned => 0, # Current highest assigned item number 174 Renumber any item that doesn't have an assigned number yet. 693 $self->{stats}->{assigned}++;
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 47 assigned number as well as other attributes to indicate if they only exist 51 The unique numbers each symbol gets assigned needs to be maintained for a 89 maxassigned => 0, # Current highest assigned item number 174 Renumber any item that doesn't have an assigned number yet. 693 $self->{stats}->{assigned}++;
|