Home
last modified time | relevance | path

Searched full:stuff (Results 1 – 25 of 3971) sorted by relevance

12345678910>>...159

/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c44 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/
Daddrcfi.c76 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/
Dfilescan.py109 "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/
Dradamsa.txt3 -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/python/cpython3/Lib/
Dfnmatch.py104 stuff = pat[i:j]
105 if '-' not in stuff:
106 stuff = stuff.replace('\\', r'\\')
129 stuff = '-'.join(s.replace('\\', r'\\').replace('-', r'\-')
132 stuff = re.sub(r'([&~|])', r'\\\1', stuff)
134 if not stuff:
137 elif stuff == '!':
141 if stuff[0] == '!':
142 stuff = '^' + stuff[1:]
143 elif stuff[0] in ('^', '['):
[all …]
/external/rust/crates/tracing-subscriber/tests/env_filter/
Dmain.rs66 let filter: EnvFilter = "info,stuff=debug".parse().expect("filter should parse"); in level_filter_event_with_target()
69 .event(expect::event().at_level(Level::DEBUG).with_target("stuff")) in level_filter_event_with_target()
70 .event(expect::event().at_level(Level::WARN).with_target("stuff")) in level_filter_event_with_target()
72 .event(expect::event().at_level(Level::ERROR).with_target("stuff")) in level_filter_event_with_target()
80 tracing::debug!(target: "stuff", "this should be enabled"); in level_filter_event_with_target()
82 tracing::trace!(target: "stuff", "and neither should this"); in level_filter_event_with_target()
83 tracing::warn!(target: "stuff", "this should be enabled"); in level_filter_event_with_target()
85 tracing::error!(target: "stuff", "this should be enabled also"); in level_filter_event_with_target()
93 let filter: EnvFilter = "info,stuff[cool_span]=debug" in level_filter_event_with_target_and_span_global()
116 let _span = tracing::info_span!(target: "stuff", "cool_span").entered(); in level_filter_event_with_target_and_span_global()
[all …]
Dper_layer.rs63 let filter: EnvFilter = "info,stuff=debug".parse().expect("filter should parse"); in level_filter_event_with_target()
66 .event(expect::event().at_level(Level::DEBUG).with_target("stuff")) in level_filter_event_with_target()
67 .event(expect::event().at_level(Level::WARN).with_target("stuff")) in level_filter_event_with_target()
69 .event(expect::event().at_level(Level::ERROR).with_target("stuff")) in level_filter_event_with_target()
79 tracing::debug!(target: "stuff", "this should be enabled"); in level_filter_event_with_target()
81 tracing::trace!(target: "stuff", "and neither should this"); in level_filter_event_with_target()
82 tracing::warn!(target: "stuff", "this should be enabled"); in level_filter_event_with_target()
84 tracing::error!(target: "stuff", "this should be enabled also"); in level_filter_event_with_target()
91 let filter: EnvFilter = "stuff[cool_span]=debug" in level_filter_event_with_target_and_span()
112 let _span = tracing::info_span!(target: "stuff", "cool_span").entered(); in level_filter_event_with_target_and_span()
[all …]
/external/openthread/third_party/mbedtls/repo/library/
Daesni.c154 __m128i aa = _mm_slli_epi64(xx, 63); // x1<<63:x0<<63 = stuff:a in gcm_reduce()
155 __m128i bb = _mm_slli_epi64(xx, 62); // x1<<62:x0<<62 = stuff:b in gcm_reduce()
156 __m128i cc = _mm_slli_epi64(xx, 57); // x1<<57:x0<<57 = stuff:c in gcm_reduce()
170 __m128i eh = _mm_slli_epi64(dx, 63); // d<<63:stuff in gcm_mix()
171 __m128i fh = _mm_slli_epi64(dx, 62); // d<<62:stuff in gcm_mix()
172 __m128i gh = _mm_slli_epi64(dx, 57); // d<<57:stuff in gcm_mix()
233 * On entry state is r3:r2:r1:r0 and xword is X:stuff:stuff:stuff in aesni_set_rk_128()
278 * On entry state0 is r3:r2:r1:r0, state1 is stuff:stuff:r5:r4 in aesni_set_rk_192()
279 * and xword is stuff:stuff:X:stuff with X = rot( sub( r3 ) ) ^ RCON in aesni_set_rk_192()
282 * On exit, state0 is r9:r8:r7:r6 and state1 is stuff:stuff:r11:r10 in aesni_set_rk_192()
[all …]
/external/mbedtls/library/
Daesni.c150 __m128i aa = _mm_slli_epi64(xx, 63); // x1<<63:x0<<63 = stuff:a in gcm_reduce()
151 __m128i bb = _mm_slli_epi64(xx, 62); // x1<<62:x0<<62 = stuff:b in gcm_reduce()
152 __m128i cc = _mm_slli_epi64(xx, 57); // x1<<57:x0<<57 = stuff:c in gcm_reduce()
166 __m128i eh = _mm_slli_epi64(dx, 63); // d<<63:stuff in gcm_mix()
167 __m128i fh = _mm_slli_epi64(dx, 62); // d<<62:stuff in gcm_mix()
168 __m128i gh = _mm_slli_epi64(dx, 57); // d<<57:stuff in gcm_mix()
229 * On entry state is r3:r2:r1:r0 and xword is X:stuff:stuff:stuff in aesni_set_rk_128()
275 * On entry state0 is r3:r2:r1:r0, state1 is stuff:stuff:r5:r4 in aesni_set_rk_192()
276 * and xword is stuff:stuff:X:stuff with X = rot( sub( r3 ) ) ^ RCON in aesni_set_rk_192()
279 * On exit, state0 is r9:r8:r7:r6 and state1 is stuff:stuff:r11:r10 in aesni_set_rk_192()
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DMapRelatedTypesDeserTest.java21 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/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/issues/
DVelocity614TestCase.java38 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/llvm/test/Transforms/MergeFunc/
Dptr-int-transitivity-3.ll4 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()
Dptr-int-transitivity-1.ll4 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()
Dmerge-ptr-and-int.ll5 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()
Dptr-int-transitivity-2.ll4 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/python/cpython2/Lib/
Dihooks.py109 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 …]
Dfnmatch.py111 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/
DOpcodes.java80 * [ 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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestCreators3.java39 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/
DMapInclusionTest.java14 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/
DTestJDKSerializability.java37 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/
Dpprint.rst58 >>> 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/sdv/vsomeip/third_party/boost/fusion/doc/
Dquick_start.qbk29 __vector__<int, char, std::string> stuff(1, 'x', "howdy");
30 int i = __at_c__<0>(stuff);
31 char ch = __at_c__<1>(stuff);
32 std::string s = __at_c__<2>(stuff);
64 __for_each__(stuff, print_xml());
69 each element in `stuff`.
152 template <typename Stuff>
153 void save(Stuff const& stuff)
155 __for_each__(stuff, saver());
158 The `save` function is generic and will work for all types of `stuff`
/external/clang/include/clang/AST/
DRawCommentList.h34 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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
DMapKeySerializationTest.java91 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 …]

12345678910>>...159