HomeSort by relevance Sort by last modified time
    Searched defs:assigned (Results 1 - 25 of 35) sorted by null

1 2

  /external/icu/icu4c/source/test/intltest/
quantityformattertest.cpp 98 QuantityFormatter assigned; local
99 assigned = fmt;
101 "assigned getByVariant",
102 assigned.getByVariant("other")->getTextWithNoArguments(),
105 "assigned getByVariant",
106 assigned.getByVariant("one")->getTextWithNoArguments(),
109 "assigned getByVariant",
110 assigned.getByVariant("few")->getTextWithNoArguments(),
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_tuple.pass.cpp 33 static int assigned; member in struct:CountingType
38 assigned = copy_assigned = move_assigned = 0;
46 ++assigned;
52 ++assigned;
63 int CountingType::assigned; member in class:CountingType
78 assert(C::assigned == 1);
92 assert(C::assigned == 1);
106 assert(C::assigned == 2);
120 assert(C::assigned == 2);
134 assert(C::assigned == 2)
    [all...]
  /external/mesa3d/src/glsl/
lower_vector.cpp 143 unsigned assigned; local
145 /* Write-mask in the destination that receives counted by 'assigned'.
153 * - All constant components can be assigned at once.
155 * unary operator can be assigned at once.
159 assigned = 0;
168 case GLSL_TYPE_UINT: d.u[assigned] = c->value.u[0]; break;
169 case GLSL_TYPE_INT: d.i[assigned] = c->value.i[0]; break;
170 case GLSL_TYPE_FLOAT: d.f[assigned] = c->value.f[0]; break;
171 case GLSL_TYPE_BOOL: d.b[assigned] = c->value.b[0]; break;
176 assigned++
    [all...]
  /external/libcxx/test/support/
archetypes.hpp 33 static int assigned; member in struct:ArchetypeBases::TestBase
48 assigned = value_assigned = copy_assigned = move_assigned = destroyed = 0;
81 ++assigned; ++value_assigned;
100 ++assigned; ++copy_assigned;
106 ++assigned; ++move_assigned;
121 template <class D, bool E> int TestBase<D, E>::assigned = 0; member in class:TestBase
  /external/libvorbis/vq/
vqgen.h 39 long *assigned; member in struct:vqgen
  /external/junit/src/main/java/org/junit/experimental/theories/internal/
Assignments.java 22 private final List<PotentialAssignment> assigned; field in class:Assignments
28 private Assignments(List<PotentialAssignment> assigned,
31 this.assigned = assigned;
37 * assigned.
58 List<PotentialAssignment> assigned = new ArrayList<PotentialAssignment>( local
59 this.assigned);
60 assigned.add(source);
62 return new Assignments(assigned, unassigned.subList(1,
70 values[i - start] = assigned.get(i).getValue()
    [all...]
  /external/libchrome/base/
command_line_unittest.cc 400 CommandLine assigned = *initial; local
406 EXPECT_TRUE(assigned.HasSwitch(pair.first));
  /external/google-breakpad/src/processor/
postfix_evaluator_unittest.cc 240 PostfixEvaluator<unsigned int>::DictionaryValidityType assigned; local
249 &assigned);
294 // The value must be set in the "assigned" dictionary if it was a
295 // variable. It must not have been assigned if it was a constant.
299 iterator_assigned = assigned.find(identifier);
300 if (iterator_assigned != assigned.end()) {
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 576 bool assigned = false; member in struct:loops::assignment_op::B
578 assigned = true;
591 return d.n == 7 && d.assigned && d.b.assigned;
  /external/v8/src/crankshaft/
lithium-allocator.cc 787 bool assigned = false; local
798 assigned = true;
803 if (!assigned) {
    [all...]
  /external/v8/src/wasm/
ast-decoder.cc 1713 BitVector* assigned = AnalyzeLoopAssignment(pc); local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 137 // location has been assigned at definition. For ranges spilled in deferred
1658 bool assigned = false; local
1714 bool assigned = false; local
3541 InstructionOperand assigned = range->GetAssignedOperand(); local
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules-0.6-beta-2-release.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner-0.6-beta-2-release.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 408 milliseconds

1 2