/external/clang/test/CodeGenCXX/ |
D | microsoft-new.cpp | 5 struct arbitrary_t {} arbitrary; variable 15 int *p = new(arbitrary) int[4]; in f() 24 S *s = new(arbitrary) S[2]; in g() 26 S *s1 = new(arbitrary) S; in g()
|
/external/markdown/tests/misc/ |
D | html.txt | 6 Now some <arbitrary>arbitrary tags</arbitrary>.
|
/external/clang/test/SemaCXX/ |
D | microsoft-new-delete.cpp | 5 struct arbitrary_t {} arbitrary; variable 10 int *p = new(arbitrary) int[4]; in f()
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | plan.md | 211 * THEN creating a domain with an arbitrary name ("domain1"?) should succeed 217 * THEN creating a configuration in this domain with an arbitrary name ("config1") should succeed 234 * THEN renaming the domain to an arbitrary name should succeed 240 * GIVEN a started parameter framework with a domain (arbitrary name) 245 containing one configuration (arbitrary name) 251 * THEN deleting an arbitrary named domain should fail 255 * THEN deleting in this domain a arbitrary named configuration should fail 259 * THEN listing configuration of an arbitrary named domain should fail 263 with arbitrary different names ("domain1" and "domain2") 268 with arbitrary different names ("config1" and "config2") [all …]
|
/external/autotest/client/site_tests/security_SessionManagerDbusEndpoints/ |
D | control | 13 launch arbitrary processes. 17 allows executing an arbitrary binary.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RemoteFusedGraphExecute.pbtxt | 6 Arbitrary number of tensors with arbitrary data types 12 Arbitrary number of tensors with arbitrary data types
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | OrderingTest.java | 180 Ordering<Object> arbitrary = Ordering.arbitrary(); 181 Collections.sort(list, arbitrary); 185 Helpers.testComparator(arbitrary, list); 187 assertEquals("Ordering.arbitrary()", arbitrary.toString()); 196 Ordering<Object> arbitrary = new ArbitraryOrdering() { 205 Collections.sort(list, arbitrary); 209 Helpers.testComparator(arbitrary, list); 859 Ordering<Object> arbitrary = Ordering.arbitrary(); 863 Arrays.sort(array, arbitrary); 864 testExhaustively(arbitrary, array);
|
/external/caliper/caliper/src/main/resources/com/google/caliper/config/ |
D | global-config.properties | 63 # Instrument "arbitrary" 64 instrument.arbitrary.class=com.google.caliper.runner.ArbitraryMeasurementInstrument 67 instrument.arbitrary.options.gcBeforeEach=false
|
/external/python/cpython2/Misc/ |
D | README.valgrind | 56 PyMalloc needs to know whether an arbitrary address is one 69 Given an arbitrary address, pymalloc computes the pool base 81 the arbitrary address pymalloc is investigating 83 pymalloc controls this arbitrary address if and only if it lies
|
/external/python/cpython3/Misc/ |
D | README.valgrind | 59 PyMalloc needs to know whether an arbitrary address is one 72 Given an arbitrary address, pymalloc computes the pool base 84 the arbitrary address pymalloc is investigating 86 pymalloc controls this arbitrary address if and only if it lies
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-perm-01.ll | 28 ; Test v16i8 splat of an arbitrary element, using the second operand of 63 ; Test v8i16 splat of an arbitrary element, using the second operand of 95 ; Test v4i32 splat of an arbitrary element, using the second operand of 146 ; Test v4f32 splat of an arbitrary element, using the second operand of
|
D | vec-move-11.ll | 5 ; Test v16i8 insertion into an undef, with an arbitrary index. 32 ; Test v8i16 insertion into an undef, with an arbitrary index. 59 ; Test v4i32 insertion into an undef, with an arbitrary index.
|
D | vec-move-12.ll | 5 ; Test v16i8 insertion into an undef, with an arbitrary index. 35 ; Test v8i16 insertion into an undef, with an arbitrary index. 65 ; Test v4i32 insertion into an undef, with an arbitrary index.
|
D | vec-perm-02.ll | 32 ; Test v16i8 splat of an arbitrary element, using the second operand of 73 ; Test v8i16 splat of an arbitrary element, using the second operand of 111 ; Test v4i32 splat of an arbitrary element, using the second operand of 168 ; Test v4f32 splat of an arbitrary element, using the second operand of
|
/external/python/cpython2/Doc/library/ |
D | nis.rst | 24 clean. Return value is an arbitrary array of bytes (may contain ``NULL`` and 38 arbitrary arrays of bytes.
|
/external/python/cpython3/Doc/library/ |
D | nis.rst | 26 clean. Return value is an arbitrary array of bytes (may contain ``NULL`` and 39 arbitrary arrays of bytes.
|
/external/llvm/test/MC/AsmParser/ |
D | dot-symbol.s | 2 # arbitrary contexts. We don't support this in general.
|
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/ |
D | dot-symbol.s | 2 # arbitrary contects. We don't support this in general.
|
/external/llvm/utils/lit/tests/Inputs/discovery/subdir/ |
D | lit.local.cfg | 3 # Check that the arbitrary config values in our parent was inherited.
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | OrderingTest.java | 178 Ordering<Object> arbitrary = Ordering.arbitrary(); 179 Collections.sort(list, arbitrary); 183 Helpers.testComparator(arbitrary, list); 185 assertEquals("Ordering.arbitrary()", arbitrary.toString()); 194 Ordering<Object> arbitrary = new ArbitraryOrdering() { 203 Collections.sort(list, arbitrary); 207 Helpers.testComparator(arbitrary, list);
|
/external/tensorflow/tensorflow/ |
D | SECURITY.md | 39 untrusted party supplies TensorFlow kernels, arbitrary code may be executed. 46 you should assume that the TensorFlow process effectively executes arbitrary 94 access to the network can execute what you should consider arbitrary code with 110 execute arbitrary graphs. It is possible to safely expose a `ModelServer` 133 can perform arbitrary computations means that they may read and write files, 139 vulnerability in TensorFlow. A `MatMul` allowing arbitrary binary code execution
|
/external/llvm/test/Feature/OperandBundles/ |
D | inliner-conservative.ll | 3 ; Check that the inliner does not inline through arbitrary unknown
|
/external/llvm/test/Assembler/ |
D | no-mdstring-upgrades.ll | 3 ; Make sure arbitrary metadata strings don't get mutated. These may be
|
/external/eigen/doc/ |
D | QuickStartGuide.dox | 40 …be enough to use only the \c MatrixXd type. This represents a matrix of arbitrary size (hence the … 71 …ntroduces a new type: \c VectorXd. This represents a (column) vector of arbitrary size. Here, the … 84 …arbitrary size. The version in the right column is similar, except that the matrix is of type \c M…
|
/external/iptables/extensions/ |
D | libxt_iprange.man | 1 This matches on a given arbitrary range of IP addresses.
|