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

1 2 3 4 5 6 7 8 91011

  /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/mesa3d/src/compiler/glsl/
lower_vector.cpp 147 unsigned assigned; local
149 /* Write-mask in the destination that receives counted by 'assigned'.
157 * - All constant components can be assigned at once.
159 * unary operator can be assigned at once.
163 assigned = 0;
172 case GLSL_TYPE_UINT: d.u[assigned] = c->value.u[0]; break;
173 case GLSL_TYPE_INT: d.i[assigned] = c->value.i[0]; break;
174 case GLSL_TYPE_FLOAT: d.f[assigned] = c->value.f[0]; break;
175 case GLSL_TYPE_BOOL: d.b[assigned] = c->value.b[0]; break;
180 assigned++
    [all...]
  /build/kati/testcase/
autovar_assign.mk 5 # x will leak if assigned.
  /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/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/google-breakpad/src/processor/
postfix_evaluator.h 56 // treated as constants. Any results must be assigned into variables in the
58 // Evaluate, unless used in an expression prior to being assigned to. The
104 // variables in the dictionary in an indeterminate state. If assigned is
106 // will also be set to true in assigned, providing a way to determine if
108 bool Evaluate(const string &expression, DictionaryValidityType *assigned);
151 // Evaluate expression, updating *assigned if it is non-zero. Return
155 DictionaryValidityType *assigned);
159 DictionaryValidityType *assigned);
postfix_evaluator-inl.h 73 DictionaryValidityType *assigned) {
192 if (assigned)
193 (*assigned)[identifier] = true;
207 DictionaryValidityType *assigned) {
218 if (!EvaluateToken("=", expression, assigned)) {
222 if (!EvaluateToken(token.substr(1), expression, assigned)) {
225 } else if (!EvaluateToken(token, expression, assigned)) {
235 DictionaryValidityType *assigned) {
239 if (!EvaluateInternal(expression, assigned))
  /system/chre/build/nanoapp/
app.mk 12 This should be assigned by the Makefile that includes app.mk.")
17 This should be assigned by the Makefile that includes app.mk.")
22 This should be assigned by the Makefile that includes app.mk.")
27 the nanoapp. This should be assigned by the Makefile that includes \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
functools.py 19 assigned = WRAPPER_ASSIGNMENTS,
25 assigned is a tuple naming the attributes assigned directly
32 for attr in assigned:
40 assigned = WRAPPER_ASSIGNMENTS,
51 assigned=assigned, updated=updated)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
functools.py 19 assigned = WRAPPER_ASSIGNMENTS,
25 assigned is a tuple naming the attributes assigned directly
32 for attr in assigned:
40 assigned = WRAPPER_ASSIGNMENTS,
51 assigned=assigned, updated=updated)
  /external/python/cpython2/Lib/
functools.py 19 assigned = WRAPPER_ASSIGNMENTS,
25 assigned is a tuple naming the attributes assigned directly
32 for attr in assigned:
40 assigned = WRAPPER_ASSIGNMENTS,
51 assigned=assigned, updated=updated)
  /external/toolchain-utils/crosperf/
settings.py 45 if not field.assigned and field.required:
53 if (not self.fields[name].assigned and self.parent and
54 name in self.parent.fields and self.parent.fields[name].assigned):
60 if name in self.fields and settings.fields[name].assigned:
66 if not self.fields[name].assigned and self.fields[name].required:
field.py 11 self.assigned = False
22 self.assigned = True
26 self.assigned = True
131 self.assigned = True
  /prebuilts/gdb/darwin-x86/lib/python2.7/
functools.py 19 assigned = WRAPPER_ASSIGNMENTS,
25 assigned is a tuple naming the attributes assigned directly
32 for attr in assigned:
40 assigned = WRAPPER_ASSIGNMENTS,
51 assigned=assigned, updated=updated)
  /prebuilts/gdb/linux-x86/lib/python2.7/
functools.py 19 assigned = WRAPPER_ASSIGNMENTS,
25 assigned is a tuple naming the attributes assigned directly
32 for attr in assigned:
40 assigned = WRAPPER_ASSIGNMENTS,
51 assigned=assigned, updated=updated)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
functools.py 19 assigned = WRAPPER_ASSIGNMENTS,
25 assigned is a tuple naming the attributes assigned directly
32 for attr in assigned:
40 assigned = WRAPPER_ASSIGNMENTS,
51 assigned=assigned, updated=updated)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 19 assigned = WRAPPER_ASSIGNMENTS,
25 assigned is a tuple naming the attributes assigned directly
32 for attr in assigned:
40 assigned = WRAPPER_ASSIGNMENTS,
51 assigned=assigned, updated=updated)
  /prebuilts/go/darwin-x86/test/
escape_because.go 33 func f1(p *int) { // ERROR "from \[3\]\*int literal \(array literal element\) at escape_because.go:34$" "from a \(assigned\) at escape_because.go:34$" "from a \(interface-converted\) at escape_because.go:35$" "from sink \(assigned to top level variable\) at escape_because.go:35$" "leaking param: p$"
35 sink = a // ERROR "a escapes to heap$" "from sink \(assigned to top level variable\) at escape_because.go:35$"
39 func f2(q *int) { // ERROR "from &u \(address-of\) at escape_because.go:43$" "from &u \(interface-converted\) at escape_because.go:43$" "from pair literal \(struct literal element\) at escape_because.go:41$" "from s \(assigned\) at escape_because.go:40$" "from sink \(assigned to top level variable\) at escape_because.go:43$" "from t \(assigned\) at escape_because.go:41$" "from u \(assigned\) at escape_because.go:42$" "leaking param: q$"
43 sink = &u // ERROR "&u escapes to heap$" "from &u \(interface-converted\) at escape_because.go:43$" "from sink \(assigned to top level variable\) at escape_because.go:43$"
46 func f3(r *int) interface{} { // ERROR "from \[\]\*int literal \(slice-literal-element\) at escape_because.go:47$" "from c \(assigned\) at escape_because.go:47$" "from c \(interface-converted\) at escape_because.go:48$" "from ~r1 \(return\) at escape_because.go:48$" "leaking param: r to result ~r1 level=-1$"
47 c := []*int{r} // ERROR "\[\]\*int literal escapes to heap$" "from c \(assigned\) at escape_because.go:47$" "from c \(interface-converted\) at escape_because.go:48$" "from ~r1 \( (…)
    [all...]
reflectmethod1.go 8 // assigned to interfaces, but only if reflect.Type.Method is
reflectmethod4.go 8 // assigned to interfaces, but only if reflect.Value.Method is
  /prebuilts/go/linux-x86/test/
escape_because.go 33 func f1(p *int) { // ERROR "from \[3\]\*int literal \(array literal element\) at escape_because.go:34$" "from a \(assigned\) at escape_because.go:34$" "from a \(interface-converted\) at escape_because.go:35$" "from sink \(assigned to top level variable\) at escape_because.go:35$" "leaking param: p$"
35 sink = a // ERROR "a escapes to heap$" "from sink \(assigned to top level variable\) at escape_because.go:35$"
39 func f2(q *int) { // ERROR "from &u \(address-of\) at escape_because.go:43$" "from &u \(interface-converted\) at escape_because.go:43$" "from pair literal \(struct literal element\) at escape_because.go:41$" "from s \(assigned\) at escape_because.go:40$" "from sink \(assigned to top level variable\) at escape_because.go:43$" "from t \(assigned\) at escape_because.go:41$" "from u \(assigned\) at escape_because.go:42$" "leaking param: q$"
43 sink = &u // ERROR "&u escapes to heap$" "from &u \(interface-converted\) at escape_because.go:43$" "from sink \(assigned to top level variable\) at escape_because.go:43$"
46 func f3(r *int) interface{} { // ERROR "from \[\]\*int literal \(slice-literal-element\) at escape_because.go:47$" "from c \(assigned\) at escape_because.go:47$" "from c \(interface-converted\) at escape_because.go:48$" "from ~r1 \(return\) at escape_because.go:48$" "leaking param: r to result ~r1 level=-1$"
47 c := []*int{r} // ERROR "\[\]\*int literal escapes to heap$" "from c \(assigned\) at escape_because.go:47$" "from c \(interface-converted\) at escape_because.go:48$" "from ~r1 \( (…)
    [all...]
reflectmethod1.go 8 // assigned to interfaces, but only if reflect.Type.Method is
reflectmethod4.go 8 // assigned to interfaces, but only if reflect.Value.Method is
  /compatibility/cdd/1_introduction/
1_1_structure.md 15 Requirement ID is assigned for MUST requirements.
17 * The ID is assigned for MUST requirements only.
18 * STRONGLY RECOMMENDED requirements are marked as [SR] but ID is not assigned.
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
assign_value.pass.cpp 95 assert(T::assigned == 0);
106 assert(T::assigned == 1);
120 assert(T::assigned == 0);
132 assert(T::assigned == 1);
146 assert(T::assigned == 0);
158 assert(T::assigned == 0);

Completed in 555 milliseconds

1 2 3 4 5 6 7 8 91011