Searched refs:forms (Results 1 - 25 of 82) sorted by relevance

1234

/external/python/cpython2/Lib/plat-irix5/
H A Dflp.py2 # flp - Module to load fl forms from fd files
30 forms = checkcache(filename)
31 if forms is None:
32 forms = parse_forms(filename)
33 if forms.has_key(formname):
34 return forms[formname]
39 # Externally visible function. Load all forms.
42 forms = checkcache(filename)
43 if forms is not None: return forms
[all...]
/external/python/cpython2/Lib/plat-irix6/
H A Dflp.py2 # flp - Module to load fl forms from fd files
29 forms = checkcache(filename)
30 if forms is None:
31 forms = parse_forms(filename)
32 if forms.has_key(formname):
33 return forms[formname]
38 # Externally visible function. Load all forms.
41 forms = checkcache(filename)
42 if forms is not None: return forms
[all...]
/external/curl/packages/OS400/
H A Dccsidcurl.c721 Curl_formadd_release_local(struct curl_forms * forms, int nargs, int skip) argument
726 if(Curl_is_formadd_string(forms[nargs].option))
727 if(forms[nargs].value)
728 free((char *) forms[nargs].value);
730 free((char *) forms);
735 Curl_formadd_convert(struct curl_forms * forms, argument
743 if(formx < 0 || !forms[formx].value)
747 l = (int) forms[lengthx].value;
749 l = strlen(forms[formx].value) + 1;
757 forms[form
786 struct curl_forms * forms; local
[all...]
/external/curl/src/
H A Dtool_formparse.c272 struct curl_forms *forms = NULL; local
279 forms = malloc((count+1)*sizeof(struct curl_forms));
280 if(!forms) {
287 forms[i].option = start->form.option;
288 forms[i].value = start->form.value;
290 forms[count].option = CURLFORM_END;
294 CURLFORM_ARRAY, forms, CURLFORM_END) != 0) {
296 Curl_safefree(forms);
300 Curl_safefree(forms);
/external/llvm/test/MC/ARM/
H A Ddirective-thumb_func.s4 @ NOTE: this test ensures that both forms are accepted for MachO
H A Dvirtexts-thumb.s53 # The conditional forms can't be tested becuse the ARM assembler parser doesn't
/external/autotest/frontend/afe/
H A Dadmin.py3 from django import forms namespace
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/arm-neon-tests/
H A 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/toolchain-utils/automation/server/monitor/
H A Ddashboard.py14 from django import forms namespace
223 class FilterJobGroupsForm(forms.Form):
224 label = forms.ChoiceField(label='Filter by label:', required=False)
/external/elfutils/libdw/
H A Ddwarf_getmacros.c79 if (op_protos[i - 1].forms != NULL)
223 e.forms = readp;
238 if (op_protos[i - 1].forms != NULL)
385 DW_FORM_sec_offset forms get correctly interpreted as
388 attributes[i].form = proto->forms[i];
392 size_t len = __libdw_form_val_len (&fake_cu, proto->forms[i], readp);
/external/google-breakpad/android/sample_app/jni/
H A DApplication.mk4 # Redistribution and use in source and binary forms, with or without
H A DAndroid.mk4 # Redistribution and use in source and binary forms, with or without
/external/ims/rcs/presencepolling/
H A DAndroid.mk4 # Redistribution and use in source and binary forms, with or without
/external/libcxx/src/support/solaris/
H A Dmbsnrtowcs.inc9 * Redistribution and use in source and binary forms, with or without
H A Dwcsnrtombs.inc4 * Redistribution and use in source and binary forms, with or without
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs216 static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] forms, argument
223 CommandSubCharsSet charsSet = forms[i];
/external/smali/deodexerant/
H A DAndroid.mk4 # Redistribution and use in source and binary forms, with or without
/external/curl/lib/
H A Dformdata.c277 struct curl_forms *forms = NULL; local
300 if(array_state && forms) {
302 option = forms->option;
303 array_value = (char *)forms->value;
305 forms++; /* advance this to next entry */
325 forms = va_arg(params, struct curl_forms *);
326 if(forms)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb10 Redistribution and use in source and binary forms, with or without
/external/tremolo/Tremolo/
H A Dfloor1LARM.s7 @ Redistribution and use in source and binary forms, with or without
/external/vixl/
H A DAndroid.mk4 # Redistribution and use in source and binary forms, with or without
31 # Redistribution and use in source and binary forms, with or without
/external/ims/rcs/rcsmanager/
H A DAndroid.mk4 # Redistribution and use in source and binary forms, with or without
/external/ims/rcs/rcsservice/
H A DAndroid.mk4 # Redistribution and use in source and binary forms, with or without
/external/parameter-framework/
H A DLibPfwUtility.mk4 # Redistribution and use in source and binary forms, with or without modification,
H A DLibRemoteProcessor.mk4 # Redistribution and use in source and binary forms, with or without modification,

Completed in 3614 milliseconds

1234