HomeSort by relevance Sort by last modified time
    Searched refs:that (Results 251 - 275 of 5043) sorted by null

<<11121314151617181920>>

  /ndk/build/core/
add-toolchain.mk 20 # configuration file (config.mk) that will be included here.
24 # The list of variables that must or may be defined
30 # Clear variables that are supposed to be defined by the config file
49 # Check that the proper variables were defined
52 # Check that the file didn't do something stupid
63 # check that the toolchain name is unique
80 # NDK_ABI.<abi>.toolchains records the list of toolchains that support
prebuilt-library.mk 26 # Check that LOCAL_SRC_FILES contains only the path to one library
44 $(call __ndk_info,Check that $(prebuilt_path) exists, or that its path is correct)
49 # in the TARGET_OUT directory, and then the installation one. Note that
61 # If LOCAL_BUILT_MODULE is not defined, then ensure that the prebuilt is
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 40 These normally consist of either subroutines that may be exported, or methods
41 that may be called on objects belonging to the classes that the module provides.
46 context to help them understand the methods that are subsequently described.
51 A list of every error and warning message that the module can generate
52 (even the ones that will "never happen"), with a full explanation of each
61 meaning of any environment variables or properties that can be set. These
68 A list of all the other modules that this module relies upon, including any
76 A list of any modules that this module cannot be used in conjunction with.
79 (for example, many modules that use source code filters are mutuall
    [all...]
  /external/guava/guava-tests/lib/
libtruth-gwt.jar 
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 158 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;
ShadowBitmapDrawable.java 60 * 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/webkit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/
label-control.js 1 description('Test that label.control references the correct form control, or null if there is no associated control.');
3 debug("Find a control that is the first descendent in a label");
17 debug("Note that filedset is a form control that is not labelable.");
22 debug("Note that legend is a form control that is not labelable.");
27 debug("Note that optgroup is a form control that is not labelable.");
32 debug("Note that option is a form control that is not labelable.")
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 13 * This library is distributed in the hope that it will be useful,
69 ScrollbarEfl* that = static_cast<ScrollbarEfl*>(data); local
86 value = messageFloat->val * (that->totalSize() - that->visibleSize());
87 that->scrollableArea()->scrollToOffsetWithoutAnimation(that->orientation(), value);
  /external/oprofile/events/i386/westmere/
events 10 event:0x03 counters:0,1,2,3 um:x02 minimum:200000 name:LOAD_BLOCK : Loads that partially overlap an earlier store
17 event:0x0c counters:0,1,2,3 um:x01 minimum:200000 name:MEM_STORE_RETIRED : Retired stores that miss the DTLB (Precise Event)
19 event:0x0f counters:0,1,2,3 um:mem_uncore_retired minimum:40000 name:MEM_UNCORE_RETIRED : Load instructions retired that HIT modified data in sibling core (Precise Event)
25 event:0x18 counters:0,1,2,3 um:x01 minimum:2000000 name:INST_DECODED : Instructions that must be decoded by decoder 0
28 event:0x20 counters:0,1,2,3 um:x01 minimum:2000000 name:LSD_OVERFLOW : Loops that can't stream from the instruction queue
69 event:0xc8 counters:0,1,2,3 um:x20 minimum:200000 name:ITLB_MISS_RETIRED : Retired instructions that missed the ITLB (Precise Event)
70 event:0xcb counters:0,1,2,3 um:mem_load_retired minimum:200000 name:MEM_LOAD_RETIRED : Retired loads that miss the DTLB (Precise Event)
  /external/v8/test/mjsunit/
delete-global-properties.js 3 // modification, are permitted provided that the following conditions are
37 // Check that deleting and reintroducing global variables works.
41 // Check that the property has been introduced.
43 // Check that deletion works.
46 // Check that reintroduction works.
store-dictionary.js 3 // modification, are permitted provided that the following conditions are
30 // Function that stores property 'x' on an object.
44 // Test that READ_ONLY property attribute is respected. Make 'x'
51 // Check that the store did not change the value.
54 // Check that bail-out code works.
function-prototype.js 3 // modification, are permitted provided that the following conditions are
28 // Test that we can set function prototypes to non-object values. The
29 // prototype used for instances in that case should be the initial
58 // Test that the fast case optimizations can handle non-functions,
70 // Check that getting the prototype of a tagged integer works.
88 // Check that getting the prototype of a non-function works. This must
  /external/v8/test/mjsunit/regress/
regress-1151.js 3 // modification, are permitted provided that the following conditions are
28 // Test that we do not try to create prototypes on objects that has the,
37 // Test that we are compatible with Safari on prototypes set locally and
38 // on the actual prototype set using __proto__ on objects that has the
regress-675.js 3 // modification, are permitted provided that the following conditions are
30 // Test that load ICs for nonexistent properties check global
42 // Check that we bail out from the IC.
46 // Same test, but test that the global property cell is also checked
59 // Check that IC bails out.
regress-1530.js 3 // modification, are permitted provided that the following conditions are
28 // Test that redefining the 'prototype' property of a function object
34 // Verify that normal assignment of 'prototype' property works properly
44 // Verify that 'prototype' behaves like a data property when it comes to
55 // Verify that the previous redefinition didn't screw up callbacks and
65 // Verify that non-writability of other properties is respected.
  /external/icu4c/i18n/
choicfmt.cpp 111 ChoiceFormat::ChoiceFormat(const ChoiceFormat& that)
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)
    [all...]
  /external/llvm/lib/Support/
