Searched defs:assigned (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedStringTest.cpp45 SegmentedString assigned; local
46 assigned = original;
50 EXPECT_EQ('c', assigned.currentChar());
55 SegmentedString assigned; local
56 assigned = original;
60 EXPECT_EQ('a', assigned.currentChar());
67 SegmentedString assigned; local
68 assigned = original;
72 EXPECT_EQ('a', assigned.currentChar());
77 SegmentedString assigned; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_vector.cpp143 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/mesa3d/src/glsl/
H A Dlower_vector.cpp143 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/junit/src/org/junit/experimental/theories/internal/
H A DAssignments.java28 private Assignments(List<PotentialAssignment> assigned, argument
31 fAssigned= assigned;
37 * assigned.
58 List<PotentialAssignment> assigned= new ArrayList<PotentialAssignment>(
60 assigned.add(source);
62 return new Assignments(assigned, fUnassigned.subList(1, fUnassigned
/external/libvorbis/vq/
H A Dvqgen.h39 long *assigned; member in struct:vqgen
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc49 // actually assigned.
83 bool assigned = false; local
86 &assigned))
89 return assigned;
251 // If the shortcut has been assigned to another command, it should be
318 // The extension command might be assigned another shortcut. Remove that
727 // Get the new assigned command, if any.
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc765 bool assigned = false; local
772 assigned = true;
792 if (!assigned) {
837 bool assigned = false; local
848 assigned = true;
855 if (!assigned) {
1395 // operand assigned.
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc786 bool assigned = false; local
797 assigned = true;
802 if (!assigned) {
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc2918 // Maybe assigned should survive deserialization
3040 struct { const char* source; bool assigned; bool strict; } outers[] = { member in struct:__anon17412
3070 struct { const char* source; bool assigned; bool with; } inners[] = { member in struct:__anon17413
3169 bool expected = outers[i].assigned || inners[j].assigned;
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp578 bool assigned = false; member in struct:loops::assignment_op::B
580 assigned = true;
593 return d.n == 7 && d.assigned && d.b.assigned;
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 274 milliseconds