/libcore/luni/src/main/java/java/security/ |
DomainCombiner.java | 32 * @param assigned 37 ProtectionDomain[] combine(ProtectionDomain[] current, ProtectionDomain[] assigned);
|
/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
|
/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)
|
/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/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_newlib.cc | 245 static bool assigned = false; local 246 if (!assigned) { 249 assigned = true;
|
kernel_wrap_glibc.cc | 284 static bool assigned = false; local 285 if (!assigned) { 287 assigned = true;
|
/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/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/chrome/browser/resources/shared/js/ |
local_strings.js | 14 * assigned to the templateData property after construction. If all else
|
/external/chromium_org/ui/webui/resources/js/ |
local_strings.js | 14 * assigned to the templateData property after construction. If all else
|
/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/v8/test/mjsunit/bugs/ |
bug-618.js | 37 // one of the properties assigned in the constructor then this setter is
|
/external/chromium_org/chrome/browser/extensions/api/commands/ |
command_service.cc | 72 bool assigned = false; local 75 &assigned)) 78 return assigned; 237 // If the shortcut has been assigned to another command, it should be 292 // The extension command might be assigned another shortcut. Remove that 368 // Make sure registered Chrome shortcuts cannot be automatically assigned
|
/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.
|