Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 4416) sorted by relevance

12345678910>>...177

/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/
DMainActivity.java68 ArrayList<ContentItem> objects = new ArrayList<>(); in onCreate() local
71 objects.add(0, new ContentItem("Line Charts")); in onCreate()
73 objects.add(1, new ContentItem("Basic", "Simple line chart.")); in onCreate()
74 objects.add(2, new ContentItem("Multiple", "Show multiple data sets.")); in onCreate()
75 objects.add(3, new ContentItem("Dual Axis", "Line chart with dual y-axes.")); in onCreate()
76 objects.add(4, new ContentItem("Inverted Axis", "Inverted y-axis.")); in onCreate()
77 objects.add(5, new ContentItem("Cubic", "Line chart with a cubic line shape.")); in onCreate()
78 objects.add(6, new ContentItem("Colorful", "Colorful line chart.")); in onCreate()
79 objects.add(7, new ContentItem("Performance", "Render 30.000 data points smoothly.")); in onCreate()
80 objects.add(8, new ContentItem("Filled", "Colored area between two lines.")); in onCreate()
[all …]
/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp67 rnd.m_Result.objects.emplace_back(m_pEngine->GetThisObject()); in Resolve()
74 rnd.m_Result.objects.emplace_back(pObjNode); in Resolve()
76 rnd.m_Result.objects.emplace_back(rnd.m_CurObject); in Resolve()
82 if (!rnd.m_Result.objects.empty()) in Resolve()
85 return !rnd.m_Result.objects.empty(); in Resolve()
88 rnd.m_Result.objects.emplace_back(m_pEngine->GetDocument()->GetRoot()); in Resolve()
90 return !rnd.m_Result.objects.empty(); in Resolve()
110 rnd.m_Result.objects.emplace_back(pChild); in ResolveAnyChild()
115 for (const auto& pObject : rnd.m_Result.objects) in ResolveAnyChild()
120 rnd.m_Result.objects = in ResolveAnyChild()
[all …]
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSetLite.java77 Object[] objects = Arrays.copyOf(first.objects, count); in mutableCopyOf() local
78 System.arraycopy(second.objects, 0, objects, first.count, second.count); in mutableCopyOf()
79 return new UnknownFieldSetLite(count, tags, objects, /* isMutable= */ true); in mutableCopyOf()
89 private Object[] objects; field in UnknownFieldSetLite
103 private UnknownFieldSetLite(int count, int[] tags, Object[] objects, boolean isMutable) { in UnknownFieldSetLite() argument
106 this.objects = objects; in UnknownFieldSetLite()
137 output.writeUInt64(fieldNumber, (Long) objects[i]); in writeTo()
140 output.writeFixed32(fieldNumber, (Integer) objects[i]); in writeTo()
143 output.writeFixed64(fieldNumber, (Long) objects[i]); in writeTo()
146 output.writeBytes(fieldNumber, (ByteString) objects[i]); in writeTo()
[all …]
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSetLite.java77 Object[] objects = Arrays.copyOf(first.objects, count); in mutableCopyOf() local
78 System.arraycopy(second.objects, 0, objects, first.count, second.count); in mutableCopyOf()
79 return new UnknownFieldSetLite(count, tags, objects, /* isMutable= */ true); in mutableCopyOf()
89 private Object[] objects; field in UnknownFieldSetLite
103 private UnknownFieldSetLite(int count, int[] tags, Object[] objects, boolean isMutable) { in UnknownFieldSetLite() argument
106 this.objects = objects; in UnknownFieldSetLite()
137 output.writeUInt64(fieldNumber, (Long) objects[i]); in writeTo()
140 output.writeFixed32(fieldNumber, (Integer) objects[i]); in writeTo()
143 output.writeFixed64(fieldNumber, (Long) objects[i]); in writeTo()
146 output.writeBytes(fieldNumber, (ByteString) objects[i]); in writeTo()
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSetLite.java77 Object[] objects = Arrays.copyOf(first.objects, count); in mutableCopyOf() local
78 System.arraycopy(second.objects, 0, objects, first.count, second.count); in mutableCopyOf()
79 return new UnknownFieldSetLite(count, tags, objects, /* isMutable= */ true); in mutableCopyOf()
89 private Object[] objects; field in UnknownFieldSetLite
103 private UnknownFieldSetLite(int count, int[] tags, Object[] objects, boolean isMutable) { in UnknownFieldSetLite() argument
106 this.objects = objects; in UnknownFieldSetLite()
137 output.writeUInt64(fieldNumber, (Long) objects[i]); in writeTo()
140 output.writeFixed32(fieldNumber, (Integer) objects[i]); in writeTo()
143 output.writeFixed64(fieldNumber, (Long) objects[i]); in writeTo()
146 output.writeBytes(fieldNumber, (ByteString) objects[i]); in writeTo()
[all …]
/external/harfbuzz_ng/test/fuzzing/
Dhb-repacker-fuzzer.cc45 void cleanup (hb_subset_serialize_object_t* objects, uint16_t num_objects) in cleanup() argument
49 free (objects[i].head); in cleanup()
50 free (objects[i].real_links); in cleanup()
54 void add_links_to_objects (hb_subset_serialize_object_t* objects, uint16_t num_objects, in add_links_to_objects() argument
67 objects[i].num_real_links = link_count[i]; in add_links_to_objects()
68objects[i].real_links = (hb_subset_serialize_link_t*) calloc (link_count[i], sizeof (hb_subset_ser… in add_links_to_objects()
69 objects[i].num_virtual_links = 0; in add_links_to_objects()
70 objects[i].virtual_links = nullptr; in add_links_to_objects()
77 … hb_subset_serialize_link_t* link = &(objects[parent_idx].real_links[link_count[parent_idx] - 1]); in add_links_to_objects()
94 hb_subset_serialize_object_t* objects = nullptr; in LLVMFuzzerTestOneInput() local
[all …]
/external/perfetto/test/trace_processor/diff_tests/stdlib/android/
Dheap_graph_for_dominator_tree.textproto25 # objects in this part are 3 bytes in size.
46 objects {
52 objects {
60 objects {
67 objects {
73 objects {
80 objects {
86 objects {
93 objects {
100 objects {
[all …]
/external/javassist/src/main/javassist/bytecode/
DLongVector.java23 private ConstInfo[][] objects; field in LongVector
27 objects = new ConstInfo[VSIZE][]; in LongVector()
33 objects = new ConstInfo[vsize][]; in LongVector()
39 public int capacity() { return objects.length * ASIZE; } in capacity()
45 return objects[i >> ABITS][i & (ASIZE - 1)]; in elementAt()
51 int len = objects.length; in addElement()
54 System.arraycopy(objects, 0, newObj, 0, len); in addElement()
55 objects = newObj; in addElement()
58 if (objects[nth] == null) in addElement()
59 objects[nth] = new ConstInfo[ASIZE]; in addElement()
[all …]
/external/eigen/unsupported/Eigen/src/BVH/
DKdBVH.h34 void operator()(const ObjectList &objects, BoxIter boxBegin, BoxIter boxEnd, VolumeList &outBoxes) in operator()
37 eigen_assert(outBoxes.size() == objects.size()); in operator()
38 EIGEN_ONLY_USED_FOR_DEBUG(objects); in operator()
44 void operator()(const ObjectList &objects, int, int, VolumeList &outBoxes)
46 outBoxes.reserve(objects.size());
47 for(int i = 0; i < (int)objects.size(); ++i)
48 outBoxes.push_back(bounding_box(objects[i]));
97 objects.clear();
101 objects.insert(objects.end(), begin, end);
102 int n = static_cast<int>(objects.size());
[all …]
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
DObjectPool.java24 private Object[] objects; field in ObjectPool
59 this.objects = new Object[this.desiredCapacity]; in ObjectPool()
101 this.objects[i] = modelObject.instantiate(); in refillPool()
119 T result = (T)objects[this.objectsPointer]; in get()
142 if(this.objectsPointer >= objects.length){ in recycle()
147 objects[this.objectsPointer] = object; in recycle()
157 public synchronized void recycle(List<T> objects){ in recycle() argument
158 while(objects.size() + this.objectsPointer + 1 > this.desiredCapacity){ in recycle()
161 final int objectsListSize = objects.size(); in recycle()
165 T object = objects.get(i); in recycle()
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestObjectOrArrayDeserialization.java16 private final List<SomeObject> objects; field in TestObjectOrArrayDeserialization.ArrayOrObject
20 public ArrayOrObject(List<SomeObject> objects) { in ArrayOrObject() argument
21 this.objects = objects; in ArrayOrObject()
27 this.objects = null; in ArrayOrObject()
34 assertNull("expected objects field to be null", arrayOrObject.objects); in testObjectCase()
40 assertNotNull("expected objects field not to be null", arrayOrObject.objects); in testEmptyArrayCase()
41 assertTrue("expected objects field to be an empty list", arrayOrObject.objects.isEmpty()); in testEmptyArrayCase()
47 assertNotNull("expected objects field not to be null", arrayOrObject.objects); in testNotEmptyArrayCase()
48 assertEquals("expected objects field to have size 2", 2, arrayOrObject.objects.size()); in testNotEmptyArrayCase()
/external/toolchain-utils/binary_search_tool/full_bisect_test/
Drun-test-nowrapper.sh33 rm -f good-objects
34 rm -f bad-objects
36 ln -s good-objects-permanent good-objects
37 ln -s bad-objects-permanent bad-objects
44 if [[ ! -f good-objects-permanent/build.o ]] ; then
55 mv work/*.o good-objects-permanent/.
62 mv work/*.o bad-objects-permanent/.
/external/mesa3d/src/gallium/auxiliary/util/
Du_handle_table.c49 void **objects; member
70 ht->objects = (void **)CALLOC(HANDLE_TABLE_INITIAL_SIZE, sizeof(void *)); in handle_table_create()
71 if(!ht->objects) { in handle_table_create()
114 new_objects = (void **)REALLOC((void *)ht->objects, in handle_table_resize()
123 ht->objects = new_objects; in handle_table_resize()
141 object = ht->objects[index]; in handle_table_clear()
143 ht->objects[index] = NULL; in handle_table_clear()
165 if(!ht->objects[ht->filled]) in handle_table_add()
181 assert(!ht->objects[index]); in handle_table_add()
182 ht->objects[index] = object; in handle_table_add()
[all …]
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DJcopBackupImpl.java82 BackupInterface[] objects = tracked(); in restore() local
84 for ( ; i < objects.length; ++i) { in restore()
95 if (tag == i && objects[i] != null) { in restore()
96 objects[i].restore(in, (short)0, length); in restore()
133 BackupInterface[] objects = tracked(); in backup() local
136 for (i = (short)0; i < (short)objects.length; ++i) { in backup()
138 if (objects[i] != null) { in backup()
139 length += objects[i].backupSize(); in backup()
157 for (i = (short)0; i < (short)objects.length; ++i) { in backup()
159 if (objects[i] != null) { in backup()
[all …]
/external/sdv/vsomeip/third_party/boost/intrusive/perf/
Dperf_list.cpp89 std::vector<typename ilist::value_type> objects(NumElements); in test_intrusive_list_push_back() local
92 l.push_back(objects[i]); in test_intrusive_list_push_back()
131 std::vector<typename stdlist::value_type> objects(NumElements); in test_compact_std_ptrlist_push_back() local
134 l.push_back(&objects[i]); in test_compact_std_ptrlist_push_back()
154 stdlist objects; stdptrlist l; in test_disperse_std_ptrlist_push_back() local
156 objects.push_back(typename stdlist::value_type(i)); in test_disperse_std_ptrlist_push_back()
157 l.push_back(&objects.back()); in test_disperse_std_ptrlist_push_back()
180 std::vector<typename ilist::value_type> objects(NumElements); in test_intrusive_list_reverse() local
183 ilist l(objects.begin(), objects.end()); in test_intrusive_list_reverse()
222 std::vector<typename stdlist::value_type> objects(NumElements); in test_compact_std_ptrlist_reverse() local
[all …]
/external/autotest/frontend/afe/
Drpc_interface_unittest.py93 return models.Job.objects.get(id=job_id)
98 label2 = models.Label.objects.create(name='bluetooth', platform=False)
108 host2 = models.Host.objects.create(hostname='test_host2', leased=False)
118 host2 = models.Host.objects.create(hostname='test_host2', leased=False)
141 leased_host = models.Host.objects.create(hostname='leased_host',
167 host3 = models.Host.objects.create(hostname='test_host3', leased=False)
191 job1 = models.Job.objects.get(pk=job1.id)
208 job2 = models.Job.objects.get(pk=job2.pk)
221 models.Test.objects.create(name='platform_BootPerfServer:shard',
227 models.Shard.objects.get,
[all …]
Dfrontend_test_utils.py15 models.DroneSet.objects.create(
18 acl_group = models.AclGroup.objects.create(name='my_acl')
21 self.hosts = [models.Host.objects.create(hostname=hostname)
29 self.labels = [models.Label.objects.create(name=name) for name in
33 platform = models.Label.objects.create(name='myplatform', platform=True)
40 self.labels.append(models.Label.objects.create(name='static'))
41 self.replaced_labels = [models.ReplacedLabel.objects.create(
80 model.objects.get_or_create(**args)
84 attribute_object, _ = attribute_model.objects.get_or_create(**get_args)
128 parent_job = (models.Job.objects.get(id=parent_job_id)
[all …]
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify13.c42 #define EVENT_MAX ARRAY_SIZE(objects)
56 } objects[] = { variable
106 for (i = 0; i < ARRAY_SIZE(objects); i++) { in create_objects()
107 if (objects[i].is_dir) in create_objects()
108 SAFE_MKDIR(objects[i].path, 0755); in create_objects()
110 SAFE_FILE_PRINTF(objects[i].path, "0"); in create_objects()
118 for (i = 0; i < ARRAY_SIZE(objects); i++) { in get_object_stats()
120 fanotify_save_fid(objects[i].path, &objects[i].fid); in get_object_stats()
129 for (i = 0; i < ARRAY_SIZE(objects); i++) { in setup_marks()
131 AT_FDCWD, objects[i].path); in setup_marks()
[all …]
/external/cbor-java/src/main/java/co/nstant/in/cbor/model/
DArray.java9 private final ArrayList<DataItem> objects; field in Array
13 objects = new ArrayList<>(); in Array()
17 objects.add(object); in add()
22 return objects; in getDataItems()
29 return super.equals(object) && objects.equals(other.objects); in equals()
36 return super.hashCode() ^ objects.hashCode(); in hashCode()
45 stringBuilder.append(Arrays.toString(objects.toArray()).substring(1)); in toString()
/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dpartially_revived_objects.cc56 const PartiallyRevivedObjects& objects) { in AssertAllCreateResourceFunctionsHaveNoCaptures() argument
57 for (const auto& id_and_resource : objects.restored_resources) { in AssertAllCreateResourceFunctionsHaveNoCaptures()
81 const PartiallyRevivedObjects& objects, in TensorHandleFromNode() argument
87 const auto& variables_iter = objects.variables.find(node_id); in TensorHandleFromNode()
88 if (variables_iter == objects.variables.end()) { in TensorHandleFromNode()
97 const auto& constants_iter = objects.constants.find(node_id); in TensorHandleFromNode()
98 if (constants_iter == objects.constants.end()) { in TensorHandleFromNode()
107 const auto& assets_iter = objects.assets.find(node_id); in TensorHandleFromNode()
108 if (assets_iter == objects.assets.end()) { in TensorHandleFromNode()
117 const auto& resource_iter = objects.restored_resources.find(node_id); in TensorHandleFromNode()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DObjectGraphMeasurer.java43 private final int objects; field in ObjectGraphMeasurer.Footprint
62 public Footprint(int objects, int nonNullRefs, int nullRefs, in Footprint() argument
64 Preconditions.checkArgument(objects >= 0, "Negative number of objects"); in Footprint()
69 this.objects = objects; in Footprint()
79 return objects; in getObjects()
115 objects, nonNullRefs, nullRefs, primitives); in hashCode()
122 return this.objects == that.objects in equals()
133 .add("Objects", objects) in toString()
187 private int objects; field in ObjectGraphMeasurer.ObjectGraphVisitor
210 objects++; in visit()
[all …]
/external/sdv/vsomeip/third_party/boost/unordered/test/exception/
Dconstructor_exception_tests.cpp17 struct objects struct
25 template <class T> struct construct_test1 : public objects, test::exception_base argument
37 template <class T> struct construct_test2 : public objects, test::exception_base
49 template <class T> struct construct_test3 : public objects, test::exception_base
61 template <class T> struct construct_test4 : public objects, test::exception_base
73 template <class T> struct construct_test5 : public objects, test::exception_base
85 template <class T> struct construct_test6 : public objects, test::exception_base
105 template <class T> struct range_construct_test1 : public range<T>, objects
117 template <class T> struct range_construct_test2 : public range<T>, objects
129 template <class T> struct range_construct_test3 : public range<T>, objects
[all …]
/external/autotest/client/cros/
Ddbus_util.py85 objects = dbus2primitive(object_manager.GetManagedObjects())
86 logging.debug('Saw objects %r', objects)
88 objects = [(path, interfaces)
89 for path, interfaces in six.iteritems(objects)
92 objects = [(path, interfaces)
93 for path, interfaces in objects
95 objects = dict(objects)
96 logging.debug('Filtered objects: %r', objects)
97 return objects
/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/
DS3ListObjectsV2IntegrationTest.java123 List<S3Object> objects = result.contents(); in testListNoParameters() local
125 assertEquals(keys.size(), objects.size()); in testListNoParameters()
128 assertS3ObjectSummariesAreValid(objects, false); in testListNoParameters()
153 List<S3Object> objects = result.contents(); in testListWithPrefixAndStartAfter() local
155 assertEquals(BUCKET_OBJECTS - 1, objects.size()); in testListWithPrefixAndStartAfter()
157 assertS3ObjectSummariesAreValid(objects, false); in testListWithPrefixAndStartAfter()
184 List<S3Object> objects = result.contents(); in testListWithPrefixAndDelimiter() local
186 assertEquals(1, objects.size()); in testListWithPrefixAndDelimiter()
188 assertS3ObjectSummariesAreValid(objects, false); in testListWithPrefixAndDelimiter()
210 List<S3Object> objects = result.contents(); in testListWithMaxKeys() local
[all …]
/external/autotest/frontend/client/src/autotest/common/table/
DSelectionManager.java36 public void onAdd(Collection<JSONObject> objects); in onAdd() argument
37 public void onRemove(Collection<JSONObject> objects); in onRemove() argument
79 public void selectObjects(Collection<? extends JSONObject> objects) { in selectObjects() argument
81 assert objects.size() == 1; in selectObjects()
84 addOrRemoveObjects(objects, true); in selectObjects()
91 public void deselectObjects(Collection<JSONObject> objects) { in deselectObjects() argument
92 addOrRemoveObjects(objects, false); in deselectObjects()
95 protected void addOrRemoveObjects(Collection<? extends JSONObject> objects, in addOrRemoveObjects() argument
98 for (JSONObject object : objects) { in addOrRemoveObjects()
162 protected void notifyListeners(Collection<JSONObject> objects, in notifyListeners() argument
[all …]

12345678910>>...177