/external/llvm/bindings/python/llvm/ |
common.py | 78 def __init__(self, wrapped): 79 self.wrapped = wrapped 81 self.__doc__ = wrapped.__doc__ 89 value = self.wrapped(instance) 90 setattr(instance, self.wrapped.__name__, value)
|
/external/chromium_org/ui/message_center/views/ |
bounded_label.cc | 111 std::vector<string16> wrapped = GetWrappedText(text_width, lines); local 112 gfx::Canvas::SizeStringInt(JoinString(wrapped, '\n'), font(), 144 std::vector<string16> wrapped; local 147 height, gfx::WRAP_LONG_WORDS, &wrapped); 150 if (lines > 0 && wrapped.size() > static_cast<unsigned int>(lines)) { 154 string16 last = wrapped[lines - 1] + UTF8ToUTF16(gfx::kEllipsis); 157 wrapped.resize(lines - 1); 158 wrapped.push_back(last); 161 return wrapped;
|
/external/apache-http/src/org/apache/http/conn/ |
BasicManagedEntity.java | 154 public boolean eofDetected(InputStream wrapped) 161 wrapped.close(); 172 public boolean streamClosed(InputStream wrapped) 179 wrapped.close(); 190 public boolean streamAbort(InputStream wrapped)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_property.py | 160 """spam wrapped in property subclass""" 164 "spam wrapped in property subclass") 173 """spam wrapped in property subclass""" 185 "spam wrapped in property subclass") 197 "spam wrapped in property subclass")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_property.py | 160 """spam wrapped in property subclass""" 164 "spam wrapped in property subclass") 173 """spam wrapped in property subclass""" 185 "spam wrapped in property subclass") 197 "spam wrapped in property subclass")
|
/external/ceres-solver/include/ceres/ |
conditioned_cost_function.h | 46 // values of a wrapped cost function. An example where this is useful is 75 // Builds a cost function based on a wrapped cost function, and a 76 // per-residual conditioner. Takes ownership of all of the wrapped cost
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8NPObject.h | 55 // If the object is already wrapped, the pre-existing wrapper will be returned. If the object is not wrapped, wrap it, and 61 // function, the persistent handle to the wrapper will be gone, and the wrapped NPObject will be removed so that it
|
/external/javassist/sample/vector/ |
VectorAssistant.java | 104 * Produces a new vector class. This uses wrapped methods so that 122 = CtNewMethod.wrapped(CtClass.voidType, "add", args1, 125 m = CtNewMethod.wrapped(type, "at", args2,
|
/external/smack/src/com/kenai/jbosh/ |
BodyQName.java | 42 * @param wrapped QName instance to wrap 45 final QName wrapped) { 46 qname = wrapped;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CachingIconLoader.java | 48 * @param wrapped IconLoader whose results will be cached. 50 public CachingIconLoader(IconLoader wrapped) { 51 mWrapped = wrapped;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ApplicationCacheHost.cpp | 85 WrappedResourceRequest wrapped(request); 86 m_internal->m_outerHost->willStartMainResourceRequest(wrapped, WebFrameImpl::fromFrame(m_documentLoader->frame())); 121 WrappedResourceResponse wrapped(response); 122 m_internal->m_outerHost->didReceiveResponseForMainResource(wrapped); 148 WrappedResourceRequest wrapped(request); 149 m_internal->m_outerHost->willStartSubResourceRequest(wrapped);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
SearchEngine.py | 137 wrapped = 0 146 if wrapped and line > startline: 152 wrapped = 1 159 wrapped = 0 168 if wrapped and line < startline: 174 wrapped = 1
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
SearchEngine.py | 137 wrapped = 0 146 if wrapped and line > startline: 152 wrapped = 1 159 wrapped = 0 168 if wrapped and line < startline: 174 wrapped = 1
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
ExtensionsGenerator.java | 47 * Add an extension with the given oid and the passed in byte array to be wrapped in the 52 * @param value the byte array to be wrapped.
|
X509ExtensionsGenerator.java | 77 * Add an extension with the given oid and the passed in byte array to be wrapped in the 82 * @param value the byte array to be wrapped.
|
/external/chromium_org/gpu/command_buffer/common/ |
id_allocator.cc | 28 // We wrapped around to 0. 46 // We wrapped around to 0.
|
/external/chromium_org/net/socket/ |
buffered_write_stream_socket.h | 24 // A StreamSocket decorator. All functions are passed through to the wrapped 28 // issued as only one Write() to the wrapped socket. This is useful to force
|
/external/chromium_org/ui/views/controls/native/ |
native_view_host_wrapper.h | 44 // Whether or not a clip has been installed on the wrapped gfx::NativeView. 61 // Return the native view accessible corresponding to the wrapped native
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1973.js | 29 // and wrapped this values is non-strict mode. 40 // Check that non-strict mode passes wrapped this value.
|
/external/clang/test/TableGen/ |
tg-fixits.td | 12 def Wrapped : Warning<"">, InGroup<DiagGroup< 15 // CHECK-NEXT: {{^def Wrapped : Warning<"">, InGroup<DiagGroup<}}
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAlarmManager.java | 49 * @return the next scheduled alarm, wrapped in a 64 * @return the most recently scheduled alarm, wrapped in a
|
/external/v8/test/mjsunit/regress/ |
regress-1973.js | 29 // and wrapped this values is non-strict mode. 40 // Check that non-strict mode passes wrapped this value.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
TempFile.java | 32 * NOTE: The stream should NOT be wrapped in
45 * NOTE: The stream should NOT be wrapped in
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ReorderingCursorWrapper.java | 32 * @param cursor wrapped cursor 33 * @param positionMap maps wrapper cursor positions to wrapped cursor positions
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPooledConnAdapter.java | 53 * respective method of the wrapped connection. 65 /** The wrapped pool entry. */ 73 * @param entry the pool entry for the connection being wrapped 95 * Detaches this adapter from the wrapped connection.
|