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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
fldst08.s 4 # Immediate form, no auto-increment.
23 # Immediate form, with auto-increment.
42 # Index form, no auto-increment.
59 # Index form, with auto-increment.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
aligncomm-b.d 4 # Test the aligned form of the .comm pseudo-op.
  /toolchain/binutils/binutils-2.25/libiberty/
dwarfnames.c 38 const char *get_DW_FORM_name (unsigned int form) \
39 { switch (form) { \
  /external/pdfium/samples/
pdfium_test.cc 545 void SendPageEvents(const FPDF_FORMHANDLE& form,
557 FORM_OnKeyDown(form, page, keycode, 0);
558 FORM_OnKeyUp(form, page, keycode, 0);
567 FORM_OnLButtonDown(form, page, 0, x, y);
570 FORM_OnRButtonDown(form, page, 0, x, y);
582 FORM_OnLButtonUp(form, page, 0, x, y);
585 FORM_OnRButtonUp(form, page, 0, x, y);
596 FORM_OnMouseMove(form, page, 0, x, y);
632 FPDF_FORMHANDLE& form,
644 SendPageEvents(form, page, events)
827 FPDF_FORMHANDLE form = FPDFDOC_InitFormFillEnvironment(doc, &form_callbacks); local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
uses_alloc_types.hpp 36 // Implements form (1) of uses-allocator construction from the specified
39 // blows up when form (2) of uses-allocator is even considered.
43 // Implements form (2) of uses-allocator construction from the specified
49 // Implements both form (1) and (2) of uses-allocator construction from
55 // Implements both form (1) and (2) of uses-allocator construction from
63 bool checkConstruct(TestType& value, UsesAllocatorType form,
65 // Check that 'value' was constructed using the specified 'form' of
69 if (form == UA_None) {
70 return value.template checkConstruct<ArgTypes&&...>(form);
72 return value.template checkConstruct<ArgTypes&&...>(form, alloc)
    [all...]
  /external/ImageMagick/scripts/
format_c_api_docs 234 # Reformat pod2html-generated HTML into nicer form.
273 <form target="_self" action="../../index.html"><input type="submit" title="ImageMagick Home" value=" Home" style="background-color: #1947A3; background-image:url('../../../images/background.gif'); color:#fbc713; font-weight:bold"></form></td>
275 <form target="_self" action="../../www/apis.html"><input type="submit" title="ImageMagick API" value=" API " style="background-color: #1947A3; background-image:url('../../../images/background.gif'); color:#fbc713; font-weight:bold"></form></td>
277 <form target="_self" action="../../www/download.html"><input type="submit" title="ImageMagick Download" value="Download" style="background-color: #1947A3; background-image:url('../../../images/background.gif'); color:#fbc713; font-weight:bold"></form></td></tr></table>
279 <form action="http://studio.imagemagick.org/Sage/scripts/Sage.cgi"><input type="TEXT" name="query" size="32" maxlength="255"> <input type="SUBMIT" name="sa" value="Search" style="background-color: #1947A3; background-image:url('../../../images/background.gif'); bgcolor:#003399; color:#fbc713; font-weight:bold"></form></div>
288 <form action="http://studio.imagemagick.org/magick/" style="margin-top:5px"
    [all...]
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 47 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7); local
62 res1 = form->format(i, str, fpos, status );
64 delete form;
67 //form->parse(res1, f, parse_pos);
76 if(*formnew == *form){
79 if(!(*form == *formequal)){
87 const double *gotLimits=form->getLimits(count);
92 const UnicodeString *gotFormats=form->getFormats(count);
96 const UBool *gotClosures=form->getClosures(count);
111 const UnicodeString *gotFormats=form->getFormats(count)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go 43 The rewrite rule specified with the -r flag must be a string of the form:
77 An array, slice, or map composite literal of the form:
82 A slice expression of the form:
87 A range of the form:
92 A range of the form:
  /prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go 43 The rewrite rule specified with the -r flag must be a string of the form:
77 An array, slice, or map composite literal of the form:
82 A slice expression of the form:
87 A range of the form:
92 A range of the form:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstrlib.c 857 static const char *scanformat (lua_State *L, const char *strfrmt, char *form) {
871 *(form++) = '%';
872 memcpy(form, strfrmt, (p - strfrmt + 1) * sizeof(char));
873 form += p - strfrmt + 1;
874 *form = '\0';
882 static void addlenmod (char *form, const char *lenmod) {
883 size_t l = strlen(form);
885 char spec = form[l - 1];
886 strcpy(form + l - 1, lenmod);
887 form[l + lm - 1] = spec;
906 char form[MAX_FORMAT]; \/* to store the format (`%...') *\/ local
    [all...]
  /external/skia/third_party/lua/src/
lstrlib.c 857 static const char *scanformat (lua_State *L, const char *strfrmt, char *form) {
871 *(form++) = '%';
872 memcpy(form, strfrmt, (p - strfrmt + 1) * sizeof(char));
873 form += p - strfrmt + 1;
874 *form = '\0';
882 static void addlenmod (char *form, const char *lenmod) {
883 size_t l = strlen(form);
885 char spec = form[l - 1];
886 strcpy(form + l - 1, lenmod);
887 form[l + lm - 1] = spec
906 char form[MAX_FORMAT]; \/* to store the format (`%...') *\/ local
    [all...]
  /external/syslinux/com32/lua/src/
lstrlib.c 857 static const char *scanformat (lua_State *L, const char *strfrmt, char *form) {
871 *(form++) = '%';
872 memcpy(form, strfrmt, (p - strfrmt + 1) * sizeof(char));
873 form += p - strfrmt + 1;
874 *form = '\0';
882 static void addlenmod (char *form, const char *lenmod) {
883 size_t l = strlen(form);
885 char spec = form[l - 1];
886 strcpy(form + l - 1, lenmod);
887 form[l + lm - 1] = spec
906 char form[MAX_FORMAT]; \/* to store the format (`%...') *\/ local
    [all...]
  /prebuilts/go/darwin-x86/src/mime/
mediatype_test.go 108 {`form-data; name="foo"`, "form-data", nameFoo},
109 {` form-data ; name=foo`, "form-data", nameFoo},
110 {`FORM-DATA;name="foo"`, "form-data", nameFoo},
111 {` FORM-DATA ; name="foo"`, "form-data", nameFoo},
112 {` FORM-DATA ; name="foo"`, "form-data", nameFoo}
    [all...]
  /prebuilts/go/linux-x86/src/mime/
mediatype_test.go 108 {`form-data; name="foo"`, "form-data", nameFoo},
109 {` form-data ; name=foo`, "form-data", nameFoo},
110 {`FORM-DATA;name="foo"`, "form-data", nameFoo},
111 {` FORM-DATA ; name="foo"`, "form-data", nameFoo},
112 {` FORM-DATA ; name="foo"`, "form-data", nameFoo}
    [all...]
  /external/google-breakpad/src/common/dwarf/
functioninfo.cc 9 // * Redistributions in binary form must reproduce the above
151 enum DwarfForm form,
163 enum DwarfForm form,
195 enum DwarfForm form,
dwarf2reader.cc 9 // * Redistributions in binary form must reproduce the above
63 // attribute/form pairs.
65 // zero for the form. The entire abbreviation section is terminated
126 const enum DwarfForm form = static_cast<enum DwarfForm>(formtemp); local
127 abbrev.attributes.push_back(std::make_pair(name, form));
145 // Skips a single attribute form's data.
147 enum DwarfForm form) {
150 switch (form) {
152 form = static_cast<enum DwarfForm>(reader_->ReadUnsignedLEB128(start,
155 return SkipAttribute(start, form);
    [all...]
dwarf2reader_die_unittest.cc 10 // * Redistributions in binary form must reproduce the above
81 enum DwarfForm form,
85 enum DwarfForm form,
89 enum DwarfForm form,
93 enum DwarfForm form,
98 enum DwarfForm form,
102 enum DwarfForm form,
233 // and form. The 'info' fixture member is left just after the abbrev
237 DwarfForm form) {
241 .Attribute(name, form)
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 12 // * Redistributions in binary form must reproduce the above
240 enum DwarfForm form,
243 enum DwarfForm form,
246 enum DwarfForm form,
dwarf_cu_to_module.cc 10 // * Redistributions in binary form must reproduce the above
235 enum DwarfForm form,
241 enum DwarfForm form,
247 enum DwarfForm form,
294 enum DwarfForm form,
304 enum DwarfForm form,
346 enum DwarfForm form,
442 enum DwarfForm form,
445 enum DwarfForm form,
448 enum DwarfForm form,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 92 * Initializes the form part.
94 * This is called by the owning managed form as soon as the part is added to the form,
98 public void initialize(IManagedForm form) {
99 super.initialize(form);
100 createFormControls(form);
125 * <code>initialize</code> (i.e. right after the form part is added to the managed form.)
129 * @param managedForm The owner managed form
154 * @param managedForm The owner managed form
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Config.vfr 29 form formid = FORMID_HEAD_FORM,
40 form formid = FORMID_MAIN_FORM,
133 form formid = FORMID_MANUAL_CONFIG_FORM,
  /external/libcxx/test/support/
uses_alloc_types.hpp 59 // Implements form (1) of uses-allocator construction from the specified
62 // blows up when form (2) of uses-allocator is even considered.
66 // Implements form (2) of uses-allocator construction from the specified
72 // Implements both form (1) and (2) of uses-allocator construction from
78 // Implements both form (1) and (2) of uses-allocator construction from
86 bool checkConstruct(TestType& value, UsesAllocatorType form,
88 // Check that 'value' was constructed using the specified 'form' of
92 if (form == UA_None) {
93 return value.template checkConstruct<ArgTypes&&...>(form);
95 return value.template checkConstruct<ArgTypes&&...>(form, alloc)
    [all...]
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 279 byte[] form = OAuth.formEncode(request.getParameters()).getBytes(
283 headers.add(new OAuth.Parameter(CONTENT_LENGTH, form.length + ""));
284 body = new ByteArrayInputStream(form);
301 byte[] form = OAuth.formEncode(others).getBytes(
305 headers.add(new OAuth.Parameter(CONTENT_LENGTH, form.length
307 body = new ByteArrayInputStream(form);
  /build/make/core/
link_type.mk 10 # my_link_deps: the dependencies, in the form of <MODULE_CLASS>:<name>
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 74 .form th {

Completed in 944 milliseconds

1 2 3 4 5 67 8 91011>>