/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_builder_decode.c | 38 enum ilo_builder_writer_type which, in writer_pointer() argument 41 const struct ilo_builder_writer *writer = &builder->writers[which]; in writer_pointer() 47 enum ilo_builder_writer_type which, in writer_dw() argument 51 const uint32_t *dw = writer_pointer(builder, which, offset); in writer_dw() 80 enum ilo_builder_writer_type which, in writer_decode_blob() argument 89 const uint32_t *dw = writer_pointer(builder, which, offset); in writer_decode_blob() 91 writer_dw(builder, which, offset, 0, "BLOB%d", i / 4); in writer_decode_blob() 126 enum ilo_builder_writer_type which, in writer_decode_clip_viewport() argument 137 dw = writer_dw(builder, which, offset, 0, "CLIP VP%d", i); in writer_decode_clip_viewport() 140 dw = writer_dw(builder, which, offset, 1, "CLIP VP%d", i); in writer_decode_clip_viewport() [all …]
|
D | ilo_builder.h | 159 enum ilo_builder_writer_type which); 163 enum ilo_builder_writer_type which, 168 enum ilo_builder_writer_type which, 174 enum ilo_builder_writer_type which, in ilo_builder_writer_checked_record() argument 179 if (!ilo_builder_writer_record(builder, which, item, offset, size)) { in ilo_builder_writer_checked_record() 181 builder->writers[which].item_used = 0; in ilo_builder_writer_checked_record() 192 enum ilo_builder_writer_type which, in ilo_builder_writer_reserve_bottom() argument 195 struct ilo_builder_writer *writer = &builder->writers[which]; in ilo_builder_writer_reserve_bottom() 202 if (!ilo_builder_writer_grow(builder, which, in ilo_builder_writer_reserve_bottom() 205 ilo_builder_writer_discard(builder, which); in ilo_builder_writer_reserve_bottom() [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
D | Metrowerks_Shell_Suite.py | 22 Keyword argument To_Segment: Segment number into which to add the file(s) 798 which = 'BW00' variable in _Prop_Browser_Keywords 802 which = 'BW01' variable in _Prop_Classes_Color 806 which = 'BW02' variable in _Prop_Constants_Color 810 which = 'BW03' variable in _Prop_Enums_Color 814 which = 'BW04' variable in _Prop_Functions_Color 818 which = 'BW05' variable in _Prop_Globals_Color 822 which = 'BW06' variable in _Prop_Macros_Color 826 which = 'BW10' variable in _Prop_Template_Commands_in_Menu 830 which = 'BW07' variable in _Prop_Templates_Color [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ |
D | Type_Definitions.py | 27 which = 'colr' variable in _Prop_color 31 which = 'pidx' variable in _Prop_index 35 which = 'pnam' variable in _Prop_name 43 which = 'barr' variable in _Prop_button_view_arrangement 47 which = 'bisz' variable in _Prop_button_view_icon_size 51 which = 'sfsz' variable in _Prop_calculates_folder_sizes 55 which = 'dela' variable in _Prop_delay_before_springing 59 which = 'lisz' variable in _Prop_list_view_icon_size 63 which = 'scom' variable in _Prop_shows_comments 67 which = 'scda' variable in _Prop_shows_creation_date [all …]
|
D | Window_classes.py | 23 which = 'c@#^' variable in _Prop__3c_Inheritance_3e_ 27 which = 'pvew' variable in _Prop_current_view 31 which = 'icop' variable in _Prop_icon_view_options 35 which = 'lvop' variable in _Prop_list_view_options 38 """target - the container at which this file viewer is targeted """ 39 which = 'fvtg' variable in _Prop_target 49 which = 'pbnd' variable in _Prop_bounds 53 which = 'hclb' variable in _Prop_closeable 57 which = 'wshd' variable in _Prop_collapsed 61 which = 'isfl' variable in _Prop_floating [all …]
|
D | Finder_items.py | 42 Keyword argument by: the order in which to clean up the objects (name, index, date, etc.) 173 which = 'pbnd' variable in _Prop_bounds 177 which = 'comt' variable in _Prop_comment 181 which = 'ctnr' variable in _Prop_container 184 """creation date - the date on which the item was created """ 185 which = 'ascd' variable in _Prop_creation_date 189 which = 'dscr' variable in _Prop_description 192 """disk - the disk on which the item is stored """ 193 which = 'cdis' variable in _Prop_disk 197 which = 'dnam' variable in _Prop_displayed_name [all …]
|
D | Files.py | 23 which = 'c@#^' variable in _Prop__3c_Inheritance_3e_ 27 which = 'orig' variable in _Prop_original_item 37 which = 'isab' variable in _Prop_accepts_high_level_events 41 which = 'hscr' variable in _Prop_has_scripting_terminology 44 """minimum size - the smallest memory size with which the application can be launched """ 45 which = 'mprt' variable in _Prop_minimum_size 49 which = 'Clsc' variable in _Prop_opens_in_Classic 52 """preferred size - the memory size with which the application will be launched """ 53 which = 'appt' variable in _Prop_preferred_size 56 …"""suggested size - the memory size with which the developer recommends the application be launche… [all …]
|
D | Legacy_suite.py | 78 which = 'dpic' variable in _Prop_desktop_picture 87 which = 'c@#^' variable in _Prop__3c_Inheritance_3e_ 90 """application file - the application file from which this process was launched """ 91 which = 'appf' variable in _Prop_application_file 100 """desk accessory file - the desk accessory file from which this process was launched """ 101 which = 'dafi' variable in _Prop_desk_accessory_file 111 which = 'isab' variable in _Prop_accepts_high_level_events 115 which = 'revt' variable in _Prop_accepts_remote_events 119 which = 'fcrt' variable in _Prop_creator_type 122 """file - the file from which the process was launched """ [all …]
|
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 47 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 55 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() 60 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument 61 return ucase_hasBinaryProperty(c, which); in caseBinaryPropertyContains() 64 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() 68 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() 72 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() 81 …UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion() 95 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument 98 (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD), errorCode); in isNormInert() [all …]
|
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ |
D | Standard_Suite.py | 92 which = 'vers' variable in version 96 which = 'pnam' variable in name 100 which = 'comt' variable in comment 104 which = 'dVer' variable in driver_version 108 which = 'otto' variable in nonejectable_mode 112 which = 'PSaL' variable in save_log_file 116 which = 'PTlk' variable in use_speech 120 which = 'PSSP' variable in smart_Save_As 124 which = 'PVeC' variable in checksum_verification 128 which = 'PVeS' variable in signature_verification [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | QuickDraw_Graphics_Suite.py | 23 which = 'parc' variable in _Prop_arc_angle 27 which = 'pbnd' variable in _Prop_bounds 31 which = 'pdrt' variable in _Prop_definition_rect 35 which = 'flcl' variable in _Prop_fill_color 39 which = 'flpt' variable in _Prop_fill_pattern 43 which = 'ppcl' variable in _Prop_pen_color 47 which = 'pppa' variable in _Prop_pen_pattern 51 which = 'ppwd' variable in _Prop_pen_width 55 which = 'pang' variable in _Prop_start_angle 59 which = 'pptm' variable in _Prop_transfer_mode [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/ |
D | Terminal_Suite.py | 43 Keyword argument in_: the window in which to execute the command 69 which = 'c@#^' variable in _Prop__3c_Inheritance_3e_ 74 which = 'pALL' variable in _Prop_properties 87 which = 'pbcl' variable in _Prop_background_color 91 which = 'pbtc' variable in _Prop_bold_text_color 95 which = 'pbnd' variable in _Prop_bounds 99 which = 'busy' variable in _Prop_busy 103 which = 'pcnt' variable in _Prop_contents 107 which = 'pcuc' variable in _Prop_cursor_color 111 which = 'titl' variable in _Prop_custom_title [all …]
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
D | index.md | 8 * @{$programmers_guide/estimators}, which introduces a high-level 10 * @{$programmers_guide/datasets}, which explains how to 15 * @{$programmers_guide/low_level_intro}, which introduces the 17 * @{$programmers_guide/tensors}, which explains how to create, 19 * @{$programmers_guide/variables}, which details how 21 * @{$programmers_guide/graphs}, which explains: 22 * dataflow graphs, which are TensorFlow's representation of computations 24 * sessions, which are TensorFlow's mechanism for running dataflow graphs 31 * @{$programmers_guide/saved_model}, which 39 * @{$programmers_guide/embedding}, which introduces the concept [all …]
|
/external/toybox/ |
D | main.c | 40 // skip the first entry, which is out of order. in toy_find() 76 toys.which = toy_list; in unknown() 81 static void toy_singleinit(struct toy_list *which, char *argv[]) in toy_singleinit() argument 83 toys.which = which; in toy_singleinit() 89 if (CFG_TOYBOX_HELP_DASHDASH && !(which->flags & TOYFLAG_NOHELP) && argv[1]) { in toy_singleinit() 91 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2]) in toy_singleinit() 92 if (!(toys.which = toy_find(toys.argv[2]))) unknown(toys.argv[2]); in toy_singleinit() 103 if (NEED_OPTIONS && which->options) get_optflags(); in toy_singleinit() 109 if (!(which->flags & TOYFLAG_UMASK)) umask(toys.old_umask); in toy_singleinit() 115 void toy_init(struct toy_list *which, char *argv[]) in toy_init() argument [all …]
|
/external/python/cpython2/Lib/ |
D | posixfile.py | 30 ? return a string in which the characters represent the flags 116 def flags(self, *which): argument 119 if which: 120 if len(which) > 1: 122 which = which[0] 123 else: which = '?' 126 if 'n' in which: l_flags = l_flags | os.O_NDELAY 127 if 'a' in which: l_flags = l_flags | os.O_APPEND 128 if 's' in which: l_flags = l_flags | os.O_SYNC 132 if '=' not in which: [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/ |
D | Disk_Folder_File_Suite.py | 47 which = 'c@#^' variable in _Prop__3c_Inheritance_3e_ 52 which = 'faen' variable in _Prop_folder_actions_enabled 57 which = 'pALL' variable in _Prop_properties 79 which = 'posx' variable in _Prop_POSIX_path 83 which = 'capa' variable in _Prop_capacity 87 which = 'isej' variable in _Prop_ejectable 91 which = 'dfmt' variable in _Prop_format 95 which = 'frsp' variable in _Prop_free_space 99 which = 'igpr' variable in _Prop_ignore_privileges 103 which = 'isrv' variable in _Prop_local_volume [all …]
|
D | Processes_Suite.py | 23 which = 'c@#^' variable in _Prop__3c_Inheritance_3e_ 28 which = 'faen' variable in _Prop_folder_actions_enabled 33 which = 'pALL' variable in _Prop_properties 54 … """application file - a reference to the application file from which this process was launched """ 55 which = 'appf' variable in _Prop_application_file 64 …"""desk accessory file - a reference to the desk accessory file from which this process was launch… 65 which = 'dafi' variable in _Prop_desk_accessory_file 75 which = 'isab' variable in _Prop_accepts_high_level_events 79 which = 'revt' variable in _Prop_accepts_remote_events 83 which = 'clsc' variable in _Prop_classic [all …]
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/ |
D | layers_dense_variational.py | 60 kernel_posterior_fn: Python `callable` which creates 64 kernel_posterior_tensor_fn: Python `callable` which takes a 67 kernel_prior_fn: Python `callable` which creates `tf.distributions` 71 kernel_divergence_fn: Python `callable` which takes the surrogate posterior 76 bias_posterior_fn: Python `callable` which creates 79 `default_mean_field_normal_fn(is_singular=True)` (which creates an 81 bias_posterior_tensor_fn: Python `callable` which takes a 84 bias_prior_fn: Python `callable` which creates `tf.distributions` instance. 87 bias_divergence_fn: Python `callable` which takes the surrogate posterior 269 It uses the reparameterization estimator [1], which performs a Monte Carlo [all …]
|
D | layers_conv_variational.py | 83 kernel_posterior_fn: Python `callable` which creates 87 kernel_posterior_tensor_fn: Python `callable` which takes a 90 kernel_prior_fn: Python `callable` which creates `tf.distributions` 94 kernel_divergence_fn: Python `callable` which takes the surrogate posterior 99 bias_posterior_fn: Python `callable` which creates 102 `default_mean_field_normal_fn(is_singular=True)` (which creates an 104 bias_posterior_tensor_fn: Python `callable` which takes a 107 bias_prior_fn: Python `callable` which creates `tf.distributions` instance. 110 bias_divergence_fn: Python `callable` which takes the surrogate posterior 367 estimator [1], which performs a Monte Carlo approximation of the [all …]
|
/external/linux-kselftest/android/ |
D | README | 23 These tests depend on a kernel module enabled by CONFIG_TEST_FIRMWARE, which is 32 The gpio test requires a test kernel module and gpiolib, neither of which are 38 neither of which are required by Android. 48 The media_tests depend on /dev/mediaX and /dev/videoX files which may not be 55 enabled, neither of which are required by Android. 59 These tests depend on FUSE which is not present in Android. 67 The mount test depends on CONFIG_USER_NS which is not required by Android. 71 These tests depend on -lrt and -lpopt which are not present in Android. 77 The psock_fanout test depends on CONFIG_BPF_SYSCALL which is not required on 82 These tests depend on CONFIG_USER_NS and CONFIG_PID_NS, neither of which are [all …]
|
/external/llvm/test/MC/Mips/ |
D | branch-pseudos-bad.s | 7 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 9 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 11 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 13 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 15 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 17 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 19 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 21 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 24 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 26 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available [all …]
|
/external/iproute2/man/man8/ |
D | tc-u32.8 | 158 present which allow defining rules on a higher level and therefore free the 172 Typically filter delegation is done by means of a hash table, which leads to the 174 can select a hash table and provide a key selector from which a hash is to be 175 computed and used as key to lookup the table's bucket which contains filters for 184 parameter and ideally a handle by which the table can be identified. If the 185 latter is not given, the kernel chooses one on it's own, which has to be 188 Creating filters which link to the created table in 192 parameter and defining the packet data which the kernel will use to calculate 201 parameter, which gives sample data to hash and thereby define the table bucket 212 Options and selectors require values to be specified in a specific format, which [all …]
|
/external/clang/test/SemaCXX/ |
D | array-bounds.cpp | 11 …y[2] = 2; // expected-warning {{array index 2 is past the end of the array (which contains 2 eleme… in foo() 12 …z[1] = 'x'; // expected-warning {{array index 1 is past the end of the array (which contains 1 ele… in foo() 13 …w[0][2] = 0; // expected-warning {{array index 2 is past the end of the array (which contains 1 el… in foo() 14 …v[0][0][2] = 0; // expected-warning {{array index 2 is past the end of the array (which contains 1… in foo() 15 …return x[2] + // expected-warning {{array index 2 is past the end of the array (which contains 2 … in foo() 17 …x[sizeof(x)] + // expected-warning {{array index 8 is past the end of the array (which contains 2… in foo() 18 …0])] + // expected-warning {{array index 2 is past the end of the array (which contains 2 element… in foo() 20 …x[sizeof(x[2])]; // expected-warning {{array index 4 is past the end of the array (which contains … in foo() 34 …int val = a[3]; // expected-warning {{array index 3 is past the end of the array (which contains … in f2() 47 …u.a[3] = 1; // expected-warning {{array index 3 is past the end of the array (which contains 2 ele… in test() [all …]
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 42 Fix an alignment bug in e2fsck which caused sparc64 architectures to 55 Fix the logic in e2fsck which decides when to repair legacy negative 84 Remove complicated logic which caused a static code analyzer to flag a 92 different file system which also used ext2fs_zero_blocks(). 107 dereference memory beyond the small inode structure (which was wrong, 115 The configure script now supports --enable-hardening, which enables 133 Mke2fs will now warn if the user provides a label which is too long. 159 Fixed Android build makefiles (which was missing a newly added file in 165 whether the creator OS is *not* EXT2_OS_HURD which is the one 173 The tests/test_script progam now accepts the --failed option, which [all …]
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 12 @c run ``tex com_err.texinfo'' which will load in texinfo.tex, 88 a library and associated utilities which allows a more uniform way for 138 deal with a number of libraries, each of which can use a different 145 needed to determine which table to look at. Sometimes no text messages are 146 supplied at all, and the programmer must supply them at any point at which 166 error codes accidentally returned before making the table known, which is 173 Error codes themselves are 32 bit (signed) integers, of which the high 174 order 24 bits are an identifier of which error table the error code is 178 on systems which support wider values. 192 Any variable which is to contain an error code should be declared @t{long}. [all …]
|