Searched refs:that (Results 276 - 300 of 1359) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/
H A DAndroid.mk6 # end of each Android.mk, so that one Android.mk doesn't depend on variables
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jar ... obj org.osgi.util.measurement.Measurement that int result public int hashCode () long bits int h public ...
/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilderSpec.java159 * Returns a CacheBuilderSpec that will prevent caching.
221 * Returns a string that can be used to parse an equivalent
223 * not guaranteed, except that reparsing its output will produce
262 CacheBuilderSpec that = (CacheBuilderSpec) obj;
263 return Objects.equal(initialCapacity, that.initialCapacity)
264 && Objects.equal(maximumSize, that.maximumSize)
265 && Objects.equal(maximumWeight, that.maximumWeight)
266 && Objects.equal(concurrencyLevel, that.concurrencyLevel)
267 && Objects.equal(keyStrength, that.keyStrength)
268 && Objects.equal(valueStrength, that
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmap.java158 ShadowBitmap that = shadowOf((Bitmap) o);
160 if (height != that.height) return false;
161 if (width != that.width) return false;
162 if (description != null ? !description.equals(that.description) : that.description != null) return false;
H A DShadowBitmapDrawable.java60 * Non-Android accessor that tells you the resource id that this {@code BitmapDrawable} was loaded from. This lets
61 * your tests assert that the bitmap is correct without having to actually load the bitmap.
122 ShadowBitmapDrawable that = shadowOf((BitmapDrawable) o);
124 if (bitmap != null ? !bitmap.equals(that.bitmap) : that.bitmap != null) return false;
/external/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp111 ChoiceFormat::ChoiceFormat(const ChoiceFormat& that) argument
112 : NumberFormat(that),
113 constructorErrorCode(that.constructorErrorCode),
114 msgPattern(that.msgPattern)
119 // Private constructor that creates a
134 ChoiceFormat::operator==(const Format& that) const
136 if (this == &that) return TRUE;
137 if (!NumberFormat::operator==(that)) return FALSE;
138 ChoiceFormat& thatAlias = (ChoiceFormat&)that;
146 ChoiceFormat::operator=(const ChoiceFormat& that) argument
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c13 * This is a C program that is intended to be linked against libpng. It
16 * read code) and validates that the result has the correct data.
152 * handlers often themselves have bugs which lead to programs that detect
155 * warning messages into buffers that are too small.
207 * is implemented here so that it gives the same set of numbers on every
339 /* Convenience API and defines to list valid formats. Note that 16 bit read and
465 * that pixels 8 or more bits in size are byte aligned and that pixels
952 /* These somewhat odd functions are used when reading an image to ensure that
1026 * the start and three at the end of each (this ensures that th
5582 image_transform_ini_end(PNG_CONST image_transform *this, transform_display *that) argument
5590 image_transform_set_end(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
5617 image_transform_mod_end(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6164 image_transform_default_ini(PNG_CONST image_transform *this, transform_display *that) argument
6172 image_transform_default_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6188 image_transform_png_set_palette_to_rgb_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6196 image_transform_png_set_palette_to_rgb_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6207 image_transform_png_set_palette_to_rgb_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6226 image_transform_png_set_tRNS_to_alpha_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6234 image_transform_png_set_tRNS_to_alpha_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6261 image_transform_png_set_tRNS_to_alpha_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6284 image_transform_png_set_gray_to_rgb_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6292 image_transform_png_set_gray_to_rgb_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6324 image_transform_png_set_gray_to_rgb_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6343 image_transform_png_set_expand_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6351 image_transform_png_set_expand_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6368 image_transform_png_set_expand_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6392 image_transform_png_set_expand_gray_1_2_4_to_8_set( PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6401 image_transform_png_set_expand_gray_1_2_4_to_8_mod( PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6409 image_transform_png_set_expand_gray_1_2_4_to_8_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6424 image_transform_png_set_expand_16_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6432 image_transform_png_set_expand_16_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6452 image_transform_png_set_expand_16_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6472 image_transform_png_set_scale_16_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6480 image_transform_png_set_scale_16_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6497 image_transform_png_set_scale_16_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6516 image_transform_png_set_strip_16_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6524 image_transform_png_set_strip_16_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6564 image_transform_png_set_strip_16_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6583 image_transform_png_set_strip_alpha_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6591 image_transform_png_set_strip_alpha_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
6607 image_transform_png_set_strip_alpha_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
6666 image_transform_png_set_rgb_to_gray_ini(PNG_CONST image_transform *this, transform_display *that) argument
6825 image_transform_png_set_rgb_to_gray_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
6952 image_transform_png_set_rgb_to_gray_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
7228 image_transform_png_set_rgb_to_gray_add(image_transform *this, PNG_CONST image_transform **that, png_byte colour_type, png_byte bit_depth) argument
7260 image_transform_png_set_background_set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
7320 image_transform_png_set_background_mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
7563 _set(PNG_CONST image_transform *this, transform_display *that, png_structp pp, png_infop pi) argument
7571 _mod(PNG_CONST image_transform *this, image_pixel *that, png_const_structp pp, PNG_CONST transform_display *display) argument
7579 _add(image_transform *this, PNG_CONST image_transform **that, char *name, size_t sizeof_name, size_t *pos, png_byte colour_type, png_byte bit_depth) argument
[all...]
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
H A DFeatureUtilTest.java111 // Exists to test that our framework doesn't run it:
120 // Exists to test that our framework doesn't run it:
129 // Exists to test that our framework doesn't run it:
162 ASSERT.that(FeatureUtil.addImpliedFeatures(features)).has().item(
167 ASSERT.that(FeatureUtil.addImpliedFeatures(features)).has().exactly(
173 ASSERT.that(FeatureUtil.addImpliedFeatures(features)).has().exactly(
196 ASSERT.that(FeatureUtil.impliedFeatures(features)).has().item(
201 ASSERT.that(FeatureUtil.impliedFeatures(features)).has().exactly(
253 ASSERT.that(e.getConflicts()).has().item(
267 ASSERT.that(
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Dbootstrap.js300 , that = this
306 that.to(pos)
340 , that = this
361 that.sliding = false
362 setTimeout(function () { that.$element.trigger('slid') }, 0)
512 var that = this
514 if (startEvent.type == 'show') that.reset()
515 that.transitioning = 0
516 that.$element.trigger(completeEvent)
715 var that
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DImage.java6 * modification, are permitted provided that the following conditions are
218 * unsigned floating-point red, green and blue that uses 32 bits.
489 * <code>setData</code> sets the data that makes up the image. This data
493 * the data that contains the image information.
501 * <code>setData</code> sets the data that makes up the image. This data
505 * the data that contains the image information.
536 * on data other than ByteBuffers, in that case, this method can be used.
733 Image that = (Image) other;
734 if (this.getFormat() != that.getFormat())
736 if (this.getWidth() != that
[all...]
/external/apache-http/src/org/apache/http/auth/
H A DNTCredentials.java165 NTCredentials that = (NTCredentials) o;
166 if (LangUtils.equals(this.principal, that.principal)
167 && LangUtils.equals(this.workstation, that.workstation)) {
/external/guava/guava/src/com/google/common/reflect/
H A DElement.java120 * <p>Note that a method may still be effectively "final", or non-overridable when it has no
155 Element that = (Element) obj;
156 return getOwnerType().equals(that.getOwnerType()) && member.equals(that.member);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DEnumBiMapTest.java132 /* Test that it copies existing entries. */
145 /* Test that it can be empty. */
175 ASSERT.that(bimap.keySet())
178 ASSERT.that(bimap.values())
181 ASSERT.that(bimap.inverse().keySet())
184 ASSERT.that(bimap.inverse().values())
202 ASSERT.that(bimap.keySet())
205 ASSERT.that(bimap.values())
208 ASSERT.that(bimap.inverse().keySet())
211 ASSERT.that(bima
[all...]
H A DArrayListMultimapTest.java43 * Confirm that get() returns a List implementing RandomAccess.
54 * Confirm that removeAll() returns a List implementing RandomAccess.
65 * Confirm that replaceValues() returns a List implementing RandomAccess.
85 ASSERT.that(multimap.get("foo")).has().exactly(1, 2, 3, 4, 5).inOrder();
87 ASSERT.that(sublist).has().exactly(1, 2, 3, 4, 5).inOrder();
156 ASSERT.that(multimap.get("foo")).has().exactly(1, 2).inOrder();
157 ASSERT.that(multimap.get("bar")).has().item(3);
H A DImmutableListMultimapTest.java242 ASSERT.that(multimap.keySet()).has().exactly("d", "c", "b", "a").inOrder();
243 ASSERT.that(multimap.values()).has().exactly(2, 4, 3, 6, 5, 2).inOrder();
244 ASSERT.that(multimap.get("a")).has().exactly(5, 2).inOrder();
245 ASSERT.that(multimap.get("b")).has().exactly(3, 6).inOrder();
264 ASSERT.that(multimap.keySet()).has().exactly("d", "a", "bb", "cc").inOrder();
265 ASSERT.that(multimap.values()).has().exactly(2, 5, 2, 3, 6, 4).inOrder();
266 ASSERT.that(multimap.get("a")).has().exactly(5, 2).inOrder();
267 ASSERT.that(multimap.get("bb")).has().exactly(3, 6).inOrder();
281 ASSERT.that(multimap.keySet()).has().exactly("b", "d", "a", "c").inOrder();
282 ASSERT.that(multima
[all...]
H A DImmutableSetMultimapTest.java219 ASSERT.that(multimap.keySet()).has().exactly("d", "c", "b", "a").inOrder();
220 ASSERT.that(multimap.values()).has().exactly(2, 4, 3, 6, 5, 2).inOrder();
221 ASSERT.that(multimap.get("a")).has().exactly(5, 2).inOrder();
222 ASSERT.that(multimap.get("b")).has().exactly(3, 6).inOrder();
244 ASSERT.that(multimap.keySet()).has().exactly("d", "a", "bb", "cc").inOrder();
245 ASSERT.that(multimap.values()).has().exactly(2, 5, 2, 3, 6, 4).inOrder();
246 ASSERT.that(multimap.get("a")).has().exactly(5, 2).inOrder();
247 ASSERT.that(multimap.get("bb")).has().exactly(3, 6).inOrder();
264 ASSERT.that(multimap.keySet()).has().exactly("b", "d", "a", "c").inOrder();
265 ASSERT.that(multima
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DEnumBiMapTest.java156 /* Test that it copies existing entries. */
169 /* Test that it can be empty. */
199 ASSERT.that(bimap.keySet())
202 ASSERT.that(bimap.values())
205 ASSERT.that(bimap.inverse().keySet())
208 ASSERT.that(bimap.inverse().values())
226 ASSERT.that(bimap.keySet())
229 ASSERT.that(bimap.values())
232 ASSERT.that(bimap.inverse().keySet())
235 ASSERT.that(bima
[all...]
H A DLinkedHashMultimapTest.java154 ASSERT.that(multimap.keySet()).has().exactly("a", "b", "c").inOrder();
155 ASSERT.that(multimap.entries()).has().exactly(
159 // note that the keys and entries are in different orders
163 ASSERT.that(multimap.get("foo")).has().exactly(5, 3).inOrder();
164 ASSERT.that(multimap.get("bar")).has().exactly(4, 1).inOrder();
165 ASSERT.that(multimap.get("cow")).has().item(2);
167 ASSERT.that(multimap.keySet()).has().exactly("foo", "bar", "cow").inOrder();
168 ASSERT.that(multimap.values()).has().exactly(5, 4, 3, 2, 1).inOrder();
182 ASSERT.that(entry.getValue()).has().exactly(5, 3).inOrder();
185 ASSERT.that(entr
[all...]
/external/icu/icu4c/source/layout/
H A DGlyphIterator.h29 GlyphIterator(GlyphIterator &that);
31 GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask);
33 GlyphIterator(GlyphIterator &that, le_uint16 newLookupFlags);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DByteArrayWrapper.java106 * Ensure that the internal byte array is at least of length capacity.
217 ByteArrayWrapper that = (ByteArrayWrapper)other;
218 if (size != that.size) return false;
220 if (bytes[i] != that.bytes[i]) return false;
/external/skia/src/gpu/
H A DGrBatch.h4 * Use of this source code is governed by a BSD-style license that can be
56 bool combineIfPossible(GrBatch* that) { argument
57 if (this->classID() != that->classID()) {
61 return this->onCombineIfPossible(that);
141 and on sucess a pointer to the vertex data that the caller should populate before
/external/libunwind/doc/
H A Dlibunwind.tex73 to the current frame, that is, the stack frame that corresponds to the
77 uncover the entire call-chain that led to the activation of function
79 that there are more frames in the chain, zero indicates that the end
80 of the chain has been reached, and any negative value indicates that
86 that sometimes has to move ``down'' by one stack frame could maintain
92 back \Var{prev} to \Var{curr} whenever that is necessary. In the most
94 frame and that way it could move up and down the callframe-chain at
98 registers that wer
[all...]
/external/clang/test/OpenMP/
H A Dsimd_codegen.cpp205 // Test checks that one iteration is separated in presence of lastprivate.
301 bool operator < (const IterDouble &that) const {
302 return Ptr < that.Ptr;
307 MyIdx operator - (const IterDouble &that) const {
308 return (MyIdx) (Ptr - that.Ptr);
/external/guava/guava/src/com/google/common/net/
H A DHostAndPort.java57 * <p>Note that this is not an exhaustive list, because these methods are only
87 * Returns the portion of this {@code HostAndPort} instance that should
160 * Note that the host-only formats will leave the port field undefined. You
210 * @return an array with 2 strings: host and port, in that order.
259 * <p>URI formatting requires that IPv6 literals be surrounded by brackets,
262 * that don't contain these brackets.
264 * <p>Note that this parser identifies IPv6 literals solely based on the
282 HostAndPort that = (HostAndPort) other;
283 return Objects.equal(this.host, that.host)
284 && this.port == that
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DRegularContiguousSet.java28 * An implementation of {@link ContiguousSet} that contains one or more elements.
145 RegularContiguousSet<?> that = (RegularContiguousSet<?>) object;
146 if (this.domain.equals(that.domain)) {
147 return this.first().equals(that.first())
148 && this.last().equals(that.last());

Completed in 810 milliseconds

<<11121314151617181920>>