HomeSort by relevance Sort by last modified time
    Searched full:fieldname (Results 176 - 200 of 324) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/proguard/docs/manual/
refcard.html 461 (<i>fieldtype fieldname</i>)<b>;</b>
481 <li><i>fieldname</i> and <i>methodname</i> can contain wildcards as well:
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 305 public static void setStaticValue(Class<?> clazz, String fieldName, Object value) {
306 Robolectric.Reflection.setFinalStaticField(clazz, fieldName, value);
Robolectric.java     [all...]
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 707 const char fieldname[], const char type[])
709 jfieldID id = env->GetFieldID(clazz, fieldname, type);
  /frameworks/rs/driver/
rsdShader.cpp 538 const char *fieldName = e->mHal.state.fieldNames[field];
554 slot, offset, ct, field, uidx, fieldName);
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 682 String fieldName = dex.strings().get(fieldId.getNameIndex());
685 field = type.getDeclaredField(fieldName);
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 57 static void initConstant(JNIEnv* env, jclass c, const char* fieldName, int value) {
58 jfieldID field = env->GetStaticFieldID(c, fieldName, "I");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 112 for fieldName in 'Server: ', 'Date: ', 'Content-Type: ':
113 self.assertEqual(sum(h.startswith(fieldName) for h in headers), 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 112 for fieldName in 'Server: ', 'Date: ', 'Content-Type: ':
113 self.assertEqual(sum(h.startswith(fieldName) for h in headers), 1)
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
refcard.html 454 (<i>fieldtype fieldname</i>)<b>;</b>
474 <li><i>fieldname</i> and <i>methodname</i> can contain wildcards as well:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h     [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 55 out += (UnicodeString("") + fieldName((UCalendarDateFields)i) + "=" + cal.get((UCalendarDateFields)i, status) + UnicodeString(" "));
336 UnicodeString CalendarTest::fieldName(UCalendarDateFields f) {
503 if (!cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::isSet F, should be T " + fieldName((UCalendarDateFields)i));
506 if (cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::isSet = T, should be F " + fieldName((UCalendarDateFields)i));
509 if (cal->isSet((UCalendarDateFields)i)) errln("FAIL: Calendar::clear/isSet failed " + fieldName((UCalendarDateFields)i));
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 580 String fieldName = fd[i].name();
581 if (trace) System.out.println("PROCESSING FIELD: " + fieldName);
585 outputFile.print(" <field name=\"" + fieldName + "\"");
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java     [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java     [all...]
NumberFormat.java 833 protected Field(String fieldName) {
834 super(fieldName);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 50 * <dt>[fieldName=&quot;value&quot;]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 815 String fieldName = f.getName();
816 if (fieldName.startsWith("INSTALL_FAILED_") ||
817 fieldName.startsWith("INSTALL_PARSE_FAILED_")) {
822 sb.append(fieldName);
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 811 String fieldName) throws Exception {
815 TestAllTypes.getDescriptor().findFieldByName(fieldName),
    [all...]
  /frameworks/base/docs/html/ndk/reference/
doxygen.css 788 .fieldtable td.fieldtype, .fieldtable td.fieldname {
795 .fieldtable td.fieldname {
  /ndk/docs/Getting_Started/html/
doxygen.css 784 .fieldtable td.fieldtype, .fieldtable td.fieldname {
791 .fieldtable td.fieldname {
  /ndk/docs/Programmers_Guide/html/
doxygen.css 784 .fieldtable td.fieldtype, .fieldtable td.fieldname {
791 .fieldtable td.fieldname {
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 1627 milliseconds

1 2 3 4 5 6 78 91011>>