HomeSort by relevance Sort by last modified time
    Searched full:objects (Results 626 - 650 of 21490) sorted by null

<<21222324252627282930>>

  /external/skia/third_party/freetype/include/freetype-android/
ftmodule.h 5 * the objects directory (normally `<topdir>/objs/') based on information
  /external/skia/tools/gpu/gl/debug/
GrFakeRefObj.h 16 // This object is used to track the OpenGL objects. We don't use real
17 // reference counting (i.e., we don't free the objects when their ref count
19 // are tracking in this class are actually OpenGL's references to the objects
81 // object to instantiate the various objects
  /external/skqp/include/core/
SkTraceMemoryDump.h 17 * This interface is meant to be passed as argument to the memory dump methods of Skia objects.
23 * Enum to specify the level of the requested details for the dump from the Skia objects.
29 // Dump the detailed breakdown of the objects in the caches.
44 * e.g., "bytes", "objects".
  /external/skqp/src/core/
SkVptr.h 14 // Experimentally, see if we can get at the vptr of objects with one.
  /external/skqp/third_party/freetype/include/freetype-android/
ftmodule.h 5 * the objects directory (normally `<topdir>/objs/') based on information
  /external/skqp/tools/gpu/gl/debug/
GrFakeRefObj.h 16 // This object is used to track the OpenGL objects. We don't use real
17 // reference counting (i.e., we don't free the objects when their ref count
19 // are tracking in this class are actually OpenGL's references to the objects
81 // object to instantiate the various objects
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/GC/
badreadproto.ll 5 ; This usage is invalid now; instead, objects must be bitcast to i8* for input
  /external/testng/src/test/java/test/mustache/
MustacheTest.java 87 private Map<String, Object> create(Object... objects) {
89 for (int i = 0; i < objects.length; i += 2) {
90 result.put((String) objects[i], objects[i + 1]);
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
make_sources_bad.sh 6 # the bad-objects directory, for the bisection test. It is called
make_sources_good.sh 6 # the good-objects directory, for the bisection test. It is called
  /external/v8/src/
arguments.cc 6 #include "src/objects-inl.h"
  /external/v8/src/interpreter/
bytecode-array-iterator.cc 6 #include "src/objects-inl.h"
  /external/v8/src/objects/
regexp-match-info.h 9 #include "src/objects.h"
12 #include "src/objects/object-macros.h"
29 // matchIndices objects of the last match. matchIndices contains two indices
74 #include "src/objects/object-macros-undef.h"
  /frameworks/base/telephony/java/android/telephony/mbms/
FileInfo.java 25 import java.util.Objects;
100 return Objects.equals(uri, fileInfo.uri) &&
101 Objects.equals(mimeType, fileInfo.mimeType);
106 return Objects.hash(uri, mimeType);
ServiceInfo.java 33 import java.util.Objects;
141 * @return An unmodifiable set of {@link Locale} objects corresponding to a user-displayable
193 return Objects.equals(names, that.names) &&
194 Objects.equals(className, that.className) &&
195 Objects.equals(locales, that.locales) &&
196 Objects.equals(serviceId, that.serviceId) &&
197 Objects.equals(sessionStartTime, that.sessionStartTime) &&
198 Objects.equals(sessionEndTime, that.sessionEndTime);
203 return Objects.hash(names, className, locales, serviceId, sessionStartTime, sessionEndTime);
  /frameworks/base/test-runner/src/junit/runner/
TestRunListener.java 5 * this interface using only primitive objects,
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ListViewAddRemoveNoTransition.java 84 List<String> objects) {
85 super(context, textViewResourceId, objects);
86 for (int i = 0; i < objects.size(); ++i) {
87 mIdMap.put(objects.get(i), i);
  /frameworks/support/webkit/src/main/java/androidx/webkit/internal/
WebkitToCompatConverter.java 48 * objects affect the other object. That WebSettingsAdapter can be used to implement
58 * that calls on either of those objects affect the other object.
68 * {@link ServiceWorkerWebSettings} such that calls on either of those objects affect the other
89 * {@link WebResourceError}such that calls on either of those objects affect the other
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_mpool_pub.h 7 * homogenous objects.
29 * prealloc: The contiguous memory block of objects can either be supplied
30 * by the client or malloc'ed by the memory manager. The objects are
106 uint16 nobj; /* Total number of objects in this pool */
107 uint16 num_alloc; /* Number of objects currently allocated */
108 uint16 high_water; /* Max number of allocated objects. */
149 * bcm_mpm_create_prealloc_pool() - Create a new pool for fixed size objects. The
157 * obj_sz: INPUT Size of objects that will be allocated by the new pool
159 * nobj: INPUT Maximum number of concurrently existing objects to support
183 * all memory objects have been freed back to the pool
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerHashCodeTest.java 51 * Test hash codes for equal objects.
61 assertTrue("hash codes for equal objects are unequal", code1 == code2);
66 * Test hash codes for unequal objects.
77 assertTrue("hash codes for unequal objects are equal", code1 != code2);
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountComparator.java 18 import com.google.common.base.Objects;
34 if (Objects.equal(a.name, b.name) && Objects.equal(a.type, b.type)
35 && Objects.equal(a.dataSet, b.dataSet)) {
  /packages/services/Car/service/src/com/android/car/storagemonitoring/
WearEstimateRecord.java 25 import java.util.Objects;
46 mOldWearEstimate = Objects.requireNonNull(oldWearEstimate);
47 mNewWearEstimate = Objects.requireNonNull(newWearEstimate);
49 mUnixTimestamp = Objects.requireNonNull(unixTimestamp);
105 * That means the two objects have the same values for:
120 return Objects.hash(mOldWearEstimate,
147 mOldWearEstimate = Objects.requireNonNull(wearEstimate);
152 mNewWearEstimate = Objects.requireNonNull(wearEstimate);
165 mUnixTimestamp = Objects.requireNonNull(now);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
iostream 1 // Standard iostream objects -*- C++ -*-
30 // ISO C++ 14882: 27.3 Standard iostream objects
47 * @name Standard Stream Objects
50 * objects</em>. For other declarations, see
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
iostream 1 // Standard iostream objects -*- C++ -*-
30 // ISO C++ 14882: 27.3 Standard iostream objects
47 * @name Standard Stream Objects
50 * objects</em>. For other declarations, see
  /prebuilts/go/darwin-x86/test/
finprofiled.go 21 // Allocate 1M 4-byte objects and set a finalizer for every third object.
22 // Assuming that tiny block size is 16, some objects get finalizers setup
55 // See how much memory in tiny objects is profiled.
68 panic("some of the tiny objects are not profiled")

Completed in 940 milliseconds

<<21222324252627282930>>