Home
last modified time | relevance | path

Searched refs:change (Results 1 - 25 of 231) sorted by relevance

12345678910

/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/
H A Dmain.go114 for _, change := range submitted {
115 if ignore(change.Subject) {
118 insertions += change.Insertions
119 deletions += change.Deletions
129 for i, change := range submitted {
130 fmt.Printf("%3.1v: %6.v %v (LOC: %v+, %v-)\n", i, change.Number, change.Subject, change.Insertions, change.Deletions)
134 for i, change
[all...]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
52 new_module, members = change
107 for change in MAPPING[mod_member.value]:
108 if member.value in change[1]:
109 new_name = change[0]
131 for change in MAPPING[mod_member.value]:
132 if member_name in change[1]:
133 if change[0] not in mod_dict:
134 modules.append(change[0])
135 mod_dict.setdefault(change[
[all...]
/third_party/node/deps/npm/node_modules/diff/lib/convert/
H A Dxml.js14 var change = changes[i];
16 if (change.added) {
18 } else if (change.removed) {
22 ret.push(escapeHTML(change.value));
24 if (change.added) {
26 } else if (change.removed) {
H A Ddmp.js13 change,
17 change = changes[i];
19 if (change.added) {
21 } else if (change.removed) {
27 ret.push([operation, change.value]);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.c54 cnd_t change; member
80 cnd_init(&queue->change); in lp_scene_queue_create()
90 cnd_destroy(&queue->change); in lp_scene_queue_destroy()
105 cnd_wait(&queue->change, &queue->mutex); in lp_scene_dequeue()
115 cnd_signal(&queue->change); in lp_scene_dequeue()
130 cnd_wait(&queue->change, &queue->mutex); in lp_scene_enqueue()
134 cnd_signal(&queue->change); in lp_scene_enqueue()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go19 // change against the parent changelist. Any differences in results are reported
20 // as a review comment on the change.
96 priority = flag.String("priority", "", "Prioritize a single change with the given id")
145 priority string // Prioritize a single change with the given id
322 // Update change info.
323 for _, change := range changes {
324 if time.Since(change.lastUpdated) > changeUpdateFrequency {
325 change.lastUpdated = time.Now()
326 err := change.update(client)
328 log.Println(cause.Wrap(err, "Couldn't update info for change '
341 var change *changeInfo global() var
[all...]
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime01.c25 static struct tst_ts *begin, *change, *end; variable
41 begin->type = change->type = end->type = variants[tst_variant].ts_type; in setup()
62 *change = tst_ts_add_us(*begin, DELTA_US); in verify_clock_settime()
64 TEST(tv->clock_settime(CLOCK_REALTIME, tst_ts_get(change))); in verify_clock_settime()
83 *change = tst_ts_sub_us(*begin, DELTA_US); in verify_clock_settime()
85 TEST(tv->clock_settime(CLOCK_REALTIME, tst_ts_get(change))); in verify_clock_settime()
110 {&change, .size = sizeof(*change)},
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/
H A Dmain.go88 for _, change := range submitted {
89 str := fmt.Sprintf(`* [%s](%sc/%s/+/%d)`, change.Subject, gerrit.URL, change.Project, change.Number)
90 changesByProject[change.Project] = append(changesByProject[change.Project], str)
96 for _, change := range changes {
97 fmt.Println(change)
/third_party/gn/infra/recipes/
H A Dgn.py117 for change in build_input.gerrit_changes:
118 api.step('fetch %s/%s' % (change.change, change.patchset), [
121 (str(change.change)[-2:], change.change, change.patchset)
123 api.step('checkout %s/%s' % (change
[all...]
/third_party/mesa3d/src/util/
H A Du_debug_refcnt.h45 debug_reference_descriptor get_desc, int change);
49 debug_reference_descriptor get_desc, int change) in debug_reference()
52 debug_reference_slowpath(p, get_desc, change); in debug_reference()
59 UNUSED debug_reference_descriptor get_desc, UNUSED int change) in debug_reference()
48 debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) debug_reference() argument
58 debug_reference(UNUSED const struct pipe_reference* p, UNUSED debug_reference_descriptor get_desc, UNUSED int change) debug_reference() argument
H A Du_debug_refcnt.c127 * Log a reference count change to the log file (if enabled).
134 * \param change the reference count change which must be +/-1 or 0 when
139 debug_reference_descriptor get_desc, int change) in debug_reference_slowpath()
141 assert(change >= -1); in debug_reference_slowpath()
142 assert(change <= 1); in debug_reference_slowpath()
174 /* this is here to provide a gradual change even if we don't see in debug_reference_slowpath()
178 for (i = 1; i <= refcnt - change; ++i) { in debug_reference_slowpath()
186 if (change) { in debug_reference_slowpath()
188 change > in debug_reference_slowpath()
138 debug_reference_slowpath(const struct pipe_reference *p, debug_reference_descriptor get_desc, int change) debug_reference_slowpath() argument
[all...]
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc65 /// Emit a message showing the numerical change between two values, to
77 /// change in bits or bytes. XXX is the string content of the @p what
80 /// @param what the string that tells us what the change represents.
85 /// @param new_bits the final value (resulting from the change or @p
90 /// @param out the output stream to send the change message to.
230 /// @param indent the indentation string to use for the change report.
260 /// If a given @ref var_diff node carries a data member change in
262 /// string (to an output stream) that represents that offset change.
273 /// change.
293 uint64_t change in maybe_show_relative_offset_change() local
352 uint64_t change = 0; maybe_show_relative_size_change() local
947 string change; report_mem_header() local
966 out << indent << "no " << section_name << " " << change; report_mem_header() local
970 out << indent << "1 " << section_name << " " << change; report_mem_header() local
973 << " " << change; report_mem_header() local
1000 string change; report_mem_header() local
1016 out << indent << "there are " << section_name << " " << change << ":\\n"; report_mem_header() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnoCrashOnThisTypeUsage.js4 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean): void
7 function notifyListeners<T>(listenable: IListenable, change: T) {
24 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean) {}
31 function notifyListeners(listenable, change) {
/third_party/ffmpeg/libavfilter/
H A Dvf_tmidequalizer.c47 float *change[4]; member
55 int w, int h, float *change, float *orig);
138 int w, int h, float *change, float *orig) in apply_contrast_change8()
142 dst[x] = lrintf(change[src[x]]); in apply_contrast_change8()
151 int w, int h, float *change, float *orig) in apply_contrast_change16()
158 dst[x] = lrintf(change[src[x]]); in apply_contrast_change16()
269 s->nb_frames, s->radius, s->histogram_size, s->change[p], idx); in filter_frame()
274 s->change[p], s->histogram[p][idx]); in filter_frame()
355 s->change[p] = av_calloc(s->histogram_size, sizeof(float)); in config_input()
356 if (!s->change[ in config_input()
136 apply_contrast_change8(const uint8_t *src, ptrdiff_t src_linesize, uint8_t *dst, ptrdiff_t dst_linesize, int w, int h, float *change, float *orig) apply_contrast_change8() argument
149 apply_contrast_change16(const uint8_t *ssrc, ptrdiff_t src_linesize, uint8_t *ddst, ptrdiff_t dst_linesize, int w, int h, float *change, float *orig) apply_contrast_change16() argument
[all...]
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dmerge.js76 // No header or no change in ours, use theirs (and ours if theirs does not exist)
82 // No header or no change in theirs, use ours
484 var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change.
509 var change = state.lines[state.index],
516 contextChanges = contextChanges || change[0] !== ' ';
521 if (change[0] === '+') {
524 while (change[0] === '+') {
525 changes.push(change);
526 change = state.lines[++state.index];
530 if (match.substr(1) === change
[all...]
/third_party/python/Tools/scripts/
H A Dpdeps.py102 # Iterate until no more change
104 change = 1
105 while change:
106 change = 0
113 change = 1
/third_party/toybox/
H A DMakefile22 uinstall uninstall_flat tests help toybox_stuff change \
60 change:
61 scripts/change.sh
68 @rm -rf toybox generated change .singleconfig* cross-log-*.*
/third_party/toybox/porting/liteos_a/
H A DMakefile22 uinstall uninstall_flat tests help toybox_stuff change \
60 change:
61 scripts/change.sh
68 @rm -rf toybox generated change .singleconfig* cross-log-*.*
/third_party/skia/
H A DPRESUBMIT.py290 """Presubmit checks for the change on upload."""
304 self._issue = input_api.change.issue
350 'If this change affects a client API, please add a summary line '
355 def PostUploadHook(gerrit, change, output_api):
362 if not change.issue:
369 if change.author_email.endswith(suffix):
375 for affected_file in change.AffectedFiles():
385 footers = change.GitFootersFromDescription()
388 # If the change includes only doc changes then add No-Try: true in the
392 change
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A Dinvalidates-projects-correctly.js369 non Dts change to logic:: After rebuilding logicConfig
468 non Dts change to logic:: After building next project
473 Dts change to Logic:: After rebuilding logicConfig
586 Dts change to Logic:: After building next project
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc542 SourcePositionEvent(const SourceChangeRange& change, bool is_start) in SourcePositionEvent()
543 : position(is_start ? change.start_position : change.end_position), in SourcePositionEvent()
545 pos_diff((change.new_end_position - change.new_start_position) - in SourcePositionEvent()
546 (change.end_position - change.start_position)) {} in SourcePositionEvent()
622 FunctionLiteralChange& change = literal_stack.top().second; in CalculateFunctionLiteralChanges() local
623 change.new_end_position = inside_diff in CalculateFunctionLiteralChanges()
705 const FunctionLiteralChange& change in MapLiterals() local
[all...]
/third_party/ltp/testcases/network/stress/route/
H A DMakefile12 route-change-netlink: CFLAGS += $(LIBMNL_CFLAGS)
13 route-change-netlink: LDLIBS += $(LIBMNL_LIBS)
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/
H A Ddoes-not-emit-any-files-on-error-with-incremental.js148 Change:: No change
155 [12:00:47 AM] File change detected. Starting incremental compilation...
214 [12:00:54 AM] File change detected. Starting incremental compilation...
350 [12:01:22 AM] File change detected. Starting incremental compilation...
474 Change:: No change
481 [12:01:37 AM] File change detected. Starting incremental compilation...
538 [12:01:44 AM] File change detected. Starting incremental compilation...
645 Change:: No change
652 [12:02:01 AM] File change detected. Starting incremental compilation...
H A Ddoes-not-emit-any-files-on-error.js95 Change:: No change
102 [12:00:39 AM] File change detected. Starting incremental compilation...
161 [12:00:46 AM] File change detected. Starting incremental compilation...
240 [12:01:10 AM] File change detected. Starting incremental compilation...
289 Change:: No change
296 [12:01:18 AM] File change detected. Starting incremental compilation...
353 [12:01:25 AM] File change detected. Starting incremental compilation...
407 Change:: No change
414 [12:01:38 AM] File change detected. Starting incremental compilation...
/third_party/ffmpeg/tests/fate/
H A Dmpeg4.mak4 fate-mpeg4-resolution-change-%: CMD = framemd5 -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/resize_$(@:fate-mpeg4-resolution-change-%=%).h263 -sws_flags +bitexact
6 FATE_MPEG4-$(call FRAMEMD5, M4V, MPEG4, SCALE_FILTER) := $(addprefix fate-mpeg4-resolution-change-, $(MPEG4_RESOLUTION_CHANGE))

Completed in 12 milliseconds

12345678910