/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)
|
test_collections.py | 64 [('abc', '', 'x'), ('abc', '_1', 'x')], # fieldname is a space 93 self._fail('Did not detect an incorrect fieldname') [all...] |
/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)
|
test_collections.py | 64 [('abc', '', 'x'), ('abc', '_1', 'x')], # fieldname is a space 93 self._fail('Did not detect an incorrect fieldname') [all...] |
/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:
|
/system/vold/ |
CommandListener.cpp | 616 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: cryptfs getfield <fieldname>", false); 626 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: cryptfs setfield <fieldname> <value>", false);
|
/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...] |
/frameworks/base/docs/html/training/location/ |
geofencing.jd | 481 * @param fieldName The field represented by the key 485 String fieldName) { 486 return KEY_PREFIX + "_" + id + "_" + fieldName; [all...] |
/libcore/luni/src/main/java/java/text/ |
MessageFormat.java | [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
descriptor_test.py | 324 field_descriptor = message_descriptor.fields_by_name["fieldname"]
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 169 string FieldName(const FieldDescriptor* field) {
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
DexMakerTest.java | [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 153 string FieldName(const FieldDescriptor* field) {
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
XMPPathParser.java | 50 * <dt>[fieldName="value"]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
Robolectric.java | [all...] |
/external/clang/lib/Rewrite/Frontend/ |
RewriteObjC.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar | |
/external/clang/lib/Sema/ |
SemaInit.cpp | [all...] |
/libcore/luni/src/main/java/java/io/ |
ObjectInputStream.java | [all...] |
/dalvik/vm/interp/ |
Interp.cpp | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.cpp | 538 StringRef fieldName = DT.getName(); 539 if (fieldName == "__forwarding") 541 else if (fieldName == varName) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 513 String fieldName = f.getName(); 515 && fieldName.compareTo("headers") != 0) { 516 sprint(fieldName + "="); [all...] |
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | [all...] |
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | 25 getValueAsListOfStrings(Record &R, StringRef FieldName) { 26 ListInit *List = R.getValueAsListInit(FieldName); [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
ClassPath.java | [all...] |