/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.members/ |
str.pass.cpp | 25 buf.str("another test"); 26 assert(buf.str() == "another test"); 31 buf.str(L"another test"); 32 assert(buf.str() == L"another test");
|
/external/libxml2/result/XInclude/ |
docids.xml | 13 <!-- including another XML document with IDs -->
|
/external/llvm/test/Assembler/ |
2002-03-08-NameCollision2.ll | 4 ; Another name collision problem. Here the problem was that if a forward
|
/external/markdown/MarkdownTest/Tests_2004/ |
Links-in-Headers.text-out | 7 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
Links-in-Headers.text-res | 7 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
Yuri-Links-in-Headers.html | 13 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
/external/markdown/tests/extensions-x-wikilinks/ |
wikilinks.txt | 5 Another with [[double spaces]] and [[double__underscores]] and
|
/external/markdown/tests/misc/ |
blockquote.txt | 21 > > and this has 4 on level 2 - another code block.
|
/external/markdown/tests/safe_mode/ |
inline-html-comments.html | 4 This is another comment.
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
system_export.txt | 4 If you have several machines configured the same way you may want to modify the SELinux configuration on one machine and then export the configuration to a file. Then you could copy that file to another machine and import it on that machine.
|
/external/skia/gyp/ |
libwebp_skia.gypi | 7 # needed to work around https://bug.skia.org/4037 , but perhaps we might have another need
|
/external/snakeyaml/src/test/resources/pyyaml/ |
construct-custom.data | 26 my-another-parameter: [1,2,3]
|
/external/v8/test/webkit/fast/js/ |
JSON-parse-reviver.js | 46 shouldBe("currentHolder[1]", '"another value"'); 47 shouldBe("currentHolder[2]", '"and another value"'); 105 var result = JSON.parse('["a value", "another value", "and another value", "to delete", "extra value"]', arrayReviver); 130 shouldBe("currentHolder['another property']", '"another value"'); 131 shouldBe("currentHolder['and another property']", '"and another value"'); 135 case "another property": 139 currentHolder['and another property'] = "a replaced value" [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.members/ |
str.pass.cpp | 25 buf.str("another test"); 26 assert(buf.str() == "another test"); 31 buf.str(L"another test"); 32 assert(buf.str() == L"another test");
|
/ndk/tests/build/no-installable-modules/jni/ |
Android.mk | 10 # Import another module, which is not used by the one declared here.
|
/external/curl/tests/data/ |
test183 | 31 http://deathstar.another.galaxy/183 http://a.galaxy.far.far.away/183 --proxy http://%HOSTIP:%HTTPPORT 41 GET http://deathstar.another.galaxy/183 HTTP/1.1
43 Host: deathstar.another.galaxy
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
DEFAULT | 2 ."of one Makefile with Another Makefile with the .DEFAULT\n" 7 ."in the containing makefile, make should look in another makefile\n" 9 ."defined here but passes the target bar on to another makefile\n"
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
SignedLongLong.java | 68 public int compareTo(SignedLongLong another) { 69 if(mMostSigBits == another.mMostSigBits) { 70 if(mLeastSigBits == another.mLeastSigBits) { 73 if(mLeastSigBits < another.mLeastSigBits) { 78 if(mMostSigBits < another.mMostSigBits) {
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
AppPreference.java | 101 AppPreference another = (AppPreference) preference; local 103 if ((result = another.mState - mState) == 0 && 104 (result = mName.compareToIgnoreCase(another.mName)) == 0 && 105 (result = mPackageName.compareTo(another.mPackageName)) == 0) { 106 result = mUserId - another.mUserId; 111 LegacyVpnPreference another = (LegacyVpnPreference) preference; local 112 return -another.compareTo(this);
|
/external/clang/test/Misc/ |
diag-presumed.c | 24 another error; 28 // PRESUMED: systemheader.h:7:1: error: unknown type name 'another' 31 // SPELLING: diag-presumed.c:24:1: error: unknown type name 'another'
|
/external/libvpx/libvpx/ |
keywords.dox | 41 it enhances the product while another vendor may omit the same item. 43 prepared to interoperate with another implementation which does 46 \ref MUST be prepared to interoperate with another implementation which
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
AppItem.java | 66 public int compareTo(AppItem another) { 67 int comparison = Integer.compare(category, another.category); 69 comparison = Long.compare(another.total, total);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
keywords.dox | 41 it enhances the product while another vendor may omit the same item. 43 prepared to interoperate with another implementation which does 46 \ref MUST be prepared to interoperate with another implementation which
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
mult_rules | 9 for foo.o and bar.o. It then gives another multiple target rule 11 Additionally, another variable extradeps is listed as a 14 another dependency to the targets.";
|
/art/runtime/interpreter/mterp/arm/ |
op_check_cast.S | 2 * Check to see if a cast from one class to another is allowed.
|