HomeSort by relevance Sort by last modified time
    Searched full:holder (Results 126 - 150 of 3102) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/embunit/inc/
TestRunner.h 21 * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28 * Except as contained in this notice, the name of a copyright holder
31 * authorization of the copyright holder.
TestSuite.h 21 * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28 * Except as contained in this notice, the name of a copyright holder
31 * authorization of the copyright holder.
config.h 21 * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28 * Except as contained in this notice, the name of a copyright holder
31 * authorization of the copyright holder.
embUnit.h 21 * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28 * Except as contained in this notice, the name of a copyright holder
31 * authorization of the copyright holder.
stdImpl.h 21 * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28 * Except as contained in this notice, the name of a copyright holder
31 * authorization of the copyright holder.
  /external/embunit/src/
RepeatedTest.c 21 * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28 * Except as contained in this notice, the name of a copyright holder
31 * authorization of the copyright holder.
  /external/guava/guava-tests/test/com/google/common/eventbus/outside/
OutsideEventBusTest.java 40 final AtomicReference<String> holder = new AtomicReference<String>(); local
46 holder.set(str);
55 assertEquals("Correct string should be delivered.", EVENT, holder.get());
  /external/libexif/po/
Makevars 13 # This is the copyright holder that gets inserted into the header of the
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
16 # sources, belong to the copyright holder of the package.) Translators are
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
BrowserService.java 181 DataHolder holder = new DataHolder(MEDIA_CONTAINER_PROJECTION,
184 Log.d(TAG, "on metadata response called " + holder.getCount());
185 metadataResultHandler.onMetadataResponse(holder);
198 DataHolder holder = new DataHolder(MEDIA_CONTAINER_PROJECTION,
200 Log.d(TAG, "on metadata response called " + holder.getCount());
201 metadataResultHandler.onMetadataResponse(holder);
214 DataHolder holder = new DataHolder(MEDIA_CONTAINER_PROJECTION,
216 Log.d(TAG, "on metadata response called " + holder.getCount());
217 metadataResultHandler.onMetadataResponse(holder);
230 DataHolder holder = new DataHolder(MEDIA_CONTAINER_PROJECTION
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
SimpleAppView.java 39 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
40 super.surfaceChanged(holder, format, w, h);
46 mRS.setSurface(holder, w, h);
  /hardware/intel/common/libva/va/x11/
va_dri2tokens.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.
  /libcore/luni/
license.html 34 THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM,
41 Except as contained in this notice, the name of a copyright holder shall not be
43 this Software without prior written authorization of the copyright holder.
  /libcore/luni/src/test/java/libcore/java/lang/
OldInheritableThreadLocalTest.java 37 final Object[] holder = new Object[1]; local
40 holder[0] = threadLocal.get();
46 assertSame(inheritedValue, holder[0]);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 229 final ViewHolder holder; local
234 holder = new ViewHolder();
235 holder.labelTextView = (TextView) rowView.findViewById(R.id.label);
236 holder.numberTextView = (TextView) rowView.findViewById(R.id.number);
237 holder.imageView = (ImageView) rowView.findViewById(R.id.icon);
238 rowView.setTag(holder);
242 holder = (ViewHolder) rowView.getTag();
250 holder.labelTextView.setText(account.getLabel());
253 holder.numberTextView.setVisibility(View.GONE);
255 holder.numberTextView.setVisibility(View.VISIBLE)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
UsageStatsActivity.java 90 // View Holder used when displaying views
170 AppViewHolder holder; local
180 holder = new AppViewHolder();
181 holder.pkgName = (TextView) convertView.findViewById(R.id.package_name);
182 holder.lastTimeUsed = (TextView) convertView.findViewById(R.id.last_time_used);
183 holder.usageTime = (TextView) convertView.findViewById(R.id.usage_time);
184 convertView.setTag(holder);
188 holder = (AppViewHolder) convertView.getTag();
191 // Bind the data efficiently with the holder
195 holder.pkgName.setText(label)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AsyncResultHolder.java 25 * This class is a holder of the result of an asynchronous computation.
43 * Sets the result value of this holder.
57 * Gets the result value held in this holder.
  /art/test/064-field-access/src/
Holder.java 17 public class Holder {
  /art/test/064-field-access/src2/
Holder.java 17 public class Holder {
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaFrameworkTest.java 70 public void surfaceDestroyed(SurfaceHolder holder) {
75 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
80 public void surfaceCreated(SurfaceHolder holder) {
81 holder.addCallback(this);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List14.java 100 ViewHolder holder; local
110 holder = new ViewHolder();
111 holder.text = (TextView) convertView.findViewById(R.id.text);
112 holder.icon = (ImageView) convertView.findViewById(R.id.icon);
114 convertView.setTag(holder);
118 holder = (ViewHolder) convertView.getTag();
121 // Bind the data efficiently with the holder.
122 holder.text.setText(DATA[position]);
123 holder.icon.setImageBitmap((position & 1) == 1 ? mIcon1 : mIcon2);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/jcajce/
JcaX509CertificateHolder.java 18 * @param cert certificate to be used a the source for the holder creation.
  /external/harfbuzz_ng/src/
hb-blob.h 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
hb-face-private.hh 13 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
16 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
19 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
22 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
hb-fallback-shape.cc 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
hb-ot-hmtx-table.hh 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO

Completed in 744 milliseconds

1 2 3 4 56 7 8 91011>>