HomeSort by relevance Sort by last modified time
    Searched full:form (Results 51 - 75 of 37766) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/client/
artist.html 23 <form action="/update_artist" method="POST">
27 </form>
34 <form id="new-album-form" action="/album" method="POST">
39 </form>
  /ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 25 PasswordForm* form = new PasswordForm(); local
27 form->signon_realm = "http://foo.example.com";
29 return form;
41 PasswordForm* form = CreatePasswordFormFromData(form_data[i]); local
42 vector1.push_back(form);
  /ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 25 PasswordForm* form = new PasswordForm(); local
27 form->signon_realm = "http://foo.example.com";
29 return form;
41 PasswordForm* form = CreatePasswordFormFromData(form_data[i]); local
42 vector1.push_back(form);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 33 /* $Id: form.h,v 0.21 2009/11/07 19:31:11 tom Exp $ */
83 short page; /* page on form */
84 short index; /* into form -> field */
92 struct formnode * form; /* containing form */ member in struct:fieldnode
110 * FORM *
138 } FORM;
158 bool (*gfcheck)(FORM*,FIELD *,const void*); /* generic field validation */
162 bool (*gccheck)(int,FORM*,
167 bool (*gnext)(FORM*,FIELD*,const void*); /* generic enumerate next *
    [all...]
  /libcore/ojluni/src/main/java/java/text/
Normalizer.java 43 * text into an equivalent composed or decomposed form, allowing for easier
52 * In Unicode, this can be encoded as a single character (the "composed" form):
58 * or as two separate characters (the "decomposed" form):
125 public enum Form {
149 Form(android.icu.text.Normalizer.Mode icuMode) {
160 * @param form The normalization form; one of
161 * {@link java.text.Normalizer.Form#NFC},
162 * {@link java.text.Normalizer.Form#NFD},
163 * {@link java.text.Normalizer.Form#NFKC}
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/
footer.cs 84 <form action="https://docs.google.com/forms/d/1QgnkzbEJIDu9lMEea0mxqWrXUJu0oBCLD7ar23V0Yys/formResponse" class="dac-form" method="post" target="dac-newsletter-iframe">
87 <fieldset class="dac-form-fieldset">
90 <div class="dac-form-input-group">
91 <label for="newsletter-full-name" class="dac-form-floatlabel" data-t="newsletter.name">Full name</label>
92 <input type="text" class="dac-form-input" name="entry.1357890476" id="newsletter-full-name" required>
93 <span class="dac-form-required">*</span>
95 <div class="dac-form-input-group">
96 <label for="newsletter-email" class="dac-form-floatlabel" data-t="newsletter.email">Email address</label>
97 <input type="email" class="dac-form-input" name="entry.472100832" id="newsletter-email" required
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
FormPage.java 17 package com.android.tv.settings.form;
28 * Implements a FormPage. This is a form page that can be used by MultiPagedForm
34 "com.android.tv.settings.form.FormPage.summaryString";
37 "com.android.tv.settings.form.FormPage.secondaryString";
57 * Create a form page resulting in a password input field.
59 * @param title the title of this form page. Should be unique for this
61 * @return an incomplete form page suitable for use in MultiPagedForm.
68 * Create a form page resulting in a text input field.
70 * @param title the title of this form page. Should be unique for this
72 * @return an incomplete form page suitable for use in MultiPagedForm
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
form.d 3 #name: i860 form/pform
19 24: da 01 02 48 form %f0,%f2
20 28: da 11 04 48 form %f2,%f4
21 2c: da 21 06 48 form %f4,%f6
22 30: da 41 0a 48 form %f8,%f10
23 34: da 61 0e 48 form %f12,%f14
24 38: da 81 12 48 form %f16,%f18
25 3c: da a1 16 48 form %f20,%f22
26 40: da c1 1a 48 form %f24,%f26
27 44: da e1 1e 48 form %f28,%f3
    [all...]
  /external/autotest/tko/
jsonp_fetcher.cgi 16 form = cgi.FieldStorage(keep_blank_values=True) variable
17 encoded_request = form['request'].value
18 callback = form['callback'].value
  /external/clang/test/SemaCXX/
auto-subst-failure.cpp 5 auto &b = f(); // expected-error {{cannot form a reference to 'void'}}
9 auto &&e(f()); // expected-error {{cannot form a reference to 'void'}}
13 (void)new auto&(f()); // expected-error {{cannot form a reference to 'void'}}
  /external/fec/
rs-common.h 14 int fcr; /* First consecutive root, index form */
15 int prim; /* Primitive element, index form */
16 int iprim; /* prim-th root of 1, index form */
  /cts/tools/dasm/src/dasm/
DopInfo.java 22 import com.android.dx.dex.code.form.Form10t;
23 import com.android.dx.dex.code.form.Form10x;
24 import com.android.dx.dex.code.form.Form11n;
25 import com.android.dx.dex.code.form.Form11x;
26 import com.android.dx.dex.code.form.Form12x;
27 import com.android.dx.dex.code.form.Form20t;
28 import com.android.dx.dex.code.form.Form21c;
29 import com.android.dx.dex.code.form.Form21h;
30 import com.android.dx.dex.code.form.Form21s;
31 import com.android.dx.dex.code.form.Form21t
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/templates/
bad_bisect.html 16 <form action="/bad_bisect" method="POST">
24 </form>
  /external/eigen/doc/examples/
TutorialLinAlgRankRevealing.cpp 16 cout << "Here is a matrix whose columns form a basis of the null-space of A:\n"
18 cout << "Here is a matrix whose columns form a basis of the column-space of A:\n"
  /external/icu/icu4c/source/data/translit/
en.txt 12 // This is the English form of this resource.
16 // This is the English form of this resource.
  /external/llvm/test/Feature/
weirdnames.ll 5 ; Test using double quotes to form names that are not legal in the % form
  /prebuilts/misc/common/asm/
README 4 has a module name in the form of "asm-5.0".
7 SDK/tools/lib/ folder. It has modules names in the form of "asm-tools"
  /prebuilts/tools/common/asm-tools/
README 4 has a module name in the form of "asm-4.0".
7 SDK/tools/lib/ folder. It has modules names in the form of "asm-tools"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
form.h 33 /* $Id: form.h,v 0.20 2004/12/04 22:22:10 tom Exp $ */
83 short page; /* page on form */
84 short index; /* into form -> field */
92 struct formnode * form; /* containing form */ member in struct:fieldnode
131 * FORM *
159 } FORM;
161 typedef void (*Form_Hook)(FORM *);
185 /* form options */
189 /* form driver commands *
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StandardPlural.java 15 * Standard CLDR plural form/category constants.
33 * Unmodifiable List of all standard plural form constants.
51 * @return the lowercase CLDR keyword string for the plural form
59 * @return the plural form corresponding to the keyword, or null
92 * @return the plural form corresponding to the keyword, or OTHER
101 * @return the plural form corresponding to the keyword
102 * @throws IllegalArgumentException if the keyword is not a plural form
115 * @return the index of the plural form corresponding to the keyword, or a negative value
124 * @return the index of the plural form corresponding to the keyword, or OTHER_INDEX
133 * @return the index of the plural form corresponding to the keywor
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StandardPlural.java 14 * Standard CLDR plural form/category constants.
31 * Unmodifiable List of all standard plural form constants.
49 * @return the lowercase CLDR keyword string for the plural form
57 * @return the plural form corresponding to the keyword, or null
90 * @return the plural form corresponding to the keyword, or OTHER
99 * @return the plural form corresponding to the keyword
100 * @throws IllegalArgumentException if the keyword is not a plural form
113 * @return the index of the plural form corresponding to the keyword, or a negative value
122 * @return the index of the plural form corresponding to the keyword, or OTHER_INDEX
131 * @return the index of the plural form corresponding to the keywor
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 44 ID.AddInteger(unsigned(Form));
79 // Emit form type.
200 getDIE##T().EmitValue(AP, Form); \
212 return getDIE##T().SizeOf(AP, Form);
242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
244 switch (Form) {
272 default: llvm_unreachable("DIE Value form not supported yet");
279 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const
    [all...]
  /cts/tests/tests/webkit/assets/webkit/
jsform.html 18 <title>javascript form</title>
28 javascript form test
29 <form id="formId" action="test.html#result" method="post">
31 </form>
  /dalvik/dx/tests/083-ssa-phi-placement/
info.txt 1 This is a test case for the phi placement algorthim used in the conversion to SSA form.
  /dalvik/dx/tests/086-ssa-edge-split/
info.txt 1 This is a test case for the edge-splitting algorthim used in the conversion to SSA form.

Completed in 696 milliseconds

1 23 4 5 6 7 8 91011>>