Searched refs:assigned (Results 1 - 25 of 35) sorted by relevance

12

/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...]
H A Dir.h390 * Has this variable been statically assigned?
392 * This answers whether the variable was assigned in any path of
397 unsigned assigned:1;
461 * slot has not been assigned, the value will be -1.
502 * Value assigned in the initializer of a variable declared "const"
507 * Constant expression assigned in the initializer of the variable
865 * Value being assigned
/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
H A Dvqgen.c111 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[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp218 // 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/
H A Dnv50_ir_ssa.cpp218 // 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/
H A Dkernel_wrap_newlib.cc261 static bool assigned = false;
262 if (!assigned) {
265 assigned = true;
H A Dkernel_wrap_bionic.cc333 static bool assigned = false;
334 if (!assigned) {
336 assigned = true;
H A Dkernel_wrap_glibc.cc457 static bool assigned = false;
458 if (!assigned) {
460 assigned = true;
/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/chromium_org/third_party/mesa/src/docs/
H A DMESA_drm_image.spec23 EGL Extension #not assigned
113 If <name> is non-NULL, a global name is assigned to the image and
H A DMESA_texture_signed_rgba.spec31 Not assigned ?
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_packed_depth_stencil.spec229 Brian's edits, assigned values to new enums.
/external/mesa3d/docs/
H A DMESA_drm_image.spec23 EGL Extension #not assigned
113 If <name> is non-NULL, a global name is assigned to the image and
H A DMESA_texture_signed_rgba.spec31 Not assigned ?
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec229 Brian's edits, assigned values to new enums.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb45 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
/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
317 // The extension command might be assigned another shortcut. Remove that
723 // Get the new assigned command, if any.
/external/libvorbis/doc/
H A D03-codebook.tex66 total of \varname{[codebook_entries]}, is assigned a codeword length.
205 codebooks support unused codeword entries) is assigned, in order, the
H A D07-floor1.tex98 list is split into partitions, and each partition is assigned to a
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc801 bool assigned = false; local
812 assigned = true;
817 if (!assigned) {
/external/libhevc/common/arm/
H A Dihevc_sao_band_offset_chroma.s279 WIDTH_LOOP: @Width is assigned to be multiple of 16

Completed in 634 milliseconds

12