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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/docs/html/tools/adk/
index.jd 18 <a href="http://source.android.com/tech/accessories/index.html">Android Open Acessory protocol</a>.
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
MediaDump.java 27 * into raw RGB files. Check VideoDumpView for tech details.
VideoDumpActivity.java 36 * into raw RGB files. Check VideoDumpView for tech details.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 34 /* bits of word 0 of configuration status block. more info see p.38 of tech ref */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 34 /* bits of word 0 of configuration status block. more info see p.38 of tech ref */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 34 /* bits of word 0 of configuration status block. more info see p.38 of tech ref */
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 32 import android.nfc.tech.MifareClassic;
33 import android.nfc.tech.Ndef;
34 import android.nfc.tech.NfcA;
35 import android.nfc.tech.NfcF;
85 * for this action and specify the desired tech types in a
99 * <p>The meta-data XML file should contain one or more <code>tech-list</code> entries
100 * each consisting or one or more <code>tech</code> entries. The <code>tech</code> entries refer
101 * to the qualified class name implementing the technology, for example "android.nfc.tech.NfcA".
104 * <code>tech-list</code> sets is a subset of {@link Tag#getTechList() Tag.getTechList()}. Eac
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
methods_index_additions.html 342 &nbsp;&nbsp;<nobr><A HREF="android.nfc.tech.IsoDep.html#android.nfc.tech.IsoDep.getMaxTransceiveLength_added()" class="hiddenlink" target="rightframe">type&nbsp;<b>
343 ()</b>&nbsp;in&nbsp;android.nfc.tech.IsoDep
345 &nbsp;&nbsp;<nobr><A HREF="android.nfc.tech.MifareClassic.html#android.nfc.tech.MifareClassic.getMaxTransceiveLength_added()" class="hiddenlink" target="rightframe">type&nbsp;<b>
346 ()</b>&nbsp;in&nbsp;android.nfc.tech.MifareClassic
348 &nbsp;&nbsp;<nobr><A HREF="android.nfc.tech.MifareUltralight.html#android.nfc.tech.MifareUltralight.getMaxTransceiveLength_added()" class="hiddenlink" target="rightframe">type&nbsp;<b>
349 ()</b>&nbsp;in&nbsp;android.nfc.tech.MifareUltralight
351 &nbsp;&nbsp;<nobr><A HREF="android.nfc.tech.NfcA.html#android.nfc.tech.NfcA.getMaxTransceiveLength_added()" class="hiddenlink" target="rightfr (…)
    [all...]
methods_index_all.html     [all...]
  /hardware/ril/reference-ril/
reference-ril.c 92 // TECH returns the current technology in the format used by the modem.
94 #define TECH(mdminfo) ((mdminfo)->currentTech)
95 // TECH_BIT returns the bitmask equivalent of the current tech
98 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech))
2264 int tech = techFromModemType(TECH(sMdmInfo)); local
2389 int tech = techFromModemType(TECH(sMdmInfo)); local
2875 int tech; local
3107 int tech, mask; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
popup.html 9 <title>WebNavigation Tech Demo Popup</title>
  /external/chromium/net/tools/flip_server/
string_piece_utils.h 18 // based on __stl_string_hash in http://www.sgi.com/tech/stl/string
  /external/chromium_org/net/tools/balsa/
string_piece_utils.h 17 // based on __stl_string_hash in http://www.sgi.com/tech/stl/string
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 38 // Thomas Wang's 32 Bit Mix Function: http://www.cris.com/~Ttwang/tech/inthash.htm
51 // Thomas Wang's 32 Bit Mix Function: http://www.cris.com/~Ttwang/tech/inthash.htm
64 // Thomas Wang's 32 Bit Mix Function: http://www.cris.com/~Ttwang/tech/inthash.htm
76 // Thomas Wang's 64 bit Mix Function: http://www.cris.com/~Ttwang/tech/inthash.htm
  /external/chromium_org/tools/perf/page_sets/
key_mobile_sites.json 35 "why": "Top tech blog"
40 "why": "Top tech blog",
56 "why": "Top tech site"
162 "why": "Top tech blog"
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 25 # tech-transfer@andrew.cmu.edu
  /external/valgrind/main/docs/xml/
index.xml 52 <xi:include href="tech-docs.xml" parse="xml"
  /docs/source.android.com/src/source/assets/
main.css 105 .tech #tech-link a,
  /external/dropbear/libtomcrypt/notes/
tech0004.txt 0 Tech Note 0004
8 This tech note explains how to use three of the more useful pseudo random number generators and their
  /frameworks/base/core/java/android/nfc/tech/
NfcBarcode.java 17 package android.nfc.tech;
69 throw new NullPointerException("NfcBarcode tech extras are null.");
  /frameworks/base/docs/html/sdk/api_diff/10/changes/
packages_index_all.html 58 <A HREF="changes-summary.html#android.nfc.tech" class="hiddenlink" target="rightframe"><b>android.nfc.tech</b></A><br>
changes-summary.html 98 <A NAME="android.nfc.tech"></A>
99 <nobr><A HREF="../../../../reference/android/nfc/tech/package-summary.html" target="_top"><code>android.nfc.tech</code></A></nobr>
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 314 for (int tech = 0; tech < techListLength; tech++) {
315 switch(techIds[tech])
366 e->SetObjectArrayElement(techPollBytes.get(), tech, pollBytes.get());
395 for (int tech = 0; tech < techListLength; tech++) {
396 switch(techIds[tech]) {
435 e->SetObjectArrayElement(techActBytes.get(), tech, actBytes.get())
    [all...]
  /frameworks/base/docs/html/about/versions/
android-2.3.3.jd 85 {@link android.nfc.tech} packages. The key classes are: </p>
102 <li>{@link android.nfc.tech.TagTechnology}, an interface that gives applications
105 {@link android.nfc.tech}.</li>
  /external/valgrind/main/memcheck/docs/
mc-tech-docs.xml 6 <chapter id="mc-tech-docs"
13 <sect1 id="mc-tech-docs.intro" xreflabel="Introduction">
29 <sect2 id="mc-tech-docs.history" xreflabel="History">
75 <sect2 id="mc-tech-docs.overview" xreflabel="Design overview">
244 <sect2 id="mc-tech-docs.design" xreflabel="Design decisions">
309 <sect2 id="mc-tech-docs.correctness" xreflabel="Correctness">
545 <sect2 id="mc-tech-docs.limits" xreflabel="Current limitations">
559 <sect1 id="mc-tech-docs.jitter" xreflabel="The instrumenting JITter">
566 <sect2 id="mc-tech-docs.storage"
    [all...]

Completed in 2908 milliseconds

1 2 34 5 6 7 8 91011>>