HomeSort by relevance Sort by last modified time
    Searched full:forms (Results 1 - 25 of 26791) 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
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/clang/test/CodeGenCXX/
virt-dtor-gen.cpp 4 // Make sure we generate all three forms of the destructor when it is virtual.
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 26 * <li>Username/password pairs for web forms</li>
42 * Gets whether there are any saved username/password pairs for web forms.
54 * Clears any saved username/password pairs for web forms.
84 * Gets whether there is any saved data for web forms.
86 * @return whether there is any saved data for web forms
92 * Clears any saved data for web forms.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Fingerprints.js 2 var formSelect=document.forms[0].elements[0];
30 var formSelect=document.forms[0].elements[0];
  /dalvik/dx/tests/071-dex-java-stack-ops/
info.txt 2 least one case of each of the possible forms of Java stack
  /external/clang/test/Parser/
cxx-casting.cpp 44 (void)const_cast<::c>(&x); // expected-error{{found '<::' after a const_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
45 (void)dynamic_cast<::a>(b); // expected-error{{found '<::' after a dynamic_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
46 (void)reinterpret_cast<::c>(x); // expected-error{{found '<::' after a reinterpret_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
47 (void)static_cast<::c>(&x); // expected-error{{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
67 test1::A LCC B> e; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
68 (void)static_cast LCC c>(&x); // expected-error{{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
77 ::D<::F> A1; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
78 D<::F> A2; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
79 ::E<::F>(); // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
80 E<::F>(); // expected-error{{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/llvm/test/CodeGen/PowerPC/
calls.ll 1 ; Test various forms of calls.
  /external/e2fsprogs/lib/et/
vfprintf.c 5 * Redistribution and use in source and binary forms are permitted
7 * duplicated in all such forms and that any documentation,
  /external/libpcap/Win32/Src/
getnetbynm.c 5 * Redistribution and use in source and binary forms are permitted
7 * duplicated in all such forms and that any documentation,
  /external/tcpdump/
slip.h 10 * Redistribution and use in source and binary forms are permitted
12 * duplicated in all such forms and that any documentation,
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath2 2 ."It tests the three forms of the directive:\n"
8 ."directive forms and clears them afterwards. It has a simple\n"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
PermissionPage.java 29 import org.eclipse.ui.forms.IManagedForm;
30 import org.eclipse.ui.forms.editor.FormPage;
31 import org.eclipse.ui.forms.widgets.ScrolledForm;
37 * <a href="http://www.eclipse.org/articles/Article-Forms/article.html">
38 * http://www.eclipse.org/articles/Article-Forms/article.html</a>
  /external/freetype/src/autofit/
afcover.h 45 /* and oldstyle representation forms are possible. */
60 /* and oldstyle representation forms are possible. */
100 COVERAGE(nalt, 'n', 'a', 'l', 't'); /* Alternate Annotation Forms (?) */
  /external/icu/icu4c/source/i18n/
unesctrn.h 22 * A transliterator that converts Unicode escape forms to the
23 * characters they represent. Escape forms have a prefix, a suffix, a
37 * zero or more forms. Each form consists of a prefix, suffix,
esctrn.h 23 * form. Examples of escape forms are "U+4E01" and "&#x10FFFF;".
24 * Escape forms have a prefix and suffix, either of which may be
28 * 16-bit code units. Most escape forms handle 32-bit code points,
32 * <p>Some escape forms actually have two different patterns, one for
  /external/icu/icu4c/source/layout/
ThaiLayoutEngine.cpp 27 // Figure out which presentation forms the font uses
29 // No Thai in font; don't use presentation forms.
45 // no presentation forms in the font
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuTreePage.java 27 import org.eclipse.ui.forms.IManagedForm;
28 import org.eclipse.ui.forms.editor.FormPage;
29 import org.eclipse.ui.forms.widgets.ScrolledForm;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlTreePage.java 27 import org.eclipse.ui.forms.IManagedForm;
28 import org.eclipse.ui.forms.editor.FormPage;
29 import org.eclipse.ui.forms.widgets.ScrolledForm;
  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
package.html 13 Users will receive input in one of two forms, either
  /external/libpcap/
LICENSE 3 Redistribution and use in source and binary forms, with or without
NOTICE 3 Redistribution and use in source and binary forms, with or without
  /external/llvm/test/MC/ARM/
directive-thumb_func.s 4 @ NOTE: this test ensures that both forms are accepted for MachO
  /external/llvm/test/MC/X86/
intel-syntax-error.s 3 // This tests weird forms of Intel and AT&T syntax that gas accepts that we

Completed in 862 milliseconds

1 2 3 4 5 6 7 8 91011>>