/external/clang/test/SemaTemplate/ |
instantiate-decl-init.cpp | 4 // PR5426 - the non-dependent obj would be fully processed and wrapped in a
|
/external/markdown/tests/markdown-test/ |
benchmark.dat | 6 hard-wrapped:0.020000:0.000000
|
/external/valgrind/main/memcheck/tests/ |
wrap1.c | 5 /* The simplest possible wrapping test: just call a wrapped function
|
/frameworks/base/opengl/java/android/opengl/ |
GLDebugHelper.java | 38 * wrapped inside a new GL instance that optionally performs additional 39 * operations before and after calling the wrapped GL instance. 54 * @return the wrapped GL instance. 98 * @return the wrapped EGL interface.
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
ColumnAdapter.java | 43 public ColumnAdapter(ListAdapter wrapped, OnItemClickListener listener) { 44 mWrapped = Preconditions.checkNotNull(wrapped); 47 if (!wrapped.areAllItemsEnabled()) { 50 if (wrapped.getViewTypeCount() > 1) {
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
BaseWrapper.java | 25 throw new IllegalArgumentException("Wrapped Object can not be null.");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_input.py | 20 # If we're already wrapped in a eval() call, we're done.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_input.py | 20 # If we're already wrapped in a eval() call, we're done.
|
/external/guava/guava/src/com/google/common/eventbus/ |
DeadEvent.java | 51 * originated the wrapped event). This is generally an {@link EventBus}. 60 * Returns the wrapped, 'dead' event, which the system was unable to deliver
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
ftbase.h | 30 /* Assume the stream is sfnt-wrapped PS Type1 or sfnt-wrapped CID-keyed */
|
/external/wpa_supplicant_8/src/crypto/ |
aes-wrap.c | 21 * @plain: Plaintext key to be wrapped, n * 64 bits 22 * @cipher: Wrapped key, (n + 1) * 64 bits
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
wrapper_input.h | 18 // a bitcode file, a wrapped bitcode file, or a data file to wrap. 29 // a bitcode file, a wrapped bitcode file, or data file to wrap.
|
/packages/apps/Settings/src/com/android/settings/widget/ |
InvertedChartAxis.java | 29 public InvertedChartAxis(ChartAxis wrapped) { 30 mWrapped = wrapped;
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationCursorOperationListener.java | 37 * wrapped cursor, or returns. 54 * wrapped cursor, or returns.
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8HTMLCanvasElementCustom.cpp | 105 ScriptValue wrapped = InspectorInstrumentation::wrapCanvas2DRenderingContextForInstrumentation(&impl->document(), context); local 106 if (!wrapped.isEmpty()) { 107 v8SetReturnValue(info, wrapped.v8Value()); 119 ScriptValue wrapped = InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation(&impl->document(), glContext); local 120 if (!wrapped.isEmpty()) { 121 v8SetReturnValue(info, wrapped.v8Value());
|
/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 | 115 std::vector<base::string16> wrapped = GetWrappedText(text_width, lines); local 116 gfx::Canvas::SizeStringInt(JoinString(wrapped, '\n'), font_list(), 145 std::vector<base::string16> wrapped; local 148 height, gfx::WRAP_LONG_WORDS, &wrapped); 151 if (lines > 0 && wrapped.size() > static_cast<unsigned int>(lines)) { 156 wrapped[lines - 1] + base::UTF8ToUTF16(gfx::kEllipsis); 159 wrapped.resize(lines - 1); 160 wrapped.push_back(last); 163 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)
|
/libcore/benchmarks/src/benchmarks/ |
DeepArrayOpsBenchmark.java | 127 private final int wrapped; field in class:DeepArrayOpsBenchmark.IntWrapper 130 wrapped = wrap; 135 return wrapped; 144 return ((IntWrapper) o).wrapped == this.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 | 47 // values of a wrapped cost function. An example where this is useful is 76 // Builds a cost function based on a wrapped cost function, and a 77 // per-residual conditioner. Takes ownership of all of the wrapped cost
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8NPObject.h | 56 // If the object is already wrapped, the pre-existing wrapper will be returned. If the object is not wrapped, wrap it, and 62 // 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;
|