Searched defs:fieldId (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAndroidProtocolHandler.java70 private static int getValueType(Context context, int fieldId) { argument
72 context.getResources().getValue(fieldId, value, true);
104 int fieldId = getFieldId(context, assetType, assetName);
105 int valueType = getValueType(context, fieldId);
107 return context.getResources().openRawResource(fieldId);
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java286 public void declare(FieldId<?, ?> fieldId, int flags, Object staticValue) { argument
287 TypeDeclaration typeDeclaration = getTypeDeclaration(fieldId.declaringType);
288 if (typeDeclaration.fields.containsKey(fieldId)) {
289 throw new IllegalStateException("already declared: " + fieldId);
303 FieldDeclaration fieldDeclaration = new FieldDeclaration(fieldId, flags, staticValue);
304 typeDeclaration.fields.put(fieldId, fieldDeclaration);
453 final FieldId<?, ?> fieldId; field in class:DexMaker.FieldDeclaration
457 FieldDeclaration(FieldId<?, ?> fieldId, int accessFlags, Object staticValue) { argument
461 this.fieldId = fieldId;
[all...]
H A DCode.java574 * Copies the value in instance field {@code fieldId} of {@code instance} to
577 public <D, V> void iget(FieldId<D, V> fieldId, Local<V> target, Local<D> instance) { argument
579 RegisterSpecList.make(instance.spec()), catches, fieldId.constant));
584 * Copies the value in {@code source} to the instance field {@code fieldId}
587 public <D, V> void iput(FieldId<D, V> fieldId, Local<D> instance, Local<V> source) { argument
589 RegisterSpecList.make(source.spec(), instance.spec()), catches, fieldId.constant));
593 * Copies the value in the static field {@code fieldId} to {@code target}.
595 public <V> void sget(FieldId<?, V> fieldId, Local<V> target) { argument
597 RegisterSpecList.EMPTY, catches, fieldId.constant));
602 * Copies the value in {@code source} to the static field {@code fieldId}
604 sput(FieldId<?, V> fieldId, Local<V> source) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 148 milliseconds