/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 325 values = match.groupdict() 326 year = int(values['year']) 327 month = int(values['month']) 328 day = int(values['day']) 329 if not values['hour']: 331 hour = int(values['hour']) 332 minute = int(values['minute']) 333 second = int(values['second']) 336 if values['fraction']: 337 fraction = values['fractio [all...] |
/kernel/linux/linux-6.6/security/selinux/include/ |
H A D | conditional.h | 17 u32 *len, char ***names, int **values); 19 int security_set_bools(u32 len, int *values);
|
/third_party/ffmpeg/libavcodec/ |
H A D | dca_lbr.c | 528 // Average values for third grid in parse_grid_1_chunk() 583 // Average values for third grid in parse_grid_1_sec_ch() 887 // Bit indicating if whole group has zero values in parse_grid_2() 1614 static void synth_tones(DCALbrDecoder *s, int ch, float *values, in synth_tones() argument 1639 values[3] += cf[0] * -s; in synth_tones() 1640 values[2] += cf[1] * c; in synth_tones() 1641 values[1] += cf[2] * s; in synth_tones() 1642 values[0] += cf[3] * -c; in synth_tones() 1645 values[2] += cf[0] * -s; in synth_tones() 1646 values[ in synth_tones() 1678 base_func_synth(DCALbrDecoder *s, int ch, float *values, int sf) base_func_synth() argument [all...] |
/kernel/linux/linux-5.10/security/selinux/include/ |
H A D | conditional.h | 17 u32 *len, char ***names, int **values); 19 int security_set_bools(struct selinux_state *state, u32 len, int *values);
|
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/examples/ |
H A D | simple-hard-coded.js | 20 values, 23 console.log(values, positionals);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | data_panel_model_impl.cpp | 24 void DataPanelModelImpl::Create(const std::vector<double>& values, double max, int32_t type) in Create() argument 29 // values in Create() 30 size_t length = static_cast<size_t>(values.size()); in Create() 32 auto value = values[i]; in Create()
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/ |
H A D | multistages_capture_dfx_first_visit.cpp | 61 NativeRdb::ValuesBucket values;
in ReportInternal() local 62 values.PutLong(PhotoColumn::PHOTO_FIRST_VISIT_TIME, task->visitTime_);
in ReportInternal() 63 MediaLibraryCommand updateCmd(OperationObject::FILESYSTEM_PHOTO, OperationType::UPDATE, values);
in ReportInternal()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_album_operations.h | 61 static int32_t AddPhotoAssets(const vector<DataShare::DataShareValuesBucket> &values); 62 static int32_t HandlePhotoAlbum(const OperationType &opType, const NativeRdb::ValuesBucket &values, 64 static int32_t HandleAnalysisPhotoAlbum(const OperationType &opType, const NativeRdb::ValuesBucket &values,
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/ |
H A D | rdb_data_ability_utils.cpp | 35 std::map<std::string, DataShareValueObject::Type> values; in ToDataShareValuesBucket() local 39 values.insert(std::make_pair(key, std::move(dsValue))); in ToDataShareValuesBucket() 41 return DataShareValuesBucket(std::move(values)); in ToDataShareValuesBucket()
|
/kernel/linux/linux-5.10/drivers/net/mdio/ |
H A D | mdio-mux-gpio.c | 26 DECLARE_BITMAP(values, BITS_PER_TYPE(desired_child)); in mdio_mux_gpio_switch_fn() 31 values[0] = desired_child; in mdio_mux_gpio_switch_fn() 34 s->gpios->info, values); in mdio_mux_gpio_switch_fn()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tracex6_kern.c | 20 } values SEC(".maps"); 41 val = bpf_map_lookup_elem(&values, &key); in bpf_prog1() 45 bpf_map_update_elem(&values, &key, &count, BPF_NOEXIST); in bpf_prog1()
|
H A D | lwt_len_hist_user.c | 33 uint64_t values[nr_cpus], sum, max_value = 0, data[MAX_INDEX] = {}; in main() local 51 bpf_map_lookup_elem(map_fd, &next_key, values); in main() 55 sum += values[i]; in main()
|
/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | mdio-mux-gpio.c | 26 DECLARE_BITMAP(values, BITS_PER_TYPE(desired_child)); in mdio_mux_gpio_switch_fn() 31 values[0] = desired_child; in mdio_mux_gpio_switch_fn() 34 s->gpios->info, values); in mdio_mux_gpio_switch_fn()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | lwt_len_hist_user.c | 33 uint64_t values[nr_cpus], sum, max_value = 0, data[MAX_INDEX] = {}; in main() local 51 bpf_map_lookup_elem(map_fd, &next_key, values); in main() 55 sum += values[i]; in main()
|
H A D | tracex6.bpf.c | 19 } values SEC(".maps"); 40 val = bpf_map_lookup_elem(&values, &key); in bpf_prog1() 44 bpf_map_update_elem(&values, &key, &count, BPF_NOEXIST); in bpf_prog1()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | BytesDictionaryMatcher.java | 46 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() argument 60 if (values != null) { in matches() 61 values[count] = bt.getValue(); in matches()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BytesDictionaryMatcher.java | 46 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() argument 60 if (values != null) { in matches() 61 values[count] = bt.getValue(); in matches()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniforms.h | 43 _mesa_uniform(GLint location, GLsizei count, const GLvoid *values, 49 GLboolean transpose, const void *values, 54 _mesa_uniform_handle(GLint location, GLsizei count, const GLvoid *values,
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | EnumDescriptor.cs | 46 private readonly IList<EnumValueDescriptor> values; field in Google.Protobuf.Reflection.EnumDescriptor 58 // We cannot allow enums with no values because this would mean there in EnumDescriptor() 63 values = DescriptorUtil.ConvertAndMakeReadOnly(proto.Value, in EnumDescriptor() 105 get { return values; } 109 /// Finds an enum value by number. If multiple enum values have the
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-arabic-joining-list.py | 48 values = set () 60 values.add (int (fields[0], 16)) 62 return sorted (values)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | mappedTypesAndObjects.js | 42 private values: {[P in keyof T]?: T[P]} = {} 64 this.values = {};
95 private values;
|
H A D | tsxStatelessFunctionComponentsWithTypeArguments1.js | 24 values: Array<T>; 31 let i = <InferParamComponent values={[1, 2, 3, 4]} selectHandler={(val) => { }} />;
50 var i = <InferParamComponent values={[1, 2, 3, 4]} selectHandler={function (val) { }}/>;
|
/third_party/rust/crates/clap/src/error/ |
H A D | kind.rs | 5 /// Occurs when an [`Arg`][crate::Arg] has a set of possible values, 60 /// sign to provide values. 98 /// Occurs when a user provides more values for an argument than were defined by setting 108 /// .try_get_matches_from(vec!["prog", "too", "many", "values"]); 115 /// Occurs when the user provides fewer values for an argument than were defined by setting 133 /// Occurs when the user provides a different number of values for an argument than what's 155 /// Occurs when the user provides two values which conflict with each other and can't be used 215 /// - Set [`Arg::value_parser(value_parser!(OsString))`] for argument values 217 /// values 319 Self::InvalidValue => Some("one of the values is in as_str() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fApiCase.cpp | 102 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values) in getSupportedExtensions() argument 111 values.resize(numFormats); in getSupportedExtensions() 112 GLU_CHECK_CALL(glGetIntegerv(extension, &values[0])); in getSupportedExtensions()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fApiCase.cpp | 104 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values) in getSupportedExtensions() argument 113 values.resize(numFormats); in getSupportedExtensions() 114 GLU_CHECK_CALL(glGetIntegerv(extension, &values[0])); in getSupportedExtensions()
|