HomeSort by relevance Sort by last modified time
    Searched full:fieldname (Results 51 - 75 of 253) sorted by null

1 23 4 5 6 7 8 91011

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
ApiHelper.java 195 public static int getIntFieldIfExists(Class<?> klass, String fieldName,
198 Field f = klass.getDeclaredField(fieldName);
205 private static boolean hasField(Class<?> klass, String fieldName) {
207 klass.getDeclaredField(fieldName);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeStreamParser.java 283 String fieldName = field.substring(0, index).trim();
284 for (int i = 0; i < fieldName.length(); i++) {
285 if (!fieldChars.get(fieldName.charAt(i))) {
293 bd.addField(fieldName, field.substring(index + 1));
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
DOMUtils.java 135 private static String getNodeField(String fieldName, final ContentView view,
142 sb.append(" if (!node." + fieldName + ") return null;");
143 sb.append(" return [ node." + fieldName + " ];");
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 193 String fieldName = null;
196 fieldName = line.substring(0, begin);
200 return fieldName;
GenericObject.java 426 String fieldName = f.getName();
427 if (fieldName.compareTo("stringRepresentation") == 0) {
430 if (fieldName.compareTo("indentation") == 0) {
511 String fieldName = f.getName();
512 if (fieldName.compareTo("stringRepresentation") == 0) {
515 if (fieldName.compareTo("indentation") == 0) {
606 String fieldName = f.getName();
607 if (fieldName.compareTo("stringRepresentation") == 0) {
611 if (fieldName.compareTo("indentation") == 0) {
615 sprint(fieldName + ":")
    [all...]
  /external/proguard/src/proguard/obfuscate/
MappingKeeper.java 102 String fieldName,
108 String name = fieldName;
125 ": field '" + fieldType + " " + fieldName +
  /external/smack/src/org/jivesoftware/smackx/pubsub/
SubscribeForm.java 232 String fieldName = nodeField.getFieldName();
234 if (getField(fieldName) == null)
236 FormField field = new FormField(fieldName);
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 164 #define GET_FIELD_ID(var, clazz, fieldName, fieldDescriptor) \
165 var = env->GetFieldID(clazz, fieldName, fieldDescriptor); \
166 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
android_view_KeyCharacterMap.cpp 232 #define GET_FIELD_ID(var, clazz, fieldName, fieldDescriptor) \
233 var = env->GetFieldID(clazz, fieldName, fieldDescriptor); \
234 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
android_view_KeyEvent.cpp 134 #define GET_FIELD_ID(var, clazz, fieldName, fieldDescriptor) \
135 var = env->GetFieldID(clazz, fieldName, fieldDescriptor); \
136 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
android_view_VelocityTracker.cpp 249 #define GET_FIELD_ID(var, clazz, fieldName, fieldDescriptor) \
250 var = env->GetFieldID(clazz, fieldName, fieldDescriptor); \
251 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
  /frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.cpp 222 #define GET_FIELD_ID(var, clazz, fieldName, fieldDescriptor) \
223 var = env->GetFieldID(clazz, fieldName, fieldDescriptor); \
224 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
com_android_server_power_PowerManagerService.cpp 218 #define GET_FIELD_ID(var, clazz, fieldName, fieldDescriptor) \
219 var = env->GetFieldID(clazz, fieldName, fieldDescriptor); \
220 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerFieldUpdater.java 39 * @param fieldName the name of the field to be updated
48 public static <U> AtomicIntegerFieldUpdater<U> newUpdater(Class<U> tclass, String fieldName) {
49 return new AtomicIntegerFieldUpdaterImpl<U>(tclass, fieldName);
246 AtomicIntegerFieldUpdaterImpl(Class<T> tclass, String fieldName) {
251 field = tclass.getDeclaredField(fieldName); // android-changed
AtomicReferenceFieldUpdater.java 58 * @param fieldName the name of the field to be updated
66 public static <U, W> AtomicReferenceFieldUpdater<U,W> newUpdater(Class<U> tclass, Class<W> vclass, String fieldName) {
69 fieldName);
177 final String fieldName) {
183 field = tclass.getDeclaredField(fieldName); // android-changed
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 47 static String8 getStringValue(JNIEnv* env, jobject object, const char* fieldName);
50 JNIEnv* env, jobject object, const char* fieldName, int* dataLength);
57 static int getIntValue(JNIEnv* env, jobject object, const char* fieldName);
60 String8 Utility::getStringValue(JNIEnv* env, jobject object, const char* fieldName) {
61 /* Look for the instance field with the name fieldName */
63 = env->GetFieldID(env->GetObjectClass(object), fieldName , "Ljava/lang/String;");
92 JNIEnv* env, jobject object, const char* fieldName, int* dataLength) {
96 jfieldID fieldID = env->GetFieldID(env->GetObjectClass(object), fieldName , "[B");
119 int Utility::getIntValue(JNIEnv* env, jobject object, const char* fieldName) {
125 /* Look for the instance field with the name fieldName */
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
FieldTest.java 374 String fieldName = null;
385 fieldName = "objectField";
386 objectField = fieldClass.getDeclaredField(fieldName);
388 fieldName = "booleanField";
389 booleanField = fieldClass.getDeclaredField(fieldName);
391 fieldName = "byteField";
392 byteField = fieldClass.getDeclaredField(fieldName);
394 fieldName = "charField";
395 charField = fieldClass.getDeclaredField(fieldName);
397 fieldName = "shortField"
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 261 String fieldName)
265 // fieldNS and fieldName are checked inside composeStructFieldPath
270 + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
325 String fieldName)
329 // fieldNS and fieldName are checked inside composeStructFieldPath()
333 String path = XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
990 String fieldName) throws XMPException
992 // fieldNS and fieldName are checked inside composeStructFieldPath
996 String fieldPath = structName + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
1173 String fieldName, String fieldValue, PropertyOptions options) throws XMPExceptio
    [all...]
  /external/javassist/src/main/javassist/
CtNewMethod.java 233 String fieldName = finfo.getName();
236 code.addGetfield(Bytecode.THIS, fieldName, fieldType);
239 code.addGetstatic(Bytecode.THIS, fieldName, fieldType);
274 String fieldName = finfo.getName();
278 code.addPutfield(Bytecode.THIS, fieldName, fieldType);
282 code.addPutstatic(Bytecode.THIS, fieldName, fieldType);
  /external/llvm/include/llvm/TableGen/
Record.h 516 virtual RecTy *getFieldType(const std::string &FieldName) const { return 0; }
523 const std::string &FieldName) const {
581 virtual RecTy *getFieldType(const std::string &FieldName) const;
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
VariableInfo.cpp 140 const TString& fieldName = fields[i]->name();
142 name + "." + fieldName,
143 mappedName + "." + TIntermTraverser::hash(fieldName, hashFunction),
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 42 #define GET_FIELD_ID(var, clazz, fieldName, fieldDescriptor) \
43 var = env->GetFieldID(clazz, fieldName, fieldDescriptor); \
44 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
46 #define GET_METHOD_ID(var, clazz, fieldName, fieldDescriptor) \
47 var = env->GetMethodID(clazz, fieldName, fieldDescriptor); \
48 LOG_FATAL_IF(! var, "Unable to find method " fieldName);
50 #define GET_STATIC_FIELD_ID(var, clazz, fieldName, fieldDescriptor) \
51 var = env->GetStaticFieldID(clazz, fieldName, fieldDescriptor); \
52 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
54 #define GET_STATIC_METHOD_ID(var, clazz, fieldName, fieldDescriptor)
    [all...]
  /libcore/luni/src/main/java/java/text/
Format.java 240 * @param fieldName
243 protected Field(String fieldName) {
244 super(fieldName);
  /external/javassist/src/main/javassist/convert/
TransformWriteField.java 36 fieldClass, fieldname, isPrivate, index);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DataFormatFieldTest.java 57 protected MyField(String fieldName, int calendarField) {
58 super(fieldName, calendarField);

Completed in 898 milliseconds

1 23 4 5 6 7 8 91011