Searched refs:isn (Results 1 – 25 of 530) sorted by relevance
12345678910>>...22
/external/clang/test/SemaObjC/ |
D | call-super-2.m | 44 …i += [(id <Func>)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an expre… 46 …return i + [(Class <Func>)super class_func0]; // // expected-error {{cannot cast 'super' (it isn't… 50 …return [(Object <Func> *)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an… 54 …return [(Derived <Func> *)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an… 76 …return [(id <Func>)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't an exp… 80 …return [(Object <Func> *)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't … 84 …return [(Derived <Func> *)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't…
|
D | message.m | 40 // a statically typed object's class interface isn't in scope! This 41 // behavior isn't very desirable, however wee need it for GCC compatibility.
|
/external/srtp/srtp/ |
D | ekt.c | 205 uint16_t isn; in ekt_write_data() local 234 isn = (uint16_t)pkt_index; in ekt_write_data() 235 *((uint16_t *)packet) = htons(isn); in ekt_write_data() 237 octet_string_hex_string(packet, sizeof(isn))); in ekt_write_data() 238 packet += sizeof(isn); in ekt_write_data()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 20 5. There isn't a <values.h>. 22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | functionattrs.ll | 8 ; It's unusual to see a store to constant memory, but it isn't necessarily 10 ; code path which isn't ever executed. 44 ; isn't necessarily invalid.
|
/external/srtp/googlepatches/ |
D | vidyo-1-srtp-win.patch | 120 uint16_t isn; 148 - isn = pkt_index; 149 + isn = (uint16_t)pkt_index; 150 *((uint16_t *)packet) = htons(isn); 152 octet_string_hex_string(packet, sizeof(isn)));
|
/external/chromium/base/data/file_util_unittest/ |
D | blank_line.txt | 3 But this one isn't.
|
D | blank_line_crlf.txt | 3 But this one isn't.
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | wrong-signature-expected.txt | 1 Test that a manifest served with a wrong signature isn't treated as such.
|
D | wrong-signature-2-expected.txt | 1 Test that a manifest served with a wrong signature isn't treated as such.
|
D | wrong-content-type-expected.txt | 1 Test that a manifest served with a wrong content-type isn't treated as such.
|
/external/dbus/ |
D | ChangeLog | 4 ProfileAttributeFlags enum as it isn't in our style guides
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 106 var isn:Array = programs[programName] as Array; 107 if ( isn != null ) { 108 programs[programName] = isn.slice(MIN_TOKEN_INDEX,instructionIndex); 188 var isn:Array = programs[name] as Array; 189 if ( isn==null ) { 190 isn = initializeProgram(name); 192 return isn; 196 var isn:Array = new Array(); 197 programs[name] = isn; 198 return isn;
|
/external/llvm/test/Transforms/LICM/ |
D | atomics.ll | 43 ; (The noalias shouldn't be necessary in theory, but LICM isn't quite that 63 ; isn't there.
|
/external/llvm/test/Archive/ |
D | toc_xpg4.ll | 1 ;This isn't really an assembly file, its just here to run the test.
|
D | toc_GNU.ll | 1 ;This isn't really an assembly file, its just here to run the test.
|
D | toc_SVR4.ll | 1 ;This isn't really an assembly file, its just here to run the test.
|
D | toc_MacOSX.ll | 1 ;This isn't really an assembly file, its just here to run the test.
|
D | extract.ll | 1 ; This isn't really an assembly file, its just here to run the test.
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-redefinition.ll | 2 ; This isn't exactly a useful set of command-line options, but check that it
|
/external/llvm/test/CodeGen/X86/ |
D | subreg-to-reg-1.ll | 5 ; though this isn't necessary; The point of this test is to make sure
|
/external/clang/test/CodeGenObjC/ |
D | runtime-fns.m | 24 // This isn't a very good send function.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-04-15-DynAllocBug.ll | 4 ; Make sure the result of the first dynamic_alloc isn't copied back to sp more
|
/external/llvm/test/Transforms/InstCombine/ |
D | fold-sqrt-sqrtf.ll | 5 ; shouldn't fold when sqrtf isn't available.
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
D | fldcw_check.S | 19 # that can cause false positives if the test isn't explicit enough
|
12345678910>>...22