HomeSort by relevance Sort by last modified time
    Searched refs:form (Results 26 - 50 of 1347) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
AttributeCertificateIssuer.java 29 final ASN1Encodable form; field in class:AttributeCertificateIssuer
38 form = issuer.getIssuer();
49 form = new V2Form(GeneralNames.getInstance(new DERSequence(new GeneralName(principal))));
56 if (form instanceof V2Form)
58 name = ((V2Form)form).getIssuerName();
62 name = (GeneralNames)form;
138 return new AttributeCertificateIssuer(AttCertIssuer.getInstance(form));
150 if (form instanceof V2Form)
152 V2Form issuer = (V2Form)form;
167 GeneralNames name = (GeneralNames)form;
    [all...]
  /external/autotest/tko/
save_query.cgi 7 form = cgi.FieldStorage() variable
8 if 'label' in form.keys():
9 comment = form['label'].value
13 for key in form.keys():
14 dict_url[key] = form[key].value
jsonp_fetcher.cgi 16 form = cgi.FieldStorage(keep_blank_values=True) variable
17 encoded_request = form['request'].value
18 callback = form['callback'].value
machine_test_attribute_graph.cgi 16 form = cgi.FieldStorage()
17 machine_idx = form["machine"].value
18 benchmark = form["benchmark"].value
19 key = form["key"].value
test.cgi 3 Further display the tests in a matrix of the form tests X machines
4 to help understand the results selected from the previous form.
20 form = cgi.FieldStorage()
22 if form.has_key('sql'):
23 sql = form['sql'].value
25 if form.has_key('values'):
26 values = [val for val in form['values'].value.split(',')]
  /external/elfutils/tests/
