Searched refs:arbitrary (Results 1 – 25 of 286) sorted by relevance
12345678910>>...12
/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/guava/guava-tests/test/com/google/common/collect/ |
D | OrderingTest.java | 163 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/ |
D | content_providers.json | 9 // * 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/ |
D | IDLExtendedAttributes.txt | 28 # 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/ |
D | dot-symbol.s | 2 # arbitrary contexts. We don't support this in general.
|
/external/chromium_org/content/test/data/site_isolation/ |
D | img.json | 1 This is an arbitrary string that doesn't match any signatures of HTML/XML/JSON.
|
D | img.txt | 1 This is an arbitrary string that doesn't match any signatures of HTML/XML/JSON.
|
/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/iptables/extensions/ |
D | libxt_iprange.man | 1 This matches on a given arbitrary range of IP addresses.
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | atomic.ll | 3 ; mem2reg is allowed with arbitrary atomic operations (although we only support
|
/external/llvm/test/CodeGen/SystemZ/ |
D | la-04.ll | 5 ; Do some arbitrary work and return the address of the following label.
|
/external/llvm/utils/lit/tests/Inputs/discovery/ |
D | lit.cfg | 13 # Check that arbitrary config values are copied (tested by subdir/lit.local.cfg).
|
/external/chromium_org/third_party/webtreemap/ |
D | README.chromium | 14 for arbitrary data.
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-and-xor-merge.ll | 1 ; This test case checks that the merge of and/xor can work on arbitrary
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tkt3791.test | 13 # an arbitrary expression as its default value.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | perf-kmem.txt | 18 of an arbitrary workload.
|
/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/chromium_org/content/shell/renderer/test_runner/resources/fonts/ |
D | fonts.conf | 231 subpixel positioning. This is just an arbitrary pattern to use after
|
/external/libunwind/doc/ |
D | unw_init_remote.tex | 22 \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/ |
D | fastcall-correct-mangling.ll | 29 ; The name is fairly arbitrary since it is private. Just don't crash.
|
/external/chromium_org/sync/protocol/ |
D | managed_user_shared_setting_specifics.proto | 23 // The setting value. The setting is a JSON encoding of an arbitrary
|
D | unique_position.proto | 23 // Prior to the suffix is a series of arbitrary bytes of arbitrary length.
|
/external/nanopb-c/docs/ |
D | security.rst | 18 Where nanopb plays a part is preventing the attacker from running arbitrary 27 security issues, such as execution of arbitrary code:
|
12345678910>>...12