/external/icu4c/test/cintltst/ |
D | sorttest.c | 30 uint32_t large[]={ 21, 10, 20, 19, 11, 12, 13, 10, 10, 10, 10, in SortTest() local 70 …uprv_sortArray(large, LENGTHOF(large), sizeof(large[0]), uprv_uint32Comparator, NULL, FALSE, &erro… in SortTest() 75 for(i=1; i<LENGTHOF(large); ++i) { in SortTest() 76 if(large[i-1]>large[i]) { in SortTest() 77 … log_err("uprv_sortArray(large) mis-sorted [%d]=%u > [%d]=%u\n", i-1, large[i-1], i, large[i]); in SortTest()
|
/external/bzip2/ |
D | README.COMPILATION.PROBLEMS | 21 When I say "large file" I mean a file of size 2,147,483,648 (2^31) 28 in that tradition. However, in order to support large files, I've had 32 The technique of adding -D_FILE_OFFSET_BITS=64 to get large file 33 support is, as far as I know, the Recommended Way to get correct large 37 http://ftp.sas.com/standards/large.file 40 are related to large file support, try removing the above define from 46 version of bzip2 without large file support, which, for most 52 large file support, if you are feeling paranoid. Be aware though that 56 AIX: I have reports that for large file support, you need to specify
|
D | words0 | 2 If compilation produces errors, or a large number of warnings, 8 handle so-called 'large files' -- files of size 2GB or more.
|
/external/llvm/test/CodeGen/Hexagon/ |
D | struct_args_large.ll | 6 %struct.large = type { i64, i64 } 8 @s2 = common global %struct.large zeroinitializer, align 8 12 call void @bar(%struct.large* byval @s2) 16 declare void @bar(%struct.large* byval)
|
/external/openssl/patches/ |
D | sha1_armv4_large.patch | 1 diff --git a/crypto/sha/asm/sha1-armv4-large.pl b/crypto/sha/asm/sha1-armv4-large.pl 3 --- a/crypto/sha/asm/sha1-armv4-large.pl 4 +++ b/crypto/sha/asm/sha1-armv4-large.pl
|
D | README | 9 SSL records may be as large as 16K, but are typically < 2K. In 10 addition, a historic bug in Windows allowed records to be as large
|
/external/v8/test/mjsunit/ |
D | array-literal-transitions.js | 115 large = 117 assertFalse(%HasDictionaryElements(large)); 118 assertFalse(%HasFastSmiOnlyElements(large)); 119 assertFalse(%HasFastDoubleElements(large)); 120 assertTrue(%HasFastElements(large)); 121 assertEquals(large,
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | dillo | 34 large 90 x-large 92 xx-large
|
D | webkit | 22 -webkit-xxx-large 228 large 473 x-large 476 xx-large
|
/external/icu4c/config/ |
D | mh-linux-va | 18 SHAREDLIBCFLAGS = -qpic=large 19 SHAREDLIBCXXFLAGS = -qpic=large 45 SHLIB.c= $(CC) $(CFLAGS) -qmkshrobj -qpic=large -G $(LDFLAGS) 46 SHLIB.cc= $(CXX) $(CXXFLAGS) -qmkshrobj -qpic=large -G $(LDFLAGS)
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | apps_page.css | 47 /* Ensure the element has a large z-index so that we can get events 49 element flys back, so we want a large value that will stay large until
|
/external/zlib/src/examples/ |
D | enough.c | 169 local int large; /* largest code table so far */ variable 339 if (mem > large) { in examine() 340 large = mem; in examine() 411 large = 1 << root; /* base table */ in enough() 430 printf("done: maximum of %d table entries\n", large); in enough()
|
/external/skia/src/animator/ |
D | thingstodo.txt | 3 at these points, generate an error if actual physical stack gets too large 8 very large apply create or apply immediate steps
|
/external/libogg/src/ |
D | bitwise.c | 600 static unsigned long large[]= in main() local 666 oggpack_write(&o,large[i],32); in main() 672 if(oggpack_look(&r,32)!=large[i]){ in main() 673 fprintf(stderr,"%ld != %ld (%lx!=%lx):",oggpack_look(&r,32),large[i], in main() 674 oggpack_look(&r,32),large[i]); in main() 752 oggpackB_write(&o,large[i],32); in main() 758 if(oggpackB_look(&r,32)!=large[i]){ in main() 759 fprintf(stderr,"%ld != %ld (%lx!=%lx):",oggpackB_look(&r,32),large[i], in main() 760 oggpackB_look(&r,32),large[i]); in main()
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssvalues.in | 26 -webkit-xxx-large 162 large 335 x-large 337 xx-large
|
/external/tremolo/Tremolo/ |
D | bitwise.c | 551 static unsigned long large[]= in main() local 603 or->buffer->data[i*4] = large[i]&0xff; in main() 604 or->buffer->data[i*4+1] = (large[i]>>8)&0xff; in main() 605 or->buffer->data[i*4+2] = (large[i]>>16)&0xff; in main() 606 or->buffer->data[i*4+3] = (large[i]>>24)&0xff; in main() 613 if(test!=large[i]){ in main() 614 fprintf(stderr,"%ld != %ld (%lx!=%lx):",test,large[i], in main() 615 test,large[i]); in main()
|
/external/llvm/test/CodeGen/X86/ |
D | tailcall-largecode.ll | 1 ; RUN: llc < %s -mtriple=x86_64-linux-gnu -tailcallopt -code-model=large | FileCheck %s 6 ; This is the large code model, so &callee may not fit into the jmp 52 ; This is the large code model, so &manyargs_callee may not fit into
|
D | variadic-node-pic.ll | 1 ; RUN: llc < %s -relocation-model=pic -code-model=large
|
/external/clang/test/CodeGen/ |
D | asm.c | 92 struct large { struct 96 unsigned long t15(int x, struct large *P) { in t15() argument
|
/external/elfutils/backends/ |
D | x86_64_retval.c | 176 large: in x86_64_return_value_location() 188 goto large; in x86_64_return_value_location()
|
/external/chromium/base/ |
D | process_util_unittest_mac.mm | 15 // successfully allocate an object that large, likely reserving a good deal of 18 // of these large objects, but that would slowly consume all available memory
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 37 even when compilers catch up to the new architecture there is often a large 39 not or can not be upgraded. Thus a large percentage of code running on a 44 solution to these problems. Its design allows the large body of platform
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | max-size-expected.txt | 1 Cache a manifest that contains a resource that is too large to fit. The layout test controller sets…
|
/external/iptables/extensions/ |
D | libxt_TCPMSS.man | 12 firewall/router, but machines behind it can never exchange large 17 Small mail works fine, but large emails hang.
|
/external/webkit/PerformanceTests/ |
D | ChangeLog | 55 * XSSFilter/large-post-many-inline-scripts-and-events.html: Added. 57 * XSSFilter/resources/target-for-large-post-many-inline-scripts-and-events.html: Added. 66 This performance tests covers the case of a large POST data and many 70 * XSSFilter/large-post-many-events.html: Added.
|