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

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/src/go/ast/
scope.go 5 // This file implements scopes and the objects they contain.
21 Objects map[string]*Object
35 return s.Objects[name]
44 if alt = s.Objects[obj.Name]; alt == nil {
45 s.Objects[obj.Name] = obj
54 if s != nil && len(s.Objects) > 0 {
56 for _, obj := range s.Objects {
65 // Objects
  /prebuilts/go/darwin-x86/test/
heapsampling.go 76 checkValue(fname, ln, "objects", count, s.objects)
78 totalcount += s.objects
124 bytes, objects int64
142 allocStat.objects += r.AllocObjects
149 objects, bytes := scaleHeapSample(stats.objects, stats.bytes, int64(runtime.MemProfileRate))
150 a[line] = allocStat{bytes, objects}
  /prebuilts/go/linux-x86/src/go/ast/
scope.go 5 // This file implements scopes and the objects they contain.
21 Objects map[string]*Object
35 return s.Objects[name]
44 if alt = s.Objects[obj.Name]; alt == nil {
45 s.Objects[obj.Name] = obj
54 if s != nil && len(s.Objects) > 0 {
56 for _, obj := range s.Objects {
65 // Objects
  /prebuilts/go/linux-x86/test/
heapsampling.go 76 checkValue(fname, ln, "objects", count, s.objects)
78 totalcount += s.objects
124 bytes, objects int64
142 allocStat.objects += r.AllocObjects
149 objects, bytes := scaleHeapSample(stats.objects, stats.bytes, int64(runtime.MemProfileRate))
150 a[line] = allocStat{bytes, objects}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 12 expected_list_sort_output = "{method 'sort' of 'list' objects}"
58 4 0.000 0.000 0.000 0.000 {method 'append' of 'list' objects}
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
86 {method 'append' of 'list' objects} <- 4 0.000 0.000 profilee.py:73(helper1)
87 {method 'disable' of '_lsprof.Profiler' objects} <-
109 4 0.000 0.000 {method 'append' of 'list' objects}
118 {method 'append' of 'list' objects} ->
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 12 expected_list_sort_output = "{method 'sort' of 'list' objects}"
58 4 0.000 0.000 0.000 0.000 {method 'append' of 'list' objects}
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
86 {method 'append' of 'list' objects} <- 4 0.000 0.000 profilee.py:73(helper1)
87 {method 'disable' of '_lsprof.Profiler' objects} <-
109 4 0.000 0.000 {method 'append' of 'list' objects}
118 {method 'append' of 'list' objects} ->
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/microblaze/
relax_size.exp 2 proc ld_run { objects ldflags dest test } {
3 set ld_output [target_link $objects $dest $ldflags]
  /tools/loganalysis/src/com/android/loganalysis/item/
GenericItem.java 68 * @return A Map from Strings to Objects containing merged attributes.
144 * encode, along with attributes which implement the {@link IItem} interface. If objects are
197 * Helper method to return if two objects are equal.
209 * Helper method to return if two objects are consistent.
214 * both objects are not null and not equal.
221 * Helper method used for merging two objects.
225 * @return If both objects are null, then null, else the non-null item if both items are equal.
226 * @throws ConflictingItemException If both objects are not null and they are not equal.
  /tools/loganalysis/src/com/android/loganalysis/parser/
IParser.java 31 * Parses a list of {@link String} objects and returns a {@link IItem}.
33 * @param lines A list of {@link String} objects.
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Diff.java 26 import java.util.Objects;
86 // Corresponding objects must belong to classes of the same name.
89 // Corresponding objects must belong to heaps of the same name.
92 // Corresponding string objects must have the same value.
93 // mStringValue is set to the empty string for non-string objects.
96 // Corresponding class objects must have the same class name.
97 // mClassName is set to the empty string for non-class objects.
100 // Corresponding array objects must have the same length.
101 // mArrayLength is set to 0 for non-array objects.
137 return Objects.hash(mClass, mHeapName, mStringValue, mClassName, mArrayLength)
    [all...]
  /external/libnl/include/netlink-private/
object-api.h 43 * // separate _alloc() function to ease allocting objects of this kind.
121 * // case of objects that have optional attributes, e.g. a route may have a
141 * // identify unique objects by use of unified comparison functions.
154 * // call ATTR_DIFF() on both objects which will make sure to only
166 * // In order to identify identical objects with differing attributes
183 * definition to allow objects to be cached.
201 * Return true if attribute is available in both objects
211 * Return true if attribute is available in only one of both objects
216 * @return True if the attribute is available in only one of both objects,
229 * in both objects, if not this will count as a mismatch
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_ae_precapture_trigger.py 17 import its.objects
41 _,fmt = its.objects.get_fastest_manual_capture_settings(props)
48 manual_req = its.objects.manual_capture_request(s,e)
51 precap_req = its.objects.manual_capture_request(s,e)
60 auto_req = its.objects.auto_capture_request()
test_black_white.py 18 import its.objects
39 largest_yuv = its.objects.get_largest_yuv_format(props)
44 fmt = its.objects.get_smallest_yuv_format(props, match_ar=match_ar)
53 req = its.objects.manual_capture_request(sens_range[0], expt_range[0])
68 req = its.objects.manual_capture_request(sens_range[1], expt_range[1])
test_ev_compensation_advanced.py 18 import its.objects
46 largest_yuv = its.objects.get_largest_yuv_format(props)
51 fmt = its.objects.get_smallest_yuv_format(props, match_ar=match_ar)
56 ev_per_step = its.objects.rational_to_float(
72 req = its.objects.auto_capture_request()
test_tonemap_sequence.py 18 import its.objects
40 largest_yuv = its.objects.get_largest_yuv_format(props)
45 fmt = its.objects.get_smallest_yuv_format(props, match_ar=match_ar)
52 req = its.objects.manual_capture_request(sens, exp_time, f_dist, True, props)
61 req = its.objects.manual_capture_request(sens, exp_time, f_dist, False)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectPool.java 37 /** Type of objects in this pool.
41 /** Stack of given objects this points to.
48 * @param type Type of objects for this pool
59 * @param className Fully qualified name of the type of objects for this pool.
80 * @param type Type of objects for this pool
  /external/autotest/client/cros/chameleon/
screen_capture.py 39 """Initializes the CommonChameleonScreenCapturer objects."""
68 """Initializes the VgaChameleonScreenCapturer objects."""
97 """Initializes the CrosExternalScreenCapturer objects."""
119 """Initializes the CrosInternalScreenCapturer objects."""
141 """Initializes the CrosCalibrationImageCapturer objects."""
  /external/autotest/site_utils/
stable_version_utils.py 28 for v in models.StableVersion.objects.all()])
54 return models.StableVersion.objects.get(board=board).version
73 stable_version = models.StableVersion.objects.get(board=board)
77 models.StableVersion.objects.create(board=board, version=version)
85 stable_version = models.StableVersion.objects.get(board=board)
  /external/autotest/venv/lucifer/
handoffs.py 38 return (models.JobHandoff.objects
53 hqes = models.HostQueueEntry.objects.filter(job_id__in=job_ids)
77 id for id in (models.HostQueueEntry.objects
82 (models.Host.objects
94 (models.JobHandoff.objects
  /external/compiler-rt/lib/msan/tests/
CMakeLists.txt 72 cmake_parse_arguments(SOURCE "" "" "OBJECTS;LINKFLAGS;DEPS" ${ARGN})
79 OBJECTS ${SOURCE_OBJECTS}
103 # Instrumented loadable module objects.
111 OBJECTS ${MSAN_INST_LOADABLE_OBJECTS}
122 OBJECTS ${MSAN_TEST_OBJECTS} ${MSAN_LIBCXX_SO}
  /external/compiler-rt/make/
subdir.mk 7 # ModuleName - The library name for objects in that directory.
8 # ObjNames - The objects available in that directory.
9 # Implementation - The library configuration the objects should go in (Generic
12 # OnlyArchs - Only build the objects for the listed archs.
13 # OnlyConfigs - Only build the objects for the listed configurations.
  /external/guava/guava/src/com/google/common/base/
Objects.java 33 * {@code Object} methods with {@code Objects}</a>.
39 public final class Objects {
40 private Objects() {}
43 * Determines whether two possibly-null objects are equal. Returns:
52 * <p>This assumes that any non-null objects passed to this function conform
56 * deprecated; use {@link java.util.Objects#equals} instead.
74 * return Objects.hashCode(getX(), getY(), getZ());
81 * deprecated; use {@link java.util.Objects#hash} instead.
83 public static int hashCode(@Nullable Object... objects) {
84 return Arrays.hashCode(objects);
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
EquivalenceTester.java 33 * Tester for {@link Equivalence} relationships between groups of objects.
37 * where each group contains objects that are supposed to be equal to each
38 * other. Objects of different groups are expected to be unequal. For example:
79 * Adds a group of objects that are supposed to be equivalent to each other
80 * and not equivalent to objects in any other equivalence group added to this
  /external/guice/core/src/com/google/inject/spi/
Dependency.java 21 import com.google.common.base.Objects;
104 return Objects.hashCode(injectionPoint, parameterIndex, key);
110 return Objects.equal(injectionPoint, dependency.injectionPoint)
111 && Objects.equal(parameterIndex, dependency.parameterIndex)
112 && Objects.equal(key, dependency.key);
  /external/icu/icu4c/source/common/unicode/
unifunct.h 30 * <code>UnicodeFunctor</code> is an abstract base class for objects
46 * Return a copy of this object. All UnicodeFunctor objects
80 * @return The class ID for all objects of this class.
95 * @return The class ID for this object. All objects of a given
96 * class have the same class ID. Objects of other classes have

Completed in 4206 milliseconds

<<31323334353637383940>>