Home
last modified time | relevance | path

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

12345678910>>...12

/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/guava/guava-tests/test/com/google/common/collect/
DOrderingTest.java163 Ordering<Object> arbitrary = Ordering.arbitrary();
164 Collections.sort(list, arbitrary);
168 Helpers.testComparator(arbitrary, list);
170 assertEquals("Ordering.arbitrary()", arbitrary.toString());
179 Ordering<Object> arbitrary = new ArbitraryOrdering() {
188 Collections.sort(list, arbitrary);
192 Helpers.testComparator(arbitrary, list);
675 Ordering<Object> arbitrary = Ordering.arbitrary();
679 Collections.sort(list, arbitrary);
680 testExhaustively(arbitrary, list);
/external/chromium_org/chrome/common/extensions/docs/templates/json/
Dcontent_providers.json9 // * An arbitrary identifier key e.g. "cr-extensions-examples".
36 // zip files. For safety this isn't supported for arbitrary URLs, only those
/external/chromium_org/third_party/WebKit/Source/bindings/
DIDLExtendedAttributes.txt28 # arbitrary, and combinations thereof, e.g. [Attr=IndexedDB],
31 # arbitrary, e.g. [Attr], [Attr=X].
33 # arbitrary, but that "X" is standard, e.g. [Attr=X], [Attr=Foo].
/external/llvm/test/MC/AsmParser/
Ddot-symbol.s2 # arbitrary contexts. We don't support this in general.
/external/chromium_org/content/test/data/site_isolation/
Dimg.json1 This is an arbitrary string that doesn't match any signatures of HTML/XML/JSON.
Dimg.txt1 This is an arbitrary string that doesn't match any signatures of HTML/XML/JSON.
/external/llvm/utils/lit/tests/Inputs/discovery/subdir/
Dlit.local.cfg3 # Check that the arbitrary config values in our parent was inherited.
/external/iptables/extensions/
Dlibxt_iprange.man1 This matches on a given arbitrary range of IP addresses.
/external/llvm/test/Transforms/Mem2Reg/
Datomic.ll3 ; mem2reg is allowed with arbitrary atomic operations (although we only support
/external/llvm/test/CodeGen/SystemZ/
Dla-04.ll5 ; Do some arbitrary work and return the address of the following label.
/external/llvm/utils/lit/tests/Inputs/discovery/
Dlit.cfg13 # Check that arbitrary config values are copied (tested by subdir/lit.local.cfg).
/external/chromium_org/third_party/webtreemap/
DREADME.chromium14 for arbitrary data.
/external/llvm/test/Transforms/InstCombine/
Dapint-and-xor-merge.ll1 ; This test case checks that the merge of and/xor can work on arbitrary
/external/chromium_org/third_party/sqlite/src/test/
Dtkt3791.test13 # an arbitrary expression as its default value.
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-kmem.txt18 of an arbitrary workload.
/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/chromium_org/content/shell/renderer/test_runner/resources/fonts/
Dfonts.conf231 subpixel positioning. This is just an arbitrary pattern to use after
/external/libunwind/doc/
Dunw_init_remote.tex22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary
30 thread-id, or a pointer to an arbitrary structure which identifies the
/external/llvm/test/CodeGen/X86/
Dfastcall-correct-mangling.ll29 ; The name is fairly arbitrary since it is private. Just don't crash.
/external/chromium_org/sync/protocol/
Dmanaged_user_shared_setting_specifics.proto23 // The setting value. The setting is a JSON encoding of an arbitrary
Dunique_position.proto23 // Prior to the suffix is a series of arbitrary bytes of arbitrary length.
/external/nanopb-c/docs/
Dsecurity.rst18 Where nanopb plays a part is preventing the attacker from running arbitrary
27 security issues, such as execution of arbitrary code:

12345678910>>...12