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

1 2 34 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/sql/
SQLWarning.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).
33 * Warnings may be retrieved from <code>Connection</code>, <code>Statement</code>,
34 * and <code>ResultSet</code> objects. Trying to retrieve a warning on
    [all...]
Clob.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).
32 * for the SQL <code>CLOB</code> type.
33 * An SQL <code>CLOB</code> is a built-in type
36 * By default drivers implement a <code>Clob</code> object using an SQ
    [all...]
BatchUpdateException.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).
34 * <code>BatchUpdateException</code> provides the update
41 * and a <code>BatchUpdateException</code> is thrown, the driver
45 * <code>BatchUpdateException.getUpdateCounts</code> will hav
    [all...]
Statement.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).
32 * By default, only one <code>ResultSet</code> object per <code>Statement</code>
34 * <code>ResultSet</code> object is interleave
    [all...]
SQLClientInfoException.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).
31 * could not be set on a <code>Connection</code>. In addition to the information provided
32 * by <code>SQLException</code>, a <code>SQLClientInfoException</code> provides a list of client inf
    [all...]
  /art/test/140-dce-regression/
info.txt 1 Regression test for quick dead code elimination.
  /art/test/445-checker-licm/
info.txt 1 Checker test for testing loop invariant code motion.
  /art/test/562-bce-preheader/
info.txt 1 Regression test for correct placement of hoisting/deopting code.
  /external/doclava/res/assets/customizations/
customizations.cs 1 <?cs # placeholder for custom clearsilver code. ?
  /external/javassist/src/main/javassist/util/proxy/
package.html 3 Dynamic proxy (similar to <code>Enhancer</code> of <a href="http://cglib.sourceforge.net/">cglib</a>).
4 See <code>ProxyFactory</code> for more details.
  /external/valgrind/gdbserver_tests/
nlgone_exit.stdoutB.exp 2 Program exited with code 01.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
undefbug.s 1 .code
  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 9 * - Redistributions of source code must retain the above copyright notice,
36 * The <code>ServerRequestHandler</code> class defines an event listener that
39 * The <code>onConnect()</code>, <code>onSetPath()</code>,
40 * <code>onDelete()</code>, <code>onGet()</code>, and <code>onPut()</code
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DOMStringList.java 16 * The <code>DOMStringList</code> interface provides the abstraction of an
17 * ordered collection of <code>DOMString</code> values, without defining or
19 * <code>DOMStringList</code> are accessible via an integral index, starting
26 * Returns the <code>index</code>th item in the collection. If
27 * <code>index</code> is greater than or equal to the number o
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
exception.i 4 %define_as(SWIG_exception(code, msg), %block(%error(code, msg);))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
blebug3.s 1 .code
3 .import yabba,code
  /dalvik/dx/src/com/android/dx/cf/attrib/
package.html 7 <li><code>com.android.dx.cf.iface</code></li>
8 <li><code>com.android.dx.rop.pool</code></li>
9 <li><code>com.android.dx.util</code></li>
  /docs/source.android.com/src/security/encryption/
index.jd 41 <li>Added the <code>forceencrypt</code> flag to encrypt on first boot.
55 <p>Android full disk encryption is based on <code>dm-crypt</code>, which is a kernel
93 <p>Encryption is managed by <code>init</code> and <code>vold</code>. <code>init</code> calls <code>vold</code>, and vold sets properties to trigger events in init. Other parts of the s (…)
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/core-dropdown/
demo.html 4 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
7 Code distributed by Google as part of the polymer project is also
180 {name: 'Afghanistan', code: 'AF'},
181 {name: 'Åland Islands', code: 'AX'},
182 {name: 'Albania', code: 'AL'},
183 {name: 'Algeria', code: 'DZ'},
184 {name: 'American Samoa', code: 'AS'},
185 {name: 'Andorra', code: 'AD'},
186 {name: 'Angola', code: 'AO'},
187 {name: 'Anguilla', code: 'AI'}
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown/
demo.html 4 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
7 Code distributed by Google as part of the polymer project is also
196 {name: 'Afghanistan', code: 'AF'},
197 {name: 'Åland Islands', code: 'AX'},
198 {name: 'Albania', code: 'AL'},
199 {name: 'Algeria', code: 'DZ'},
200 {name: 'American Samoa', code: 'AS'},
201 {name: 'Andorra', code: 'AD'},
202 {name: 'Angola', code: 'AO'},
203 {name: 'Anguilla', code: 'AI'}
    [all...]
  /libcore/ojluni/src/main/java/javax/sql/rowset/spi/
package.html 14 This code is free software; you can redistribute it and/or modify it
18 by Oracle in the LICENSE file that accompanied this code.
20 This code is distributed in the hope that it will be useful, but WITHOUT
24 accompanied this code).
43 <code>SyncProvider</code> implementations by sending email to <code>jdbc@sun.com</code>.
45 for a <code>RowSet</code> object to use an implementation, the vendor must registe
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/view/
DotsPageIndicator.html 266 <code class="api-signature">
273 </code>
277 <code class="api-signature">
281 </code>
283 <code class="api-signature">
289 </code>
291 <code class="api-signature">
302 </code>
342 <p>A page indicator for <code><a href="/reference/android/support/wearable/view/GridViewPager.html">GridViewPager</a></code> which identifies the current page in relation to al
    [all...]
  /frameworks/base/docs/html-intl/intl/ja/guide/topics/
fundamentals.jd 50 Android ???????????? Java ???????????????????????? Java ????????????????????????????????? ???????<a href="{@docRoot}tools/aapt.html"><code>aapt</code> ???</a>????? Android ??????????????Android ??????????? {@code .apk} ?????? ???????<i></i>????????????????????????????????????Android ???????????????????? ????????????????????????????????1 ?? {@code .apk} ????????????????????1 ??????????????????<i></i>
77 ????????????????????? ????????????????????????? Java ???????????????????????????????Android ????????????????????????????????????????????????????????????????????? ????????? {@code main()} ???????????????????????????????????????????????????????<i></i>???????????? 4 ??????????:
98 ????????<code>{@link android.app.Activity#setContentView Activity.setContentView()}</code> ??????????????????????????????????? ?????????????? View ????????<i></i>???????????????????<a href="{@docRoot}guide/topics/ui/index.html">User Interface</a> ????????????????
153 <li>?????????????????????????????????Intent ??????? <code>{@link android.content.Context#startActivity
154 Context.startActivity()}</code> ??? <code>{@link
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeFilter.java 19 * <code>NodeIterator</code> or <code>TreeWalker</code> is given a
20 * <code>NodeFilter</code>, it applies the filter before it returns the next
24 * <p>The DOM does not provide any filters. <code>NodeFilter</code> is just an
26 * <p><code>NodeFilters</code> do not need to know how to traverse from nod
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
CollectionCertStore.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).
43 * A <code>CertStore</code> that retrieves <code>Certificates</code> and
44 * <code>CRL</code>s from a <code>Collection</code>
    [all...]

Completed in 575 milliseconds

1 2 34 5 6 7 8 91011>>