HomeSort by relevance Sort by last modified time
    Searched defs:that (Results 201 - 225 of 1093) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/gpu/batches/
GrAtlasTextBatch.cpp 4 * Use of this source code is governed by a BSD-style license that can be
195 GrAtlasTextBatch* that = t->cast<GrAtlasTextBatch>(); local
196 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(),
197 that->bounds(), caps)) {
201 if (fMaskType != that->fMaskType) {
206 if (kColorBitmapMask_MaskType == fMaskType && this->color() != that->color()) {
209 if (this->usesLocalCoords() && !this->viewMatrix().cheapEqualTo(that->viewMatrix())) {
213 if (!this->viewMatrix().cheapEqualTo(that->viewMatrix())) {
217 if (fFilteredColor != that->fFilteredColor) {
221 if (fUseBGR != that->fUseBGR)
    [all...]
GrDrawAtlasBatch.cpp 4 * Use of this source code is governed by a BSD-style license that can be
170 GrDrawAtlasBatch* that = t->cast<GrDrawAtlasBatch>(); local
172 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(),
173 that->bounds(), caps)) {
178 if (!this->viewMatrix().cheapEqualTo(that->viewMatrix())) {
182 if (this->hasColors() != that->hasColors()) {
186 if (!this->hasColors() && this->color() != that->color()) {
190 if (this->color() != that->color()) {
193 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin())
    [all...]
GrDrawVerticesBatch.cpp 4 * Use of this source code is governed by a BSD-style license that can be
171 GrDrawVerticesBatch* that = t->cast<GrDrawVerticesBatch>(); local
173 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(),
174 that->bounds(), caps)) {
178 if (!this->batchablePrimitiveType() || this->primitiveType() != that->primitiveType()) {
183 if (!fViewMatrix.cheapEqualTo(that->fViewMatrix)) {
187 if (fGeoData[0].fIndices.isEmpty() != that->fGeoData[0].fIndices.isEmpty()) {
191 if (fGeoData[0].fLocalCoords.isEmpty() != that->fGeoData[0].fLocalCoords.isEmpty()) {
196 if (that->fVariableColor || that->fGeoData[0].fColor != fGeoData[0].fColor)
    [all...]
  /external/toybox/scripts/
config2help.c 249 char *this, *that, *cusage, *tusage, *name; local
252 // find a usage: name and collate all enabled entries with that name
255 if (catch->help && (that = keyword("usage:", catch->help->data))) {
261 // text out of throw into catch, copying from this to that
262 if (!throw) name = that;
263 else if (strncmp(name, that, len) || !isspace(that[len])) continue;
265 while (!isspace(*that) && *that) that++
    [all...]
  /external/toybox/toys/pending/
mke2fs.c 164 static long check_treesize(struct dirtree *that, off_t *size)
168 while (that) {
169 *size += sizeof(struct ext2_dentry) + strlen(that->name);
171 if (that->child)
172 that->st.st_blocks = check_treesize(that->child, &that->st.st_size);
173 else if (S_ISREG(that->st.st_mode)) {
174 that->st.st_blocks = file_blocks_used(that->st.st_size, 0)
194 struct dirtree *current=tree, *that; local
    [all...]
  /external/v8/src/compiler/
operator.h 2 // Use of this source code is governed by a BSD-style license that can be
36 // transformations for nodes that have this operator.
73 virtual bool Equals(const Operator* that) const {
74 return this->opcode() == that->opcode();
149 // A templatized implementation of Operator that has one static parameter of
168 const Operator1<T, Pred, Hash>* that = variable
170 return this->pred_(this->parameter(), that->parameter());
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 54 * Indicates that the widget can be displayed on the home screen. This is the default value.
59 * Indicates that the widget can be displayed on the keyguard.
64 * Indicates that the widget can be displayed within a space reserved for the search box.
115 * How often, in milliseconds, that this AppWidget wants to be updated.
146 * The activity to launch that will configure the AppWidget.
200 * A widget which is displayed on both needs to ensure that it follows the design guidelines
340 AppWidgetProviderInfo that = new AppWidgetProviderInfo(); local
341 that.provider = this.provider == null ? null : this.provider.clone();
342 that.minWidth = this.minWidth;
343 that.minHeight = this.minHeight
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
CursorAnchorInfo.java 36 * the screen coordinates so that IMEs can render their UI components near where the text is
71 * Horizontal position of the insertion marker, in the local coordinates that will be
78 * Vertical position of the insertion marker, in the local coordinates that will be
85 * Vertical position of the insertion marker, in the local coordinates that will be
92 * Vertical position of the insertion marker, in the local coordinates that will be
101 * Java chars, in the local coordinates that will be transformed with the transformation matrix
107 * Transformation matrix that is applied to any positional information of this class to
195 final CursorAnchorInfo that = (CursorAnchorInfo) obj; local
196 if (hashCode() != that.hashCode()) {
200 // Check fields that are not covered by hashCode() first
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
HomeSP.java 187 HomeSP that = (HomeSP) thatObject; local
188 return mFQDN.equals(that.mFQDN);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 45 * @param test The test case that is being run
58 * @param test The test case that is being run
59 * @param activity The activity that is in the foreground of the test case
75 * @param test The test case that is being run
88 * @param test The test case that is being run
89 * @param activity The activity that is in the foreground of the test case
107 * @param test The test case that is being run
108 * @param v The ViewGroup that should be dragged
123 * @param test The test case that is being run
124 * @param activity The activity that is in the foreground of the test cas
815 final ViewStateSnapshot that = (ViewStateSnapshot) o; local
    [all...]
  /frameworks/data-binding/extensions/library/src/androidTest/java/android/databinding/
ObservableParcelTest.java 246 MyParcelable that = (MyParcelable) o; local
248 if (x != that.x) {
251 if (y != null ? !y.equals(that.y) : that.y != null) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AnqpCache.java 102 CacheKey that = (CacheKey) thatObject; local
103 return Utils.compare(that.mSSID, mSSID) == 0 &&
104 that.mBSSID == mBSSID &&
105 that.mHESSID == mHESSID;
PasspointMatchInfo.java 185 public int compareTo(PasspointMatchInfo that) {
186 return getScore() - that.getScore();
223 PasspointMatchInfo that = (PasspointMatchInfo)thatObject; local
225 return getNetworkDetail().equals(that.getNetworkDetail()) &&
226 getHomeSP().equals(that.getHomeSP()) &&
227 getPasspointMatch().equals(that.getPasspointMatch());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
HomeSP.java 215 // relationship, but it is possible to avoid an ANQP query if it turns out that the
350 HomeSP that = (HomeSP) thatObject; local
351 return mFQDN.equals(that.mFQDN);
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationMember.java 44 * means that the error occured during parsing or resolution of corresponding
199 AnnotationMember that = (AnnotationMember)obj; local
200 if (name.equals(that.name) && tag == that.tag) {
202 return equalArrayValue(that.value);
207 return value.equals(that.value);
358 * Provides mutation-safe access to contained value. That is, caller is free
  /libcore/ojluni/src/main/java/java/security/
MessageDigest.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
41 * Message digests are secure one-way hash functions that take arbitrary-sized
73 * <p>Note that if a given implementation is not cloneable, it is
77 * <p>Note that this class is abstract and extends from
157 * Returns a MessageDigest object that implements the specified digest
164 * Provider that supports the specified algorithm is returned.
166 * <p> Note that the list of registered providers may be retrieved via
175 * @return a Message Digest object that implements the specified algorithm
578 MessageDigest that = local
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/
Mac.java 10 * by Oracle in the LICENSE file that accompanied this code.
12 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * version 2 for more details (a copy is included in the LICENSE file that
48 * authentication codes are used between two parties that share a secret
52 * <p> A MAC mechanism that is based on cryptographic hash functions is
180 * <p>This is the same name that was specified in one of the
181 * <code>getInstance</code> calls that created this
191 * Returns a <code>Mac</code> object that implements the
198 * Provider that supports the specified algorithm is returned.
200 * <p> Note that the list of registered providers may be retrieved vi
687 Mac that = (Mac)super.clone(); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Credential.java 147 Credential that = (Credential)o; local
148 return TextUtils.equals(mProviderId, that.mProviderId)
149 && TextUtils.equals(mAccessToken, that.mAccessToken)
150 && TextUtils.equals(mRefreshToken, that.mRefreshToken)
151 && mExpiration == that.mExpiration;
  /packages/apps/TV/src/com/android/tv/data/
WatchedHistoryManager.java 289 WatchedRecord that = (WatchedRecord) o; local
290 return Objects.equals(channelId, that.channelId)
291 && Objects.equals(watchedStartTime, that.watchedStartTime)
292 && Objects.equals(duration, that.duration);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
ProgramInfo.java 224 ProgramInfo that = (ProgramInfo) o; local
225 return Objects.equals(seasonNumber, that.seasonNumber) &&
226 Objects.equals(episodeNumber, that.episodeNumber) &&
227 Objects.equals(durationMs, that.durationMs) &&
228 Objects.equals(title, that.title) &&
229 Objects.equals(episode, that.episode) &&
230 Objects.equals(posterArtUri, that.posterArtUri) &&
231 Objects.equals(description, that.description) &&
232 Objects.equals(genre, that.genre) &&
233 Objects.equals(contentRatings, that.contentRatings) &
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 135 HTML.Element that = (HTML.Element) o; local
136 return this.name.equals(that.name);
227 HTML.Attribute that = (HTML.Attribute) o; local
228 return this.name.equals(that.name);
  /packages/providers/TvProvider/tests/src/com/android/providers/tv/
EpgDataCleanupServiceTests.java 106 Program that = (Program) obj; local
107 return Objects.equals(id, that.id)
108 && Objects.equals(startTime, that.startTime)
109 && Objects.equals(endTime, that.endTime);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/guava/guava/src/com/google/common/cache/
CacheBuilderSpec.java 160 * Returns a CacheBuilderSpec that will prevent caching.
222 * Returns a string that can be used to parse an equivalent
224 * not guaranteed, except that reparsing its output will produce
263 CacheBuilderSpec that = (CacheBuilderSpec) obj; local
264 return Objects.equal(initialCapacity, that.initialCapacity)
265 && Objects.equal(maximumSize, that.maximumSize)
266 && Objects.equal(maximumWeight, that.maximumWeight)
267 && Objects.equal(concurrencyLevel, that.concurrencyLevel)
268 && Objects.equal(keyStrength, that.keyStrength)
269 && Objects.equal(valueStrength, that.valueStrength
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
Doubles.java 44 * Static utility methods pertaining to {@code double} primitives, that are not
82 * returned is the same as that of <code>((Double) a).{@linkplain
83 * Double#compareTo compareTo}(b)</code>. As with that method, {@code NaN} is
112 * {@code array}. Note that this always returns {@code false} when {@code
131 * {@code array}. Note that this always returns {@code -1} when {@code target}
158 * <p>More formally, returns the lowest index {@code i} such that {@code
162 * <p>Note that this always returns {@code -1} when {@code target} contains
189 * {@code array}. Note that this always returns {@code -1} when {@code target}
217 * @return the value present in {@code array} that is less than or equal to
235 * @return the value present in {@code array} that is greater than or equal t
538 DoubleArrayAsList that = (DoubleArrayAsList) object; local
    [all...]

Completed in 1155 milliseconds

1 2 3 4 5 6 7 891011>>