HomeSort by relevance Sort by last modified time
    Searched defs:that (Results 401 - 425 of 1889) sorted by null

<<11121314151617181920>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java 167 AuthenticationBoundKeyTestActivity that = this; local
183 fadf.setActivity(that);
225 // Require that the user unlocked the lockscreen in the last 5 seconds
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsTouchUtils.java 167 // We are using the UiAutomation object to inject events so that drag works
175 // Inject a sequence of MOVE events that emulate the "move" part of the gesture
189 * lifting the finger. Note that this function does not support curve movements between the
206 // We are using the UiAutomation object to inject events so that drag works
216 // Inject a sequence of MOVE events that emulate the "move" part of the gesture.
273 // Note that the first MOVE event is generated "away" from the coordinates
431 final ViewStateSnapshot that = (ViewStateSnapshot) o; local
432 return mFirstTop == that.mFirstTop &&
433 mLastBottom == that.mLastBottom &&
434 mFirst == that.mFirst &
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
TypeResolver.java 44 * <p>Note that usually type mappings are already implied by the static type hierarchy (for example,
86 * @param actual The type that the formal type variable(s) are mapped to. It can be or contain yet
255 * doesn't try to resolve any type variable on generic declarations that are already being
291 * TypeVariable must have a different declaration or name. The only TypeVariable that our
292 * new TypeVariable _will_ be equal to is an equivalent TypeVariable that was also created
293 * by us. And that equality is guaranteed to hold because it doesn't involve the JDK
362 // cycle detected, remove the entire cycle from the mapping so that
380 // Instead, it should create a capture of the wildcard so that set() rejects any List<T>.
438 * Wraps around {@code TypeVariable<?>} to ensure that any two type variables are equal as long as
447 * List<A extends String>, we need to compare that <A extends B> is unequal t
464 TypeVariableKey that = (TypeVariableKey) obj; local
    [all...]
Types.java 151 * Returns a new {@link TypeVariable} that belongs to {@code declaration} with
254 GenericArrayType that = (GenericArrayType) obj; local
256 getGenericComponentType(), that.getGenericComponentType());
314 ParameterizedType that = (ParameterizedType) other; local
315 return getRawType().equals(that.getRawType())
316 && Objects.equal(getOwnerType(), that.getOwnerType())
318 getActualTypeArguments(), that.getActualTypeArguments());
338 * interface, whose return type {@code AnnotatedType[]} is also new in Java 8. That means that we
339 * cannot implement that interface in source code in a way that will compile on both Java 7 an
438 TypeVariableImpl<?> that = typeVariableInvocationHandler.typeVariableImpl; local
447 TypeVariable<?> that = (TypeVariable<?>) obj; local
478 WildcardType that = (WildcardType) obj; local
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 126 * Generates fresh instances of types that are different from each other (if possible).
246 FreshInvocationHandler that = (FreshInvocationHandler) obj; local
247 return identity == that.identity;
  /external/icu/icu4c/source/i18n/
