Home
last modified time | relevance | path

Searched +full:config +full:- +full:array (Results 1 – 25 of 1203) sorted by relevance

12345678910>>...49

/external/sdv/vsomeip/third_party/boost/
Ddependencies_1.76.0.txt1 accumulators -> array assert circular_buffer concept_check config core fusion iterator mpl numeric~…
2 algorithm -> array assert bind concept_check config core exception function iterator mpl range rege…
3 align -> assert config core static_assert
4 any -> config core static_assert throw_exception type_index type_traits
5 array -> assert config core static_assert throw_exception
6 asio -> array assert bind chrono config core coroutine date_time function regex smart_ptr system th…
7 assert -> config
8 assign -> array config core move mpl preprocessor ptr_container range static_assert throw_exception…
9 atomic -> align assert config static_assert type_traits winapi
10 beast -> asio assert bind config container core endian intrusive logic mp11 optional smart_ptr stat…
[all …]
/external/libcups/cups/
DDependencies1 array.o: array.c ../cups/cups.h file.h versioning.h ipp.h http.h array.h \
2 language.h pwg.h string-private.h ../config.h ../cups/versioning.h \
3 debug-internal.h debug-private.h array-private.h ../cups/array.h
4 auth.o: auth.c cups-private.h string-private.h ../config.h \
5 ../cups/versioning.h array-private.h ../cups/array.h versioning.h \
6 ipp-private.h ../cups/cups.h file.h ipp.h http.h array.h language.h \
7 pwg.h http-private.h ../cups/language.h ../cups/http.h \
8 language-private.h ../cups/transcode.h pwg-private.h thread-private.h \
9 debug-internal.h debug-private.h
10 debug.o: debug.c cups-private.h string-private.h ../config.h \
[all …]
/external/python/cpython2/Demo/tkinter/guido/
Dsortvisu.py7 - an array visualizer with methods that implement basic sorting
11 - a number of sorting algorithms (currently quicksort, insertion sort,
13 all using the array visualizer for its basic operations and with calls
16 - and a ``driver'' class which can be used as a Grail applet or as a
17 stand-alone application.
32 class Array: class
59 self.canvas.config(width=(self.size+1)*XGRID,
85 Cancelled = "Array.Cancelled" # Exception
92 elif self.speed == "single-step":
104 raise Array.Cancelled
[all …]
/external/libcups/ppdc/
DDependencies1 ppdc-array.o: ppdc-array.cxx ppdc-private.h ppdc.h ../cups/file.h \
2 ../cups/versioning.h ../cups/cups-private.h ../cups/string-private.h \
3 ../config.h ../cups/array-private.h ../cups/array.h \
4 ../cups/ipp-private.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \
5 ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
6 ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
7 ../cups/thread-private.h
8 ppdc-attr.o: ppdc-attr.cxx ppdc-private.h ppdc.h ../cups/file.h \
9 ../cups/versioning.h ../cups/cups-private.h ../cups/string-private.h \
10 ../config.h ../cups/array-private.h ../cups/array.h \
[all …]
/external/webrtc/modules/audio_processing/aec3/
Drefined_filter_update_gain_unittest.cc4 * Use of this source code is governed by a BSD-style license
43 std::array<float, kBlockSize>* e_last_block, in RunFilterUpdateTest()
44 std::array<float, kBlockSize>* y_last_block, in RunFilterUpdateTest()
53 EchoCanceller3Config config; in RunFilterUpdateTest() local
54 config.filter.refined.length_blocks = filter_length_blocks; in RunFilterUpdateTest()
55 config.filter.coarse.length_blocks = filter_length_blocks; in RunFilterUpdateTest()
57 config.filter.refined.length_blocks, config.filter.refined.length_blocks, in RunFilterUpdateTest()
58 config.filter.config_change_duration_blocks, kNumRenderChannels, in RunFilterUpdateTest()
61 config.filter.coarse.length_blocks, config.filter.coarse.length_blocks, in RunFilterUpdateTest()
62 config.filter.config_change_duration_blocks, kNumRenderChannels, in RunFilterUpdateTest()
[all …]
Derle_estimator_unittest.cc4 * Use of this source code is governed by a BSD-style license
31 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> erle, in VerifyErleBands()
45 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> erle, in VerifyErle()
54 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> erle1, in VerifyErleGreaterOrEqual()
55 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> erle2) { in VerifyErleGreaterOrEqual()
64 const std::array<float, kBlockSize> frame = { in FormFarendTimeFrame()
73 for (int band = 0; band < x->NumBands(); ++band) { in FormFarendTimeFrame()
74 for (int channel = 0; channel < x->NumChannels(); ++channel) { in FormFarendTimeFrame()
76 std::copy(frame.begin(), frame.end(), x->begin(band, channel)); in FormFarendTimeFrame()
83 std::array<float, kFftLengthBy2Plus1>* X2, in FormFarendFrame()
[all …]
Dcoarse_filter_update_gain_unittest.cc4 * Use of this source code is governed by a BSD-style license
38 std::array<float, kBlockSize>* e_last_block, in RunFilterUpdateTest()
39 std::array<float, kBlockSize>* y_last_block, in RunFilterUpdateTest()
42 EchoCanceller3Config config; in RunFilterUpdateTest() local
43 config.filter.refined.length_blocks = filter_length_blocks; in RunFilterUpdateTest()
45 config.filter.refined.length_blocks, config.filter.refined.length_blocks, in RunFilterUpdateTest()
46 config.filter.config_change_duration_blocks, num_render_channels, in RunFilterUpdateTest()
49 config.filter.coarse.length_blocks, config.filter.coarse.length_blocks, in RunFilterUpdateTest()
50 config.filter.config_change_duration_blocks, num_render_channels, in RunFilterUpdateTest()
55 config.delay.default_delay = 1; in RunFilterUpdateTest()
[all …]
Dsuppression_gain.cc4 * Use of this source code is governed by a BSD-style license
30 void LimitLowFrequencyGains(std::array<float, kFftLengthBy2Plus1>* gain) { in LimitLowFrequencyGains()
31 // Limit the low frequency gains to avoid the impact of the high-pass filter in LimitLowFrequencyGains()
32 // on the lower-frequency gain influencing the overall achieved gain. in LimitLowFrequencyGains()
37 std::array<float, kFftLengthBy2Plus1>* gain) { in LimitHighFrequencyGains()
43 gain->begin() + kFirstBandToLimit + 1, gain->end(), in LimitHighFrequencyGains()
54 1 / static_cast<float>(kUpperAccurateBandPlus1 - 20); in LimitHighFrequencyGains()
56 std::accumulate(gain->begin() + 20, in LimitHighFrequencyGains()
57 gain->begin() + kUpperAccurateBandPlus1, 0.f) * in LimitHighFrequencyGains()
61 gain->begin() + kUpperAccurateBandPlus1, gain->end(), in LimitHighFrequencyGains()
[all …]
Dresidual_echo_estimator.cc4 * Use of this source code is governed by a BSD-style license
33 const EchoCanceller3Config::EpStrength& config) { in GetEarlyReflectionsDefaultModeGain() argument
34 if (field_trial::IsEnabled("WebRTC-Aec3UseLowEarlyReflectionsDefaultGain")) { in GetEarlyReflectionsDefaultModeGain()
37 return config.default_gain; in GetEarlyReflectionsDefaultModeGain()
41 const EchoCanceller3Config::EpStrength& config) { in GetLateReflectionsDefaultModeGain() argument
42 if (field_trial::IsEnabled("WebRTC-Aec3UseLowLateReflectionsDefaultGain")) { in GetLateReflectionsDefaultModeGain()
45 return config.default_gain; in GetLateReflectionsDefaultModeGain()
49 const EchoCanceller3Config::EpStrength& config) { in UseErleOnsetCompensationInDominantNearend() argument
50 return config.erle_onset_compensation_in_dominant_nearend || in UseErleOnsetCompensationInDominantNearend()
52 "WebRTC-Aec3UseErleOnsetCompensationInDominantNearend"); in UseErleOnsetCompensationInDominantNearend()
[all …]
/external/libcups/scheduler/
DDependencies1 auth.o: auth.c cupsd.h ../cups/cups-private.h ../cups/string-private.h \
2 ../config.h ../cups/versioning.h ../cups/array-private.h \
3 ../cups/array.h ../cups/ipp-private.h ../cups/cups.h ../cups/file.h \
5 ../cups/http-private.h ../cups/language-private.h ../cups/transcode.h \
6 ../cups/pwg-private.h ../cups/thread-private.h ../cups/file-private.h \
7 ../cups/ppd-private.h ../cups/ppd.h ../cups/raster.h mime.h sysman.h \
10 banners.o: banners.c cupsd.h ../cups/cups-private.h \
11 ../cups/string-private.h ../config.h ../cups/versioning.h \
12 ../cups/array-private.h ../cups/array.h ../cups/ipp-private.h \
14 ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
[all …]
/external/libcups/systemv/
DDependencies1 cancel.o: cancel.c ../cups/cups-private.h ../cups/string-private.h \
2 ../config.h ../cups/versioning.h ../cups/array-private.h \
3 ../cups/array.h ../cups/ipp-private.h ../cups/cups.h ../cups/file.h \
5 ../cups/http-private.h ../cups/language-private.h ../cups/transcode.h \
6 ../cups/pwg-private.h ../cups/thread-private.h
7 cupsaccept.o: cupsaccept.c ../cups/cups-private.h \
8 ../cups/string-private.h ../config.h ../cups/versioning.h \
9 ../cups/array-private.h ../cups/array.h ../cups/ipp-private.h \
11 ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
12 ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/load_balancer/
Dload_balancer_config_test.cc2 // Use of this source code is governed by a BSD-style license that can be
7 #include <array>
33 "Invalid LoadBalancerConfig Config ID 7 Server ID Length 4 " in TEST_F()
39 "Invalid LoadBalancerConfig Config ID 2 Server ID Length 0 " in TEST_F()
43 "Invalid LoadBalancerConfig Config ID 6 Server ID Length 16 " in TEST_F()
48 "Invalid LoadBalancerConfig Config ID 6 Server ID Length 4 " in TEST_F()
52 "Invalid LoadBalancerConfig Config ID 6 Server ID Length 1 " in TEST_F()
70 auto config = LoadBalancerConfig::CreateUnencrypted(0, 3, 4); in TEST_F() local
71 EXPECT_TRUE(config.has_value()); in TEST_F()
72 EXPECT_EQ(config->config_id(), 0); in TEST_F()
[all …]
/external/libcups/cgi-bin/
DDependencies1 help-index.o: help-index.c cgi-private.h cgi.h ../cups/cups.h \
3 ../cups/array.h ../cups/language.h ../cups/pwg.h help-index.h \
4 ../cups/debug-private.h ../cups/language-private.h ../config.h \
5 ../cups/transcode.h ../cups/string-private.h ../cups/ipp-private.h \
7 html.o: html.c cgi-private.h cgi.h ../cups/cups.h ../cups/file.h \
8 ../cups/versioning.h ../cups/ipp.h ../cups/http.h ../cups/array.h \
9 ../cups/language.h ../cups/pwg.h help-index.h ../cups/debug-private.h \
10 ../cups/language-private.h ../config.h ../cups/transcode.h \
11 ../cups/string-private.h ../cups/ipp-private.h
12 ipp-var.o: ipp-var.c cgi-private.h cgi.h ../cups/cups.h ../cups/file.h \
[all …]
/external/libcups/filter/
DDependencies1 commandtops.o: commandtops.c ../cups/cups-private.h \
2 ../cups/string-private.h ../config.h ../cups/versioning.h \
3 ../cups/array-private.h ../cups/array.h ../cups/ipp-private.h \
5 ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
6 ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
7 ../cups/thread-private.h ../cups/ppd.h ../cups/raster.h \
9 gziptoany.o: gziptoany.c ../cups/cups-private.h ../cups/string-private.h \
10 ../config.h ../cups/versioning.h ../cups/array-private.h \
11 ../cups/array.h ../cups/ipp-private.h ../cups/cups.h ../cups/file.h \
13 ../cups/http-private.h ../cups/language-private.h ../cups/transcode.h \
[all …]
/external/libcups/backend/
DDependencies1 ipp.o: ipp.c backend-private.h ../cups/cups-private.h \
2 ../cups/string-private.h ../config.h ../cups/versioning.h \
3 ../cups/array-private.h ../cups/array.h ../cups/ipp-private.h \
5 ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
6 ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
7 ../cups/thread-private.h ../cups/snmp-private.h ../cups/backend.h \
8 ../cups/sidechannel.h ../cups/ppd-private.h ../cups/ppd.h \
10 lpd.o: lpd.c ../cups/http-private.h ../config.h ../cups/language.h \
11 ../cups/array.h ../cups/versioning.h ../cups/http.h \
12 ../cups/ipp-private.h ../cups/cups.h ../cups/file.h ../cups/ipp.h \
[all …]
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dtopk_accuracy_eval_stage_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
32 EvaluationStageConfig config; in GetTopkAccuracyEvalStageConfig() local
33 config.set_name(kTopkAccuracyEvalStageName); in GetTopkAccuracyEvalStageConfig()
35 config.mutable_specification()->mutable_topk_accuracy_eval_params(); in GetTopkAccuracyEvalStageConfig()
36 params->set_k(5); in GetTopkAccuracyEvalStageConfig()
37 return config; in GetTopkAccuracyEvalStageConfig()
41 T* ResetOutputArray(T array[]) { in ResetOutputArray() argument
43 array[i] = 0; in ResetOutputArray()
45 return array; in ResetOutputArray()
59 EvaluationStageConfig config = GetTopkAccuracyEvalStageConfig(); in TEST() local
[all …]
/external/libconfig/contrib/ls-config/doc/
Dbin.api.txt2 ------------
4 First place somewhere ls-config binary, or make it from source
10 ------
12 Remember to call ls-config always with -f parameter,
13 wich give ls-config inormation wich config file use.
16 -g (get) for reading values (default)
17 -s (set) for store values
18 -h (help) for display help message
19 both parameter (-g and -s) nedd to give it variable path
22 for exapmle read info value from config file:
[all …]
/external/ltp/include/
Dtst_kconfig.h1 // SPDX-License-Identifier: GPL-2.0-or-later
26 * Reads a kernel config, parses it and writes results into an array of
29 * The path to the kernel config should be autodetected in most of the cases as
34 * filled with config variable name such as 'CONFIG_FOO', the id_len should
39 * 'm' - config option set to m
40 * 'y' - config option set to y
41 * 'v' - config option set to other value
42 * 'n' - config option is not set
43 * 0 - config option not found
48 * @param vars An array of caller initalized tst_kconfig_var structures.
[all …]
/external/libconfig/contrib/ls-config/src/po/
Den_GB.po1 # Language en-GB translations for PACKAGE package.
8 "Project-Id-Version: 1.0\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2013-10-06 19:23+0200\n"
11 "PO-Revision-Date: 2013-09-09 23:56+0200\n"
12 "Last-Translator: Łukasz A. Grabowski <lucas@lucas.net.pl>\n"
13 "Language-Team: Language en-GB\n"
14 "Language: en-GB\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
Dpl_PL.po1 # Language pl-PL translations for PACKAGE package.
8 "Project-Id-Version: 1.0\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2013-10-06 19:23+0200\n"
11 "PO-Revision-Date: 2013-09-09 23:55+0200\n"
12 "Last-Translator: Łukasz A. Grabowski <lucas@lucas.net.pl>\n"
13 "Language-Team: Language pl-PL\n"
14 "Language: pl-PL\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
/external/cronet/testing/variations/
DREADME.md14 > They can, however, be enabled with the `--enable-field-trial-config` switch.
18 > Note: Non-developer builds of Chromium (for example, non-Chrome browsers,
20 > config by either (1) specifying the GN flag `disable_fieldtrial_testing_config=true`,
21 > (2) specifying the `--disable-field-trial-config` switch or (3) specifying a
22 > custom variations server URL using the `--variations-server-url` switch.
25 > feature that is explicitly overridden (e.g. using the `--enable-features` or
26 > `--disable-features` switches) will be skipped.
28 ## Config File Format
34 "platforms": [Array of Strings of Valid Platforms for These Experiments],
37 "//0": "Comment Line 0. Lines 0-9 are supported.",
[all …]
/external/libcups/tools/
DDependencies2 ../cups/versioning.h ../cups/ipp.h ../cups/http.h ../cups/array.h \
4 ../cups/string-private.h ../config.h dither.h
5 ippeveprinter.o: ippeveprinter.c ../cups/cups-private.h \
6 ../cups/string-private.h ../config.h ../cups/versioning.h \
7 ../cups/array-private.h ../cups/array.h ../cups/ipp-private.h \
9 ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
10 ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
11 ../cups/thread-private.h ../cups/ppd-private.h ../cups/ppd.h \
12 ../cups/raster.h printer-png.h
14 ../cups/versioning.h ../cups/ipp.h ../cups/http.h ../cups/array.h \
[all …]
/external/mesa3d/src/gallium/drivers/lima/ci/
Dlima-fails.txt1 dEQP-GLES2.functional.clipping.triangle_vertex.clip_two.clip_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_…
2 dEQP-GLES2.functional.clipping.triangle_vertex.clip_two.clip_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_…
3 dEQP-GLES2.functional.clipping.triangle_vertex.clip_two.clip_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_…
4 dEQP-GLES2.functional.clipping.triangle_vertex.clip_two.clip_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_…
5 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.0,Fail
6 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.1,Fail
7 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.10,Fail
8 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.11,Fail
9 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.12,Fail
10 dEQP-GLES2.functional.fragment_ops.depth_stencil.random.13,Fail
[all …]
/external/libcups/berkeley/
DDependencies1 lpc.o: lpc.c ../cups/cups-private.h ../cups/string-private.h ../config.h \
2 ../cups/versioning.h ../cups/array-private.h ../cups/array.h \
3 ../cups/ipp-private.h ../cups/cups.h ../cups/file.h ../cups/ipp.h \
4 ../cups/http.h ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
5 ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
6 ../cups/thread-private.h
7 lpq.o: lpq.c ../cups/cups-private.h ../cups/string-private.h ../config.h \
8 ../cups/versioning.h ../cups/array-private.h ../cups/array.h \
9 ../cups/ipp-private.h ../cups/cups.h ../cups/file.h ../cups/ipp.h \
10 ../cups/http.h ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDeserializers.java26 * @param config Configuration in effect
33 DeserializationConfig config, BeanDescription beanDesc) in findEnumDeserializer() argument
41 * @param config Configuration in effect
46 DeserializationConfig config, BeanDescription beanDesc) in findTreeNodeDeserializer() argument
51 * category (not an Enum, Collection, Map, Array, reference value or tree node)
54 * @param config Configuration in effect
61 DeserializationConfig config, BeanDescription beanDesc) in findBeanDeserializer() argument
71 * @param config Configuration in effect
83 DeserializationConfig config, BeanDescription beanDesc, in findReferenceDeserializer() argument
88 * Method called to locate serializer for specified array type.
[all …]

12345678910>>...49