Searched refs:field (Results 26 - 40 of 40) sorted by relevance

12

/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h63 // Add a variable-length field to the header. The caller is responsible
65 void AddHeaderField(BCHeaderField* field);
/frameworks/rs/driver/
H A DrsdShader.h125 void logUniform(const android::renderscript::Element *field,
128 const android::renderscript::Element *field,
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeBasicsTest.java393 public int field;
415 public String field = "foo";
418 "testObject.getClass().getField('field').get(testObject).toString()"));
434 private int field;
436 assertRaisesException("testObject.getClass().getField('field')");
437 // getDeclaredField() is able to access a private field, but getInt()
440 "testObject.getClass().getDeclaredField('field').getInt(testObject)");
/frameworks/compile/slang/
H A Dslang_rs_type_spec.h150 const char *name; // field name
162 struct RSRecordField field[1]; member in struct:RSRecordType
237 RS_CAST_TO_RECORD_TYPE(R)->field[(I)].name
242 RS_CAST_TO_RECORD_TYPE(R)->field[(I)].type
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java1125 for (WifiConfiguration.EnterpriseField field
1127 String varName = field.varName();
1128 String value = field.value();
1130 if (field == config.engine) {
1132 * If the field is declared as an integer, it must not
1138 } else if (field != config.eap) {
1448 for (WifiConfiguration.EnterpriseField field :
1451 field.varName());
1453 if (field != config.eap && field !
[all...]
/frameworks/base/core/java/android/text/format/
H A DTime.java196 * Ensures the values in each field are in range. For example if the
201 * If "ignoreDst" is true, then this method sets the "isDst" field to -1
224 * Return the maximum possible value for the given field given the value of
227 * @param field one of the constants for HOUR, MINUTE, SECOND, etc.
228 * @return the maximum value for the field.
230 public int getActualMaximum(int field) { argument
231 switch (field) {
261 throw new RuntimeException("bad field=" + field);
379 * format that does not include the "time" field
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DParsedMessage.cpp171 void ParsedMessage::getRequestField(size_t index, AString *field) const {
188 field->setTo(line, prevOffset, offset - prevOffset - 1);
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp495 // save context in opaque field
934 struct field { struct
941 static int find_fields(JNIEnv *env, field *fields, int count)
944 field *f = &fields[i];
951 jfieldID field = env->GetFieldID(clazz, f->field_name, f->field_type); local
952 if (field == NULL) {
957 *(f->jfield) = field;
966 field fields_to_find[] = {
H A Dandroid_util_Process.cpp541 const String8& field = fields[i]; local
542 if (strncmp(p, field.string(), field.length()) == 0) {
543 p += field.length();
554 //ALOGI("Field %s = %d", field.string(), sizesArray[i]);
/frameworks/wilhelm/src/
H A DAndroid.mk25 # -Wno-missing-field-initializers
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java132 // This is a field accessed by native code as well as package classes.
743 final java.lang.reflect.Field field = d.getField(fieldName);
744 final int id = field.getInt(null);
1301 * @return TRUE if there is a password field in the current frame
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java213 // Encoded string field code -> column index/name map.
222 // Text string field code -> column index/name map.
239 // Octet field code -> column index/name map.
264 // Long field code -> column index/name map.
1278 int field = e.getKey();
1279 EncodedStringValue encodedString = header.getEncodedStringValue(field);
1281 String charsetColumn = CHARSET_COLUMN_NAME_MAP.get(field);
1345 // message or the FROM field (above) in addition to the other people the message
1346 // was addressed to or the TO field. Our own number is in that TO field an
[all...]
/frameworks/base/core/java/android/view/
H A DView.java2926 * This field should be made private, so it is hidden from the SDK.
2943 * This field should be made private, so it is hidden from the SDK.
2950 * This field should be made private, so it is hidden from the SDK.
2957 * This field should be made private, so it is hidden from the SDK.
2979 * This field should be made private, so it is hidden from the SDK.
18354 for (Field field : View.class.getDeclaredFields()) {
18355 final int modifiers = field.getModifiers();
18357 if (field.getType().equals(int.class)) {
18358 final int value = field.getInt(null);
18359 dumpFlag(found, field
[all...]
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java896 private void zeroData(int field) { argument
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp319 int field = 0; local
644 // Validate the mSurface's mNativeSurface field
725 // Validate the mSurface's mNativeSurface field
1680 M4OSA_TRACE1_0("cannot find object field for mEditClazz");
1686 M4OSA_TRACE1_0("cannot find object field for mEffectsClazz");
1692 M4OSA_TRACE1_0("cannot find field for effectSettingsArray Array");
1698 M4OSA_TRACE1_0("cannot find object field for effectSettingsArray");
2162 // Validate the mSurface's mNativeSurface field

Completed in 357 milliseconds

12