HomeSort by relevance Sort by last modified time
    Searched full:form (Results 1501 - 1525 of 13064) sorted by null

<<61626364656667686970>>

  /ndk/build/platforms/android-8/arch-x86/usr/include/
utime.h 10 * * Redistributions in binary form must reproduce the above copyright
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SQLiteTransaction.java 27 * Executes the statements that form the transaction.
  /prebuilt/common/asm/
LICENSE.txt 11 2. Redistributions in binary form must reproduce the above copyright
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 61 createFormText(table, toolkit, true, "<form></form>", false /* setupLayoutData */);
68 buf.append("<form><li><a href=\"wizard\">"); //$NON-NLS-1$
77 buf.append("</li></form>"); //$NON-NLS-1$
ApplicationToggle.java 91 * <code>initialize</code> (i.e. right after the form part is added to the managed form.)
93 * @param managedForm The owner managed form
100 mTooltipFormText = createFormText(table, toolkit, true, "<form></form>",
123 * Updates the application tooltip in the form text.
124 * If there is no tooltip, the form text is hidden.
  /sdk/emulator/mksdcard/
NOTICE 7 * Redistributions in binary form must reproduce the above copyright
  /system/core/fastboot/
util_osx.c 10 * * Redistributions in binary form must reproduce the above copyright
  /system/core/libmincrypt/
NOTICE 7 * Redistributions in binary form must reproduce the above copyright
  /system/core/sh/
NOTICE 12 2. Redistributions in binary form must reproduce the above copyright
miscbltin.h 11 * 2. Redistributions in binary form must reproduce the above copyright
  /system/extras/tests/bionic/libc/other/
test_arc4random.c 10 * * Redistributions in binary form must reproduce the above copyright
  /system/extras/tests/bionic/libstdc++/
test_cassert.cpp 10 * * Redistributions in binary form must reproduce the above copyright
test_cstdint.cpp 10 * * Redistributions in binary form must reproduce the above copyright
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
HwInit.h 13 * * Redistributions in binary form must reproduce the above copyright
  /system/wlan/ti/wilink_6_1/Test/
RxDbg.c 13 * * Redistributions in binary form must reproduce the above copyright
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvWext.h 13 * * Redistributions in binary form must reproduce the above copyright
  /external/openssl/crypto/ec/
ecp_smpl.c 16 * 2. Redistributions in binary form must reproduce the above copyright
35 * 6. Redistributions of any form whatsoever must retain the following
766 size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form,
775 if ((form != POINT_CONVERSION_COMPRESSED)
776 && (form != POINT_CONVERSION_UNCOMPRESSED)
777 && (form != POINT_CONVERSION_HYBRID))
801 ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len;
827 if ((form == POINT_CONVERSION_COMPRESSED || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
828 buf[0] = form + 1
895 point_conversion_form_t form; local
    [all...]
  /external/freetype/
NOTICE 37 full form, without having to pay us. (`royalty-free' usage)
50 Finally, many people asked us for a preferred form for a
77 code as well as linking it to form a `program' or `executable'.
84 original, unmodified form as distributed in the original archive.
120 o Redistribution in binary form must provide a disclaimer that
  /external/openssl/crypto/asn1/
x_name.c 20 * This can be in the form of a textual message at program startup or
28 * 2. Redistributions in binary form must reproduce the above copyright
95 * form and caches encodings so we have to process the internal form and convert
96 * to the external form.
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 140 * <code>double</code> form.
149 * @return longitudinal time in <code>double</code> form.
164 * @return the suns mean anomaly, M, in <code>double</code> form.
175 * @return the suns true longitude, in <code>double</code> form.
198 * @return suns right ascension in degree-hours, in <code>double</code> form.
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 146 // Need to remove this from the form while it is still an HTMLInputElement,
161 // Assuming we're still in a Form, respect the Form's setting
162 if (HTMLFormElement* form = this->form())
163 return form->autoComplete();
686 if (HTMLFormElement* form = element->form())
687 return form->checkedRadioButtons();
709 if (focusedInput->inputType() == RADIO && focusedInput->form() == form() &
2310 RefPtr<HTMLFormElement> form = new HTMLFormElement(formTag, document()); local
    [all...]
  /external/icu4c/i18n/
tridpars.h 92 * the form S-T or S-T/V. It is designed to be fed to low-level
115 * Parse a filter ID, that is, an ID of the general form
126 * Parse a single ID, that is, an ID of the general form
141 * Parse a global filter of the form "[f]" or "([f])", depending
216 * Parse an ID into pieces. Take IDs of the form T, T/V, S-T,
241 * source, so the ID will always be of the form s-t/v or s-t.
251 * Transliterator to form the following inverse relationships:
269 * have the form Any-Target1 <=> Any-Target2. The target should
299 * Parse an ID into component pieces. Take IDs of the form T,
  /external/ppp/pppd/
NOTICE 15 2. Redistributions in binary form must reproduce the above copyright
31 4. Redistributions of any form whatsoever must retain the following
53 2. Redistributions in binary form must reproduce the above copyright
62 4. Redistributions of any form whatsoever must retain the following
94 3. Redistributions of any form whatsoever must retain the following
117 2. Redistributions in binary form must reproduce the above copyright
161 duplicated in any source form, and that neither the name of the
178 2. Redistributions in binary form must reproduce the above copyright
187 4. Redistributions of any form whatsoever must retain the following
  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 9 * 2. Redistributions in binary form must reproduce the above copyright
427 - (DOMHTMLFormElement *)form;
429 HRESULT form([out, retval] IDOMHTMLFormElement** result);
519 - (DOMHTMLFormElement *)form;
521 HRESULT form([out, retval] IDOMHTMLFormElement** result);
620 - (DOMHTMLFormElement *)form;
622 HRESULT form([out, retval] IDOMHTMLElement** result);
832 - (DOMHTMLFormElement *)form;
834 HRESULT form([out, retval] IDOMHTMLElement** result);
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 19 import com.android.dx.dex.code.form.Form10t;
20 import com.android.dx.dex.code.form.Form10x;
21 import com.android.dx.dex.code.form.Form11n;
22 import com.android.dx.dex.code.form.Form11x;
23 import com.android.dx.dex.code.form.Form12x;
24 import com.android.dx.dex.code.form.Form20t;
25 import com.android.dx.dex.code.form.Form21c;
26 import com.android.dx.dex.code.form.Form21h;
27 import com.android.dx.dex.code.form.Form21s;
28 import com.android.dx.dex.code.form.Form21t
    [all...]

Completed in 116 milliseconds

<<61626364656667686970>>