typeiter2.c 67 Dwarf_Die form_mem, *form; local
68 form = dwarf_formref_die (dwarf_attr (iter, DW_AT_type,
72 if (form == NULL)
76 dwarf_diename (form), dwarf_dieoffset (form));
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFFormValue.h 44 uint16_t Form; // Form for this value.
45 ValueType Value; // Contains all data for the form.
48 DWARFFormValue(uint16_t form = 0) : Form(form) {}
49 uint16_t getForm() const { return Form; }
61 /// the compile unit at a later time in order to work with the form
69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
71 static bool isBlockForm(uint16_t form);
    [all...]
  /external/doclava/res/assets/templates-sdk/
footer.cs 84 <form action="https://docs.google.com/forms/d/1QgnkzbEJIDu9lMEea0mxqWrXUJu0oBCLD7ar23V0Yys/formResponse" class="dac-form" method="post" target="dac-newsletter-iframe">
87 <fieldset class="dac-form-fieldset">
90 <div class="dac-form-input-group">
91 <label for="newsletter-full-name" class="dac-form-floatlabel" data-t="newsletter.name">Full name</label>
92 <input type="text" class="dac-form-input" name="entry.1357890476" id="newsletter-full-name" required>
93 <span class="dac-form-required">*</span>
95 <div class="dac-form-input-group">
96 <label for="newsletter-email" class="dac-form-floatlabel" data-t="newsletter.email">Email address</label>
97 <input type="email" class="dac-form-input" name="entry.472100832" id="newsletter-email" required
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler.cc 9 // * Redistributions in binary form must reproduce the above
139 enum DwarfForm form,
144 current.handler_->ProcessAttributeUnsigned(attr, form, data);
149 enum DwarfForm form,
154 current.handler_->ProcessAttributeSigned(attr, form, data);
159 enum DwarfForm form,
164 current.handler_->ProcessAttributeReference(attr, form, data);
169 enum DwarfForm form,
175 current.handler_->ProcessAttributeBuffer(attr, form, data, len);
180 enum DwarfForm form,
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 22 import com.android.dx.dex.code.form.Form10t;
23 import com.android.dx.dex.code.form.Form10x;
24 import com.android.dx.dex.code.form.Form11n;
25 import com.android.dx.dex.code.form.Form11x;
26 import com.android.dx.dex.code.form.Form12x;
27 import com.android.dx.dex.code.form.Form20t;
28 import com.android.dx.dex.code.form.Form21c;
29 import com.android.dx.dex.code.form.Form21h;
30 import com.android.dx.dex.code.form.Form21s;
31 import com.android.dx.dex.code.form.Form21t
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileManagerVfr.Vfr 25 // User manager form
26 form formid = FORMID_USER_MANAGE,
42 // Modify user profile form
43 form formid = FORMID_MODIFY_USER,
51 // Delete user profile form
52 form formid = FORMID_DEL_USER,
63 // User profile information form
65 form formid = FORMID_USER_INFO,
92 // Identify policy modify form
94 form formid = FORMID_MODIFY_IP,
    [all...]
  /external/llvm/test/MC/AsmParser/
defsym_error1.s 2 # CHECK: defsym must be of the form: sym=value
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7m-bad.l 2 [^:]*:5: Error: selected processor does not support 'A' form of this instruction -- `cpsie a'
3 [^:]*:6: Error: Thumb does not support the 2-argument form of this instruction -- `cpsie i,#0x10'
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManagerVfr.Vfr 23 form formid = FORMID_USER_FORM,
38 form formid = FORMID_PROVIDER_FORM,
  /external/curl/src/
tool_mfiles.h 32 struct curl_forms form; member in struct:multi_files
  /external/elfutils/libdw/
dwarf_getattrs.c 74 /* Get attribute name and form. */
81 get_uleb128 (attr.form, attrp, endp);
84 if (attr.code == 0 && attr.form == 0)
108 if (attr.form != 0)
110 size_t len = __libdw_form_val_len (die->cu, attr.form, die_addr);
dwarf_getlocation_attr.c 39 /* If the attribute has block/expr form the data comes from the
42 switch (attr->form)
65 result->form = DW_FORM_block;
72 result->form = DW_FORM_exprloc;
79 result->form = DW_FORM_block1;
  /external/wpa_supplicant_8/hs20/server/www/
free.php 13 echo "<form action=\"add-free.php\" method=\"POST\">\n";
20 </form>
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ResizeActivity.java 28 setContentView(R.layout.form);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
wiki.py 7 form = cgi.FieldStorage()
10 cmd = form.getvalue("cmd", "view")
11 page = form.getvalue("page", "FrontPage")
14 method(form)
27 def cmd_view(self, form):
53 def cmd_edit(self, form, label="Change"):
55 print '<form method="POST" action="%s">' % self.scripturl
62 print "</form>"
64 def cmd_create(self, form):
65 self.data = form.getvalue("text", "").strip()
    [all...]
  /external/python/cpython2/Demo/cgi/
wiki.py 7 form = cgi.FieldStorage()
10 cmd = form.getvalue("cmd", "view")
11 page = form.getvalue("page", "FrontPage")
14 method(form)
27 def cmd_view(self, form):
53 def cmd_edit(self, form, label="Change"):
55 print '<form method="POST" action="%s">' % self.scripturl
62 print "</form>"
64 def cmd_create(self, form):
65 self.data = form.getvalue("text", "").strip(
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatTest.java 63 DecimalFormat form = (DecimalFormat) DecimalFormat.getInstance(Locale.US); local
64 assertFalse(form.isParseBigDecimal());
65 form.setParseBigDecimal(true);
66 assertTrue(form.isParseBigDecimal());
68 Number result = form.parse("123.123");
71 form.setParseBigDecimal(false);
72 assertFalse(form.isParseBigDecimal());
74 result = form.parse("123.123");
95 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
96 Number number = form.parse("23.1", new ParsePosition(0))
366 DecimalFormat form = (DecimalFormat) DecimalFormat.getInstance(Locale.US); local
385 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
407 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
431 DecimalFormat form = new DecimalFormat("00.###E0"); local
461 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
484 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
502 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
518 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
1750 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
oct.c 12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
78 point_conversion_form_t form,
86 if ((form != POINT_CONVERSION_COMPRESSED) &&
87 (form != POINT_CONVERSION_UNCOMPRESSED)) {
100 (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
128 if ((form == POINT_CONVERSION_COMPRESSED) &&
130 buf[0] = form + 1;
132 buf[0] = form;
142 if (form == POINT_CONVERSION_UNCOMPRESSED)
174 point_conversion_form_t form; local
    [all...]

Completed in 769 milliseconds

12 3 4 5 6 7 8 91011>>