/external/valgrind/main/none/tests/amd64/ |
D | bug156404-amd64.stdout.exp | 1 depth 0: r = 1 2 depth 1: r = 1 3 depth 2: r = 1 4 depth 3: r = 1 5 depth 4: r = 1 6 depth 5: r = 1 7 depth 6: r = 1 8 depth 7: r = 1 9 depth 8: r = 1 10 depth 9: r = 1 [all …]
|
/external/libvpx/libvpx/vpx_mem/memory_manager/include/ |
D | cavl_impl.h | 326 unsigned depth = 0, unbal_depth = 0; in L_() local 342 unbal_depth = depth; in L_() 355 L_BIT_ARR_1(branch, depth) in L_() 358 L_BIT_ARR_0(branch, depth) in L_() 362 depth++; in L_() 371 depth = unbal_depth; in L_() 376 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_() 377 depth++; in L_() 397 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_() 398 depth++; in L_() [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/ |
D | cavl_impl.h | 326 unsigned depth = 0, unbal_depth = 0; in L_() local 342 unbal_depth = depth; in L_() 355 L_BIT_ARR_1(branch, depth) in L_() 358 L_BIT_ARR_0(branch, depth) in L_() 362 depth++; in L_() 371 depth = unbal_depth; in L_() 376 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_() 377 depth++; in L_() 397 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_() 398 depth++; in L_() [all …]
|
/external/chromium_org/tools/android/heap_profiler/ |
D | heap_profiler_unittest.cc | 27 size_t depth; member 30 StackTrace GenStackTrace(size_t depth, uintptr_t base) { in GenStackTrace() argument 31 assert(depth <= HEAP_PROFILER_MAX_DEPTH); in GenStackTrace() 33 for (size_t i = 0; i < depth; ++i) in GenStackTrace() 35 st.depth = depth; in GenStackTrace() 48 for (uint32_t j = 0; j < st.depth; ++j) { in ExpectAlloc() 90 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0); in TEST_F() 91 heap_profiler_alloc((void*)0x2000, 2048, st1.frames, st1.depth, 0); in TEST_F() 103 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0); in TEST_F() 104 heap_profiler_alloc((void*)0x2000, 2048, st2.frames, st2.depth, 0); in TEST_F() [all …]
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | heavy_uar_test.cc | 30 void RecuriveFunctionWithStackFrame(int depth) { in RecuriveFunctionWithStackFrame() argument 31 if (depth <= 0) return; in RecuriveFunctionWithStackFrame() 33 x[0] = depth; in RecuriveFunctionWithStackFrame() 35 RecuriveFunctionWithStackFrame<kFrameSize>(depth - 1); in RecuriveFunctionWithStackFrame() 40 int depth = argc >= 3 ? atoi(argv[2]) : 500; in main() local 42 RecuriveFunctionWithStackFrame<10>(depth); in main() 43 RecuriveFunctionWithStackFrame<100>(depth); in main() 44 RecuriveFunctionWithStackFrame<500>(depth); in main() 45 RecuriveFunctionWithStackFrame<1024>(depth); in main() 46 RecuriveFunctionWithStackFrame<2000>(depth); in main() [all …]
|
/external/chromium_org/mojo/public/cpp/bindings/tests/ |
D | sample_service_unittest.cc | 157 void PrintSpacer(int depth) { in PrintSpacer() argument 158 for (int i = 0; i < depth; ++i) in PrintSpacer() 162 void Print(int depth, const char* name, bool value) { in Print() argument 163 PrintSpacer(depth); in Print() 167 void Print(int depth, const char* name, int32_t value) { in Print() argument 168 PrintSpacer(depth); in Print() 172 void Print(int depth, const char* name, uint8_t value) { in Print() argument 173 PrintSpacer(depth); in Print() 178 void Print(int depth, const char* name, in Print() argument 180 PrintSpacer(depth); in Print() [all …]
|
/external/chromium_org/ui/gfx/geometry/ |
D | box_f.h | 25 BoxF(float width, float height, float depth) in BoxF() argument 28 depth_(depth < 0 ? 0 : depth) {} in BoxF() 30 BoxF(float x, float y, float z, float width, float height, float depth) in BoxF() argument 34 depth_(depth < 0 ? 0 : depth) {} in BoxF() 36 BoxF(const Point3F& origin, float width, float height, float depth) in BoxF() argument 40 depth_(depth < 0 ? 0 : depth) {} in BoxF() 84 float depth() const { return depth_; } in depth() function 85 void set_depth(float depth) { depth_ = depth < 0 ? 0 : depth; } in set_depth() argument 89 float front() const { return z() + depth(); } in front() 91 void set_size(float width, float height, float depth) { in set_size() argument [all …]
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | loadimage.h | 19 void LoadA8ToRGBA8(size_t width, size_t height, size_t depth, 23 void LoadA8ToBGRA8(size_t width, size_t height, size_t depth, 27 void LoadA8ToBGRA8_SSE2(size_t width, size_t height, size_t depth, 31 void LoadA32FToRGBA32F(size_t width, size_t height, size_t depth, 35 void LoadA16FToRGBA16F(size_t width, size_t height, size_t depth, 39 void LoadL8ToRGBA8(size_t width, size_t height, size_t depth, 43 void LoadL8ToBGRA8(size_t width, size_t height, size_t depth, 47 void LoadL32FToRGBA32F(size_t width, size_t height, size_t depth, 51 void LoadL16FToRGBA16F(size_t width, size_t height, size_t depth, 55 void LoadLA8ToRGBA8(size_t width, size_t height, size_t depth, [all …]
|
D | loadimage.cpp | 14 void LoadA8ToRGBA8(size_t width, size_t height, size_t depth, in LoadA8ToRGBA8() argument 18 for (size_t z = 0; z < depth; z++) in LoadA8ToRGBA8() 32 void LoadA8ToBGRA8(size_t width, size_t height, size_t depth, in LoadA8ToBGRA8() argument 37 …LoadA8ToRGBA8(width, height, depth, input, inputRowPitch, inputDepthPitch, output, outputRowPitch,… in LoadA8ToBGRA8() 40 void LoadA32FToRGBA32F(size_t width, size_t height, size_t depth, in LoadA32FToRGBA32F() argument 44 for (size_t z = 0; z < depth; z++) in LoadA32FToRGBA32F() 61 void LoadA16FToRGBA16F(size_t width, size_t height, size_t depth, in LoadA16FToRGBA16F() argument 65 for (size_t z = 0; z < depth; z++) in LoadA16FToRGBA16F() 82 void LoadL8ToRGBA8(size_t width, size_t height, size_t depth, in LoadL8ToRGBA8() argument 86 for (size_t z = 0; z < depth; z++) in LoadL8ToRGBA8() [all …]
|
/external/llvm/tools/llvm-c-test/ |
D | calc.c | 46 int depth = 0; in build_from_tokens() local 59 if (depth < 2) { in build_from_tokens() 64 stack[depth - 2] = LLVMBuildBinOp(builder, op_to_opcode(tok), in build_from_tokens() 65 stack[depth - 1], stack[depth - 2], ""); in build_from_tokens() 66 depth--; in build_from_tokens() 73 if (depth < 1) { in build_from_tokens() 78 off = LLVMBuildGEP(builder, param, &stack[depth - 1], 1, ""); in build_from_tokens() 79 stack[depth - 1] = LLVMBuildLoad(builder, off, ""); in build_from_tokens() 92 if (depth >= MAX_DEPTH) { in build_from_tokens() 97 stack[depth++] = LLVMConstInt(LLVMInt64Type(), val, 1); in build_from_tokens() [all …]
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
D | access-binary-trees.js | 16 function bottomUpTree(item,depth){ argument 17 if (depth>0){ 19 bottomUpTree(2*item-1, depth-1) 20 ,bottomUpTree(2*item, depth-1) 39 for (var depth=minDepth; depth<=maxDepth; depth+=2){ 40 var iterations = 1 << (maxDepth - depth + minDepth); 44 check += bottomUpTree(i,depth).itemCheck(); 45 check += bottomUpTree(-i,depth).itemCheck();
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | access-binary-trees.js | 16 function bottomUpTree(item,depth){ argument 17 if (depth>0){ 19 bottomUpTree(2*item-1, depth-1) 20 ,bottomUpTree(2*item, depth-1) 39 for (var depth=minDepth; depth<=maxDepth; depth+=2){ 40 var iterations = 1 << (maxDepth - depth + minDepth); 44 check += bottomUpTree(i,depth).itemCheck(); 45 check += bottomUpTree(-i,depth).itemCheck();
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | access-binary-trees.js | 16 function bottomUpTree(item,depth){ argument 17 if (depth>0){ 19 bottomUpTree(2*item-1, depth-1) 20 ,bottomUpTree(2*item, depth-1) 39 for (var depth=minDepth; depth<=maxDepth; depth+=2){ 40 var iterations = 1 << (maxDepth - depth + minDepth); 44 check += bottomUpTree(i,depth).itemCheck(); 45 check += bottomUpTree(-i,depth).itemCheck();
|
/external/chromium_org/third_party/skia/forth/ |
D | ForthTests.cpp | 32 FORTH_ASSERT(reporter, 0 == fe->depth()); in drop_test0() 39 FORTH_ASSERT(reporter, 1 == fe->depth()); in drop_test1() 46 FORTH_ASSERT(reporter, 2 == fe->depth()); in dup_test() 55 FORTH_ASSERT(reporter, 2 == fe->depth()); in swap_test() 64 FORTH_ASSERT(reporter, 3 == fe->depth()); in over_test() 75 FORTH_ASSERT(reporter, 3 == fe->depth()); in rot_test() 86 FORTH_ASSERT(reporter, 3 == fe->depth()); in rrot_test() 98 FORTH_ASSERT(reporter, 4 == fe->depth()); in swap2_test() 109 FORTH_ASSERT(reporter, 4 == fe->depth()); in dup2_test() 122 FORTH_ASSERT(reporter, 6 == fe->depth()); in over2_test() [all …]
|
/external/qemu-pc-bios/vgabios/ |
D | vbetables-gen.c | 10 int depth; member 104 if (pm->depth == 4) in main() 107 pitch = pm->width * ((pm->depth + 7) / 8); in main() 111 pm->mode, pm->width, pm->height, pm->depth); in main() 112 if (pm->depth == 4) in main() 150 if (pm->depth == 4) { in main() 155 printf("/*Bit8u BitsPerPixel*/ %d,\n", pm->depth); in main() 159 if (pm->depth == 4) in main() 161 else if (pm->depth == 8) in main() 167 if (pm->depth == 4) in main() [all …]
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-2055.js | 31 function test1(depth) { argument 32 if (--depth < 0) { 35 return [ 0, test1(depth) ]; 40 function test2(depth) { argument 41 if (--depth < 0) { 44 var o = [ 0, test2(depth) ]; 45 return (depth == 0) ? 0.5 : o;
|
/external/lldb/test/lang/c/recurse/ |
D | main.c | 5 recurse_crash (uint32_t depth) in recurse_crash() argument 7 if (depth > 0) in recurse_crash() 8 return recurse_crash (depth - 1); in recurse_crash() 18 uint32_t depth = UINT32_MAX; in main() local 22 depth = strtoul (argv[1], &end, 0); in main() 24 depth = UINT32_MAX; in main() 26 recurse_crash (depth); in main()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 141 static int depth; variable 449 depth = DisplayPlanes(display, screen); in rpng_x_create_window() 458 if (/* depth != 8 && */ depth != 16 && depth != 24 && depth != 32) { in rpng_x_create_window() 461 depth); in rpng_x_create_window() 465 XMatchVisualInfo(display, screen, depth, in rpng_x_create_window() 466 (depth == 8)? PseudoColor : TrueColor, &visual_info); in rpng_x_create_window() 469 if (depth != 16 && depth != 24 && depth != 32) { in rpng_x_create_window() 473 depth)) in rpng_x_create_window() 477 visual_info.depth = 24; in rpng_x_create_window() 483 " 24-bit visuals found\n", depth); in rpng_x_create_window() [all …]
|
/external/proguard/src/proguard/shrink/ |
D | ShortestUsageMark.java | 40 private final int depth; field in ShortestUsageMark 53 this.depth = 0; in ShortestUsageMark() 88 this.depth = previousUsageMark.depth + cost; in ShortestUsageMark() 104 this.depth = otherUsageMark.depth; in ShortestUsageMark() 134 return this.depth < otherUsageMark.depth; in isShorter() 178 return "certain=" + certain + ", depth="+depth+": " + in toString()
|
/external/chromium_org/ppapi/proxy/ |
D | serialized_flash_menu.cc | 20 bool CheckMenu(int depth, const PP_Flash_Menu* menu); 23 PP_Flash_Menu* ReadMenu(int depth, const IPC::Message* m, PickleIterator* iter); 25 bool CheckMenuItem(int depth, const PP_Flash_MenuItem* item) { in CheckMenuItem() argument 27 return CheckMenu(depth, item->submenu); in CheckMenuItem() 31 bool CheckMenu(int depth, const PP_Flash_Menu* menu) { in CheckMenu() argument 32 if (depth > kMaxMenuDepth || !menu) in CheckMenu() 34 ++depth; in CheckMenu() 40 if (!CheckMenuItem(depth, menu->items + i)) in CheckMenu() 79 bool ReadMenuItem(int depth, in ReadMenuItem() argument 102 menu_item->submenu = ReadMenu(depth, m, iter); in ReadMenuItem() [all …]
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | Trie.java | 57 private Trie(List<Map.Entry<String, Integer>> elements, int depth) { in Trie() argument 58 this(elements, depth, 0, elements.size()); in Trie() 70 List<Map.Entry<String, Integer>> elements, int depth, in Trie() argument 72 this.terminal = depth == elements.get(start).getKey().length(); in Trie() 89 char ch = elements.get(i).getKey().charAt(depth); in Trie() 100 char lastCh = elements.get(start).getKey().charAt(depth); in Trie() 102 char ch = elements.get(i).getKey().charAt(depth); in Trie() 106 elements, depth + 1, childStart, i); in Trie() 112 children[childIndex++] = new Trie(elements, depth + 1, childStart, end); in Trie() 179 private void toStringBuilder(int depth, StringBuilder sb) { in toStringBuilder() argument [all …]
|
/external/chromium_org/tools/grit/grit/gather/ |
D | policy_json.py | 119 def _AddIndentedNontranslateableChunk(self, depth, string): argument 127 while depth > 0: 129 depth = depth - 1 157 def _AddPolicyKey(self, item, item_type, parent_item, key, depth): argument 172 self._AddIndentedNontranslateableChunk(depth, "'%s': " % key) 187 def _AddItems(self, items, item_type, parent_item, depth): argument 201 self._AddIndentedNontranslateableChunk(depth, "{\n") 204 self._AddIndentedNontranslateableChunk(depth + 1, "'items': [\n") 205 self._AddItems(item1['items'], 'enum_item', item1, depth + 2) 206 self._AddIndentedNontranslateableChunk(depth + 1, "],\n") [all …]
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
D | entropy_encode.cc | 55 uint8_t *depth, in SetDepth() argument 59 SetDepth(pool[p.index_left_], pool, depth, level); in SetDepth() 60 SetDepth(pool[p.index_right_or_value_], pool, depth, level); in SetDepth() 62 depth[p.index_right_or_value_] = level; in SetDepth() 86 uint8_t *depth) { in CreateHuffmanTree() argument 104 depth[tree[0].index_right_or_value_] = 1; // Only one element. in CreateHuffmanTree() 150 SetDepth(tree[2 * n - 1], &tree[0], depth, 0); in CreateHuffmanTree() 155 if (*std::max_element(&depth[0], &depth[length]) <= tree_limit) { in CreateHuffmanTree() 375 static void DecideOverRleUse(const uint8_t* depth, const int length, in DecideOverRleUse() argument 384 if (depth[length - i - 1] == 0) { in DecideOverRleUse() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XSLTUnicodeSort.cpp | 56 int depth; in xsltUnicodeSortFunction() local 169 depth = 1; in xsltUnicodeSortFunction() 170 while (depth < nbsorts) { in xsltUnicodeSortFunction() 171 if (!sorts[depth]) in xsltUnicodeSortFunction() 173 comp = static_cast<xsltStylePreComp*>(sorts[depth]->psvi); in xsltUnicodeSortFunction() 181 if (!resultsTab[depth]) in xsltUnicodeSortFunction() 182 resultsTab[depth] = xsltComputeSortResult(ctxt, sorts[depth]); in xsltUnicodeSortFunction() 183 xmlXPathObjectPtr* res = resultsTab[depth]; in xsltUnicodeSortFunction() 222 depth++; in xsltUnicodeSortFunction() 235 depth = 1; in xsltUnicodeSortFunction() [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | CPUProfileDataModel.js | 68 head.depth = -1; 73 var depth = parent.depth + 1; 74 if (depth > this.maxDepth) 75 this.maxDepth = depth; 81 child.depth = depth; 209 var prevHeight = this.profileHead.depth; 233 openFrameCallback(gcParentNode.depth + 1, gcNode, sampleTime); 244 …closeFrameCallback(gcParentNode.depth + 1, gcNode, start, duration, duration - stackChildrenDurati… 251 while (node.depth > prevNode.depth) { 261 …closeFrameCallback(prevNode.depth, prevNode, start, duration, duration - stackChildrenDuration[sta… [all …]
|