/external/chromium/sdch/open-vcdiff/src/ |
config.h.in | 6 /* Define to 1 if you have the <ext/rope> header file. */
|
/external/stlport/stlport/stl/config/ |
_warnings_off.h | 39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
|
/external/stlport/test/eh/ |
main.cpp | 140 cerr<<"\t\tpossible test names are : algo vector bit_vector list slist deque set map hash_set hash_map rope string bitset valarray"<<endl; 259 } else if (EH_CSTD::strcmp(p, "rope")==0) { 366 gTestController.SetCurrentContainer("rope"); 367 cerr << "EH test : rope" << endl;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_warnings_off.h | 39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_warnings_off.h | 39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_warnings_off.h | 39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_warnings_off.h | 39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_warnings_off.h | 39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSString.h | 177 RopeImpl* rope = static_cast<RopeImpl*>(fiber); local 180 m_workQueue.append(WorkItem(rope->fibers(), rope->fiberCount())); 214 JSString(JSGlobalData* globalData, PassRefPtr<RopeImpl> rope) 216 , m_length(rope->length()) 219 m_other.m_fibers[0] = rope.leakRef();
|
/external/clang/lib/Rewrite/Core/ |
RewriteRope.cpp | 1 //===--- RewriteRope.cpp - Rope specialized for rewriter --------*- C++ -*-===// 27 /// references the whole string into two rope pieces that reference each half. 45 /// new RopePieces (e.g. when the middle of some other rope piece is deleted, 46 /// which results in two rope pieces, which is just like an insert) or it can 138 /// NumPieces - This holds the number of rope pieces currently active in the 160 /// clear - Remove all rope pieces from this leaf. 365 // Drop references to dead rope pieces. 782 // just allocate a new rope piece for it alone.
|
/external/llvm/lib/Support/ |
Twine.cpp | 110 OS << "rope:";
|
/external/stlport/test/unit/ |
mvctor_declaration_test.cpp | 5 # include <rope>
|
hash_test.cpp | 13 # include <rope>
|
/external/webkit/Source/JavaScriptCore/jit/ |
ThunkGenerators.cpp | 41 // regT0 now contains this, and is a non-rope JSString*
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_declaration_test.cpp | 5 # include <rope>
|
hash_test.cpp | 13 # include <rope>
|
/ndk/tests/device/test-stlport/unit/ |
mvctor_declaration_test.cpp | 5 # include <rope>
|
hash_test.cpp | 13 # include <rope>
|
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2010-05-24 | 161 a rope - and thus couldn't except - it would be hard to prove this). [all...] |
/external/clang/include/clang/Rewrite/Core/ |
RewriteRope.h | 1 //===--- RewriteRope.h - Rope specialized for rewriter ----------*- C++ -*-===//
|
Rewriter.h | 45 /// string is a horribly inefficient way to do this, we should use a rope
|
/external/llvm/include/llvm/ADT/ |
Twine.h | 28 /// A Twine is a kind of rope, it represents a concatenated string using a
|
/external/stlport/stlport/stl/ |
_uninitialized.h | 198 // This is used internally in <rope> , which is extension itself.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_uninitialized.h | 198 // This is used internally in <rope> , which is extension itself.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_uninitialized.h | 198 // This is used internally in <rope> , which is extension itself.
|