| /external/zstd/contrib/diagnose_corruption/ |
| D | check_flipped_bits.c | 44 static void free_stuff(stuff_t* stuff) { in free_stuff() argument 45 free(stuff->input); in free_stuff() 46 free(stuff->output); in free_stuff() 47 ZSTD_freeDDict(stuff->ddict); in free_stuff() 48 free(stuff->dict); in free_stuff() 49 ZSTD_freeDCtx(stuff->dctx); in free_stuff() 62 static void print_summary(stuff_t* stuff) { in print_summary() argument 64 fprintf(stderr, "%9d successful decompressions\n", stuff->success_count); in print_summary() 66 int count = stuff->error_counts[error_code]; in print_summary() 144 static ZSTD_DDict* readDictByID(stuff_t *stuff, int32_t dict_id, char **buf, size_t* size) { in readDictByID() argument [all …]
|
| /external/elfutils/tests/ |
| D | addrcfi.c | 76 struct stuff struct 91 struct stuff *stuff = arg; in print_register() argument 98 int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops); in print_register() 99 print_detail (result, ops, nops, stuff->bias); in print_register() 106 GElf_Addr pc, struct stuff *stuff) in handle_cfi() argument 114 int result = dwarf_cfi_addrframe (cfi, pc - stuff->bias, &stuff->frame); in handle_cfi() 124 int ra_regno = dwarf_frame_info (stuff->frame, &start, &end, &signalp); in handle_cfi() 127 start += stuff->bias; in handle_cfi() 128 end += stuff->bias; in handle_cfi() 146 result = dwarf_frame_cfa (stuff->frame, &cfa_ops, &cfa_nops); in handle_cfi() [all …]
|
| /external/python/cpython2/Mac/Modules/file/ |
| D | filescan.py | 109 "CInfoPBPtr", # Old stuff 110 "CMovePBPtr", # Old stuff 111 "ParmBlkPtr", # Old stuff 112 "HParmBlkPtr", # Old stuff 113 "DTPBPtr", # Old stuff 114 "FCBPBPtr", # Old stuff 115 "QHdrPtr", # Old stuff 116 "CSParamPtr", # Old stuff 117 "FSCatalogBulkParam", # old stuff 118 "FSForkCBInfoParam", # old stuff [all …]
|
| /external/bc/scripts/ |
| D | radamsa.txt | 3 -lqg '/home/gavin/bc stuff.bc' 4 -lqg "/home/gavin/bc stuff.bc" 5 -lqg '/home/gavin/"bc" stuff.bc' 6 -lqg "/home/gavin/'bc' stuff.bc" 7 -lqg '/home/gavin/bc stuff.bc 8 -lqg "/home/gavin/bc stuff.bc 9 -lqg '/home/gavin/"bc" stuff.bc 10 -lqg "/home/gavin/'bc' stuff.bc 14 --file="/home/gavin/bc stuff.bc"
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
| D | MapRelatedTypesDeserTest.java | 21 List<Map.Entry<String,Long>> stuff = MAPPER.readValue(aposToQuotes("[{'a':15},{'b':42}]"), in testMapEntrySimpleTypes() local 23 assertNotNull(stuff); in testMapEntrySimpleTypes() 24 assertEquals(2, stuff.size()); in testMapEntrySimpleTypes() 25 assertNotNull(stuff.get(1)); in testMapEntrySimpleTypes() 26 assertEquals("b", stuff.get(1).getKey()); in testMapEntrySimpleTypes() 27 assertEquals(Long.valueOf(42), stuff.get(1).getValue()); in testMapEntrySimpleTypes() 32 …List<Map.Entry<Integer,StringWrapper>> stuff = MAPPER.readValue(aposToQuotes("[{'28':'Foo'},{'13':… in testMapEntryWithStringBean() local 34 assertNotNull(stuff); in testMapEntryWithStringBean() 35 assertEquals(2, stuff.size()); in testMapEntryWithStringBean() 36 assertNotNull(stuff.get(1)); in testMapEntryWithStringBean() [all …]
|
| /external/python/cpython3/Lib/ |
| D | fnmatch.py | 110 stuff = pat[i:j] 111 if '--' not in stuff: 112 stuff = stuff.replace('\\', r'\\') 126 stuff = '-'.join(s.replace('\\', r'\\').replace('-', r'\-') 129 stuff = re.sub(r'([&~|])', r'\\\1', stuff) 131 if stuff[0] == '!': 132 stuff = '^' + stuff[1:] 133 elif stuff[0] in ('^', '['): 134 stuff = '\\' + stuff 135 add(f'[{stuff}]')
|
| /external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/issues/ |
| D | Velocity614TestCase.java | 38 String template = "#something(Stuff)"; in testSchmoo() 44 String template = "\\#something(Stuff)"; in testEscapeSchmooButNotReallySinceSchmooHasNoEscaping() 73 assertEvalException("#foreach(Stuff in That)foo#end"); in testDirectivesWithBadArg() 74 assertEvalException("#include(Stuff)"); in testDirectivesWithBadArg() 75 assertEvalException("#parse(Stuff)"); in testDirectivesWithBadArg() 76 assertEvalException("#define(Stuff)foo#end"); in testDirectivesWithBadArg() 77 assertEvalException("#macro( name Stuff)foo#end"); in testDirectivesWithBadArg() 78 assertEvalException("#foreach($i in [1..3])#break(Stuff)#end"); in testDirectivesWithBadArg() 79 assertEvalException("#literal(Stuff)foo#end"); in testDirectivesWithBadArg() 80 assertEvalException("#evaluate(Stuff)", ParseErrorException.class); in testDirectivesWithBadArg()
|
| /external/mbedtls/library/ |
| D | aesni.c | 203 "psllq $63, %%xmm3 \n\t" // x1<<63:x0<<63 = stuff:a in mbedtls_aesni_gcm_mult() 204 "psllq $62, %%xmm4 \n\t" // x1<<62:x0<<62 = stuff:b in mbedtls_aesni_gcm_mult() 205 "psllq $57, %%xmm5 \n\t" // x1<<57:x0<<57 = stuff:c in mbedtls_aesni_gcm_mult() 208 "pxor %%xmm4, %%xmm3 \n\t" // stuff:a+b in mbedtls_aesni_gcm_mult() 209 "pxor %%xmm5, %%xmm3 \n\t" // stuff:a+b+c in mbedtls_aesni_gcm_mult() 227 "psllq $63, %%xmm3 \n\t" // d<<63:stuff in mbedtls_aesni_gcm_mult() 228 "psllq $62, %%xmm4 \n\t" // d<<62:stuff in mbedtls_aesni_gcm_mult() 229 "psllq $57, %%xmm5 \n\t" // d<<57:stuff in mbedtls_aesni_gcm_mult() 230 "pxor %%xmm4, %%xmm3 \n\t" // d<<63+d<<62:stuff in mbedtls_aesni_gcm_mult() 231 "pxor %%xmm5, %%xmm3 \n\t" // missing bits of d:stuff in mbedtls_aesni_gcm_mult() [all …]
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | aesni.c | 203 "psllq $63, %%xmm3 \n\t" // x1<<63:x0<<63 = stuff:a in mbedtls_aesni_gcm_mult() 204 "psllq $62, %%xmm4 \n\t" // x1<<62:x0<<62 = stuff:b in mbedtls_aesni_gcm_mult() 205 "psllq $57, %%xmm5 \n\t" // x1<<57:x0<<57 = stuff:c in mbedtls_aesni_gcm_mult() 208 "pxor %%xmm4, %%xmm3 \n\t" // stuff:a+b in mbedtls_aesni_gcm_mult() 209 "pxor %%xmm5, %%xmm3 \n\t" // stuff:a+b+c in mbedtls_aesni_gcm_mult() 227 "psllq $63, %%xmm3 \n\t" // d<<63:stuff in mbedtls_aesni_gcm_mult() 228 "psllq $62, %%xmm4 \n\t" // d<<62:stuff in mbedtls_aesni_gcm_mult() 229 "psllq $57, %%xmm5 \n\t" // d<<57:stuff in mbedtls_aesni_gcm_mult() 230 "pxor %%xmm4, %%xmm3 \n\t" // d<<63+d<<62:stuff in mbedtls_aesni_gcm_mult() 231 "pxor %%xmm5, %%xmm3 \n\t" // missing bits of d:stuff in mbedtls_aesni_gcm_mult() [all …]
|
| /external/python/cpython2/Lib/ |
| D | ihooks.py | 109 find_module(name, [path]) returns None or 'stuff', and 110 load_module(name, stuff) loads the module. 118 stuff = self.find_module_in_dir(name, dir) 119 if stuff: return stuff 142 def load_module(self, name, stuff): argument 143 file, filename, info = stuff 246 stuff = self.find_module_in_dir("__init__", fullname, 0) 247 if stuff: 248 file = stuff[0] 261 def load_module(self, name, stuff): argument [all …]
|
| D | fnmatch.py | 111 stuff = pat[i:j].replace('\\','\\\\') 113 if stuff[0] == '!': 114 stuff = '^' + stuff[1:] 115 elif stuff[0] == '^': 116 stuff = '\\' + stuff 117 res = '%s[%s]' % (res, stuff)
|
| /external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
| D | Opcodes.java | 80 * [ do stuff ] 89 * <li>call visitNewStuff: the redirection test is skipped and 'do stuff' is executed directly. 92 * directly executes 'do stuff'. 100 * executes 'do stuff'. 103 * time visitNewStuff does not redirect the call, and instead executes 'do stuff'. 118 * public void visitNewStuff(int arg, ...) { [ do stuff ] } 123 * [ do user stuff ] 128 * <p>It is then obvious that whether visitNewStuff or visitOldStuff is called, 'do stuff' and 'do 129 * user stuff' will be executed, in this order. 143 * [ do stuff ] [all …]
|
| /external/llvm/test/Transforms/MergeFunc/ |
| D | ptr-int-transitivity-1.ll | 4 declare void @stuff() 8 call void @stuff() 9 call void @stuff() 10 call void @stuff() 16 call void @stuff() 17 call void @stuff() 18 call void @stuff()
|
| D | ptr-int-transitivity-3.ll | 4 declare void @stuff() 8 call void @stuff() 9 call void @stuff() 10 call void @stuff() 16 call void @stuff() 17 call void @stuff() 18 call void @stuff()
|
| D | merge-ptr-and-int.ll | 5 declare void @stuff() 10 call void @stuff() 11 call void @stuff() 12 call void @stuff() 22 call void @stuff() 23 call void @stuff() 24 call void @stuff()
|
| D | ptr-int-transitivity-2.ll | 4 declare void @stuff() 8 call void @stuff() 9 call void @stuff() 10 call void @stuff() 20 call void @stuff() 21 call void @stuff() 22 call void @stuff()
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
| D | TestCreators3.java | 39 private final List<String> stuff; field in TestCreators3.Bar 42 public Bar(@JsonProperty("p") long p, @JsonProperty("stuff") List<String> stuff) { in Bar() argument 44 this.stuff = stuff; in Bar() 49 return stuff; in getStuff() 52 @JsonProperty("stuff") 54 return stuff; in getStuffDeprecated() 155 + " \"stuff\": [\n" in testCreator541() 161 + " \"stuff\": [\n" in testCreator541() 167 + " \"stuff\": [\n" in testCreator541()
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/ |
| D | MapInclusionTest.java | 14 public Map<String,String> stuff = new LinkedHashMap<String,String>(); field in MapInclusionTest.NoEmptiesMapContainer 17 stuff.put(key, value); in add() 25 public Map<String,String> stuff = new LinkedHashMap<String,String>(); field in MapInclusionTest.NoNullsMapContainer 28 stuff.put(key, value); in add() 36 public Map<String,String> stuff = new LinkedHashMap<String,String>(); field in MapInclusionTest.NoNullsNotEmptyMapContainer 39 stuff.put(key, value); in add() 67 assertEquals(aposToQuotes("{'stuff':{'b':''}}"), json); in testNoNullsMap() 76 assertEquals(aposToQuotes("{'stuff':{'b':''}}"), json); in testNonEmptyNoNullsMap()
|
| /external/jackson-core/src/test/java/com/fasterxml/jackson/core/ |
| D | TestJDKSerializability.java | 37 byte[] stuff = jdkSerialize(orig); in testBase64Variant() 38 Base64Variant back = jdkDeserialize(stuff); in testBase64Variant() 45 byte[] stuff = jdkSerialize(p); in testPrettyPrinter() 46 PrettyPrinter back = jdkDeserialize(stuff); in testPrettyPrinter() 58 byte[] stuff = jdkSerialize(loc); in testLocation() 59 JsonLocation loc2 = jdkDeserialize(stuff); in testLocation() 80 byte[] stuff = jdkSerialize(exc); in testParseException() 81 JsonParseException result = jdkDeserialize(stuff); in testParseException() 98 byte[] stuff = jdkSerialize(exc); in testGenerationException() 99 JsonGenerationException result = jdkDeserialize(stuff); in testGenerationException()
|
| /external/python/cpython2/Doc/library/ |
| D | pprint.rst | 58 >>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni'] 59 >>> stuff.insert(0, stuff[:]) 61 >>> pp.pprint(stuff) 95 >>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni'] 96 >>> stuff.insert(0, stuff) 97 >>> pprint.pprint(stuff) 117 >>> pprint.isreadable(stuff) 135 >>> pprint.saferepr(stuff) 213 >>> stuff = ['a' * 10, tup, ['a' * 30, 'b' * 30], ['c' * 20, 'd' * 20]] 214 >>> pprint.pprint(stuff) [all …]
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/ |
| D | MapKeySerializationTest.java | 91 public Map<ABC,String> stuff = new HashMap<ABC,String>(); field in MapKeySerializationTest.ABCMapWrapper 93 stuff.put(ABC.B, "bar"); in ABCMapWrapper() 209 assertEquals("{\"stuff\":{\"xxxB\":\"bar\"}}", json); in testCustomForEnum() 286 Map<ABC,BAR<?>> stuff = new HashMap<ABC,BAR<?>>(); in testUnWrappedMapWithKeySerializer() local 287 stuff.put(ABC.B, new BAR<String>("bar")); in testUnWrappedMapWithKeySerializer() 289 .writeValueAsString(stuff); in testUnWrappedMapWithKeySerializer() 308 Map<ABC,String> stuff = new HashMap<ABC,String>(); in testUnWrappedMapWithDefaultType() local 309 stuff.put(ABC.B, "bar"); in testUnWrappedMapWithDefaultType() 311 .writeValueAsString(stuff); in testUnWrappedMapWithDefaultType() 318 Map<Object,Integer> stuff = new LinkedHashMap<Object,Integer>(); in testDynamicMapKeys() local [all …]
|
| /external/clang/include/clang/AST/ |
| D | RawCommentList.h | 34 RCK_BCPLSlash, ///< \code /// stuff \endcode 35 RCK_BCPLExcl, ///< \code //! stuff \endcode 36 RCK_JavaDoc, ///< \code /** stuff */ \endcode 37 RCK_Qt, ///< \code /*! stuff */ \endcode, also used by HeaderDoc 68 /// \code ///< stuff \endcode 69 /// \code //!< stuff \endcode 70 /// \code /**< stuff */ \endcode 71 /// \code /*!< stuff */ \endcode 78 /// \code //< stuff \endcode 79 /// \code /*< stuff */ \endcode
|
| /external/python/pyfakefs/pyfakefs/pytest_tests/ |
| D | pytest_fixture_test.py | 26 fs.create_file(example.EXAMPLE_FILE, contents='stuff here') 33 fs_reload_example.create_file(example.EXAMPLE_FILE, contents='stuff here') 41 patcher.fs.create_file(example.EXAMPLE_FILE, contents='stuff here') 47 assert file.read() == 'stuff here' 49 assert file.read() == 'stuff here' 50 assert example.EXAMPLE_FILE.read_text() == 'stuff here'
|
| /external/bc/tests/bc/ |
| D | void.txt | 1 define void stuff(x) { 9 stuff(0) 10 stuff(1) 11 stuff(2.2839) 12 stuff(-9.9289389)
|
| /external/rust/crates/derive-getters/tests/ |
| D | 07-dissolve-basic.rs | 45 let stuff = ManyStuff { in main() localVariable 51 let (n, p, c, i) = stuff.dissolve(); in main() 57 //let _ = stuff.dissolve(); in main() 59 let stuff = LotsOfStuff { in main() localVariable 65 let (n, p, c, i) = stuff.shatter(); in main() 71 //let _ = stuff.shatter(); in main()
|