/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
NativeMedia.java | 76 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { 81 public void surfaceCreated(SurfaceHolder holder) { 83 setSurface(holder.getSurface()); 86 public void surfaceDestroyed(SurfaceHolder holder) { 98 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { 103 public void surfaceCreated(SurfaceHolder holder) { 105 setSurface(holder.getSurface()); 108 public void surfaceDestroyed(SurfaceHolder holder) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509AttributeCertificate.java | 51 * Return the holder of the certificate. 53 * @return the holder.
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslmutex.h | 13 * POSIX mutexes are not automatically released when the holder dies, 15 * dead holder.
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
interface.cpp | 71 V8PerContextData* perContextData = V8PerContextData::from(info.Holder()->CreationContext()); 88 {{cpp_class}}* impl = {{v8_class}}::toNative(info.Holder()); 91 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "{{interface_name}}", info.Holder(), isolate); 136 {{cpp_class}}* impl = {{v8_class}}::toNative(info.Holder()); 138 ExceptionState exceptionState(ExceptionState::IndexedGetterContext, "{{interface_name}}", info.Holder(), info.GetIsolate()); 182 {{cpp_class}}* impl = {{v8_class}}::toNative(info.Holder()); 185 ExceptionState exceptionState(ExceptionState::IndexedSetterContext, "{{interface_name}}", info.Holder(), info.GetIsolate()); 238 {{cpp_class}}* impl = {{v8_class}}::toNative(info.Holder()); 240 ExceptionState exceptionState(ExceptionState::IndexedDeletionContext, "{{interface_name}}", info.Holder(), info.GetIsolate()); 285 if (info.Holder()->HasRealNamedProperty(name) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8CryptoCustom.cpp | 40 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getRandomValues", "Crypto", info.Holder(), info.GetIsolate()); 54 Crypto* crypto = V8Crypto::toNative(info.Holder());
|
V8DedicatedWorkerGlobalScopeCustom.cpp | 46 ExceptionState exceptionState(ExceptionState::ExecutionContext, "postMessage", "WorkerGlobalScope", info.Holder(), info.GetIsolate()); 47 DedicatedWorkerGlobalScope* workerGlobalScope = V8DedicatedWorkerGlobalScope::toNative(info.Holder());
|
V8MessagePortCustom.cpp | 45 ExceptionState exceptionState(ExceptionState::ExecutionContext, "postMessage", "MessagePort", info.Holder(), info.GetIsolate()); 46 MessagePort* messagePort = V8MessagePort::toNative(info.Holder());
|
V8WorkerCustom.cpp | 46 ExceptionState exceptionState(ExceptionState::ExecutionContext, "postMessage", "Worker", info.Holder(), info.GetIsolate()); 47 Worker* worker = V8Worker::toNative(info.Holder());
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSFilterRule.cpp | 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY 19 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
|
CSSViewportRule.cpp | 17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ?AS IS? AND ANY 20 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasPathMethods.h | 15 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY 18 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
|
Path2D.h | 14 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY 17 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerFilterInfo.h | 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY 19 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseBackend.h | 43 // FIXME: This implementation of DatabaseBackend is only a place holder 45 // place holder is needed to allow other code that need to reference the
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_importer_unittest.py | 17 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY 20 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt3922.test | 29 # provided simply as a place holder for 71 # but provided simply as a place holder for
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/ |
yasm_parsers.xml | 21 <holder>Peter Johnson</holder>
|
/external/eigen/ |
COPYING.MINPACK | 29 WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
43 HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
CopyrightMINPACK.txt | 29 WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE 43 HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
|
/external/jemalloc/ |
COPYING | 17 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS 20 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCamera.java | 68 public void setPreviewDisplay(SurfaceHolder holder) { 69 surfaceHolder = holder;
|
/external/valgrind/main/docs/xml/ |
index.xml | 14 <holder> 16 </holder>
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
OnItemViewSelectedListener.java | 43 * @param itemViewHolder The view holder of item that is currently selected. 45 * @param rowViewHolder The view holder of row that is currently selected.
|
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/ |
GraphHolder.java | 66 GraphHolder holder = new GraphHolder(ObjectGraph.create(modules)); local 67 checkState(instance.compareAndSet(null, holder), "Espresso already initialized.");
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
NativeMedia.java | 86 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { 91 public void surfaceCreated(SurfaceHolder holder) { 93 setSurface(holder.getSurface()); 96 public void surfaceDestroyed(SurfaceHolder holder) { 108 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { 113 public void surfaceCreated(SurfaceHolder holder) { 115 setSurface(holder.getSurface()); 118 public void surfaceDestroyed(SurfaceHolder holder) {
|