Home
last modified time | relevance | path

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

12345678910>>...85

/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/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/curl/packages/OS400/
Dccsidcurl.c738 Curl_formadd_release_local(struct curl_forms * forms, int nargs, int skip) in Curl_formadd_release_local() argument
743 if(Curl_is_formadd_string(forms[nargs].option)) in Curl_formadd_release_local()
744 if(forms[nargs].value) in Curl_formadd_release_local()
745 free((char *) forms[nargs].value); in Curl_formadd_release_local()
747 free((char *) forms); in Curl_formadd_release_local()
752 Curl_formadd_convert(struct curl_forms * forms, in Curl_formadd_convert() argument
760 if(formx < 0 || !forms[formx].value) in Curl_formadd_convert()
764 l = (int) forms[lengthx].value; in Curl_formadd_convert()
766 l = strlen(forms[formx].value) + 1; in Curl_formadd_convert()
774 forms[formx].value, l, ccsid); in Curl_formadd_convert()
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dhicpp-explicit-conversions.rst9 …of `rule 5.4.1 <http://www.codingstandard.com/rule/5-4-1-only-use-casting-forms-static_cast-excl-v…
11 Other forms of casting checks are implemented in other places.
12 The following checks can be used to check for more forms of casting:
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
DDW_AT_const_value.s14 ## Variables specified via fixed-size forms. This is typical for gcc (9).
19 ## Variables specified using string forms. This behavior purely speculative -- I
/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/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/fsck_msdos/
DNOTICE7 * Redistribution and use in source and binary forms, with or without
34 * Redistribution and use in source and binary forms, with or without
64 * Redistribution and use in source and binary forms, with or without
93 * Redistribution and use in source and binary forms, with or without
121 * Redistribution and use in source and binary forms, with or without
153 * Redistribution and use in source and binary forms, with or without
184 * Redistribution and use in source and binary forms, with or without
212 * Redistribution and use in source and binary forms, with or without
242 * Redistribution and use in source and binary forms, with or without
269 * Redistribution and use in source and binary forms, with or without
/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/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/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/newfs_msdos/
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/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/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py354 handler_func=(lambda handler, forms, loop_counter=i:\
355 _extension_log_handler(handler, forms, loop_counter)))
360 handler_func=(lambda handler, forms, test_instance=self,
362 _extension_page_time_info_handler(handler, forms,
369 handler_func=(lambda handler, forms, test_instance=self,
371 _extension_key_values_handler(handler, forms,
377 handler_func=lambda handler, forms:
378 self._extension_task_monitor_handler(handler, forms)
/external/fmtlib/doc/bootstrap/
Dforms.less201 // Designed to help with the organization and spacing of vertical forms. For
202 // horizontal forms, use the predefined grid classes.
426 // Inline forms
428 // Make forms appear inline(-block) by adding the `.form-inline` class. Inline
429 // forms begin stacked on extra small (mobile) devices and then go inline when
508 // Horizontal forms
510 // Horizontal forms are built on grid classes and allow you to create forms with
/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/llvm/lib/Target/Hexagon/
DHexagon.td59 // predicated forms.
62 // predicate-new forms.
94 // predicate-false forms
106 // predicate-true forms
/external/grpc-grpc/test/core/end2end/
DREADME2 forms a complete end-to-end test.
/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/rust/crates/form_urlencoded/
DCargo.toml.orig5 … = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."

12345678910>>...85