HomeSort by relevance Sort by last modified time
    Searched refs:assigned (Results 1 - 25 of 46) 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/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/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/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/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/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.
ProfileGrammarLexer.cs 3 // The variable 'variable' is assigned but its value is never used.
  /external/v8/tools/
codemap.js 192 // In this case, the whole library is assigned to this address.

Completed in 463 milliseconds

1 2