HomeSort by relevance Sort by last modified time
    Searched full:classic (Results 226 - 250 of 642) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_augassign.py 21 # classic division
327 with check_py3k_warnings(("classic int division", DeprecationWarning)):
test_descrtut.py 64 We can also use the new type in contexts where classic only allows "real"
82 just like classic classes:
392 >>> class A: # classic class
  /external/stlport/test/unit/
codecvt_test.cpp 310 locale loc(locale::classic(), &codec);
344 locale loc(locale::classic(), &codec);
511 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>("C"));
529 locale loc(locale::classic(), ".936", locale::ctype);
569 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".utf8"));
  /frameworks/base/docs/html/guide/topics/resources/
accessing-resources.jd 73 <pre class="classic no-pretty-print">R.string.hello</pre>
80 <pre class="classic no-pretty-print">&#64;string/hello</pre>
127 <pre class="classic no-pretty-print">
208 <pre class="classic no-pretty-print">
301 <pre class="classic">
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 311 locale loc(locale::classic(), &codec);
346 locale loc(locale::classic(), &codec);
513 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>("C"));
531 locale loc(locale::classic(), ".936", locale::ctype);
571 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".utf8"));
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 311 locale loc(locale::classic(), &codec);
346 locale loc(locale::classic(), &codec);
513 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>("C"));
531 locale loc(locale::classic(), ".936", locale::ctype);
571 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".utf8"));
  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 62 * <p>Android devices that support MIFARE Classic must also correctly
63 * implement {@link Ndef} on MIFARE Classic tags formatted to NDEF.
120 /** NDEF on MIFARE Classic */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descrtut.py 64 We can also use the new type in contexts where classic only allows "real"
82 just like classic classes:
392 >>> class A: # classic class
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_lib.c 81 /* The following section contains the "CONF classic" functions,
232 by the "CONF classic" functions, for consistency. */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream.h 40 // These interfaces are different from classic I/O streams in that they
51 // With classic I/O streams, you would do something like:
  /external/openssl/crypto/conf/
conf_lib.c 81 /* The following section contains the "CONF classic" functions,
232 by the "CONF classic" functions, for consistency. */
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 40 // These interfaces are different from classic I/O streams in that they
51 // With classic I/O streams, you would do something like:
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_environment.jd 170 <pre class="no-pretty-print classic">
192 <pre class="no-pretty-print classic">
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClientBridge.java 43 // Unlike the webview classic, we do not keep keep a database of certificates that
  /external/chromium_org/components/autofill/core/browser/
password_generator.cc 50 // Classic algorithm to randomly select |num_select| elements out of
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageScaleConstraintsSet.cpp 166 // In the following cases, a bug in the Classic WebView would mean that the viewport meta tag would take
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
QuotedPrintable.cpp 50 return 1; // Single CR (Classic Mac OS).
  /external/chromium_org/v8/benchmarks/
run.html 116 <li><b>EarleyBoyer</b><br>Classic Scheme benchmarks, translated to JavaScript by Florian Loitsch's Scheme2Js compiler (<i>4684 lines</i>).</li>
  /external/iproute2/man/man8/
ip-rule.8 58 Classic routing algorithms used in the Internet make routing decisions
  /external/iputils/doc/
tracepath.sgml 37 and classic example of application of Linux error queues.
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 193 # This file is compatible with both classic and new-style classes.
  /external/libogg/
README 32 ./macos Classic MacOS 9 projects and build automation
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp4.txt 80 > and Windows are two classic examples of bad technology that are difficult to
  /external/llvm/include/llvm/ADT/
edit_distance.h 46 // The algorithm implemented below is the "classic"
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syscond.c 188 http://www-classic.be.com/aboutbe/benewsletter/volume_III/Issue40.html

Completed in 1274 milliseconds

1 2 3 4 5 6 7 8 91011>>