rbtz.cpp 92 RuleBasedTimeZone::operator==(const TimeZone& that) const {
93 if (this == &that) {
96 if (typeid(*this) != typeid(that)
97 || BasicTimeZone::operator==(that) == FALSE) {
100 RuleBasedTimeZone *rbtz = (RuleBasedTimeZone*)&that;
112 RuleBasedTimeZone::operator!=(const TimeZone& that) const {
113 return !operator==(that);
534 const RuleBasedTimeZone& that = (const RuleBasedTimeZone&)other; local
535 if (*fInitialRule != *(that.fInitialRule)) {
538 if (compareRules(fHistoricRules, that.fHistoricRules
    [all...]
  /external/libchrome/base/files/
file_path.cc 2 // Use of this source code is governed by a BSD-style license that can be
49 // This is dependent on an ASCII-based character set, but that's a
106 // Find the position of the '.' that separates the extension from the rest
175 FilePath::FilePath(const FilePath& that) : path_(that.path_) {
177 FilePath::FilePath(FilePath&& that) noexcept = default;
189 FilePath& FilePath::operator=(const FilePath& that) {
190 path_ = that.path_;
194 FilePath& FilePath::operator=(FilePath&& that) = default; member in class:base::FilePath
196 bool FilePath::operator==(const FilePath& that) const
    [all...]
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
53 int32_t that; member in struct:base::PersistentMemoryAllocatorTest::TestObject2
128 // Verify that pointers can be turned back into references and that invalid
140 // Ensure that the test-object can be made iterable.
168 // Ensure that second test-object can also be made iterable.
176 // Check that the iterator can be reset to the beginning.
185 // Check that the iterator can be reset to an arbitrary location.
192 // Check that iteration can begin after an arbitrary location.
208 // Check that an object's type can be changed
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 95 // more of a hint; applying a modifier makes use of that hint.
165 // including the source modifiers, i.e. make sure that all uses support
260 LValue *that = new_LValue(pol.context(), reg.file); local
262 pol.set<Value>(this, that);
264 that->reg.size = this->reg.size;
265 that->reg.type = this->reg.type;
266 that->reg.data = this->reg.data;
268 return that;
297 Symbol *that = new_Symbol(prog, reg.file, reg.fileIndex); local
299 pol.set<Value>(this, that);
370 ImmediateValue *that = new_ImmediateValue(prog, 0u); local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
AudioSpecificConfig.java 516 throw new UnsupportedOperationException("can't serialize that yet");
529 throw new UnsupportedOperationException("can't serialize that yet");
994 AudioSpecificConfig that = (AudioSpecificConfig) o; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 44 * Niklas Uhrberg suggested that a mechanism be added to limit the number of simultaneous open
52 * The SIP sipStack starts this from the main SIPStack class for each connection that it accepts.
54 * message parser calls back via the parseError or processMessage functions that are defined as
110 * new connections. The sock input is the socket that is returned from the accept. Global data
111 * that is shared by all threads is accessible in the Server structure.
216 * get the address of the client that sent the data to us.
218 * @return Address of the client that sent us data that resulted in this channel being
356 * @param sipMessage -- the message that incurred the error.
358 * @param header -- header that caused the error
685 TCPMessageChannel that = (TCPMessageChannel) other; local
    [all...]
UDPMessageChannel.java 65 * Kim Kirby (Keyvoice) suggested that duplicate checking should be added to the
67 * flag be added to this. Niklas Uhrberg suggested that thread pooling support
69 * a bug with this code that was sending it into an infinite loop when a bad
75 * unnecessary). Ricardo Bora (Natural Convergence ) added code that prevents
81 * This is the UDP Message handler that gets created when a UDP message needs to
137 * A table that keeps track of when the last pingback was sent to a given remote IP address
139 * infinite loop. If a second pingback happens in that period of time, it will be dropped.
254 // messages that we write out to him.
577 * Exception that is given to us by the parser.
875 UDPMessageChannel that = (UDPMessageChannel) other; local
    [all...]
  /external/skia/src/effects/
SkTableColorFilter.cpp 4 * Use of this source code is governed by a BSD-style license that can be
210 // now check that we got the size we expected
265 // Combines the two lookup tables so that making a lookup using res[] has
514 const ColorTableEffect& that = other.cast<ColorTableEffect>(); local
515 SkASSERT(SkToBool(fAtlas) == SkToBool(that.fAtlas));
517 return fRow == that.fRow;
  /external/skia/src/gpu/ops/
GrDefaultPathRenderer.cpp 4 * Use of this source code is governed by a BSD-style license that can be
41 // This path renderer only accepts simple fill paths or stroke paths that are either hairline
220 // Ensure that we always get enough verts for a worst-case quad/cubic, plus leftover points
221 // from previous mesh piece (up to two verts to continue fanning). If we can't get that
236 // No extra indices are needed for stitching, though. If we can't get that many, ask
429 DefaultPathOp* that = t->cast<DefaultPathOp>(); variable
430 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
434 if (this->color() != that->color()) {
438 if (this->coverage() != that->coverage())
    [all...]
GrShadowRRectOp.cpp 4 * Use of this source code is governed by a BSD-style license that can be
104 // we place this at the beginning so that we can skip these indices when rendering as filled
123 // we place this at the end so that we can skip these indices when rendering as stroked
459 // corner get skewed to a diamond rather than a square. To correct for that,
460 // we also skew the vectors we send to the shader that help define the circle.
627 ShadowCircularRRectOp* that = t->cast<ShadowCircularRRectOp>(); variable
628 fGeoData.push_back_n(that->fGeoData.count(), that->fGeoData.begin());
629 this->joinBounds(*that);
630 fVertCount += that->fVertCount
    [all...]
  /external/skia/tools/shape/
SkShaper_harfbuzz.cpp 4 * Use of this source code is governed by a BSD-style license that can be
92 bool operator<(const RunIterator& that) const {
93 return this->endOfCurrentRun() < that.endOfCurrentRun();
385 // Glyphs are in logical order, but output ltr since PDF readers seem to expect that.
401 ShapedRunGlyphIterator(const ShapedRunGlyphIterator& that) = default; member in struct:__anon34383::ShapedRunGlyphIterator
402 ShapedRunGlyphIterator& operator=(const ShapedRunGlyphIterator& that) = default; member in struct:__anon34383::ShapedRunGlyphIterator
403 bool operator==(const ShapedRunGlyphIterator& that) const {
404 return fRuns == that.fRuns &&
405 fRunIndex == that.fRunIndex &&
406 fGlyphIndex == that.fGlyphIndex
    [all...]
  /external/skqp/src/effects/
SkTableColorFilter.cpp 4 * Use of this source code is governed by a BSD-style license that can be
210 // now check that we got the size we expected
265 // Combines the two lookup tables so that making a lookup using res[] has
503 const ColorTableEffect& that = other.cast<ColorTableEffect>(); local
504 SkASSERT(SkToBool(fAtlas) == SkToBool(that.fAtlas));
506 return fRow == that.fRow;
  /external/skqp/src/gpu/ops/
GrDefaultPathRenderer.cpp 4 * Use of this source code is governed by a BSD-style license that can be
41 // This path renderer only accepts simple fill paths or stroke paths that are either hairline
220 // Ensure that we always get enough verts for a worst-case quad/cubic, plus leftover points
221 // from previous mesh piece (up to two verts to continue fanning). If we can't get that
236 // No extra indices are needed for stitching, though. If we can't get that many, ask
429 DefaultPathOp* that = t->cast<DefaultPathOp>(); variable
430 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
434 if (this->color() != that->color()) {
438 if (this->coverage() != that->coverage())
    [all...]
GrShadowRRectOp.cpp 4 * Use of this source code is governed by a BSD-style license that can be
104 // we place this at the beginning so that we can skip these indices when rendering as filled
123 // we place this at the end so that we can skip these indices when rendering as stroked
459 // corner get skewed to a diamond rather than a square. To correct for that,
460 // we also skew the vectors we send to the shader that help define the circle.
627 ShadowCircularRRectOp* that = t->cast<ShadowCircularRRectOp>(); variable
628 fGeoData.push_back_n(that->fGeoData.count(), that->fGeoData.begin());
629 this->joinBounds(*that);
630 fVertCount += that->fVertCount
    [all...]
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 4 * Use of this source code is governed by a BSD-style license that can be
90 bool operator<(const RunIterator& that) const {
91 return this->endOfCurrentRun() < that.endOfCurrentRun();
383 // Glyphs are in logical order, but output ltr since PDF readers seem to expect that.
399 ShapedRunGlyphIterator(const ShapedRunGlyphIterator& that) = default; member in struct:__anon35056::ShapedRunGlyphIterator
400 ShapedRunGlyphIterator& operator=(const ShapedRunGlyphIterator& that) = default; member in struct:__anon35056::ShapedRunGlyphIterator
401 bool operator==(const ShapedRunGlyphIterator& that) const {
402 return fRuns == that.fRuns &&
403 fRunIndex == that.fRunIndex &&
404 fGlyphIndex == that.fGlyphIndex
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java 119 * Note: this class has a natural ordering that is inconsistent with {@link #equals(Object).
132 // Subtype that has the same locale of the system's has higher priority.
137 // Subtype that has the same language of the system's has higher priority.
162 final ImeSubtypeListItem that = (ImeSubtypeListItem)o; local
163 return Objects.equals(this.mImi, that.mImi) && this.mSubtypeId == that.mSubtypeId;
296 * @param onlyCurrentIme {@code true} to limit the search space to IME subtypes that belong
298 * @param imi {@link InputMethodInfo} that will be used in conjunction with {@code subtype}
300 * @param subtype {@link InputMethodSubtype} that will be used in conjunction with
397 * @param onlyCurrentIme {@code true} to limit the search space to IME subtypes that belon
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
RegisteredServicesCacheTest.java 120 // Now register only one service and verify that another one is removed
177 // Check that marker was created
185 // Re-read data from disk. Verify that services were saved and old file was ignored
341 TestServiceType that = (TestServiceType) o; local
343 return type.equals(that.type) && value.equals(that.value);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarSignalPolicy.java 236 * It is expected that a call to setSubs will be immediately followed by setMobileDataIndicators
319 SignalIconState that = (SignalIconState) o; local
320 return visible == that.visible &&
321 activityOut == that.activityOut &&
322 activityIn == that.activityIn &&
323 Objects.equals(contentDescription, that.contentDescription) &&
324 Objects.equals(slot, that.slot);
355 WifiIconState that = (WifiIconState) o; local
356 return resId == that.resId &&
357 airplaneSpacerVisible == that.airplaneSpacerVisible &
409 MobileIconState that = (MobileIconState) o; local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
Credential.java 97 * comparing the realm specified in that hotspot's ANQP element.
362 UserCredential that = (UserCredential) thatObject; local
363 return TextUtils.equals(mUsername, that.mUsername)
364 && TextUtils.equals(mPassword, that.mPassword)
365 && mMachineManaged == that.mMachineManaged
366 && TextUtils.equals(mSoftTokenApp, that.mSoftTokenApp)
367 && mAbleToShare == that.mAbleToShare
368 && mEapType == that.mEapType
369 && TextUtils.equals(mNonEapInnerMethod, that.mNonEapInnerMethod);
568 CertificateCredential that = (CertificateCredential) thatObject local
728 SimCredential that = (SimCredential) thatObject; local
969 Credential that = (Credential) thatObject; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointProvider.java 402 PasspointProvider that = (PasspointProvider) thatObject; local
403 return mProviderId == that.mProviderId
404 && TextUtils.equals(mCaCertificateAlias, that.mCaCertificateAlias)
405 && TextUtils.equals(mClientCertificateAlias, that.mClientCertificateAlias)
406 && TextUtils.equals(mClientPrivateKeyAlias, that.mClientPrivateKeyAlias)
407 && (mConfig == null ? that.mConfig == null : mConfig.equals(that.mConfig));
578 * that this value will be sent to the EAP server as part of the EAP-Response/ Identity
580 * packet, and revert to using the (real) identity field for subsequent transactions that
585 * placeholder that is not used--it is set to this value by convention. See Section 5.1 o
    [all...]

Completed in 1852 milliseconds

<<11121314151617181920>>