HomeSort by relevance Sort by last modified time
    Searched full:forms (Results 1 - 25 of 35607) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/077-method-override/
info.txt 1 Test various forms of method overrides, including some not allowed by the
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
BUILD 7 "jgoodies-forms.jar",
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
save-args.s 1 ! Test several forms of save argument
  /external/clang/test/CodeGenCXX/
virt-dtor-gen.cpp 4 // Make sure we generate all three forms of the destructor when it is virtual.
  /prebuilts/go/darwin-x86/test/fixedbugs/bug396.dir/
two.go 6 // forms get type-checked.
  /prebuilts/go/darwin-x86/test/fixedbugs/bug407.dir/
two.go 6 // forms get type-checked.
  /prebuilts/go/linux-x86/test/fixedbugs/bug396.dir/
two.go 6 // forms get type-checked.
  /prebuilts/go/linux-x86/test/fixedbugs/bug407.dir/
two.go 6 // forms get type-checked.
  /external/python/cpython2/Lib/plat-irix5/
flp.py 2 # 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/
flp.py 2 # 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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel8-mips16.s 8 # Test various forms of relocation syntax.
19 # Check various forms of paired relocations.
  /dalvik/dx/tests/071-dex-java-stack-ops/
info.txt 2 least one case of each of the possible forms of Java stack
  /prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
pkg3.go 6 // forms get type-checked.
  /prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/
pkg3.go 6 // forms get type-checked.
  /external/python/cpython2/Doc/library/
fl.rst 2 :mod:`fl` --- FORMS library for graphical user interfaces
7 :synopsis: FORMS library for applications with graphical user interfaces.
16 single: FORMS Library
19 This module provides an interface to the FORMS Library by Mark Overmars. The
21 ``ftp.cs.ruu.nl``, directory :file:`SGI/FORMS`. It was last tested with version
29 the 'current form' maintained by the library to which new FORMS objects are
30 added, all functions that add a FORMS object to a form are methods of the Python
35 Watch out for the somewhat confusing terminology: FORMS uses the word
37 Python, 'object' means any value. The Python interface to FORMS introduces two
38 new Python object types: form objects (representing an entire form) and FORMS
    [all...]
  /external/clang/test/Parser/
cxx-casting.cpp 48 // expected-error@-2 {{found '<::' after a const_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
53 // expected-error@-2 {{found '<::' after a dynamic_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
58 // expected-error@-2 {{found '<::' after a reinterpret_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
63 // expected-error@-2 {{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
86 // expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
91 // expected-error@-2 {{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
103 // expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
108 // expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
113 // expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
118 // expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportPropertiesPage.java 23 import org.eclipse.ui.forms.IManagedForm;
24 import org.eclipse.ui.forms.editor.FormPage;
25 import org.eclipse.ui.forms.widgets.ColumnLayout;
26 import org.eclipse.ui.forms.widgets.ColumnLayoutData;
27 import org.eclipse.ui.forms.widgets.FormToolkit;
28 import org.eclipse.ui.forms.widgets.ScrolledForm;
  /external/curl/packages/OS400/
ccsidcurl.c 721 Curl_formadd_release_local(struct curl_forms * forms, int nargs, int skip)
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,
743 if(formx < 0 || !forms[formx].value)
747 l = (int) forms[lengthx].value;
749 l = strlen(forms[formx].value) + 1;
757 forms[formx].value, l, ccsid)
786 struct curl_forms * forms; local
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
calls.ll 1 ; Test various forms of calls.
  /external/pcre/dist2/doc/
pcre2_get_ovector_count.3 16 This function returns the number of pairs of offsets in the ovector that forms
pcre2_get_ovector_pointer.3 16 This function returns a pointer to the vector of offsets that forms part of the
  /external/pdfium/build_overrides/
pdfium.gni 10 # Build PDFium either with or without XFA Forms support.
  /external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
calls.ll 1 ; Test various forms of calls.
  /external/tcpdump/
l2vpn.h 2 * Redistribution and use in source and binary forms, with or without

Completed in 2009 milliseconds

1 2 3 4 5 6 7 8 91011>>