Home
last modified time | relevance | path

Searched defs:items (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/external/selinux/libsepol/src/
Dwrite.c62 size_t items; in ebitmap_write() local
109 size_t items, items2; in avtab_write_item() local
282 size_t items; in avtab_write() local
354 size_t items; in mls_write_semantic_level_helper() local
402 size_t items; in mls_write_level() local
422 size_t items, items2; in mls_write_range_helper() local
450 size_t items, items2, len; in sens_write() local
478 size_t items, items2, len; in cat_write() local
505 size_t nel, items; in role_trans_write() local
549 size_t nel, items; in role_allow_write() local
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
DTableTest.java105 final List<ITableItem> items = Arrays.asList(createItem("A", 1), in testCallbackSequence() local
136 final List<ITableItem> items = Arrays.asList(createItem("A", 1)); in testInvisible() local
153 final List<ITableItem> items = Arrays.asList(createItem("C", 3), in testSortIds() local
199 final List<ITableItem> items = Arrays.asList(createItem("C", 3), in testDefaultSorting() local
/external/oj-libjdwp/src/share/back/
Dbag.c32 void *items; /* hold items in bag, must align on itemSize */ member
80 char *items = theBag->items; in bagFind() local
98 void *items = theBag->items; in bagAdd() local
125 void *items = theBag->items; in bagDelete() local
149 char *items = theBag->items; in bagEnumerateOver() local
/external/cldr/tools/java/org/unicode/cldr/util/
DBuilder.java136 public CBuilder<E, U> addAll(E... items) { in addAll()
143 public CBuilder<E, U> addAll(Iterator<E> items) { in addAll()
155 public <T> CBuilder<E, U> addAll(Transform<T, E> transform, T... items) { in addAll() argument
159 public <T> CBuilder<E, U> addAll(Transform<T, E> transform, Iterator<T> items) { in addAll()
179 public CBuilder<E, U> removeAll(E... items) { in removeAll()
186 public CBuilder<E, U> removeAll(Iterator<E> items) { in removeAll()
199 public CBuilder<E, U> retainAll(E... items) { in retainAll()
204 public CBuilder<E, U> retainAll(Iterator<E> items) { in retainAll()
226 public CBuilder<E, U> xor(E... items) { in xor()
230 public CBuilder<E, U> xor(Iterator<E> items) { in xor()
[all …]
DXListFormatter.java67 public String format(Object... items) { in format()
71 public String format(Collection<?> items) { in format()
75 public String formatCodePoints(String items) { in formatCodePoints()
/external/autotest/cli/
Dtopic_common.py642 def check_and_create_items(self, op_get, op_create, argument
743 def print_fields_std(self, items, keys, title=None): argument
761 def print_fields_parse(self, items, keys, title=None): argument
778 def __find_justified_fmt(self, items, keys): argument
801 def print_dict(self, items, title=None, line_before=False): argument
818 def print_table_std(self, items, keys_header, sublist_keys=()): argument
844 def print_table_parse(self, items, keys_header, sublist_keys=()): argument
867 def print_by_ids_std(self, items, title=None, line_before=False): argument
884 def print_by_ids_parse(self, items, title=None, line_before=False): argument
909 def print_list_std(self, items, key): argument
[all …]
/external/webrtc/webrtc/libjingle/xmpp/
Dpubsubtasks.cc92 std::vector<PubSubItem>* items) { in ParseItem()
103 std::vector<PubSubItem>* items) { in ParseRetract()
108 std::vector<PubSubItem>* items) { in ParseEventItemsElem()
131 std::vector<PubSubItem>* items) { in ParsePubSubItemsElem()
154 std::vector<PubSubItem> items; in HandleResult() local
172 std::vector<PubSubItem> items; in ReceiveStanza() local
Dpubsubtasks_unittest.cc34 const std::vector<buzz::PubSubItem>& items) { in OnReceiveUpdate()
39 const std::vector<buzz::PubSubItem>& items) { in OnRequestResult()
43 void OnItems(const std::vector<buzz::PubSubItem>& items) { in OnItems()
67 std::vector<HandledPubSubItem> items; member in TestPubSubTasksListener
/external/flatbuffers/tests/
Dmonster_test.schema.json117 "inventory" : { "type" : "array", "items" : { "type" : "number" } }, object
121 "test4" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Test" } }, object
122 "testarrayofstring" : { "type" : "array", "items" : { "type" : "string" } }, object
123 …"testarrayoftables" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Monst… object
125 "testnestedflatbuffer" : { "type" : "array", "items" : { "type" : "number" } }, object
136 "testarrayofbools" : { "type" : "array", "items" : { "type" : "boolean" } }, object
140 "testarrayofstring2" : { "type" : "array", "items" : { "type" : "string" } }, object
141 …"testarrayofsortedstruct" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example… object
142 "flex" : { "type" : "array", "items" : { "type" : "number" } }, object
143 "test5" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Test" } }, object
[all …]
/external/fonttools/Tests/varLib/
Dbuilder_test.py19 def test_buildVarData_no_optimize(region_indices, items, expected_num_shorts): argument
54 region_indices, items, expected_num_shorts, expected_regions, argument
/external/libtextclassifier/utils/
Dlua-utils.h90 void NewIterator(StringPiece name, const T *items, lua_State *state) const { in NewIterator()
128 int Next(const T *items, const int64 pos, lua_State *state) const { in Next()
145 const T *items = FromUpValue<T *>(kItemsArgId, state); in Item() local
173 virtual int Item(const T *items, StringPiece key, lua_State *state) const { in Item()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsIterableContainingInAnyOrder.java22 protected boolean matchesSafely(Iterable<? extends T> items, Description mismatchDescription) { in matchesSafely()
57 public boolean isFinished(Iterable<? extends S> items) { in isFinished()
123 public static <T> Matcher<Iterable<? extends T>> containsInAnyOrder(T... items) { in containsInAnyOrder()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DTable.java88 final List<? extends ITableItem> items, final ICoverageNode total, in render()
100 final List<? extends ITableItem> items, final ICoverageNode total) in header()
118 final List<? extends ITableItem> items, final Resources resources, in body()
132 final List<? extends ITableItem> items) { in sort()
162 void init(final HTMLElement tr, final List<? extends ITableItem> items, in init()
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Ddata_provider.py63 def get(self, items): argument
100 def _validate_items(self, items): argument
/external/deqp/framework/delibs/decpp/
DdeRandom.cpp110 static const int items[] = { 3, 42, 45, 123, 654, -123, -90, 0, 43 }; in Random_selfTest() local
139 static const int items[] = { 3, 42, 45, 123, 654, -123, -90, 0, 43 }; in Random_selfTest() local
150 static const int items[] = { 3, 42, 45, 123, 654, -123, -90, 0 }; in Random_selfTest() local
163 int items[] = { 3, 42, 45, 123, 654, -123, -90, 0, 43 }; in Random_selfTest() local
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedArrayBlockingQueue.java69 final E[] items; field in MonitorBasedArrayBlockingQueue
115 final E[] items = this.items; in extract() local
128 final E[] items = this.items; in removeAt() local
472 final E[] items = this.items; in toArray() local
526 final E[] items = this.items; in toArray() local
568 final E[] items = this.items; in clear() local
598 final E[] items = this.items; in drainTo() local
/external/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py25 def parse_items(items, has_dependencies = True): argument
98 def parse(subpath, items): argument
116 def parse_items(items): argument
126 def parse(subpath, items): argument
202 def parse(subpath, items): argument
216 def parse(subpath, items): argument
264 def parse(subpath, items): argument
341 def parse(subpath, items): argument
373 def parse(subpath, items): argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py25 def parse_items(items, has_dependencies = True): argument
98 def parse(subpath, items): argument
116 def parse_items(items): argument
126 def parse(subpath, items): argument
202 def parse(subpath, items): argument
216 def parse(subpath, items): argument
264 def parse(subpath, items): argument
341 def parse(subpath, items): argument
373 def parse(subpath, items): argument
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DSplitterTest.java417 Iterable<String> items = COMMA_SPLITTER.limit(2).split(simple); in testLimitSeparator() local
423 Iterable<String> items = COMMA_SPLITTER.limit(2).split(text); in testLimitExtraSeparators() local
429 Iterable<String> items = COMMA_SPLITTER.limit(2).omitEmptyStrings().split(text); in testLimitExtraSeparatorsOmitEmpty() local
435 Iterable<String> items = COMMA_SPLITTER.limit(3).omitEmptyStrings().split(text); in testLimitExtraSeparatorsOmitEmpty3() local
441 Iterable<String> items = COMMA_SPLITTER.limit(2).omitEmptyStrings().trimResults().split(text); in testLimitExtraSeparatorsTrim() local
447 Iterable<String> items = COMMA_SPLITTER.limit(3).omitEmptyStrings().trimResults().split(text); in testLimitExtraSeparatorsTrim3() local
453 Iterable<String> items = COMMA_SPLITTER.limit(1).omitEmptyStrings().trimResults().split(text); in testLimitExtraSeparatorsTrim1() local
459 Iterable<String> items = COMMA_SPLITTER.limit(1).trimResults().split(text); in testLimitExtraSeparatorsTrim1NoOmit() local
465 Iterable<String> items = COMMA_SPLITTER.limit(1).split(text); in testLimitExtraSeparatorsTrim1Empty() local
471 Iterable<String> items = COMMA_SPLITTER.omitEmptyStrings().limit(1).split(text); in testLimitExtraSeparatorsTrim1EmptyOmit() local
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp518 QStringList items = in add_p2p_group_client() local
831 QStringList items = text.split(' '); in event_notify() local
866 QStringList items = text.split(' '); in event_notify() local
877 QStringList items = text.split(' '); in event_notify() local
903 QStringList items = in event_notify() local
952 QStringList items = text.split(' '); in event_notify() local
991 QStringList items = text.split(' '); in event_notify() local
1007 QStringList items = text.split(' '); in event_notify() local
1030 QStringList items = text.split(' '); in event_notify() local
1051 QStringList items = text.split(' '); in event_notify() local
[all …]
/external/freetype/src/gzip/
Dzutil.c83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
164 voidpf zcalloc (opaque, items, size) in zcalloc() argument
/external/dynamic_depth/internal/dynamic_depth/
Dimage.cc62 std::vector<std::unique_ptr<Item>>* items) { in FromData()
89 const string& mime, std::vector<std::unique_ptr<Item>>* items) { in FromDataForPrimaryImage()
111 const string& item_uri, std::vector<std::unique_ptr<Item>>* items) { in FromData()
Dcontainer.cc32 std::vector<std::unique_ptr<Item>>* items) { in FromItems()
81 std::vector<const Item*> items; in GetItems() local
/external/icu/icu4c/source/test/perf/leperf/
Dletrperf.cpp25 long *items = 0; variable
28 long items[ITEM_COUNT]; member
36 Long items[ITEM_COUNT]; member
/external/bcc/src/lua/bcc/
Dtable.lua131 function BaseTable:items() function
197 function BaseArray:items(with_index) function

12345678910>>...20