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

1 2

  /libcore/luni/src/main/java/java/security/
DomainCombiner.java 32 * @param assigned
37 ProtectionDomain[] combine(ProtectionDomain[] current, ProtectionDomain[] assigned);
  /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/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/chrome/browser/resources/shared/js/
local_strings.js 14 * assigned to the templateData property after construction. If all else
  /external/chromium-trace/src/shared/js/
local_strings.js 14 * assigned to the templateData property after construction. If all else
  /external/v8/test/mjsunit/bugs/
bug-618.js 37 // one of the properties assigned in the constructor then this setter is
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLOptGroupElement02.js 78 The label attribute specifies the label assigned to this option group.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLOptGroupElement02.js 78 The label attribute specifies the label assigned to this option group.
  /external/mesa3d/docs/
MESA_drm_image.spec 23 EGL Extension #not assigned
109 If <name> is non-NULL, a global name is assigned to the image and
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attreffectivevalue.js 78 If an Attr is explicitly assigned any value, then that value is the attributes effective value.
hc_documentcreateelementcasesensitive.js 84 newly created Elements are then assigned attributes
hc_elementaddnewattribute.js 84 a "strong" attribute with an assigned value equal to
hc_elementgetelementempty.js 79 string if no value was assigned to an attribute and
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_attreffectivevalue.js 78 If an Attr is explicitly assigned any value, then that value is the attributes effective value.
hc_documentcreateelementcasesensitive.js 84 newly created Elements are then assigned attributes
hc_elementaddnewattribute.js 84 a "strong" attribute with an assigned value equal to
hc_elementgetelementempty.js 79 string if no value was assigned to an attribute and
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 1285 QScriptValue assigned = copy; local
    [all...]
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 229 Brian's edits, assigned values to new enums.
  /external/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/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
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 3 // The variable 'variable' is assigned but its value is never used.

Completed in 2017 milliseconds

1 2