/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
BaseLinearLayoutManagerTest.java | 70 protected static List<Config> addConfigVariation(List<Config> base, String fieldName, 74 Field field = Config.class.getDeclaredField(fieldName);
|
/system/vold/ |
CryptCommandListener.cpp | 287 if (!check_argc(cli, subcommand, argc, 3, "<fieldname>")) return 0; 312 if (!check_argc(cli, subcommand, argc, 4, "<fieldname> <value>")) return 0;
|
/external/llvm/tools/llvm-readobj/ |
COFFDumper.cpp | 68 void printDataDirectory(uint32_t Index, const std::string &FieldName); 361 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) { 365 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress); 366 W.printHex(FieldName + "Size", Data->Size); [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.h | 75 string FieldName(const FieldDescriptor* field);
|
/frameworks/compile/slang/ |
slang_rs_reflection_cpp.cpp | 815 std::string FieldName; 822 FieldName = VarName + ("." + F->getName()); 824 FieldName = F->getName(); 831 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName); [all...] |
slang_rs_reflection.cpp | 705 std::string FieldName = VarName + "." + F->getName(); 710 genInitPrimitiveExportVariable(FieldName, [all...] |
/prebuilts/go/darwin-x86/src/go/ast/ |
print.go | 36 // struct fields for which f(fieldname, fieldvalue) is true are
|
/prebuilts/go/linux-x86/src/go/ast/ |
print.go | 36 // struct fields for which f(fieldname, fieldvalue) is true are
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/ |
objectivec_helpers.h | 103 string FieldName(const FieldDescriptor* field);
|
/build/blueprint/bootstrap/bpdoc/ |
bpdoc.go | 145 fieldName := proptools.FieldNameForProperty(prop.Name) 146 f := defaults.FieldByName(fieldName) 148 panic(fmt.Errorf("property %q does not exist in %q", fieldName, defaults.Type()))
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_sub_view_util.html | 203 tr.b.iterItems(fieldCells, function(fieldName, fieldCell) { 206 cellNames.add(fieldName); 836 return tr.b.mapItems(fieldNameToFields, function(fieldName, fields) {
|
/external/clang/lib/Parse/ |
ParseInit.cpp | 138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); 141 llvm::raw_svector_ostream(NewSyntax) << '.' << FieldName->getName() 154 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
DangiTest.java | 227 buf.append(" " + fieldName(DATA[i-2]) + "=" + DATA[i-1]); 366 + fieldName(test[4]) + " by " + test[5] + ": expected " 370 + fieldName(test[4]) + " by " + test[5] + ": got " + ymdToString(cal));
|
ChineseTest.java | 362 buf.append(" " + fieldName(DATA[i-2]) + "=" + DATA[i-1]); 506 + " " + fieldName(test[4]) + " by " + test[5] 513 + " " + fieldName(test[4]) + " by " + test[5] [all...] |
/external/icu/icu4c/source/test/intltest/ |
calcasts.cpp | 96 errln((UnicodeString)"Checking field " + fieldName(field) + " and got " + u_errorName(status)); 100 errln((UnicodeString)"FAIL: Checking field " + fieldName(field) + " expected " + value + " and got " + res + UnicodeString("\n")); 103 logln((UnicodeString)"Checking field " + fieldName(field) + " == " + value + UnicodeString("\n"));
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
DangiTest.java | 223 buf.append(" " + fieldName(DATA[i-2]) + "=" + DATA[i-1]); 362 + fieldName(test[4]) + " by " + test[5] + ": expected " 366 + fieldName(test[4]) + " by " + test[5] + ": got " + ymdToString(cal));
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 83 string FieldName(const FieldDescriptor* field) { 140 return UnderscoresToCamelCase(FieldName(field), false); 144 return UnderscoresToCamelCase(FieldName(field), true);
|
/frameworks/av/media/libstagefright/foundation/ |
AMessage.cpp | 247 #define BASIC_TYPE(NAME,FIELDNAME,TYPENAME) \ 252 item->u.FIELDNAME = value; \ 258 *value = item->u.FIELDNAME; \
|
/frameworks/multidex/library/src/android/support/multidex/ |
MultiDex.java | 326 * @param fieldName the field to modify. 329 private static void expandFieldArray(Object instance, String fieldName, 332 Field jlrField = findField(instance, fieldName);
|
/external/robolectric/v3/ |
robolectric-utils-3.1-SNAPSHOT.jar | |
/external/jdiff/src/jdiff/ |
HTMLReportGenerator.java | 656 String fieldName = fieldAPI.name_; 657 if (trace) System.out.println("Field " + fieldName + " was removed."); 669 String fieldName = fieldAPI.name_; 670 if (trace) System.out.println("Field " + fieldName + " was added."); [all...] |
/external/guice/extensions/struts2/lib/ |
commons-fileupload-1.2.1.jar | |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
commons-fileupload-1.2.1.jar | |
/external/chromium-trace/catapult/third_party/Paste/paste/ |
fixture.py | 257 ``[(fieldname, filename, file_content)]``. You can also use 258 just ``[(fieldname, filename)]`` and the file content will be 276 ``[(fieldname, filename, file_content)]``. You can also use 277 just ``[(fieldname, filename)]`` and the file content will be 377 "upload_files need to be a list of tuples of (fieldname, " 378 "filename, filecontent) or (fieldname, filename); " [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
table.py | 667 list of fieldname to fetch. (Default: ``None``, which means all fields [all...] |