/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.css | 83 like the classic NTP's most-visited icons? Or should we extend webkit
|
/external/chromium_org/net/quic/congestion_control/ |
tcp_cubic_sender.cc | 205 // Classic Reno congestion avoidance provided for testing.
|
/external/chromium_org/third_party/libxslt/libxslt/ |
extra.c | 116 * Classic extensions as described by M. Kay *
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
indirect_vertex_array_priv.h | 122 * If this array can be used with the "classic" \c glDrawArrays protocol,
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
inno.php | 66 'binary','classic','closeonexit','comparetimestamp','confirmoverwrite',
|
/external/libxslt/libxslt/ |
extra.c | 116 * Classic extensions as described by M. Kay *
|
/external/mesa3d/src/glx/ |
indirect_vertex_array_priv.h | 122 * If this array can be used with the "classic" \c glDrawArrays protocol,
|
/external/tcpdump/ |
makemib | 42 # eliminate use of gsub and functions to use classic "awk"), you have to
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaNames.java | 112 null, "(1)Classic Rock", "Test ID3V2 Title ", null, "77640", "1", null},
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
NfcExecutionEnvironment.java | 98 * Broadcast action: An adapter implementing MIFARE Classic via card
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstate.c | 48 * a context's texture units and as the basis for converting "classic" 153 * Convert "classic" texture environment to ARB_texture_env_combine style 157 * \param mode Classic texture environment mode (i.e., \c GL_REPLACE,
|
/external/mesa3d/src/mesa/main/ |
texstate.c | 48 * a context's texture units and as the basis for converting "classic" 153 * Convert "classic" texture environment to ARB_texture_env_combine style 157 * \param mode Classic texture environment mode (i.e., \c GL_REPLACE,
|
/external/stlport/test/unit/ |
fstream_test.cpp | 441 locale tmp(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".UTF8")); 696 ifstr.imbue(locale::classic()); 701 locale my_loc(locale::classic(), new my_codecvt());
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
bluetooth-le.jd | 53 <a href="{@docRoot}guide/topics/connectivity/bluetooth.html">Classic Bluetooth</a>, 311 <em>or</em> scan for Classic Bluetooth devices, as described in 313 scan for both Bluetooth LE and classic devices at the same time.</p>
|
/ndk/tests/device/test-gnustl-full/unit/ |
fstream_test.cpp | 459 locale tmp(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".UTF8")); 714 ifstr.imbue(locale::classic()); 719 locale my_loc(locale::classic(), new my_codecvt());
|
/ndk/tests/device/test-stlport/unit/ |
fstream_test.cpp | 459 locale tmp(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".UTF8")); 714 ifstr.imbue(locale::classic()); 719 locale my_loc(locale::classic(), new my_codecvt());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pkgutil.py | 163 """PEP 302 Importer that wraps Python's "classic" import algorithm 233 """PEP 302 Loader that wraps Python's "classic" import algorithm 405 sys.path, and Python's "classic" import machinery, in that order. If
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_int.py | 420 class Classic: 422 for base in (object, Classic): 435 for trunc_result_base in (object, Classic):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pkgutil.py | 163 """PEP 302 Importer that wraps Python's "classic" import algorithm 233 """PEP 302 Loader that wraps Python's "classic" import algorithm 405 sys.path, and Python's "classic" import machinery, in that order. If
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_int.py | 420 class Classic: 422 for base in (object, Classic): 435 for trunc_result_base in (object, Classic):
|
/frameworks/base/docs/html/guide/topics/resources/ |
providing-resources.jd | 57 <pre class="classic no-pretty-print"> 238 <pre class="classic no-pretty-print"> 339 <pre class="classic no-pretty-print"> [all...] |
/frameworks/base/docs/html/about/versions/ |
android-3.2.jd | 222 <pre class="classic prettyprint">res/layout/main_activity.xml # For phones 232 <pre class="classic prettyprint">res/layout/main_activity.xml # For phones 315 <pre class="classic prettyprint">res/drawable-tvdpi/my_icon.png # Bitmap for tv density</pre>
|
/cts/suite/pts/deviceTests/browserbench/assets/octane/ |
crypto.js | 512 // Modular reduction using "classic" algorithm 513 function Classic(m) { this.m = m; } 523 Classic.prototype.convert = cConvert; 524 Classic.prototype.revert = cRevert; 525 Classic.prototype.reduce = cReduce; 526 Classic.prototype.mulTo = cMulTo; 527 Classic.prototype.sqrTo = cSqrTo; 636 if(e < 256 || m.isEven()) z = new Classic(m); else z = new Montgomery(m); 1108 z = new Classic(m); [all...] |
/docs/source.android.com/src/devices/ |
audio_avoiding_pi.jd | 49 is a classic failure mode of real-time systems,
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-crypto.html | 511 // Modular reduction using "classic" algorithm 512 function Classic(m) { this.m = m; } 522 Classic.prototype.convert = cConvert; 523 Classic.prototype.revert = cRevert; 524 Classic.prototype.reduce = cReduce; 525 Classic.prototype.mulTo = cMulTo; 526 Classic.prototype.sqrTo = cSqrTo; 635 if(e < 256 || m.isEven()) z = new Classic(m); else z = new Montgomery(m); 1107 z = new Classic(m); [all...] |