Searched defs:fields (Results 151 - 175 of 251) sorted by relevance

1234567891011

/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2371 std::vector<CPDF_FormField*> fields = GetFieldFromObjects(fieldObjects); local
2376 for (CPDF_FormField* pField : fields) {
2409 std::vector<CPDF_FormField*> fields = GetFieldFromObjects(fieldObjects); local
2410 if (!fields.empty()) {
2412 if (m_pInterForm->CheckRequiredFields(&fields, bIncludeOrExclude))
2415 return SubmitFields(sDestination, fields, bIncludeOrExclude, FALSE);
2426 const std::vector<CPDF_FormField*>& fields,
2432 ExportFieldsToFDFTextBuf(fields, bIncludeOrExclude, textBuf);
2457 // Get fields
2493 const std::vector<CPDF_FormField*>& fields,
2424 SubmitFields( const CFX_WideString& csDestination, const std::vector<CPDF_FormField*>& fields, FX_BOOL bIncludeOrExclude, FX_BOOL bUrlEncoded) argument
2492 ExportFieldsToFDFTextBuf( const std::vector<CPDF_FormField*>& fields, FX_BOOL bIncludeOrExclude, CFX_ByteTextBuf& textBuf) argument
2588 std::vector<CPDF_FormField*> fields = GetFieldFromObjects(fieldObjects); local
2598 std::vector<CPDF_FormField*> fields; local
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc436 // so its fields must be plain old data (primitive data types and
1745 vector<const FieldDescriptor*> fields; local
1746 reflection->ListFields(options, &fields);
1747 for (int i = 0; i < fields.size(); i++) {
1750 if (fields[i]->is_repeated()) {
1751 count = reflection->FieldSize(options, fields[i]);
1756 if (fields[i]->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
1760 printer.PrintFieldValueToString(options, fields[i],
1767 TextFormat::PrintFieldValueToString(options, fields[i],
1771 if (fields[
[all...]
/external/v8/src/arm/
H A Dassembler-arm.cc1957 void Assembler::msr(SRegisterFieldMask fields, const Operand& src, argument
1959 DCHECK(fields >= B16 && fields < B20); // at least one field set
1969 msr(fields, Operand(ip), cond);
1977 emit(cond | instr | B24 | B21 | fields | 15*B12);
2549 // 4-bit fields. For an 8-bit immediate of the form:
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc242 // TODO(ronghuawu): Remove below 2 fields once all the clients support msid.
390 // doesn't have |expected_fields| fields.
395 description << "Expects " << expected_fields << " fields.";
400 // less than |expected_min_fields| fields.
405 description << "Expects at least " << expected_min_fields << " fields.";
725 std::vector<std::string> fields; local
726 rtc::split(mline, kSdpDelimiterSpace, &fields);
727 if (fields.size() < 3) {
743 if (fields[1] != kMediaPortRejected) {
744 new_lines.replace(fields[
988 std::vector<std::string> fields; local
1114 std::vector<std::string> fields; local
1127 std::vector<std::string> fields; local
1147 std::vector<std::string> fields; local
1830 std::vector<std::string> fields; local
1969 std::vector<std::string> fields; local
1993 std::vector<std::string> fields; local
2029 std::vector<std::string> fields; local
2173 std::vector<std::string> fields; local
2755 std::vector<std::string> fields; local
2784 std::vector<std::string> fields; local
2810 std::vector<std::string> fields; local
2879 std::vector<std::string> fields; local
3015 std::vector<std::string> fields; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c625 const char *fields[] = { local
688 int i, num_fields = ARRAY_SIZE(fields);
695 res[i] = os_strdup(fields[i]);
723 const char *fields[] = { local
770 int i, num_fields = ARRAY_SIZE(fields);
777 res[i] = os_strdup(fields[i]);
2416 const char *fields[] = { local
2436 int i, num_fields = ARRAY_SIZE(fields);
2443 res[i] = os_strdup(fields[i]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp558 llvm::SmallVectorImpl<llvm::Constant *> &fields);
591 /// \brief Emits a full member pointer with the fields common to data and
2505 llvm::SmallVector<llvm::Type *, 4> fields; local
2507 fields.push_back(CGM.VoidPtrTy); // FunctionPointerOrVirtualThunk
2509 fields.push_back(CGM.IntTy); // FieldOffset
2513 fields.push_back(CGM.IntTy);
2515 fields.push_back(CGM.IntTy);
2517 fields.push_back(CGM.IntTy); // VirtualBaseAdjustmentOffset
2519 if (fields.size() == 1)
2520 return fields[
2525 GetNullMemberPointerFields(const MemberPointerType *MPT, llvm::SmallVectorImpl<llvm::Constant *> &fields) argument
2551 llvm::SmallVector<llvm::Constant *, 4> fields; local
2775 llvm::SmallVector<llvm::Constant *, 4> fields; local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jar ... util.List innerClasses public java.util.List fields public java.util.List methods public void " href ...
H A Djdepend-2.9.jar ... Constant[] constantPool private jdepend.framework.ClassFileParser$FieldOrMethodInfo[] fields private jdepend.framework.ClassFileParser$FieldOrMethodInfo[] methods private ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jar ... static void getConstantMaps () java.lang.reflect.Field[] fields int i java.lang.reflect.Field field ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/guice/extensions/persist/lib/
H A Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/persistence/AssociationOverride.class AssociationOverride. ...
/external/libvncserver/webclients/java-applet/ssl/
H A DSignedUltraViewerSSL.jar ... java package CertInfo extends java.lang.Object { String[] fields java.security.cert.Certificate cert String certString ...
H A DSignedVncViewer.jar ... java package CertInfo extends java.lang.Object { String[] fields java.security.cert.Certificate cert String certString ...
H A DUltraViewerSSL.jar ... java package CertInfo extends java.lang.Object { String[] fields java.security.cert.Certificate cert String certString ...
H A DVncViewer.jar ... java package CertInfo extends java.lang.Object { String[] fields java.security.cert.Certificate cert String certString ...
/external/robolectric/v1/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/robolectric/v3/runtime/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliTreeWalker.java419 // /mnt/ssd1/workspace/aosp_master/external/smali/smali/src/main/antlr/smaliTreeWalker.g:159:1: smali_file returns [ClassDef classDef] : ^( I_CLASS_DEF header methods fields annotations ) ;
430 // /mnt/ssd1/workspace/aosp_master/external/smali/smali/src/main/antlr/smaliTreeWalker.g:160:3: ( ^( I_CLASS_DEF header methods fields annotations ) )
431 // /mnt/ssd1/workspace/aosp_master/external/smali/smali/src/main/antlr/smaliTreeWalker.g:160:5: ^( I_CLASS_DEF header methods fields annotations )
444 fields3=fields();
858 // $ANTLR start "fields"
859 // /mnt/ssd1/workspace/aosp_master/external/smali/smali/src/main/antlr/smaliTreeWalker.g:236:1: fields returns [List<BuilderField> fields] : ^( I_FIELDS ( field )* ) ;
860 public final List<BuilderField> fields() throws RecognitionException { method in class:smaliTreeWalker
861 List<BuilderField> fields = null;
866 fields
[all...]
/external/toybox/generated/
H A Dglobals.h1180 void *fields, *kfields; member in struct:ps_data
/external/v8/test/mjsunit/asm/embenchen/
H A Dcopy.js296 type.flatIndexes = type.fields.map(function(field) {
306 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
326 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
362 if (type.fields.length != struct.length) {
363 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
368 var type = { fields: struct.map(function(item) { return item[0] }) };
382 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
H A Dcorrections.js296 type.flatIndexes = type.fields.map(function(field) {
306 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
326 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
362 if (type.fields.length != struct.length) {
363 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
368 var type = { fields: struct.map(function(item) { return item[0] }) };
382 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
H A Dfannkuch.js327 type.flatIndexes = type.fields.map(function(field) {
337 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
357 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
393 if (type.fields.length != struct.length) {
394 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
399 var type = { fields: struct.map(function(item) { return item[0] }) };
413 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
H A Dmemops.js296 type.flatIndexes = type.fields.map(function(field) {
306 // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
326 // it is ok to have such fields, if we just use them as markers of field size and nothing more complex
362 if (type.fields.length != struct.length) {
363 printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
368 var type = { fields: struct.map(function(item) { return item[0] }) };
382 ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);

Completed in 887 milliseconds

1234567891011