HomeSort by relevance Sort by last modified time
    Searched full:code (Results 26 - 50 of 121916) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html-intl/intl/ja/preview/features/
tv-recording-api.jd 41 <p>TV ??????????????????????????????????? ????? XML ?????? <code>android:canRecord</code> ??? <code>true</code> ???????
61 <li><code>TvInputService.onCreate()</code> ??????<code>TvInputInfo.Builder</code> ???????????
62 <code>TvInputInfo</code> ?????????????
    [all...]
  /frameworks/base/docs/html-intl/intl/ko/preview/features/
tv-recording-api.jd 43 <code>android:canRecord</code> ??? <code>true</code>? ?????.
61 <li><code>TvInputService.onCreate()</code> ????? <code>TvInputInfo.Builder</code>
63 <code>TvInputInfo</code> ??? ?????.</li
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
tv-recording-api.jd 41 <p>???????? TV ?????????????????? XML ???? <code>android:canRecord</code> ????? <code>true</code>?
61 <li>? <code>TvInputService.onCreate()</code> ?????? <code>TvInputInfo.Builder</code>
63 <code>TvInputInfo</code> ???</li
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/view/
CircledImageView.html 252 <code class="api-signature">
259 </code>
263 <code class="api-signature">
267 </code>
269 <code class="api-signature">
275 </code>
277 <code class="api-signature">
281 </code>
342 <code>DelayedConfirmationView</code> provides a circular countdown timer, typically used t
    [all...]
ProgressSpinner.html 256 <code class="api-signature">
263 </code>
267 <code class="api-signature">
271 </code>
273 <code class="api-signature">
277 </code>
279 <code class="api-signature">
285 </code>
287 <code class="api-signature">
291 </code>
    [all...]
WearableListView.html 303 <code class="api-signature">
310 </code>
314 <code class="api-signature">
318 </code>
320 <code class="api-signature">
324 </code>
326 <code class="api-signature">
330 </code>
332 <code class="api-signature">
338 </code>
    [all...]
ActionLabel.html 252 <code class="api-signature">
259 </code>
263 <code class="api-signature">
267 </code>
269 <code class="api-signature">
275 </code>
277 <code class="api-signature">
281 </code>
385 <code>
387 </code>
    [all...]
DelayedConfirmationView.html 262 <code class="api-signature">
269 </code>
273 <code class="api-signature">
277 </code>
279 <code class="api-signature">
283 </code>
285 <code class="api-signature">
291 </code>
293 <code class="api-signature">
297 </code>
    [all...]
CircularButton.html 255 <code class="api-signature">
262 </code>
266 <code class="api-signature">
270 </code>
272 <code class="api-signature">
278 </code>
280 <code class="api-signature">
284 </code>
356 <td><code>int</code></td
    [all...]
ActionChooserView.html 258 <code class="api-signature">
265 </code>
269 <code class="api-signature">
273 </code>
275 <code class="api-signature">
281 </code>
283 <code class="api-signature">
287 </code>
339 To set the properties of either option, you can call <code><a href="/reference/android/support/wearable/view/ActionChooserView.html#setOption(int, android.graphics.drawable.Drawable, int)">setOption(int, Drawable, int)</a></code>,
    [all...]
GridViewPager.html 283 <code class="api-signature">
290 </code>
294 <code class="api-signature">
298 </code>
300 <code class="api-signature">
304 </code>
306 <code class="api-signature">
312 </code>
314 <code class="api-signature">
318 </code>
    [all...]
WearableFrameLayout.html 280 <code class="api-signature">
287 </code>
291 <code class="api-signature">
295 </code>
297 <code class="api-signature">
301 </code>
303 <code class="api-signature">
309 </code>
311 <code class="api-signature">
315 </code>
    [all...]
CardFrame.html 280 <code class="api-signature">
287 </code>
291 <code class="api-signature">
295 </code>
297 <code class="api-signature">
301 </code>
303 <code class="api-signature">
309 </code>
311 <code class="api-signature">
315 </code>
    [all...]
CardScrollView.html 284 <code class="api-signature">
291 </code>
295 <code class="api-signature">
299 </code>
301 <code class="api-signature">
305 </code>
307 <code class="api-signature">
311 </code>
313 <code class="api-signature">
319 </code>
    [all...]
BoxInsetLayout.html 287 <code class="api-signature">
294 </code>
298 <code class="api-signature">
302 </code>
304 <code class="api-signature">
308 </code>
310 <code class="api-signature">
314 </code>
316 <code class="api-signature">
322 </code>
    [all...]
  /external/regex-re2/doc/
syntax.html 17 <tr><td><code>.</code></td><td>any character, including newline (s=true)</td></tr>
18 <tr><td><code>[xyz]</code></td><td>character class</td></tr>
19 <tr><td><code>[^xyz]</code></td><td>negated character class</td></tr>
20 <tr><td><code>\d</code></td><td>Perl character class</td></tr>
21 <tr><td><code>\D</code></td><td>negated Perl character class</td></tr
    [all...]
  /external/libxml2/test/relaxng/
tutor9_3_2.xml 1 <data> a <italic> b <code> c </code> d <em>foo</em> </italic> e </data>
tutor9_4_2.xml 1 <data> a <italic> b <code> c </code> d <em>foo</em> </italic> e </data>
  /external/libxml2/include/libxml/
xmlunicode.h 26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/watchface/
CanvasWatchFaceService.html 276 <code class="api-signature">
283 </code>
287 <code class="api-signature">
291 </code>
293 <code class="api-signature">
297 </code>
299 <code class="api-signature">
303 </code>
305 <code class="api-signature">
309 </code>
    [all...]
Gles2WatchFaceService.html 276 <code class="api-signature">
283 </code>
287 <code class="api-signature">
291 </code>
293 <code class="api-signature">
297 </code>
299 <code class="api-signature">
303 </code>
305 <code class="api-signature">
309 </code>
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ZTauElement.java 6 * Class representing an element of <code><b>Z</b>[&tau;]</code>. Let
7 * <code>&lambda;</code> be an element of <code><b>Z</b>[&tau;]</code>. Then
8 * <code>&lambda;</code> is given as <code>&lambda; = u + v&tau;</code>. Th
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
package.html 6 <li><code>com.android.dx.cf.code</code></li>
7 <li><code>com.android.dx.cf.direct</code></li>
8 <li><code>com.android.dx.cf.iface</code></li>
9 <li><code>com.android.dx.dex.code</code></li
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
SQLInvalidAuthorizationSpecException.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
35 * conditions for which this <code>Exception</code> may be thrown.
41 * Constructs a <code>SQLInvalidAuthorizationSpecException</code> object.
42 * The <code>reason</code>, <code>SQLState</code> are initialize
    [all...]
SQLNonTransientException.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
30 * of the same operation would fail unless the cause of the <code>SQLException</code>
39 * Constructs a <code>SQLNonTransientException</code> object.
40 * The <code>reason</code>, <code>SQLState</code> are initialize
    [all...]

Completed in 1044 milliseconds

12 3 4 5 6 7 8 91011>>