/external/chromium_org/third_party/mesa/src/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/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/chromium_org/components/feedback/proto/ |
D | web.proto | 37 // - NONE_OF_THE_ABOVE if the user has chosen "None of the above". 38 // - Empty string if suggestions were shown but the user hasn't chosen 39 // any of them (and also she hasn't chosen "None of the above").
|
/external/qemu/android/camera/ |
D | camera-capture-linux.c | 755 int chosen = -1; in _camera_device_get_info() local 764 chosen = _get_format_index(_preferred_formats[f], formats, num_pix_fmts); in _camera_device_get_info() 765 if (chosen >= 0) { in _camera_device_get_info() 769 if (chosen < 0) { in _camera_device_get_info() 772 chosen = 0; in _camera_device_get_info() 777 cis->pixel_format = formats[chosen].format; in _camera_device_get_info() 778 cis->frame_sizes_num = formats[chosen].dim_num; in _camera_device_get_info() 780 cis->frame_sizes = formats[chosen].dims; in _camera_device_get_info() 781 formats[chosen].dims = NULL; in _camera_device_get_info()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashingTest.java | 77 int chosen = Hashing.consistentHash(h, shards); in countRemaps() local 78 if (chosen != last) { in countRemaps() 80 last = chosen; in countRemaps()
|
/external/chromium_org/components/leveldb_proto/ |
D | README | 3 It is based on LevelDB[1]. In this implementation, keys are strings chosen by
|
/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/llvm/cmake/modules/ |
D | AddLLVMDefinitions.cmake | 2 # options chosen via `add_definitions', so we need our own method for
|
/external/noto-fonts/ |
D | README | 1 This directory contains the fonts from the Noto project, chosen 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/chromium_org/components/enhanced_bookmarks/proto/ |
D | metadata.proto | 35 // A snippet of text from the web page, either computed by us or chosen by
|
/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/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/GLES2/ |
D | functional.color_clear.txt | 40 or color mask are chosen using deterministic random number generator.
|
/external/chromium_org/ppapi/api/ |
D | pp_graphics_3d.idl | 58 * with SwapBuffers. The initial value is chosen by the implementation.
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/ |
D | 353.txt | 17 # "Charleville" and "Newcastle West" are chosen over "Rathluirc" and
|
/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/chromium_org/net/third_party/nss/patches/ |
D | restartclientauth.patch | 13 + * cert Client cert chosen by application. 144 + * cert Client cert chosen by application.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/ |
D | vs2005.stg | 30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
|
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.
|