/external/opencv3/3rdparty/libwebp/enc/ |
D | backward_references.c | 81 void VP8LInitBackwardRefs(VP8LBackwardRefs* const refs) { in VP8LInitBackwardRefs() argument 82 if (refs != NULL) { in VP8LInitBackwardRefs() 83 refs->refs = NULL; in VP8LInitBackwardRefs() 84 refs->size = 0; in VP8LInitBackwardRefs() 85 refs->max_size = 0; in VP8LInitBackwardRefs() 89 void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs) { in VP8LClearBackwardRefs() argument 90 if (refs != NULL) { in VP8LClearBackwardRefs() 91 free(refs->refs); in VP8LClearBackwardRefs() 92 VP8LInitBackwardRefs(refs); in VP8LClearBackwardRefs() 96 int VP8LBackwardRefsAlloc(VP8LBackwardRefs* const refs, int max_size) { in VP8LBackwardRefsAlloc() argument [all …]
|
/external/elfutils/libdwfl/ |
D | derelocate.c | 40 } refs[0]; member 75 struct secref *refs = NULL; in cache_sections() local 130 newref->next = refs; in cache_sections() 131 refs = newref; in cache_sections() 145 for (struct secref *sec = refs; sec != NULL; sec = sec->next) in cache_sections() 158 mod->reloc_info = malloc (offsetof (struct dwfl_relocation, refs[nrefs])); in cache_sections() 166 for (size_t i = nrefs; i-- > 0; refs = refs->next) in cache_sections() 167 sortrefs[i] = refs; in cache_sections() 168 assert (refs == NULL); in cache_sections() 175 mod->reloc_info->refs[i].name = sortrefs[i]->name; in cache_sections() [all …]
|
/external/webp/src/enc/ |
D | backward_references.c | 97 static void ClearBackwardRefs(VP8LBackwardRefs* const refs) { in ClearBackwardRefs() argument 98 assert(refs != NULL); in ClearBackwardRefs() 99 if (refs->tail_ != NULL) { in ClearBackwardRefs() 100 *refs->tail_ = refs->free_blocks_; // recycle all blocks at once in ClearBackwardRefs() 102 refs->free_blocks_ = refs->refs_; in ClearBackwardRefs() 103 refs->tail_ = &refs->refs_; in ClearBackwardRefs() 104 refs->last_block_ = NULL; in ClearBackwardRefs() 105 refs->refs_ = NULL; in ClearBackwardRefs() 108 void VP8LBackwardRefsClear(VP8LBackwardRefs* const refs) { in VP8LBackwardRefsClear() argument 109 assert(refs != NULL); in VP8LBackwardRefsClear() [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
D | frac_digits.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | negative_sign.pass.cpp | 30 explicit Fnf(std::size_t refs = 0) in Fnf() argument 31 : std::moneypunct<char, false>(refs) {} in Fnf() 38 explicit Fnt(std::size_t refs = 0) in Fnt() argument 39 : std::moneypunct<char, true>(refs) {} in Fnt() 46 explicit Fwf(std::size_t refs = 0) in Fwf() argument 47 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 54 explicit Fwt(std::size_t refs = 0) in Fwt() argument 55 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | curr_symbol.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | grouping.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | positive_sign.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | thousands_sep.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | decimal_point.pass.cpp | 29 explicit Fnf(std::size_t refs = 0) in Fnf() argument 30 : std::moneypunct<char, false>(refs) {} in Fnf() 37 explicit Fnt(std::size_t refs = 0) in Fnt() argument 38 : std::moneypunct<char, true>(refs) {} in Fnt() 45 explicit Fwf(std::size_t refs = 0) in Fwf() argument 46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 53 explicit Fwt(std::size_t refs = 0) in Fwt() argument 54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | pos_format.pass.cpp | 26 explicit Fnf(std::size_t refs = 0) in Fnf() argument 27 : std::moneypunct<char, false>(refs) {} in Fnf() 34 explicit Fnt(std::size_t refs = 0) in Fnt() argument 35 : std::moneypunct<char, true>(refs) {} in Fnt() 42 explicit Fwf(std::size_t refs = 0) in Fwf() argument 43 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 50 explicit Fwt(std::size_t refs = 0) in Fwt() argument 51 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
D | neg_format.pass.cpp | 26 explicit Fnf(std::size_t refs = 0) in Fnf() argument 27 : std::moneypunct<char, false>(refs) {} in Fnf() 34 explicit Fnt(std::size_t refs = 0) in Fnt() argument 35 : std::moneypunct<char, true>(refs) {} in Fnt() 42 explicit Fwf(std::size_t refs = 0) in Fwf() argument 43 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 50 explicit Fwt(std::size_t refs = 0) in Fwt() argument 51 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
D | frac_digits.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 47 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 55 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | curr_symbol.pass.cpp | 33 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 34 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 41 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 42 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 49 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 50 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 57 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 58 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | grouping.pass.cpp | 33 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 34 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 41 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 42 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 49 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 50 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 57 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 58 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | positive_sign.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 47 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 55 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | thousands_sep.pass.cpp | 37 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 38 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 45 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 46 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 53 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 54 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 61 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 62 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | decimal_point.pass.cpp | 34 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 35 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 42 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 43 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 50 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 51 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 58 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 59 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
D | negative_sign.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 47 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 55 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
/external/e2fsprogs/lib/ext2fs/ |
D | irel_ma.c | 49 struct ext2_inode_reference *refs; member 164 if (ref_ent->refs && ent->max_refs != 169 retval = ext2fs_resize_mem(old_size, size, &ref_ent->refs); 252 if (ref_ent->refs == 0) { 256 sizeof(struct ext2_inode_reference), &ref_ent->refs); 259 memset(ref_ent->refs, 0, size); 266 ref_ent->refs[(unsigned) ref_ent->num++] = *ref; 294 if ((ref_ent->refs == NULL) || 300 *ref = ref_ent->refs[ma->ref_iter++]; 316 if (ma->ref_entries[(unsigned) new].refs) [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
D | test_imports.py | 125 refs = self.mf.getReferences(n) 126 self.assertEqual(set(refs), set(self.mf.findNode(nm) for nm in imported)) 128 refs = list(self.mf.getReferers(n)) 130 self.assertEqual(refs, [None]) 136 refs = list(self.mf.getReferences(n)) 137 self.assertEqual(refs, []) 145 refs = list(self.mf.getReferences(n)) 147 self.assertEqual(refs, [n]) 155 refs = set(self.mf.getReferences(n)) 156 self.assertEqual(refs, set([self.mf.findNode('pkg')])) [all …]
|
/external/v8/test/cctest/ |
D | test-threads.cc | 38 i::List<i::ThreadId>* refs, unsigned int thread_no, in ThreadIdValidationThread() argument 41 refs_(refs), in ThreadIdValidationThread() 70 i::List<i::ThreadId> refs(kNThreads); in TEST() local 75 new ThreadIdValidationThread(prev, &refs, i, &semaphore); in TEST() 78 refs.Add(i::ThreadId::Invalid()); in TEST()
|
/external/v8/test/mjsunit/ |
D | mirror-array.js | 48 var refs = new MirrorRefCache( 80 …assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected construct… 81 …assertEquals('Array', refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor … 90 …assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the lengt… 91 …assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed J… 101 …assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type…
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | Wildcard.java | 35 private final int[] refs; field in Wildcard 83 refs = new int[size]; in Wildcard() 84 Arrays.fill(refs, -1); in Wildcard() 90 refs[i] = ((Integer)v).intValue(); in Wildcard() 107 sb.append((refs[i] >= 0) ? matcher.group(refs[i]) : strings[i]); in replace()
|
/external/clang/test/Index/ |
D | file-refs.m | 44 // RUN: -file-refs-at=%s:7:18 \ 55 // RUN: -file-refs-at=%s:4:10 \ 62 // RUN: -file-refs-at=%s:15:27 \ 69 // RUN: -file-refs-at=%s:18:13 \ 75 // RUN: -file-refs-at=%s:38:10 \ 83 // RUN: -file-refs-at=%s:33:12 \
|