/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/ |
D | ObjectValues.java | 24 private String[] possible; field in ObjectValues 42 public void setPossible(String[] possible) { in setPossible() argument 43 this.possible = possible; in setPossible() 47 return possible; in getPossible()
|
D | ObjectValuesWithParam.java | 24 private T[] possible; field in ObjectValuesWithParam 42 public void setPossible(T[] possible) { in setPossible() argument 43 this.possible = possible; in setPossible() 47 return possible; in getPossible()
|
/external/python/cpython2/Doc/library/ |
D | webbrowser.rst | 37 parameters: ``-n`` opens the URL in a new browser window, if possible; 56 in the same browser window if possible. If *new* is 1, a new browser window 57 is opened if possible. If *new* is 2, a new browser page ("tab") is opened 58 if possible. If *autoraise* is ``True``, the window is raised if possible 72 Open *url* in a new window of the default browser, if possible, otherwise, open 77 Open *url* in a new page ("tab") of the default browser, if possible, otherwise 181 # Open URL in new window, raising the window if possible. 197 browser window is opened if possible. If *new* is 2, a new browser page ("tab") 198 is opened if possible. 204 possible, otherwise, open *url* in the only browser window. Alias [all …]
|
/external/python/cpython3/Doc/library/ |
D | webbrowser.rst | 38 parameters: ``-n`` opens the URL in a new browser window, if possible; 57 in the same browser window if possible. If *new* is 1, a new browser window 58 is opened if possible. If *new* is 2, a new browser page ("tab") is opened 59 if possible. If *autoraise* is ``True``, the window is raised if possible 70 Open *url* in a new window of the default browser, if possible, otherwise, open 75 Open *url* in a new page ("tab") of the default browser, if possible, otherwise 182 # Open URL in new window, raising the window if possible. 198 browser window is opened if possible. If *new* is 2, a new browser page ("tab") 199 is opened if possible. 205 possible, otherwise, open *url* in the only browser window. Alias [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
D | SeekableInMemoryByteChannel.java | 111 int possible = size - position; in read() local 112 if (possible <= 0) { in read() 115 if (wanted > possible) { in read() 116 wanted = possible; in read()
|
/external/libchrome/libchrome_tools/patch/ |
D | statfs_f_type.patch | 3 # possible unsigned integer type to avoid it. 17 // Not all possible |statfs_buf.f_type| values are in linux/magic.h. 22 + // largest possible unsigned integer type to avoid it. 36 + // largest possible unsigned integer type to avoid it.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MSA.txt | 4 Intrinsics are lowered to SelectionDAG nodes where possible in order to enable 18 It is not possible to emit bclri.b since andi.b covers exactly the 23 It is not possible to emit vshf.w when the shuffle description is 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases. 66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
|
/external/llvm/lib/Target/Mips/ |
D | MSA.txt | 4 Intrinsics are lowered to SelectionDAG nodes where possible in order to enable 18 It is not possible to emit bclri.b since andi.b covers exactly the 23 It is not possible to emit vshf.w when the shuffle description is 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases. 66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
|
/external/llvm/test/CodeGen/PowerPC/ |
D | inline-asm-scalar-to-vector-error.ll | 4 ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type 7 ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type 10 ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BoostedTreesCalculateBestGainsPerFeature.pbtxt | 43 …possible split node ids for each feature. The length of the list is num_features, but each tensor … 82 …summary: "Calculates gains for each feature and returns the best possible split information for th… 86 It is possible that not all nodes can be split on each feature. Hence, the list of possible nodes c… 88 …t needs to be combined later to produce the best split for each node (among all possible features). 91 …ion of all tensors of all lists are the same and equal to the number of possible split nodes for e…
|
/external/u-boot/board/bachmann/ot1200/ |
D | README | 9 port is always up and auto-negotiation is not possible. 12 FEC is connected to a normal phy and auto-negotiation is possible. 16 make is possible to boot the linux kernel and make use variant specific
|
/external/harfbuzz_ng/src/ |
D | hb-ot-glyf-table.hh | 184 const CompositeGlyphHeader *possible = in move_to_next() local 186 if (!in_range (possible)) in move_to_next() 188 current = possible; in move_to_next() 212 const CompositeGlyphHeader *possible = in get_iterator() local 217 if (!iterator->in_range (possible)) in get_iterator() 219 iterator->current = possible; in get_iterator()
|
/external/google-benchmark/ |
D | mingw.py | 165 possible = os.path.join(location, 'mingw64') 166 if not os.path.exists(possible): 167 possible = os.path.join(location, 'mingw32') 168 if not os.path.exists(possible): 169 raise ValueError('Failed to find unpacked MinGW: ' + possible) 170 return possible
|
/external/libcxx/utils/google-benchmark/ |
D | mingw.py | 165 possible = os.path.join(location, 'mingw64') 166 if not os.path.exists(possible): 167 possible = os.path.join(location, 'mingw32') 168 if not os.path.exists(possible): 169 raise ValueError('Failed to find unpacked MinGW: ' + possible) 170 return possible
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_BugReporting | 17 Research as many of the following areas as possible to ensure the bug 23 3. Debug as much as possible. 26 - If possible, find the fault in the code under test causing the test case 28 - If possible, create a patch to fix the fault.
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | StateMachineTest.java | 57 for (String possible : machine.getActionNames()) { in main() 58 if (possible.contains("Error")) { in main() 59 errors.add(possible); in main() 61 possibleActions.add(possible); in main()
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | x25519_test.txt | 38 # correct, since otherwise attacks with invalid keys are possible. 50 # correct, since otherwise attacks with invalid keys are possible. 62 # correct, since otherwise attacks with invalid keys are possible. 74 # correct, since otherwise attacks with invalid keys are possible. 86 # correct, since otherwise attacks with invalid keys are possible. 118 # correct, since otherwise attacks with invalid keys are possible. 130 # correct, since otherwise attacks with invalid keys are possible. 142 # correct, since otherwise attacks with invalid keys are possible. 154 # correct, since otherwise attacks with invalid keys are possible. 166 # correct, since otherwise attacks with invalid keys are possible. [all …]
|
/external/u-boot/board/synopsys/emdk/ |
D | README | 10 Since this board is based on FPGA it's possible to load and use different 12 possible configuration which means the same one binary will work on more 17 - The first channel is used for serial debug port (which makes it possible 28 - Also with help of this FTDI chip it is possible to reset entire 75 2. Though it is possible to load U-Boot as a simple Elf file via JTAG right
|
/external/u-boot/doc/ |
D | README.commands | 70 maxv: Maximum number of possible completions that may be returned by 73 cmdv: Used to return possible values for the last argument. The last 74 possible completion must be followed by NULL. 76 The function returns the number of possible completions (without the terminating 86 This makes it possible for the final link to extract all commands
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 98 | 1 TITLE: WARNING: possible circular locking dependency detected 5 [ 308.136979] WARNING: possible circular locking dependency detected
|
D | 27 | 1 TITLE: possible deadlock in flush_workqueue 5 [ 1722.511384] [ INFO: possible circular locking dependency detected ]
|
D | 31 | 1 TITLE: possible deadlock in audit_receive 5 [ 48.981019] [ INFO: possible recursive locking detected ]
|
D | 32 | 1 TITLE: possible deadlock in serial8250_console_write 5 [ 131.449777] [ INFO: possible circular locking dependency detected ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-compare-instructions.ll | 158 ; Using registers other than v0, v1 are possible, but would be odd. 167 ; Using registers other than v0, v1 are possible, but would be odd. 176 ; Using registers other than v0, v1 are possible, but would be odd. 185 ; Using registers other than v0, v1 are possible, but would be odd. 194 ; Using registers other than v0, v1 are possible, but would be odd. 203 ; Using registers other than v0, v1 are possible, but would be odd. 212 ; Using registers other than v0, v1 are possible, but would be odd. 270 ; Using registers other than v0, v1 are possible, but would be odd. 279 ; Using registers other than v0, v1 are possible, but would be odd. 288 ; Using registers other than v0, v1 are possible, but would be odd. [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-compare-instructions.ll | 158 ; Using registers other than v0, v1 are possible, but would be odd. 167 ; Using registers other than v0, v1 are possible, but would be odd. 176 ; Using registers other than v0, v1 are possible, but would be odd. 185 ; Using registers other than v0, v1 are possible, but would be odd. 194 ; Using registers other than v0, v1 are possible, but would be odd. 203 ; Using registers other than v0, v1 are possible, but would be odd. 212 ; Using registers other than v0, v1 are possible, but would be odd. 270 ; Using registers other than v0, v1 are possible, but would be odd. 279 ; Using registers other than v0, v1 are possible, but would be odd. 288 ; Using registers other than v0, v1 are possible, but would be odd. [all …]
|