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

1 2 34 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
PeriodFormatterData.java 58 // plural - english, special form for 1
59 // dual - special form for 1 and 2
60 // paucal - russian, special form for 1, for 2-4 and n > 20 && n % 10 == 2-4
61 // rpt_dual_few - slovenian, special form for 1, 2, 3-4 and n as above
62 // hebrew, dual plus singular form for years > 11
63 // arabic, dual, plus singular form for all terms > 10
199 int form = computeForm(unit, count, cv, multiple && last); local
200 if (form == FORM_SINGULAR_SPELLED) {
202 form = FORM_SINGULAR;
203 name = dr.pluralNames[px][form];
605 int form = FORM_PLURAL; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
PeriodFormatterData.java 56 // plural - english, special form for 1
57 // dual - special form for 1 and 2
58 // paucal - russian, special form for 1, for 2-4 and n > 20 && n % 10 == 2-4
59 // rpt_dual_few - slovenian, special form for 1, 2, 3-4 and n as above
60 // hebrew, dual plus singular form for years > 11
61 // arabic, dual, plus singular form for all terms > 10
197 int form = computeForm(unit, count, cv, multiple && last); local
198 if (form == FORM_SINGULAR_SPELLED) {
200 form = FORM_SINGULAR;
201 name = dr.pluralNames[px][form];
603 int form = FORM_PLURAL; local
    [all...]
  /external/autotest/frontend/afe/
admin.py 49 form = AtomicGroupForm variable in class:AtomicGroupAdmin
66 form = LabelForm variable in class:LabelAdmin
106 @param data: A dict of input data from HTML form. The keys are name
108 @param files: A dict of input file names from HTML form. The keys are
164 form = HostForm variable in class:HostAdmin
209 def save_model(self, request, obj, form, change):
210 if not form.cleaned_data.get('labels_autodetection'):
212 form, change)
214 # Get submitted info from form.
216 hostname = form.cleaned_data['hostname'
312 form = DroneSetForm variable in class:DroneSetAdmin
    [all...]
  /external/curl/docs/cmdline-opts/
data.d 7 Mutexed: form head upload
10 that a browser does when a user has filled in an HTML form and presses the
12 content-type application/x-www-form-urlencoded. Compare to --form.
16 --data-binary option. To URL-encode the value of a form field you may use
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c 30 1 if found and only one form,
62 while (f->form == op_index)
64 if ((!is_long || f->form >= LONG) && (f->modifier == mod))
66 insn->form = f;
71 if (insn->form)
75 if (insn->form)
80 if (insn->form == NULL)
132 if (d30v_operand_table[insn->form->operands[0]].flags & OPERAND_NAME)
137 (struct d30v_operand *) &d30v_operand_table[insn->form->operands[0]],
156 while ((opnum = insn->form->operands[opind++]) != 0
    [all...]
  /external/autotest/client/cros/
httpd.py 5 """Spins up a trivial HTTP cgi form listener in a thread.
8 need to call back to the Autotest test case with some form value, e.g.
34 """Implements a form handler (for POST requests only) which simply
37 If the form submission is a file upload, the file will be written
58 form = cgi.FieldStorage(
63 # You'd think form.keys() would just return [], like it does for empty
66 if form:
67 for field in form.keys():
68 field_item = form[field]
72 self.server._url_handlers[path](self, form)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp 33 uint16_t form = data.getULEB128(offset_ptr); local
35 if (attr && form)
36 Attributes.push_back(DWARFAttribute(attr, form));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuTreePage.java 32 * Page for the menu form editor.
52 * Creates the content in the form hosted in this page.
54 * @param managedForm the form hosted in this page.
59 ScrolledForm form = managedForm.getForm(); local
60 form.setText("Android Menu");
61 form.setImage(AdtPlugin.getAndroidLogo());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlTreePage.java 32 * Page for the xml form editor.
52 * Creates the content in the form hosted in this page.
54 * @param managedForm the form hosted in this page.
59 ScrolledForm form = managedForm.getForm(); local
60 form.setText("Android Xml");
61 form.setImage(AdtPlugin.getAndroidLogo());
  /dalvik/dx/src/com/android/dx/dex/code/form/
SpecialFormat.java 17 package com.android.dx.dex.code.form;
  /external/elfutils/libdw/
dwarf_highpc.c 47 if (attr_high->form == DW_FORM_addr)
  /external/pdfium/core/fpdfapi/page/
cpdf_tilingpattern.h 36 CPDF_Form* form() const { return m_pForm.get(); } function in class:CPDF_TilingPattern
  /frameworks/opt/net/lowpan/tests/
commandtest.sh 38 adb shell lowpanctl form blahnet || die
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
popup.js 23 console.log("submitting form");
36 return false; // cancel form submission
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
popup.js 23 console.log("submitting form");
36 return false; // cancel form submission
  /external/python/cpython2/Lib/plat-irix5/
flp.py 16 FORMLINE = '=============== FORM ==============='
27 # Externally visible function. Load form.
36 raise error, 'No such form in fd file'
48 form = _parse_fd_form(fp, None)
49 forms[form[0].Name] = form
119 # Internal: write cached version of the form (parsing is too slow!)
169 # Internal: Locate form file (using PYTHONPATH) and open file
210 # Internal: parse fd form, or skip if name doesn't match.
216 raise error, 'Missing === FORM === line
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
flp.py 15 FORMLINE = '=============== FORM ==============='
26 # Externally visible function. Load form.
35 raise error, 'No such form in fd file'
47 form = _parse_fd_form(fp, None)
48 forms[form[0].Name] = form
118 # Internal: write cached version of the form (parsing is too slow!)
168 # Internal: Locate form file (using PYTHONPATH) and open file
209 # Internal: parse fd form, or skip if name doesn't match.
215 raise error, 'Missing === FORM === line
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfig.vfr 29 // ##1 Form "Secure Boot Configuration"
31 form formid = SECUREBOOT_CONFIGURATION_FORM_ID,
89 // ##2 Form: 'Custom Secure Boot Options'
91 form formid = FORMID_SECURE_BOOT_OPTION_FORM,
164 // ##3 Form: 'PK Options'
166 form formid = FORMID_SECURE_BOOT_PK_OPTION_FORM,
198 // ##4 Form: 'Enroll PK'
200 form formid = FORMID_ENROLL_PK_FORM,
213 // ##5 Form: 'KEK Options'
215 form formid = FORMID_SECURE_BOOT_KEK_OPTION_FORM,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanup.vfr 27 form formid = FORM_ID_VARIABLE_CLEANUP,
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_test_common.h 12 // * Redistributions in binary form must reproduce the above
128 // and whose form is |form|.
129 TestAbbrevTable &Attribute(DwarfAttribute name, DwarfForm form) {
131 ULEB128(static_cast<unsigned>(form));
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue13930.go 5 // Issue 13930. Test that cgo's multiple-value special form for
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10066.go 7 // Issue 10066: constants are printed in the original form
issue5358.go 7 // issue 5358: incorrect error message when using f(g()) form on ... args.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue13930.go 5 // Issue 13930. Test that cgo's multiple-value special form for
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10066.go 7 // Issue 10066: constants are printed in the original form

Completed in 1093 milliseconds

1 2 34 5 6 7 8 91011>>