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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedStringTest.cpp 45 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/
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/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/junit/src/org/junit/experimental/theories/internal/
Assignments.java 28 private Assignments(List<PotentialAssignment> assigned,
31 fAssigned= assigned;
37 * assigned.
58 List<PotentialAssignment> assigned= new ArrayList<PotentialAssignment>( local
60 assigned.add(source);
62 return new Assignments(assigned, fUnassigned.subList(1, fUnassigned
  /external/libvorbis/vq/
vqgen.h 39 long *assigned; member in struct:vqgen
vqgen.c 111 if(v->assigned[k] && (localmin==-1 || this<localmin))
123 if(v->assigned[j]==0){
254 v->assigned=_ogg_malloc(v->entries*sizeof(long));
379 memset(v->assigned,0,sizeof(long)*v->entries);
504 if(v->assigned[j]++){
515 if(v->assigned[j]++){
535 fprintf(assig,"%ld\n",v->assigned[j]);
538 asserror+=fabs(v->assigned[j]-fdesired);
539 if(v->assigned[j]){
542 _now(v,j)[k]=vN(new,j)[k]/v->assigned[j]
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-animation/
core-animation-group-extracted.js 13 * If target is set, any children without a target will be assigned the group's
23 * "auto", any children without a set duration will be assigned the group's duration.
  /external/chromium_org/v8/test/mjsunit/
with-prototype.js 29 // extension object contains a property with the name assigned to in
array-length-number-conversion.js 29 // When an object is assigned to an array length field,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 218 // liveIn(bb) = usedBeforeAssigned(bb) U (liveOut(bb) - assigned(bb))
224 BitSet assigned(allLValues.getSize(), true);
246 if (i->getSrc(s)->asLValue() && !assigned.test(i->getSrc(s)->id))
249 assigned.set(i->getDef(d)->id);
255 if (!assigned.test(it->get()->id))
260 bb->liveSet.andNot(assigned);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 218 // liveIn(bb) = usedBeforeAssigned(bb) U (liveOut(bb) - assigned(bb))
224 BitSet assigned(allLValues.getSize(), true);
246 if (i->getSrc(s)->asLValue() && !assigned.test(i->getSrc(s)->id))
249 assigned.set(i->getDef(d)->id);
255 if (!assigned.test(it->get()->id))
260 bb->liveSet.andNot(assigned);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 262 static bool assigned = false;
263 if (!assigned) {
267 assigned = true;
kernel_wrap_bionic.cc 333 static bool assigned = false;
334 if (!assigned) {
336 assigned = true;
kernel_wrap_glibc.cc 520 static bool assigned = false;
521 if (!assigned) {
523 assigned = true;
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 13 * this is not supplied during construction, it can be assigned to the
  /external/chromium_org/v8/test/webkit/
function-prototype-descriptor.js 41 // Test prototype's attributes are correct, if assigned without first having being accessed.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
interframe.js 97 * Messages from a child frame will have a parameter 'id' that you assigned
170 * assigned this window an ID, sends back the ID in the reply automatically.
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 578 bool assigned = false; member in struct:loops::assignment_op::B
580 assigned = true;
593 return d.n == 7 && d.assigned && d.b.assigned;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_drm_image.spec 23 EGL Extension #not assigned
113 If <name> is non-NULL, a global name is assigned to the image and
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 229 Brian's edits, assigned values to new enums.
  /external/chromium_org/v8/test/mjsunit/compiler/
math-floor-global.js 30 // Test inlining of Math.floor when assigned to a global.
math-floor-local.js 30 // Test inlining of Math.floor when assigned to a local.
  /external/mesa3d/docs/
MESA_drm_image.spec 23 EGL Extension #not assigned
113 If <name> is non-NULL, a global name is assigned to the image and
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 229 Brian's edits, assigned values to new enums.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 45 Furthermore, ANTLR tokens are assigned a "channel" number, an extra degree of
84 # the integer value of the channel to which the token is assigned
479 and assigned it to the constant name +Token+. This token class will both include
488 and a grammar-specific subclass of ANTLR3::CommonToken assigned to the constant

Completed in 861 milliseconds

1 2 3