Home
last modified time | relevance | path

Searched refs:forms (Results 1 – 25 of 1580) sorted by relevance

12345678910>>...64

/external/python/cpython2/Lib/plat-irix6/
Dflp.py29 forms = checkcache(filename)
30 if forms is None:
31 forms = parse_forms(filename)
32 if forms.has_key(formname):
33 return forms[formname]
41 forms = checkcache(filename)
42 if forms is not None: return forms
45 forms = {}
48 forms[form[0].Name] = form
49 writecache(filename, forms)
[all …]
Dflp.doc4 The flp module loads fl-forms from fd files, as generated
10 create the forms from the templates returned by the parse functions.
12 and convenience routines that create complete forms, including callbacks,
15 The exception flp.error is raised whenever an error occurs while parsing a forms
32 Parse_forms parses all forms in an fd file. It returns a dictionary of
35 Filename is the name of the forms definition file to inspect. The functions
84 The 'standard' way to handle forms in python is to define a class
/external/python/cpython2/Lib/plat-irix5/
Dflp.py30 forms = checkcache(filename)
31 if forms is None:
32 forms = parse_forms(filename)
33 if forms.has_key(formname):
34 return forms[formname]
42 forms = checkcache(filename)
43 if forms is not None: return forms
46 forms = {}
49 forms[form[0].Name] = form
50 writecache(filename, forms)
[all …]
Dflp.doc4 The flp module loads fl-forms from fd files, as generated
10 create the forms from the templates returned by the parse functions.
12 and convenience routines that create complete forms, including callbacks,
15 The exception flp.error is raised whenever an error occurs while parsing a forms
32 Parse_forms parses all forms in an fd file. It returns a dictionary of
35 Filename is the name of the forms definition file to inspect. The functions
84 The 'standard' way to handle forms in python is to define a class
/external/curl/packages/OS400/
Dccsidcurl.c729 Curl_formadd_release_local(struct curl_forms * forms, int nargs, int skip) in Curl_formadd_release_local() argument
734 if(Curl_is_formadd_string(forms[nargs].option)) in Curl_formadd_release_local()
735 if(forms[nargs].value) in Curl_formadd_release_local()
736 free((char *) forms[nargs].value); in Curl_formadd_release_local()
738 free((char *) forms); in Curl_formadd_release_local()
743 Curl_formadd_convert(struct curl_forms * forms, in Curl_formadd_convert() argument
751 if(formx < 0 || !forms[formx].value) in Curl_formadd_convert()
755 l = (int) forms[lengthx].value; in Curl_formadd_convert()
757 l = strlen(forms[formx].value) + 1; in Curl_formadd_convert()
765 forms[formx].value, l, ccsid); in Curl_formadd_convert()
[all …]
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dmaketables.go108 forms [FNumberOfFormTypes]FormInfo // For FCanonical and FCompatibility member
125 fmt.Fprint(buf, c.forms[FCanonical])
127 fmt.Fprint(buf, c.forms[FCompatibility])
220 char.forms[FCompatibility].decomp = exp
222 char.forms[FCanonical].decomp = exp
227 char.forms[FCompatibility].decomp = exp
289 for _, d := range c.forms[FCompatibility].decomp {
349 dcomp := chars[r].forms[form].decomp
362 f := &chars[i].forms[form]
376 f := &c.forms[form]
[all …]
/external/autotest/frontend/afe/
Dadmin.py3 from django import forms
5 from django.forms.util import flatatt
25 class ModelWithInvalidForm(forms.ModelForm):
81 class LabelsCommaSpacedWidget(forms.Widget):
126 labels_autodetection = forms.BooleanField(initial=True, required=False)
143 raise forms.ValidationError(
298 class DroneSetForm(forms.ModelForm):
/external/curl/lib/
Dformdata.c212 struct curl_forms *forms = NULL; in FormAdd() local
235 if(array_state && forms) { in FormAdd()
237 option = forms->option; in FormAdd()
238 array_value = (char *)forms->value; in FormAdd()
240 forms++; /* advance this to next entry */ in FormAdd()
260 forms = va_arg(params, struct curl_forms *); in FormAdd()
261 if(forms) in FormAdd()
/external/elfutils/libdw/
Ddwarf_getmacros.c78 if (op_protos[i - 1].forms != NULL) in build_table()
227 e.forms = readp; in get_table_for_offset()
242 if (op_protos[i - 1].forms != NULL) in get_table_for_offset()
402 attributes[i].form = proto->forms[i]; in read_macros()
415 size_t len = __libdw_form_val_len (&fake_cu, proto->forms[i], readp); in read_macros()
Ddwarf_getsrclines.c297 uint16_t forms[256]; in read_srclines() local
348 forms[i] = form; in read_srclines()
417 attr.form = forms[m]; in read_srclines()
422 size_t len = __libdw_form_val_len (&fake_cu, forms[m], linep); in read_srclines()
557 forms[i] = form; in read_srclines()
590 attr.form = forms[m]; in read_srclines()
597 attr.form = forms[m]; in read_srclines()
603 size_t len = __libdw_form_val_len (&fake_cu, forms[m], linep); in read_srclines()
/external/llvm/lib/Target/X86/
DX86InstrFMA.td25 // operands 1 and 2 (memory & register forms): *213* --> *213*(no changes);
26 // operands 1 and 3 (register forms only): *213* --> *231*;
27 // operands 2 and 3 (register forms only): *213* --> *132*.
29 // operands 1 and 2 (memory & register forms): *132* --> *231*;
30 // operands 1 and 3 (register forms only): *132* --> *132*(no changes);
31 // operands 2 and 3 (register forms only): *132* --> *213*.
33 // operands 1 and 2 (memory & register forms): *231* --> *132*;
34 // operands 1 and 3 (register forms only): *231* --> *213*;
35 // operands 2 and 3 (register forms only): *231* --> *231*(no changes).
208 // forms and is possible only after special analysis of all uses of the initial
/external/ipsec-tools/src/racoon/
DNOTICE4 Redistribution and use in source and binary forms, with or without
33 Redistribution and use in source and binary forms, with or without
62 Redistribution and use in source and binary forms, with or without
91 Redistribution and use in source and binary forms, with or without
119 Redistribution and use in source and binary forms, with or without
148 Redistribution and use in source and binary forms, with or without
178 Redistribution and use in source and binary forms, with or without
207 Redistribution and use in source and binary forms, with or without
239 Redistribution and use in source and binary forms, with or without
269 Redistribution and use in source and binary forms, with or without
[all …]
/external/toolchain-utils/automation/server/monitor/
Ddashboard.py14 from django import forms
223 class FilterJobGroupsForm(forms.Form):
224 label = forms.ChoiceField(label='Filter by label:', required=False)
/external/arm-neon-tests/
DInitCache.s43 ORR r0, r0, #(0x1 <<11) ; Enable all forms of branch prediction
44 ;BIC r0, r0, #(0x1 << 11) ; Disable all forms of branch prediction
/external/ipsec-tools/
DNOTICE4 Redistribution and use in source and binary forms, with or without
33 Redistribution and use in source and binary forms, with or without
62 Redistribution and use in source and binary forms, with or without
91 Redistribution and use in source and binary forms, with or without
119 Redistribution and use in source and binary forms, with or without
148 Redistribution and use in source and binary forms, with or without
178 Redistribution and use in source and binary forms, with or without
207 Redistribution and use in source and binary forms, with or without
239 Redistribution and use in source and binary forms, with or without
269 Redistribution and use in source and binary forms, with or without
[all …]
/external/python/cpython3/Doc/library/
Dunicodedata.rst109 The Unicode standard defines various normalization forms of a Unicode string,
115 For each character, there are two normal forms: normal form C and normal form D.
120 In addition to these two forms, there are two additional normal forms based on
/external/python/cpython2/Doc/library/
Dunicodedata.rst106 The Unicode standard defines various normalization forms of a Unicode string,
112 For each character, there are two normal forms: normal form C and normal form D.
117 In addition to these two forms, there are two additional normal forms based on
/external/icu/icu4c/source/data/translit/
DLatin_InterIndic.txt102 #urdu compatibity forms
160 # convert to independent forms at start of word or syllable:
161 # dependent forms for roundtrip
296 # convert to dependent forms after consonant with no vowel:
323 # otherwise convert independent forms when separated by ': k'ai -→ {ka}{virama}{wai}
/external/newfs_msdos/
DNOTICE4 Redistribution and use in source and binary forms, with or without
34 Redistribution and use in source and binary forms, with or without
62 Redistribution and use in source and binary forms, with or without
DLICENSE4 Redistribution and use in source and binary forms, with or without
34 Redistribution and use in source and binary forms, with or without
62 Redistribution and use in source and binary forms, with or without
/external/llvm/lib/Target/Hexagon/
DHexagon.td59 // predicated forms.
62 // predicate-new forms.
94 // predicate-false forms
106 // predicate-true forms
/external/adhd/
DNOTICE6 Redistribution and use in source and binary forms, with or without modification,
32 Redistribution and use in source and binary forms, with or without
53 * Redistribution and use in source and binary forms, with or without
/external/vixl/test/aarch32/config/
Dcond-rd-rn-operand-imm12-t32.json4 // Redistribution and use in source and binary forms, with or without
27 // Test description for instructions of the following forms:
/external/fsck_msdos/
DNOTICE5 * Redistribution and use in source and binary forms, with or without
39 * Redistribution and use in source and binary forms, with or without
73 * Redistribution and use in source and binary forms, with or without
/external/grpc-grpc/test/core/end2end/
DREADME2 forms a complete end-to-end test.

12345678910>>...64