HomeSort by relevance Sort by last modified time
    Searched full:fields (Results 101 - 125 of 10872) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/jinja2/
nodes.py 61 inheritance. fields and attributes from the parent class are
65 for attr in 'fields', 'attributes':
116 All nodes have fields and attributes. Fields may be other nodes, lists,
117 or arbitrary values. Fields are passed to the constructor as regular
123 fields = () variable in class:Node
127 def __init__(self, *fields, **attributes):
130 if fields:
131 if len(fields) != len(self.fields)
260 fields = ('body',) variable in class:Template
267 fields = ('nodes',) variable in class:Output
272 fields = ('template',) variable in class:Extends
283 fields = ('target', 'iter', 'body', 'else_', 'test', 'recursive') variable in class:For
288 fields = ('test', 'body', 'else_') variable in class:If
296 fields = ('name', 'args', 'defaults', 'body') variable in class:Macro
303 fields = ('call', 'args', 'defaults', 'body') variable in class:CallBlock
308 fields = ('body', 'filter') variable in class:FilterBlock
313 fields = ('name', 'body', 'scoped') variable in class:Block
318 fields = ('template', 'with_context', 'ignore_missing') variable in class:Include
323 fields = ('template', 'target', 'with_context') variable in class:Import
337 fields = ('template', 'names', 'with_context') variable in class:FromImport
342 fields = ('node',) variable in class:ExprStmt
347 fields = ('target', 'node') variable in class:Assign
374 fields = ('left', 'right') variable in class:BinExpr
393 fields = ('node',) variable in class:UnaryExpr
418 fields = ('name', 'ctx') variable in class:Name
436 fields = ('value',) variable in class:Const
455 fields = ('data',) variable in class:TemplateData
471 fields = ('items', 'ctx') variable in class:Tuple
486 fields = ('items',) variable in class:List
497 fields = ('items',) variable in class:Dict
506 fields = ('key', 'value') variable in class:Pair
515 fields = ('key', 'value') variable in class:Keyword
526 fields = ('test', 'expr1', 'expr2') variable in class:CondExpr
547 fields = ('node', 'name', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') variable in class:Filter
588 fields = ('node', 'name', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') variable in class:Test
598 fields = ('node', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') variable in class:Call
635 fields = ('node', 'arg', 'ctx') variable in class:Getitem
655 fields = ('node', 'attr', 'ctx') variable in class:Getattr
675 fields = ('start', 'stop', 'step') variable in class:Slice
690 fields = ('nodes',) variable in class:Concat
701 fields = ('expr', 'ops') variable in class:Compare
718 fields = ('op', 'expr') variable in class:Operand
803 fields = ('name',) variable in class:EnvironmentAttribute
813 fields = ('identifier', 'name') variable in class:ExtensionAttribute
822 fields = ('importname',) variable in class:ImportedName
832 fields = ('name',) variable in class:InternalName
841 fields = ('expr',) variable in class:MarkSafe
854 fields = ('expr',) variable in class:MarkSafeIfAutoescape
889 fields = ('body',) variable in class:Scope
900 fields = ('options',) variable in class:EvalContextModifier
908 fields = ('body',) variable in class:ScopedEvalContextModifier
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 148 // Note that this actually appends fields to the form data, which can be useful
160 form->fields.push_back(field);
163 form->fields.push_back(field);
166 form->fields.push_back(field);
169 form->fields.push_back(field);
172 form->fields.push_back(field);
175 form->fields.push_back(field);
178 form->fields.push_back(field);
181 form->fields.push_back(field);
184 form->fields.push_back(field)
    [all...]
  /cts/tools/signature-tools/templates/
ClassOverviewPage.st 40 $! Annotation Fields !$
43 $Table(name="Removed Annotation Fields", rows=removed_annotation_fields:{$it.from:ModelElementRow()$})$
48 $Table(name="Added Annotation Fields", rows=added_annotation_fields:{$it.to:ModelElementRow()$})$
53 $Table(name="Changed Annotation Fields", rows=changed_annotation_fields:DeltaTableRow())$
76 $! Fields !$
79 $Table(name="Removed Fields", rows=removed_fields:{$it.from:ModelElementRow()$})$
84 $Table(name="Added Fields", rows=added_fields:{$it.to:ModelElementRow()$})$
89 $Table(name="Changed Fields", rows=changed_fields:DeltaTableRow())$
  /dalvik/dx/tests/008-field/
expected.txt 22 fields[0]:
27 end fields[0]
  /dalvik/dx/tests/015-field-attrib-Synthetic/
expected.txt 23 fields[0]:
33 end fields[0]
  /dalvik/dx/tests/016-field-attrib-Deprecated/
expected.txt 23 fields[0]:
33 end fields[0]
  /dalvik/dx/tests/026-field-attrib-Signature/
expected.txt 24 fields[0]:
35 end fields[0]
  /external/chromium_org/components/autofill/core/common/
autofill_constants.h 17 // The number of fields required by Autofill. Ideally we could send the forms
18 // to Autofill no matter how many fields are in the forms; however, finding the
form_data_predictions.h 24 // The form fields and their predicted field types.
25 std::vector<FormFieldDataPredictions> fields; member in struct:autofill::FormDataPredictions
password_autofill_util.h 11 // for password fields in the password manager.
  /external/chromium_org/ppapi/shared_impl/private/
ppb_x509_certificate_private_shared.cc 17 const PPB_X509Certificate_Fields& fields) {
18 scoped_ptr<base::ListValue> new_values(fields.values_.DeepCopy());
36 // Our list received might be smaller than the number of fields, so just
95 const PPB_X509Certificate_Fields& fields)
97 fields_(new PPB_X509Certificate_Fields(fields)) {
118 scoped_ptr<PPB_X509Certificate_Fields> fields(
120 bool success = ParseDER(der, fields.get());
122 fields_.swap(fields);
  /external/clang/test/ASTMerge/Inputs/
struct1.c 23 // Missing fields
26 // Extra fields
struct2.c 20 // Missing fields
23 // Extra fields
  /external/iproute2/misc/
lnstat.h 32 unsigned int num_fields; /* number of fields */
33 struct lnstat_field fields[LNSTAT_MAX_FIELDS_PER_LINE]; member in struct:lnstat_file
  /external/smack/src/org/jivesoftware/smackx/search/
SimpleUserSearch.java 69 Iterator<FormField> fields = form.getFields(); local
70 while (fields.hasNext()) {
71 FormField field = fields.next();
96 List<ReportedData.Field> fields = new ArrayList<ReportedData.Field>(); local
103 fields.add(field);
109 fields = new ArrayList<ReportedData.Field>();
112 ReportedData.Row row = new ReportedData.Row(fields);
122 fields.add(field);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.h 91 // Clear all fields of the message and set them to their default values.
98 // Quickly check if all required fields have values set.
102 // determine missing fields for lite message)". However, it is implemented
119 // required fields.
125 // required fields.
132 // missing required fields.
138 // required fields.
143 // required fields.
148 // Message. Singular fields read from the input overwrite what is
149 // already in the Message and repeated fields are appended to thos
    [all...]
  /external/protobuf/src/google/protobuf/
message_lite.h 85 // Clear all fields of the message and set them to their default values.
92 // Quickly check if all required fields have values set.
96 // determine missing fields for lite message)". However, it is implemented
113 // required fields.
119 // required fields.
126 // missing required fields.
132 // required fields.
137 // required fields.
142 // Message. Singular fields read from the input overwrite what is
143 // already in the Message and repeated fields are appended to thos
    [all...]
  /dalvik/dx/tests/014-field-attrib-ConstantValue/
info.txt 6 fields, each with a single ConstantValue attribute, which points at one
  /external/chromium_org/cc/debug/
rendering_stats.h 18 // simplifies the addition of new fields to this type.
66 // Outputs the fields in this structure to the provided enumerator.
69 // Add fields of |other| to the fields in this structure.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_details_container.h 58 // is found. Looks at both direct input fields and input fields in suggestions.
62 // Looks at both direct input fields and input fields in suggestions.
  /external/chromium_org/components/autofill/core/browser/
form_structure.h 47 // in the fields along with additional information needed by Autofill.
53 // Runs several heuristics against the form fields to determine their possible
70 // All fields are returned in one XML. For example, there are three forms,
71 // with 2, 4, and 3 fields. The returned XML would have type info for 9
72 // fields, first two of which would be for the first form, next 4 for the
86 // fields' predicted types.
100 // Resets |autofill_count_| and counts the number of auto-fillable fields.
101 // This is used when we receive server data for form fields. At that time,
102 // we may have more known fields than just the number of fields we matche
    [all...]
  /external/chromium_org/mojo/public/bindings/generators/cpp_templates/
params_definition 22 $FIELDS
struct_declaration 18 $FIELDS
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
uname.c 12 /* TODO(sbc): Fill out the other fields with useful information. */
  /external/chromium_org/sync/protocol/
autofill_specifics.proto 8 // any fields in this file.
48 // If any of these 3 fields are present, then all 3 should be, and it implies
56 // represents an AutofillProfile exclusively, and no other fields (such as
60 // Obsolete credit card fields.

Completed in 1291 milliseconds

1 2 3 45 6 7 8 91011>>