HomeSort by relevance Sort by last modified time
    Searched full:holder (Results 426 - 450 of 3637) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8XSLTProcessorCustom.cpp 55 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder());
67 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder());
83 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder());
  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeRange.cpp 390 cRangeUnassigned, //u080x place holder(resolved in the 2ndary tab.)
391 cRangeUnassigned, //u088x place holder(resolved in the 2ndary tab.)
404 cRangeTibetan, //u0f0x place holder(resolved in the 2ndary tab.)
405 cRangeTibetan, //u0f8x place holder(resolved in the 2ndary tab.)
408 cRangeKorean, //u110x place holder(resolved in the 2ndary tab.)
409 cRangeKorean, //u118x place holder(resolved in the 2ndary tab.)
410 cRangeEthiopic, //u120x place holder(resolved in the 2ndary tab.)
411 cRangeEthiopic, //u128x place holder(resolved in the 2ndary tab.)
414 cRangeCanadian, //u140x place holder(resolved in the 2ndary tab.)
415 cRangeCanadian, //u148x place holder(resolved in the 2ndary tab.
    [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/
ucdterms.txt 35 PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
42 Except as contained in this notice, the name of a copyright holder shall not be
45 copyright holder.
  /external/chromium_org/third_party/icu/
unicode-license.txt 38 PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
45 Except as contained in this notice, the name of a copyright holder shall not
48 copyright holder
  /external/chromium_org/third_party/mesa/src/src/glx/
dri2.h 17 * RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
24 * Except as contained in this notice, the name of a copyright holder shall
27 * the copyright holder.
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-check-stack.js 73 function WrapInCatcher(f, holder) {
75 delete holder[0];
80 holder[0] = e;
  /external/icu/icu4c/source/data/unidata/
ucdterms.txt 35 PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
42 Except as contained in this notice, the name of a copyright holder shall not be
45 copyright holder.
  /external/mesa3d/src/glx/
dri2.h 17 * RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
24 * Except as contained in this notice, the name of a copyright holder shall
27 * the copyright holder.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java 107 public void surfaceDestroyed(SurfaceHolder holder) {
113 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
118 public void surfaceCreated(SurfaceHolder holder) {
  /frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
FountainView.java 52 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
53 super.surfaceChanged(holder, format, w, h);
57 mRS.setSurface(holder, w, h);
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
FountainView.java 52 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
53 super.surfaceChanged(holder, format, w, h);
57 mRS.setSurface(holder, w, h);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppView.java 57 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
58 super.surfaceChanged(holder, format, w, h);
64 mRS.setSurface(holder, w, h);
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsView.java 52 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
53 super.surfaceChanged(holder, format, w, h);
57 mRS.setSurface(holder, w, h);
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java 63 ContentProviderHolder holder = activityManager.getContentProviderExternal( local
65 if (holder == null) {
68 provider = holder.provider;
  /libcore/luni/
unicode-license.txt 38 PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
45 Except as contained in this notice, the name of a copyright holder shall not
48 copyright holder.
  /ndk/sources/host-tools/make-3.81/po/
Makevars 30 # This is the copyright holder that gets inserted into the header of the
31 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
33 # sources, belong to the copyright holder of the package.) Translators are
  /ndk/sources/host-tools/sed-4.2.1/po/
Makevars 26 # This is the copyright holder that gets inserted into the header of the
27 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
29 # sources, belong to the copyright holder of the package.) Translators are
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
NoNullCursorAsyncQueryHandlerTest.java 147 ObjectHolder<E> holder = new ObjectHolder<E>(); local
148 holder.obj = value;
149 return holder;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 84 public void surfaceDestroyed(SurfaceHolder holder) {}
87 public void surfaceCreated(SurfaceHolder holder) {
93 SurfaceHolder holder, int format, int width, int height) {
183 SurfaceHolder holder = mSurfaceView.getHolder(); local
184 Canvas canvas = holder.lockCanvas();
253 holder.unlockCanvasAndPost(canvas);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 66 public void surfaceCreated(SurfaceHolder holder) {
69 mDrawingThread.mSurface = holder;
74 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
79 public void surfaceRedrawNeeded(SurfaceHolder holder) {
82 public void surfaceDestroyed(SurfaceHolder holder) {
86 mDrawingThread.mSurface = holder;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceConstructor.cpp 52 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), isolate);
59 v8::Handle<v8::Object> wrapper = info.Holder();
67 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), isolate);
104 v8::Handle<v8::Object> wrapper = info.Holder();
112 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), isolate);
163 v8SetReturnValue(info, info.Holder());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.h 67 static bool setReturnValueFromWrapperFast(v8::ReturnValue<v8::Value> returnValue, T* object, v8::Local<v8::Object> holder, Wrappable* wrappable)
74 // the wrappable's wrapper is the same as the holder.
76 if (holderContainsWrapper(holder, wrappable)) {
198 static bool holderContainsWrapper(v8::Local<v8::Object> holder, ScriptWrappable* wrappable)
202 ASSERT(!wrappable->containsWrapper() || !wrappable->isEqualTo(holder) || current(v8::Isolate::GetCurrent()).m_isMainWorld);
203 return wrappable->isEqualTo(holder);
  /external/icu/icu4c/source/stubdata/
NOTICE 11 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13 Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder.
56 PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
63 Except as contained in this notice, the name of a copyright holder shall not
66 copyright holder.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsPresenter.java 284 public void onBindViewHolder(Presenter.ViewHolder holder, Object item) {
285 ViewHolder vh = (ViewHolder) holder;
295 super.onBindViewHolder(holder, item);
300 public void onUnbindViewHolder(Presenter.ViewHolder holder) {
301 super.onUnbindViewHolder(holder);
302 ViewHolder vh = (ViewHolder) holder;
  /development/apps/Development/src/com/android/development/
PermissionDetails.java 87 // View Holder used when displaying views
118 AppViewHolder holder; local
128 holder = new AppViewHolder();
129 holder.pkgName = (TextView) convertView.findViewById(R.id.pkg_name);
130 convertView.setTag(holder);
134 holder = (AppViewHolder) convertView.getTag();
136 // Bind the data efficiently with the holder
138 holder.pkgName.setText(pInfo.packageName);

Completed in 2986 milliseconds

<<11121314151617181920>>