HomeSort by relevance Sort by last modified time
    Searched full:code (Results 1026 - 1050 of 116262) sorted by null

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
broken1-expected-completion20.txt 0 Code completion in broken1.xml for android:textColorHigh^:
broken2-expected-completion21.txt 0 Code completion in broken2.xml for style=^:
broken3-expected-applyCompletion14.diff 0 Code completion in broken3.xml for <EditT^ selecting EditText />:
completion1-expected-applyCompletion10.diff 0 Code completion in completion1.xml for <T^extView selecting TableLayout:
completion1-expected-applyCompletion11a.diff 0 Code completion in completion1.xml for ^<TextView selecting <RadioGroup ></RadioGroup>:
completion1-expected-applyCompletion11b.diff 0 Code completion in completion1.xml for ^<TextView selecting <CheckBox />:
completion1-expected-completion10.txt 0 Code completion in completion1.xml for <T^extView:
completion1-expected-completion8.txt 0 Code completion in completion1.xml for layout_width^="fill_parent":
completion2-expected-completion13a.txt 0 Code completion in completion2.xml for gravity="left|bottom|^cen:
completion9-expected-completion62.txt 0 Code completion in completion9.xml for android:layout_wi^dth=:
completionvalues1-expected-applyCompletion38.diff 0 Code completion in completionvalues1.xml for c^ selecting center:
completionvalues1-expected-completion26.txt 0 Code completion in completionvalues1.xml for <item name="android:shadowColor">@an^</item>:
completionvalues1-expected-completion31.txt 0 Code completion in completionvalues1.xml for <item ^></item>:
completionvalues2-expected-completion70.txt 0 Code completion in completionvalues2.xml for <item name="main_layout4" type="layout">^</item>:
completionvalues2-expected-completion71.txt 0 Code completion in completionvalues2.xml for <item name="main_layout5" type="string">@string/^app_name</item>:
drawable1-expected-completion48.txt 0 Code completion in drawable1.xml for ^xmlns:android:
  /dalvik/dexgen/src/com/android/dexgen/util/
Output.java 21 * {@code java.util.DataOutput}, but no {@code IOExceptions}
29 * @return {@code >= 0;} the cursor position
37 * @throws RuntimeException thrown if {@code getCursor() !=
43 * Writes a {@code byte} to this instance.
50 * Writes a {@code short} to this instance.
57 * Writes an {@code int} to this instance.
64 * Writes a {@code long} to this instance.
76 * @return {@code 1..5;} the number of bytes actually written
86 * @return {@code 1..5;} the number of bytes actually writte
    [all...]
  /dalvik/dx/src/com/android/dx/util/
Output.java 23 * {@code java.util.DataOutput}, but no {@code IOExceptions}
31 * @return {@code >= 0;} the cursor position
39 * @throws RuntimeException thrown if {@code getCursor() !=
45 * Writes a {@code byte} to this instance.
52 * Writes a {@code short} to this instance.
59 * Writes an {@code int} to this instance.
66 * Writes a {@code long} to this instance.
78 * @return {@code 1..5;} the number of bytes actually written
88 * @return {@code 1..5;} the number of bytes actually writte
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
hosting.html 4 This page tells you how to host <code>.crx</code> files
10 <a href="http://code.google.com/chrome/webstore/index.html">developer documentation</a>.
25 <code>.crx</code> files.
28 the dashboard creates the <code>.crx</code> file for you.
33 you need to create the <code>.crx</code> file yourself,
37 your users will have the latest copy of the <code>.crx</code> file
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
hosting.html 4 This page tells you how to host <code>.crx</code> files
11 <a href="http://code.google.com/chrome/webstore/index.html">developer documentation</a>.
18 <code>.crx</code> files.
21 the dashboard creates the <code>.crx</code> file for you.
26 you need to create the <code>.crx</code> file yourself,
30 your users will have the latest copy of the <code>.crx</code> file
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
hidden-evals.html 6 <code>//@sourceURL=</code> directive, some aren't. Some contain
10 <code>//@sourceURL=</code> directive, the ones named <tt>f_unnamed_X</tt>
25 <li><p>debugger should stop in the <code>clickHandler</code> function
26 <li><p>at this point, start stepping <b>into</b> the code
27 <li><p>you should be able to step into functions <code>f_unnamed_1()</code>
28 and <code>f_unnamed_2()</code>. There are no resource/scripts in the
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
Output.java 21 * {@code java.util.DataOutput}, but no {@code IOExceptions}
29 * @return {@code >= 0;} the cursor position
37 * @throws RuntimeException thrown if {@code getCursor() !=
43 * Writes a {@code byte} to this instance.
50 * Writes a {@code short} to this instance.
57 * Writes an {@code int} to this instance.
64 * Writes a {@code long} to this instance.
76 * @return {@code 1..5;} the number of bytes actually written
86 * @return {@code 1..5;} the number of bytes actually writte
    [all...]
  /frameworks/base/docs/html/google/play/billing/
versions.jd 13 <li>If you are using in-app billing version 3, the version information is not directly returned the Google Play. Instead, you can check if Google Play supports the version of the In-app Billing API that you are using by sending a {@code isBillingSupported} request.</li>
14 <li>If the In-app Billing API version that you are using is earlier than version 3, the version information is returned in the <code>API_VERSION</code> key of the Bundle object passed in the {@code sendBillingRequest} method. For more information, see <a href="{@docRoot}google/play/billing/v2/billing_reference.html#billing-interface-v2">In-app Billing Service Interface</a>.</li>
24 <li>Provides a new Android Interface Definition Language (AIDL) file named {@code IInAppBillingService.aidl}. The new interface offers these features:
39 <li>Adds a new supported string value, "2", for the <code>API_VERSION</code> key of the Bundle object passed in the <code>sendBillingRequest()</code>.</li>
40 <li>Adds a new JSON field, <code>purchaseToken</code>, to the <code>orders</code> list returned in a <code>PURCHASE_STATE_CHANGED</ (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.app.Activity.html 74 Class android.app.<A HREF="../../../../reference/android/app/Activity.html" target="_top"><font size="+2"><code>Activity</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#finishAffinity()" target="_top"><code>finishAffinity</code></A>()</nobr>
94 <nobr><code>Intent</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#getParentActivityIntent()" target="_top"><code>getParentActivityIntent</code></A>()</nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.widget.RemoteViews.html 74 Class android.widget.<A HREF="../../../../reference/android/widget/RemoteViews.html" target="_top"><font size="+2"><code>RemoteViews</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/RemoteViews.html#setBitmap(int, java.lang.String, android.graphics.Bitmap)" target="_top"><code>setBitmap</code></A>(<code>int,</nobr> String<nobr>,</nobr> Bitmap<nobr><nobr></code>)</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/RemoteViews.html#setBoolean(int, java.lang.Str (…)
    [all...]

Completed in 423 milliseconds

<<41424344454647484950>>