Home
last modified time | relevance | path

Searched full:analyze (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/third_party/libinput/tools/
Dlibinput-analyze.man1 .TH libinput-analyze "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
3 libinput\-analyze \- analyze device data
5 .B libinput analyze [\-\-help] \fI<feature> [<args>]\fR
9 .B "libinput analyze"
25 .B libinput\-analyze\-per-slot-delta(1)
26 analyze the delta per event per slot
28 .B libinput\-analyze\-recording(1)
29 analyze a recording made with
32 .B libinput\-analyze\-touch-down-state(1)
33 analyze the state of each touch in a recording
Dlibinput-analyze-recording.man1 .TH libinput-analyze-recording "1"
3 libinput\-analyze\-recording \- analyze a device recording
5 .B libinput analyze recording [\-\-help] [options] \fIrecording.yml\fI
9 .B "libinput analyze recording"
Dlibinput-analyze-touch-down-state.man1 .TH libinput-analyze-touch-down-state "1"
3 libinput\-analyze\-touch\-down\-state \- analyze the touch states
5 .B libinput analyze touch-down-state [\-\-help] [options] \fIrecording.yml\fI
9 .B "libinput analyze touch\-down\state"
Dlibinput-analyze-per-slot-delta.man1 .TH libinput-analyze-per-slot-delta "1"
3 libinput\-analyze\-per\-slot\-delta \- analyze the per-event delta movement for touch slots
5 .B libinput analyze per-slot-delta [\-\-help] [options] \fIrecording.yml\fI
9 .B "libinput analyze per\-slot\-delta"
Dlibinput.man14 tools are a set of tools to debug, interface with and analyze data for
57 .B libinput\-analyze(1)
58 Analyze events from a device
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Danalyze_once_test.dart11 import 'package:flutter_tools/src/commands/analyze.dart';
29 group('analyze once', () {
58 // Analyze in the current directory - no arguments
62 arguments: <String>['analyze'],
67 // Analyze a specific file outside the current directory
71 arguments: <String>['analyze', libMain.path],
77 // Analyze in the current directory - no arguments
95 // Analyze in the current directory - no arguments
98 arguments: <String>['analyze'],
109 // Analyze in the current directory - no arguments
[all …]
/third_party/gn/src/gn/
Dcommand_analyze.cc22 const char kAnalyze[] = "analyze";
24 "analyze: Analyze which targets are affected by a list of files.";
26 R"*(gn analyze <out_dir> <input_path> <output_path>
28 Analyze which targets are affected by a list of files.
104 Err(Location(), "Unknown command format. See \"gn help analyze\"", in RunAnalyze()
105 "Usage: \"gn analyze <out_dir> <input_path> <output_path>") in RunAnalyze()
131 std::string output = analyzer.Analyze(input, &err); in RunAnalyze()
Danalyzer.h19 // to answer queries for the `refs` and `analyze` commands, where we
32 // to the files . See the help text for the analyze command (kAnalyze_Help)
35 std::string Analyze(const std::string& input, Err* err) const;
65 // ":quux"}. This is used by the analyze command in order to only build
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Danalyze.dart20 help: 'Analyze the current project, if applicable.', defaultsTo: true);
46 // Not used by analyze --watch
62 String get name => 'analyze';
65 String get description => "Analyze the project's Dart code.";
94 ).analyze();
102 ).analyze();
/third_party/ffmpeg/tests/fate/
Dfilter-audio.mak327 # test the different analyze modes
328 …S-$(call FILTERDEMDECENCMUX, HDCD, FLAC, FLAC, PCM_S24LE, PCM_S24LE) += fate-filter-hdcd-analyze-pe
329 fate-filter-hdcd-analyze-pe: SRC = $(TARGET_SAMPLES)/filter/hdcd-mix.flac
330 fate-filter-hdcd-analyze-pe: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=pe -f s24le
331 fate-filter-hdcd-analyze-pe: CMP = oneline
332 fate-filter-hdcd-analyze-pe: REF = 2d839d8a1cf73b10a566ce3d4cfaa79e
333 …-$(call FILTERDEMDECENCMUX, HDCD, FLAC, FLAC, PCM_S24LE, PCM_S24LE) += fate-filter-hdcd-analyze-lle
334 fate-filter-hdcd-analyze-lle: SRC = $(TARGET_SAMPLES)/filter/hdcd-mix.flac
335 fate-filter-hdcd-analyze-lle: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=lle -f s24le
336 fate-filter-hdcd-analyze-lle: CMP = oneline
[all …]
/third_party/skia/infra/bots/recipes/
Dcompute_buildstats.py148 step_data = api.run(api.python, 'Analyze %s' % f, script=script,
176 step_data = api.run(api.python, 'Analyze %s' % f, script=script,
208 step_data = api.run(api.python, 'Analyze flutter', script=script,
244 step_data = api.run(api.python, 'Analyze wasm', script=script,
293 api.step_data('Analyze [START_DIR]/build/pathkit.js.mem',
295 api.step_data('Analyze [START_DIR]/build/libskia.so',
297 api.step_data('Analyze wasm',
299 api.step_data('Analyze flutter',
321 api.step_data('Analyze [START_DIR]/build/pathkit.js.mem',
323 api.step_data('Analyze [START_DIR]/build/libskia.so',
[all …]
/third_party/mbedtls/library/
Dconstant_time_internal.h43 * \param value The value to analyze.
58 * \param value The value to analyze.
75 * \param value The value to analyze.
92 * \param x The first value to analyze.
93 * \param y The second value to analyze.
109 * \param x The first value to analyze.
110 * \param y The second value to analyze.
124 * \param x The first value to analyze.
125 * \param y The second value to analyze.
209 * \param c1 The first value to analyze in the condition.
[all …]
Dconstant_time_invasive.h39 * \param low The value to analyze.
40 * \param high The value to analyze.
41 * \param c The value to analyze.
/third_party/gstreamer/gstplugins_good/gst/replaygain/
Dgstrganalysis.c50 * ]| Analyze a simple test waveform
54 * ]| Analyze a given file
58 * ]| Analyze the pink noise reference file
204 * Whether to analyze streams even when ReplayGain tags exist. in gst_rg_analysis_class_init()
221 "Analyze even if ReplayGain tags exist", in gst_rg_analysis_class_init()
290 filter->analyze = NULL; in gst_rg_analysis_init()
383 filter->analyze = NULL; in gst_rg_analysis_start()
425 filter->analyze = rg_analysis_analyze_mono_float; in gst_rg_analysis_set_caps()
427 filter->analyze = rg_analysis_analyze_stereo_float; in gst_rg_analysis_set_caps()
434 filter->analyze = rg_analysis_analyze_mono_int16; in gst_rg_analysis_set_caps()
[all …]
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Ddartdocs.dart19 <String>['analyze', '--no-preamble', '--flutter-repo', '--dartdocs'],
56 throw Exception('flutter analyze did not output final message');
58 throw Exception('flutter analyze exited with unexpected error code $result');
60 … throw Exception('flutter analyze exited with successful status code despite reporting errors');
62 …throw Exception('flutter analyze had unexpected output (we saw $otherLines unexpected line${ other…
/third_party/ffmpeg/libavfilter/
Dvf_phase.c36 ANALYZE, enumerator
85 CONST("T", "top first analyze", TOP_FIRST_ANALYZE, "mode"),
86 CONST("B", "bottom first analyze", BOTTOM_FIRST_ANALYZE, "mode"),
87 CONST("u", "analyze", ANALYZE, "mode"),
88 CONST("U", "full analyze", FULL_ANALYZE, "mode"),
90 CONST("A", "auto analyze", AUTO_ANALYZE, "mode"),
/third_party/flutter/skia/infra/bots/recipes/
Dcompute_buildstats.py126 api.run(api.python, 'Analyze %s' % f, script=script,
140 api.run(api.python, 'Analyze %s' % f, script=script,
156 step_data = api.run(api.python, 'Analyze flutter', script=script,
185 step_data = api.run(api.python, 'Analyze wasm', script=script,
228 api.step_data('Analyze wasm',
230 api.step_data('Analyze flutter',
252 api.step_data('Analyze wasm',
254 api.step_data('Analyze flutter',
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionPrinter.h37 /// Analyze the regions of a function and open its GraphViz
45 /// @param F Function to analyze.
57 /// Analyze the regions of a function and open its GraphViz
65 /// @param F Function to analyze.
/third_party/flutter/flutter/dev/bots/test/
Danalyze-sample-code_test.dart10 test('analyze-sample-code', () {
13 <String>['analyze-sample-code.dart', 'test/analyze-sample-code-test-input'],
/third_party/python/Tools/c-analyzer/cpython/
D__main__.py128 _analyze=_analyzer.analyze,
142 _analyze=_analyzer.analyze,
175 analyze = None
178 def analyze(files, **kwargs): function
195 def analyze(files, **kwargs): function
202 _analyze=analyze,
330 'analyze and fail if the CPython source code has any problems',
334 'analyze': (
/third_party/elfio/.github/workflows/
Dcodeql-analysis.yml13 analyze:
14 name: Analyze
62 uses: github/codeql-action/analyze@v1
/third_party/mesa3d/src/panfrost/lib/
Dpan_earlyzs.c42 * Analyze a fragment shader and provided API state to determine the early-ZS
47 analyze(const struct pan_shader_info *s, in analyze() function
103 * Analyze a fragment shader to determine all possible early-ZS configurations.
114 lut.states[v0][v1][v2] = analyze(s, v0, v1, v2); in pan_earlyzs_analyze()
/third_party/flutter/flutter/dev/devicelab/lib/tasks/
Danalysis.dart76 section('Analyze $title ${watch ? 'with watcher' : ''} - ${iteration + 1} / $targetIterations');
80 await flutter('analyze', options: options);
87 /// Times how long it takes to analyze the Flutter repository.
104 /// Times how long it takes to analyze the generated "mega_gallery" app.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h1 //===- MipsAnalyzeImmediate.h - Analyze Immediates -------------*- C++ -*--===//
26 /// Analyze - Get an instruction sequence to load immediate Imm. The last
29 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
/third_party/libinput/completion/zsh/
D_libinput12 "analyze:Analyze device data"
192 "per-slot-delta:analyze relative movement per touch per slot"
193 "recording:analyze a recording by printing a pretty table"
194 "touch-down-state:analyze a recording for logical touch down states"
207 curcontext=${curcontext%:*:*}:libinput-analyze-$words[1]:

12345678910>>...30