SmallPtrSet.cpp 61 // If fewer of 1/8 of the array is empty (meaning that many are filled with
123 // prefer to return it than something that would require more probing.
175 const SmallPtrSetImpl& that) {
179 if (that.isSmall()) {
183 CurArray = (const void**)malloc(sizeof(void*) * (that.CurArraySize+1));
188 CurArraySize = that.CurArraySize;
191 memcpy(CurArray, that.CurArray, sizeof(void*)*(CurArraySize+1));
193 NumElements = that.NumElements;
194 NumTombstones = that.NumTombstones;
197 /// CopyFrom - implement operator= from a smallptrset that has the same pointe
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 28 * This class describes all device configuration information that can
75 /** Constant for {@link #screenLayout}: bits that encode the size. */
78 * value indicating that no size has been set. */
113 /** Constant for {@link #screenLayout}: bits that encode the aspect ratio. */
116 * value indicating that no size has been set. */
119 * value that corresponds to the
124 * value that corresponds to the
129 /** Constant for {@link #screenLayout}: bits that encode the layout direction. */
134 * value indicating that no layout dir has been set. */
137 * value indicating that a layout dir has been set to LTR. *
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 6 * 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; local
734 if (this.getFormat() != that.getFormat())
736 if (this.getWidth() != that.getWidth()
    [all...]
  /cts/tools/signature-tools/src/signature/model/impl/
SigParameterizedType.java 78 public static boolean equals(IParameterizedType thiz, Object that) {
79 if (!(that instanceof IParameterizedType)) {
82 IParameterizedType other = (IParameterizedType) that;
  /external/apache-http/src/org/apache/http/auth/
NTCredentials.java 160 NTCredentials that = (NTCredentials) o; local
161 if (LangUtils.equals(this.principal, that.principal)
162 && LangUtils.equals(this.workstation, that.workstation)) {
  /external/chromium/android/autofill/
url_fetcher_proxy.h 5 * modification, are permitted provided that the following conditions
42 // TODO: Investigate alternatives to using RunnableMethod that don't
53 // A class that implements the same API as URLFetcher but instead of
54 // assuming that the calling thread is a chrome thread with a message
64 // Note that we overide the minimum number of methods to allow this
104 // an alternative to RunnableMethod that doesn't expect a ref counted object?
143 URLFetcherProxy* that = static_cast<URLFetcherProxy*>(context); local
144 if (pending_callbacks_[that]) {
145 that->DoCompleteImpl();
  /external/chromium/base/
version.cc 2 // Use of this source code is governed by a BSD-style license that can be
38 bool Version::Equals(const Version& that) const {
40 DCHECK(that.is_valid_);
41 return CompareTo(that) == 0;
  /external/guava/guava/src/com/google/common/collect/
SingletonImmutableList.java 125 List<?> that = (List<?>) object; local
126 return that.size() == 1 && element.equals(that.get(0));
133 // in a way that modifies its hash code.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domstringlistcontains02.js 7 hope that it will be useful, but WITHOUT ANY WARRANTY; without even
16 * Gets URI that identifies the test.
82 Verify that the list contains features that are required and supported by this DOMConfiguration object.
83 Verify that the contains method returns false for a string that is not contained in this DOMStringList.

Completed in 1541 milliseconds

<<11121314151617181920>>