Searched defs:items (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/external/elfutils/backends/
H A Dx86_corenote.c32 regs_offset, nregloc, reglocs, nitems, items);
37 size_t *nitems, const Ebl_Core_Item **items)
49 *items = &ioperm_item;
35 ioperm_info(GElf_Word descsz, GElf_Word *regs_offset, size_t *nregloc, const Ebl_Register_Location **reglocs, size_t *nitems, const Ebl_Core_Item **items) argument
/external/nanopb-c/generator/google/protobuf/internal/
H A Denum_type_wrapper.py83 def items(self): member in class:EnumTypeWrapper
/external/protobuf/python/google/protobuf/internal/
H A Denum_type_wrapper.py83 def items(self): member in class:EnumTypeWrapper
/external/valgrind/none/tests/solaris/
H A Dstack_prot.c25 size_t i, items; local
27 items = fread(map, sizeof(map[0]), ARRAY_LENGTH(map), fi);
28 if (items != ARRAY_LENGTH(map)) {
37 for (i = 0; i < items; i++)
/external/autotest/frontend/client/src/autotest/common/table/
H A DJSONObjectSet.java22 public JSONObjectSet(Collection<T> items) { argument
24 addAll(items);
/external/clang/test/CodeGenCXX/
H A Dtypeid-cxx11.cpp22 extern constexpr Item items[] = { member in namespace:Test1
27 constexpr auto &x = items[0].ti;
/external/e2fsprogs/lib/ext2fs/
H A Datexit.c32 static struct exit_data *items; variable in typeref:struct:exit_data
39 for (ed = items + nr_items - 1; ed >= items; ed--) {
45 ext2fs_free_mem(&items);
63 for (x = 0, ed = items; x < nr_items; x++, ed++) {
83 &items);
87 items[nr_items].func = func;
88 items[nr_items].data = data;
103 for (x = 0, ed = items; x < nr_items; x++, ed++) {
110 memset(items
[all...]
/external/elfutils/libebl/
H A Deblcorenote.c46 const Ebl_Core_Item **items)
49 regs_offset, nregloc, reglocs, nitems, items);
61 *items = table; \
43 ebl_core_note(Ebl *ebl, const GElf_Nhdr *nhdr, const char *name, GElf_Word *regs_offset, size_t *nregloc, const Ebl_Register_Location **reglocs, size_t *nitems, const Ebl_Core_Item **items) argument
/external/guava/guava-testlib/src/com/google/common/testing/
H A DEquivalenceTester.java66 private final List<T> items = Lists.newArrayList(); field in class:EquivalenceTester
90 items.addAll(ImmutableList.copyOf(group));
104 for (T item : items) {
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsArrayContainingInAnyOrder.java89 * examined array is logically equal to one item anywhere in the specified items.
91 * specified items.
93 * <p>N.B. each of the specified items will only be used once during a given examination, so be
94 * careful when specifying items that may be equal to more than one entry in an examined
102 * @param items
103 * the items that must equal the entries of an examined array, in any order
105 public static <E> Matcher<E[]> arrayContainingInAnyOrder(E... items) { argument
107 for (E item : items) {
H A DIsArrayContainingInOrder.java41 * logically equal to the corresponding item in the specified items. For a positive match,
42 * the examined array must be of the same length as the number of specified items.
46 * @param items
47 * the items that must equal the items within an examined array
49 public static <E> Matcher<E[]> arrayContaining(E... items) { argument
51 for (E item : items) {
65 * the matchers that must be satisfied by the items in the examined array
H A DIsIterableContainingInAnyOrder.java22 protected boolean matchesSafely(Iterable<? extends T> items, Description mismatchDescription) { argument
24 for (T item : items) {
30 return matching.isFinished(items);
35 description.appendText("iterable with items ")
57 public boolean isFinished(Iterable<? extends S> items) { argument
63 .appendText(" in ").appendValueList("[", ", ", "]", items);
82 * the examined {@link Iterable} yields a series of items, each satisfying one matcher anywhere
106 * the examined {@link Iterable} yields a series of items, each logically equal to one item
107 * anywhere in the specified items. For a positive match, the examined iterable
108 * must be of the same length as the number of specified items
123 containsInAnyOrder(T... items) argument
[all...]
H A DIsIterableContainingInRelativeOrder.java72 * examined {@link Iterable} yields a series of items, that contains items logically equal to the
73 * corresponding item in the specified items, in the same relative order
77 * @param items
78 * the items that must be contained within items provided by an examined {@link Iterable} in the same relative order
80 public static <E> Matcher<Iterable<? extends E>> containsInRelativeOrder(E... items) { argument
82 for (E item : items) {
91 * examined {@link Iterable} yields a series of items, that each satisfying the corresponding
97 * the matchers that must be satisfied by the items provide
[all...]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
H A DIColumnRenderer.java33 * @param items
34 * all items that will be displayed in the table
36 * the summary of all coverage data items in the table
39 public boolean init(List<? extends ITableItem> items, ICoverageNode total); argument
47 * the summary of all coverage data items in the table
H A DLabelColumn.java35 public boolean init(final List<? extends ITableItem> items, argument
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DInMemoryResourceLoader.java28 * ResourceLoader that pulls all items from memory. This is particularly useful for small templates
37 private ConcurrentMap<String, String> items = new ConcurrentHashMap<String, String>(); field in class:InMemoryResourceLoader
41 String content = items.get(name);
56 items.put(name, contents);
60 items.remove(name);
64 return items;
/external/r8/src/main/java/com/android/tools/r8/shaking/
H A DDiscardedChecker.java40 private void processSubItems(DexItem[] items) { argument
41 Arrays.stream(items).filter(checkDiscarded::contains).forEach(this::report);
/external/toybox/toys/other/
H A Dhwclock.c43 int hctosys = 0, items = fscanf(fp, "%d", &hctosys); local
46 if (items == 1 && hctosys == 1) {
/external/webrtc/webrtc/libjingle/xmpp/
H A Ddiscoitemsquerytask.cc35 std::vector<DiscoItem> items; local
41 items.push_back(item);
44 SignalResult(items);
/external/autotest/frontend/afe/feeds/
H A Dfeed.py61 def items(self, obj): member in class:JobFeed
/external/brotli/enc/
H A Dentropy_encode.h82 static BROTLI_INLINE void SortHuffmanTreeItems(HuffmanTree* items, argument
89 HuffmanTree tmp = items[i];
92 while (comparator(&tmp, &items[j])) {
93 items[k] = items[j];
97 items[k] = tmp;
108 HuffmanTree tmp = items[i];
109 for (; j >= gap && comparator(&tmp, &items[j - gap]); j -= gap) {
110 items[j] = items[
[all...]
/external/cmockery/cmockery_0_1_2/src/example/
H A Dkey_value_test.c42 KeyValue * const items = (KeyValue*)test_malloc(sizeof(key_values)); local
43 memcpy(items, key_values, sizeof(key_values));
44 *state = (void*)items;
45 set_key_values(items, sizeof(key_values) / sizeof(key_values[0]));
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DIsCollectionContaining.java67 * the matcher to apply to items provided by the examined {@link Iterable}
82 * the item to compare against the items provided by the examined {@link Iterable}
98 * the matchers to apply to items provided by the examined {@link Iterable}
115 * item from the specified <code>items</code>. Whilst matching, each traversal of the
120 * @param items
121 * the items to compare against the items provided by the examined {@link Iterable}
124 public static <T> Matcher<Iterable<T>> hasItems(T... items) { argument
125 List<Matcher<? super Iterable<T>>> all = new ArrayList<>(items.length);
126 for (T item : items) {
[all...]
/external/icu/icu4c/source/test/depstest/
H A Ddependencies.py19 items: Map from library or group names to item maps.
31 # TODO: Support binary items.
39 items = {} variable
99 global items, _line_number, _groups_to_be_defined
108 dep_item = items.get(dep)
114 items[dep] = {"type": "group"}
115 if library_name: items[dep]["library"] = library_name
144 global items, libraries, _line_number, _groups_to_be_defined
156 if name in items:
159 item = items[nam
[all...]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DTablePage.java26 * Report page that contains a table of items linked to other pages.
34 private final List<ITableItem> items = new ArrayList<ITableItem>(); field in class:TablePage
61 items.add(item);
73 context.getTable().render(body, items, getNode(),
76 items.clear();

Completed in 656 milliseconds

1234567891011>>