Home
last modified time | relevance | path

Searched refs:arbitrary (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/external/clang/test/CodeGenCXX/
Dmicrosoft-new.cpp5 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/
Dhtml.txt6 Now some <arbitrary>arbitrary tags</arbitrary>.
/external/clang/test/SemaCXX/
Dmicrosoft-new-delete.cpp5 struct arbitrary_t {} arbitrary; variable
10 int *p = new(arbitrary) int[4]; in f()
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md211 * 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/
Dcontrol13 launch arbitrary processes.
17 allows executing an arbitrary binary.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RemoteFusedGraphExecute.pbtxt6 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/
DOrderingTest.java180 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/
Dglobal-config.properties63 # Instrument "arbitrary"
64 instrument.arbitrary.class=com.google.caliper.runner.ArbitraryMeasurementInstrument
67 instrument.arbitrary.options.gcBeforeEach=false
/external/python/cpython2/Misc/
DREADME.valgrind56 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/
DREADME.valgrind59 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/
Dvec-perm-01.ll28 ; 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
Dvec-move-11.ll5 ; 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.
Dvec-move-12.ll5 ; 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.
Dvec-perm-02.ll32 ; 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/
Dnis.rst24 clean. Return value is an arbitrary array of bytes (may contain ``NULL`` and
38 arbitrary arrays of bytes.
/external/python/cpython3/Doc/library/
Dnis.rst26 clean. Return value is an arbitrary array of bytes (may contain ``NULL`` and
39 arbitrary arrays of bytes.
/external/llvm/test/MC/AsmParser/
Ddot-symbol.s2 # arbitrary contexts. We don't support this in general.
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
Ddot-symbol.s2 # arbitrary contects. We don't support this in general.
/external/llvm/utils/lit/tests/Inputs/discovery/subdir/
Dlit.local.cfg3 # 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/
DOrderingTest.java178 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/
DSECURITY.md39 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/
Dinliner-conservative.ll3 ; Check that the inliner does not inline through arbitrary unknown
/external/llvm/test/Assembler/
Dno-mdstring-upgrades.ll3 ; Make sure arbitrary metadata strings don't get mutated. These may be
/external/eigen/doc/
DQuickStartGuide.dox40 …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 …
84arbitrary size. The version in the right column is similar, except that the matrix is of type \c M…
/external/iptables/extensions/
Dlibxt_iprange.man1 This matches on a given arbitrary range of IP addresses.

12345678910>>...27