/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_schedule_instructions.cpp | 443 schedule_node *chosen = NULL; in schedule_instructions() local 449 if (!chosen || n->unblocked_time < chosen_time) { in schedule_instructions() 450 chosen = n; in schedule_instructions() 456 assert(chosen); in schedule_instructions() 457 chosen->remove(); in schedule_instructions() 458 next_block_header->insert_before(chosen->inst); in schedule_instructions() 471 for (int i = 0; i < chosen->child_count; i++) { in schedule_instructions() 472 schedule_node *child = chosen->children[i]; in schedule_instructions() 475 time + chosen->child_latency[i]); in schedule_instructions() 488 if (chosen->inst->is_math()) { in schedule_instructions() [all …]
|
/external/android-clat/ |
D | config.c | 246 in_addr_t chosen = INADDR_NONE; in config_select_ipv4_address() local 250 return chosen; in config_select_ipv4_address() 263 chosen = htonl(ipv4); in config_select_ipv4_address() 269 return chosen; in config_select_ipv4_address()
|
/external/lldb/test/python_api/formatters/ |
D | TestFormattersSBAPI.py | 212 chosen = self.dbg.GetFilterForType(lldb.SBTypeNameSpecifier("JustAStruct")) 213 self.assertTrue(chosen.count == 2, "wrong filter found for JustAStruct") 214 …self.assertTrue(chosen.GetExpressionPathAtIndex(0) == 'C', "wrong item at index 0 for JustAStruct") 215 …self.assertTrue(chosen.GetExpressionPathAtIndex(1) == 'F', "wrong item at index 1 for JustAStruct")
|
/external/noto-fonts/ |
D | README.android | 1 This directory contains the fonts from the Noto project, chosen for
|
/external/llvm/cmake/modules/ |
D | AddLLVMDefinitions.cmake | 2 # options chosen via `add_definitions', so we need our own method for
|
/external/llvm/test/MC/ARM/ |
D | arm-thumb-cpus-default.s | 19 @ Make sure the architecture chosen by LLVM defaults to a compatible
|
/external/wpa_supplicant_8/ |
D | COPYING | 12 selected. As of February 11, 2012, the project has chosen to use only
|
/external/iptables/extensions/ |
D | libxt_rateest.man | 32 between the estimator-determined flow rate and the static value chosen with the 70 the chosen value. See the above bullet list for which option is to be used in
|
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | 2012-06-15-lsr-noaddrmode.ll | 12 ;The chosen solution requires 4 regs, with addrec cost 1, plus 3 base adds, plus 2 setup cost: 25 ;The chosen solution requires 4 regs, with addrec cost 1, plus 1 base add, plus 2 setup cost:
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_macros.h.in | 29 * Bias arena index bits so that 0 encodes "use an automatically chosen arena".
|
/external/mockftpserver/MockFtpServer/src/site/apt/ |
D | stubftpserver-features.apt | 21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
|
/external/mockftpserver/tags/2.3/src/site/apt/ |
D | stubftpserver-features.apt | 21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
|
/external/llvm/test/Transforms/LowerBitSets/ |
D | layout.ll | 7 ; The chosen layout in this case is a, e, b, d, c.
|
/external/mockftpserver/tags/2.4/src/site/apt/ |
D | stubftpserver-features.apt | 21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
|
/external/mockftpserver/tags/2.5/src/site/apt/ |
D | stubftpserver-features.apt | 21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
|
/external/llvm/test/MC/Mips/ |
D | higher-highest-addressing.s | 33 # is chosen so that it is just below the value that triggers the addition of +1
|
/external/llvm/test/Linker/ |
D | apple-version.ll | 10 ; Check that the triple that has the larger version number is chosen and no
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.color_clear.txt | 40 or color mask are chosen using deterministic random number generator.
|
/external/llvm/test/Transforms/SROA/ |
D | slice-order-independence.ll | 6 ; Check that the chosen type for a split is independent from the order of
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 30 levels chosen so that results are not implementation-dependent 44 - Use either the 'precise' qualifier or carefully chosen primitive 158 equal_spacing, the tessellation levels are chosen in a way that makes the
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashingTest.java | 197 int chosen = Hashing.consistentHash(h, shards); in countRemaps() local 198 if (chosen != last) { in countRemaps() 200 last = chosen; in countRemaps()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/ |
D | antlr.stg | 30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
|
D | gnu.stg | 30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
|
D | vs2005.stg | 30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
|
/external/linux-tools-perf/src/tools/perf/config/ |
D | utilities.mak | 52 # that are chosen. 68 # of the characters that are chosen.
|