Searched defs:fields (Results 176 - 200 of 251) sorted by relevance

1234567891011

/external/v8/test/mjsunit/asm/embenchen/
H A Dprimes.js296 type.flatIndexes = type.fields.map(function(field) {
306 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
326 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
362 if (type.fields.length != struct.length) {
363 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
368 var type = { fields: struct.map(function(item) { return item[0] }) };
382 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
H A Dzlib.js296 type.flatIndexes = type.fields.map(function(field) {
306 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
326 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
362 if (type.fields.length != struct.length) {
363 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
368 var type = { fields: struct.map(function(item) { return item[0] }) };
382 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
H A Dbox2d.js297 type.flatIndexes = type.fields.map(function(field) {
307 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
327 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
363 if (type.fields.length != struct.length) {
364 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
369 var type = { fields: struct.map(function(item) { return item[0] }) };
383 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
H A Dfasta.js306 type.flatIndexes = type.fields.map(function(field) {
316 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
336 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
372 if (type.fields.length != struct.length) {
373 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
378 var type = { fields: struct.map(function(item) { return item[0] }) };
392 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
H A Dlua_binarytrees.js328 type.flatIndexes = type.fields.map(function(field) {
338 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
358 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
394 if (type.fields.length != struct.length) {
395 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
400 var type = { fields: struct.map(function(item) { return item[0] }) };
414 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
5506 var fields = 0;
5532 fields++;
5536 if (next === 0) return i > 0 ? fields
[all...]
/external/libxml2/
H A Dxmlschemas.c744 xmlSchemaIDCSelectPtr fields; member in struct:_xmlSchemaIDC
841 * Used to evaluate IDC selectors (and fields).
3903 if (idcDef->fields != NULL) {
3904 cur = idcDef->fields;
8420 item->fields = field;
9065 * fields for holding the reference to the itemType.
9067 * REVAMP TODO: Use the "base" and "baseNs" fields, since we will remove
9068 * the "ref" fields.
20406 * the cardinality of the {fields} must equal that of
20407 * the {fields} o
[all...]
/external/v8/test/mjsunit/asm/poppler/
H A Dpoppler.js329 type.flatIndexes = type.fields.map(function(field) {
339 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
359 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
395 if (type.fields.length != struct.length) {
396 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
401 var type = { fields: struct.map(function(item) { return item[0] }) };
415 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
[all...]
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js301 type.flatIndexes = type.fields.map(function(field) {
341 if (type.fields.length != struct.length) {
342 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
347 var type = { fields: struct.map(function(item) { return item[0] }) };
361 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
2986 var fields = 0;
3002 fields++;
3011 if (next == 0) return fields;
3127 fields++;
3146 return fields;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/guice/extensions/persist/lib/
H A Doro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ...
/external/v8/src/
H A Dobjects.cc1771 // reinitializing the fields. This won't work if the space the existing
1838 // reinitializing the fields. This won't work if the space the existing
2731 // If fields were added (or removed), rewrite the instance.
2747 // If no fields were added, and no inobject properties were removed, setting
2751 // In that case, succeed if all existing fields were inobject, and they still
2846 // - Otherwise, allocate a fixed array large enough to hold all fields, in
2849 // properties, unused fields, inobject properties.
2866 // Nothing to do if no functions were converted to fields and no smis were
5725 // There is enough inobject space for all fields (including unused).
5730 // Allocate the fixed array for the fields
5731 Handle<FixedArray> fields = factory->NewFixedArray( local
[all...]
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/lib/
H A Djdiff.jar ... List) jdiff.FieldAPI f java.util.List fields int res java.util.Iterator iter } jdiff/APIDiff ...
/external/guice/lib/build/jdiff/
H A Djdiff.jar ... List) jdiff.FieldAPI f java.util.List fields int res java.util.Iterator iter } jdiff/APIDiff ...

Completed in 4878 milliseconds

1234567891011