Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 25 of 139) sorted by relevance

123456

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp443 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/
Dconfig.c246 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/
DTestFormattersSBAPI.py212 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/
DREADME.android1 This directory contains the fonts from the Noto project, chosen for
/external/llvm/cmake/modules/
DAddLLVMDefinitions.cmake2 # options chosen via `add_definitions', so we need our own method for
/external/llvm/test/MC/ARM/
Darm-thumb-cpus-default.s19 @ Make sure the architecture chosen by LLVM defaults to a compatible
/external/wpa_supplicant_8/
DCOPYING12 selected. As of February 11, 2012, the project has chosen to use only
/external/iptables/extensions/
Dlibxt_rateest.man32 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/
D2012-06-15-lsr-noaddrmode.ll12 ;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/
Djemalloc_macros.h.in29 * Bias arena index bits so that 0 encodes "use an automatically chosen arena".
/external/mockftpserver/MockFtpServer/src/site/apt/
Dstubftpserver-features.apt21 …* 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/
Dstubftpserver-features.apt21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
/external/llvm/test/Transforms/LowerBitSets/
Dlayout.ll7 ; The chosen layout in this case is a, e, b, d, c.
/external/mockftpserver/tags/2.4/src/site/apt/
Dstubftpserver-features.apt21 …* 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/
Dstubftpserver-features.apt21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
/external/llvm/test/MC/Mips/
Dhigher-highest-addressing.s33 # is chosen so that it is just below the value that triggers the addition of +1
/external/llvm/test/Linker/
Dapple-version.ll10 ; Check that the triple that has the larger version number is chosen and no
/external/deqp/doc/testspecs/GLES2/
Dfunctional.color_clear.txt40 or color mask are chosen using deterministic random number generator.
/external/llvm/test/Transforms/SROA/
Dslice-order-independence.ll6 ; Check that the chosen type for a split is independent from the order of
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt30 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/
DHashingTest.java197 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/
Dantlr.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
Dgnu.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
Dvs2005.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
/external/linux-tools-perf/src/tools/perf/config/
Dutilities.mak52 # that are chosen.
68 # of the characters that are chosen.

123456