Home
last modified time | relevance | path

Searched refs:value (Results 1226 - 1250 of 23668) sorted by relevance

1...<<41424344454647484950>>...947

/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
H A DimageEffect.cpp109 .setValue = [](OH_EffectFilter *filter, const char *key, const ImageEffect_Any *value) { return true; }, in getFilterDelegate()
214 ImageEffect_Any value; in OHImageEffectConfigure() local
219 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_INT32; in OHImageEffectConfigure()
220 value.dataValue.int32Value = IMAGE_EFFECT_2; in OHImageEffectConfigure()
224 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHImageEffectConfigure()
225 value.dataValue.floatValue = IMAGE_EFFECT_100F; in OHImageEffectConfigure()
231 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHImageEffectConfigure()
232 value.dataValue.floatValue = IMAGE_EFFECT_100F; in OHImageEffectConfigure()
237 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHImageEffectConfigure()
238 value in OHImageEffectConfigure()
745 ImageEffect_Any value; OHImageEffectSetInputNativeBuffer() local
790 ImageEffect_Any value; SetInputUri1() local
825 ImageEffect_Any value; SetInputUri2() local
867 ImageEffect_Any value; OHImageEffectSetInputUri() local
908 ImageEffect_Any value; OHImageEffectSetOutputNativeBuffer() local
988 ImageEffect_Any value; SetInputUri3() local
1023 ImageEffect_Any value; SetInputUri4() local
1065 ImageEffect_Any value; OHImageEffectSetOutputUri() local
1118 ImageEffect_Any value; OHImageEffectStart() local
1160 ImageEffect_Any value; OHImageEffectStop() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dlocal_subscribe_store_test.cpp108 uint32_t GetCallCount(uint32_t value = 1);
140 uint32_t KvStoreObserverUnitTest::GetCallCount(uint32_t value) in GetCallCount() argument
144 while (retry < value) { in GetCallCount()
146 if (callTimes >= value) { in GetCallCount()
151 if (callTimes >= value) { in GetCallCount()
216 Value value = "subscribe"; in HWTEST_F() local
217 status = kvStore->Put(key, value); // insert or update key-value in HWTEST_F()
246 Value value = "subscribe"; in HWTEST_F() local
247 status = kvStore->Put(key, value); // inser in HWTEST_F()
277 Value value = "subscribe"; HWTEST_F() local
748 Value value = "subscribe"; HWTEST_F() local
782 Value value = "subscribe"; HWTEST_F() local
816 Value value = "subscribe"; HWTEST_F() local
1935 Value value = val; HWTEST_F() local
[all...]
H A Dlocal_subscribe_device_store_test.cpp98 uint32_t GetCallCount(uint32_t value = 1);
130 uint32_t DeviceObserverTest::GetCallCount(uint32_t value) in GetCallCount() argument
134 while (retry < value) { in GetCallCount()
136 if (callTimes >= value) { in GetCallCount()
141 if (callTimes >= value) { in GetCallCount()
203 Value value = "subscribe"; in HWTEST_F() local
204 status = kvStore_->Put(key, value); // insert or update key-value in HWTEST_F()
233 Value value = "subscribe"; in HWTEST_F() local
234 status = kvStore_->Put(key, value); // inser in HWTEST_F()
264 Value value = "subscribe"; HWTEST_F() local
736 Value value = "subscribe"; HWTEST_F() local
770 Value value = "subscribe"; HWTEST_F() local
804 Value value = "subscribe"; HWTEST_F() local
1922 Value value = val; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.cpp70 context.constraintWidth.value.value, in FromCJCreateMeasureContext()
71 DimensionUnit(context.constraintWidth.value.unitType) in FromCJCreateMeasureContext()
77 context.fontSize.value.value, in FromCJCreateMeasureContext()
78 DimensionUnit(context.fontSize.value.unitType) in FromCJCreateMeasureContext()
84 context.lineHeight.value.value, in FromCJCreateMeasureContext()
85 DimensionUnit(context.lineHeight.value.unitType) in FromCJCreateMeasureContext()
91 context.baselineOffset.value in FromCJCreateMeasureContext()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_layout_property.h40 auto value = MakeRefPtr<TabsLayoutProperty>(); variable
41 value->LayoutProperty::UpdateLayoutProperty(AceType::DynamicCast<LayoutProperty>(this));
42 value->propTabBarPosition_ = CloneTabBarPosition();
43 value->propAxis_ = CloneAxis();
44 value->propTabBarMode_ = CloneTabBarMode();
45 value->propDivider_ = CloneDivider();
46 value->propBarWidth_ = CloneBarWidth();
47 value->propBarHeight_ = CloneBarHeight();
48 value->propIndex_ = CloneIndex();
49 value
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_js_utils.cpp47 napi_value Convert2JSValue(napi_env env, const Asset &value) in Convert2JSValue() argument
51 NAPI_CALL_BASE(env, SetNamedProperty(env, object, "version", value.version), object); in Convert2JSValue()
52 NAPI_CALL_BASE(env, SetNamedProperty(env, object, "name", value.name), object); in Convert2JSValue()
53 NAPI_CALL_BASE(env, SetNamedProperty(env, object, "uri", value.uri), object); in Convert2JSValue()
54 NAPI_CALL_BASE(env, SetNamedProperty(env, object, "createTime", value.createTime), object); in Convert2JSValue()
55 NAPI_CALL_BASE(env, SetNamedProperty(env, object, "modifyTime", value.modifyTime), object); in Convert2JSValue()
56 NAPI_CALL_BASE(env, SetNamedProperty(env, object, "size", value.size), object); in Convert2JSValue()
57 NAPI_CALL_BASE(env, SetNamedProperty(env, object, "hash", value.hash), object); in Convert2JSValue()
68 napi_value value = JSUtils::Convert2JSValue(env, object.value); in Convert2JSValue() local
85 Convert2JSValue(napi_env env, const BigInt& value) Convert2JSValue() argument
96 Convert2Value(napi_env env, napi_value jsValue, BigInt& value) Convert2Value() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dwrite-barrier.cc30 const void* value) { in ProcessMarkValue()
33 reinterpret_cast<uintptr_t>(value) & in ProcessMarkValue()
57 const void* value) { in DijkstraMarkingBarrierSlowWithSentinelCheck()
58 if (!value || value == kSentinelPointer) return; in DijkstraMarkingBarrierSlowWithSentinelCheck()
60 DijkstraMarkingBarrierSlow(value); in DijkstraMarkingBarrierSlowWithSentinelCheck()
64 void WriteBarrier::DijkstraMarkingBarrierSlow(const void* value) { in DijkstraMarkingBarrierSlow() argument
65 const BasePage* page = BasePage::FromPayload(value); in DijkstraMarkingBarrierSlow()
74 const_cast<HeapObjectHeader&>(page->ObjectHeaderFromInnerAddress(value)); in DijkstraMarkingBarrierSlow()
78 header, heap.marker(), value); in DijkstraMarkingBarrierSlow()
29 ProcessMarkValue(HeapObjectHeader& header, MarkerBase* marker, const void* value) ProcessMarkValue() argument
56 DijkstraMarkingBarrierSlowWithSentinelCheck( const void* value) DijkstraMarkingBarrierSlowWithSentinelCheck() argument
101 SteeleMarkingBarrierSlowWithSentinelCheck( const void* value) SteeleMarkingBarrierSlowWithSentinelCheck() argument
109 SteeleMarkingBarrierSlow(const void* value) SteeleMarkingBarrierSlow() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dproperty-array-inl.h54 void PropertyArray::set(int index, Object value) { in set() argument
59 RELAXED_WRITE_FIELD(*this, offset, value); in set()
60 WRITE_BARRIER(*this, offset, value); in set()
63 void PropertyArray::set(int index, Object value, WriteBarrierMode mode) { in set() argument
67 RELAXED_WRITE_FIELD(*this, offset, value); in set()
68 CONDITIONAL_WRITE_BARRIER(*this, offset, value, mode); in set()
71 void PropertyArray::set(int index, Object value, SeqCstAccessTag tag) { in set() argument
75 DCHECK(value.IsShared()); in set()
77 SEQ_CST_WRITE_FIELD(*this, offset, value); in set()
84 Object PropertyArray::Swap(int index, Object value, SeqCstAccessTa argument
89 Swap(PtrComprCageBase cage_base, int index, Object value, SeqCstAccessTag tag) Swap() argument
121 int value = length_and_hash(); SetHash() local
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.h53 // the data is stored by value.
61 // Identifies data type of the value.
78 explicit DataPiece(const int32 value) in DataPiece() argument
79 : type_(TYPE_INT32), i32_(value), use_strict_base64_decoding_(false) {} in DataPiece()
80 explicit DataPiece(const int64 value) in DataPiece() argument
81 : type_(TYPE_INT64), i64_(value), use_strict_base64_decoding_(false) {} in DataPiece()
82 explicit DataPiece(const uint32 value) in DataPiece() argument
83 : type_(TYPE_UINT32), u32_(value), use_strict_base64_decoding_(false) {} in DataPiece()
84 explicit DataPiece(const uint64 value) in DataPiece() argument
85 : type_(TYPE_UINT64), u64_(value), use_strict_base64_decoding in DataPiece()
86 DataPiece(const double value) DataPiece() argument
90 DataPiece(const float value) DataPiece() argument
92 DataPiece(const bool value) DataPiece() argument
94 DataPiece(StringPiece value, bool use_strict_base64_decoding) DataPiece() argument
99 DataPiece(StringPiece value, bool dummy, bool use_strict_base64_decoding) DataPiece() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc34 constexpr MachineType MachineTypeOf<Smi>::value; member in v8::internal::MachineTypeOf
35 constexpr MachineType MachineTypeOf<Object>::value; member in v8::internal::MachineTypeOf
36 constexpr MachineType MachineTypeOf<MaybeObject>::value; member in v8::internal::MachineTypeOf
40 static_assert(std::is_convertible<TNode<Number>, TNode<Object>>::value,
43 std::is_convertible<TNode<Number>, TNode<UnionT<Smi, HeapObject>>>::value,
46 !std::is_convertible<TNode<UnionT<Smi, HeapObject>>, TNode<Number>>::value,
256 TNode<Int32T> CodeAssembler::Int32Constant(int32_t value) { in Int32Constant() argument
257 return UncheckedCast<Int32T>(jsgraph()->Int32Constant(value)); in Int32Constant()
260 TNode<Int64T> CodeAssembler::Int64Constant(int64_t value) { in Int64Constant() argument
261 return UncheckedCast<Int64T>(jsgraph()->Int64Constant(value)); in Int64Constant()
264 IntPtrConstant(intptr_t value) IntPtrConstant() argument
268 TaggedIndexConstant(intptr_t value) TaggedIndexConstant() argument
273 NumberConstant(double value) NumberConstant() argument
287 SmiConstant(Smi value) SmiConstant() argument
292 SmiConstant(int value) SmiConstant() argument
307 BooleanConstant(bool value) BooleanConstant() argument
319 Float32Constant(double value) Float32Constant() argument
323 Float64Constant(double value) Float64Constant() argument
372 intptr_t value = m.ResolvedValue(); TryToSmiConstant() local
424 Return(TNode<Object> value) Return() argument
446 Return(TNode<Int32T> value) Return() argument
453 Return(TNode<Uint32T> value) Return() argument
460 Return(TNode<WordT> value) Return() argument
468 Return(TNode<Float32T> value) Return() argument
475 Return(TNode<Float64T> value) Return() argument
502 PopAndReturn(Node* pop, Node* value) PopAndReturn() argument
507 ReturnIf(TNode<BoolT> condition, TNode<Object> value) ReturnIf() argument
531 StaticAssert(TNode<BoolT> value, const char* source) StaticAssert() argument
576 WordShl(TNode<WordT> value, int shift) WordShl() argument
580 WordShr(TNode<WordT> value, int shift) WordShr() argument
584 WordSar(TNode<WordT> value, int shift) WordSar() argument
588 Word32Shr(TNode<Word32T> value, int shift) Word32Shr() argument
592 Word32Sar(TNode<Word32T> value, int shift) Word32Sar() argument
614 ChangeUint32ToWord(TNode<Word32T> value) ChangeUint32ToWord() argument
622 ChangeInt32ToIntPtr(TNode<Word32T> value) ChangeInt32ToIntPtr() argument
629 ChangeFloat64ToIntPtr(TNode<Float64T> value) ChangeFloat64ToIntPtr() argument
636 ChangeFloat64ToUintPtr(TNode<Float64T> value) ChangeFloat64ToUintPtr() argument
644 ChangeUintPtrToFloat64(TNode<UintPtrT> value) ChangeUintPtrToFloat64() argument
654 RoundIntPtrToFloat64(Node* value) RoundIntPtrToFloat64() argument
661 TruncateFloat32ToInt32(TNode<Float32T> value) TruncateFloat32ToInt32() argument
717 PackMapWord(Node* value) PackMapWord() argument
762 Store(Node* base, Node* value) Store() argument
767 StoreToObject(MachineRepresentation rep, TNode<Object> object, TNode<IntPtrT> offset, Node* value, StoreToObjectWriteBarrier write_barrier) StoreToObject() argument
791 OptimizedStoreField(MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreField() argument
798 OptimizedStoreFieldAssertNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldAssertNoWriteBarrier() argument
805 OptimizedStoreFieldUnsafeNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldUnsafeNoWriteBarrier() argument
817 Store(Node* base, Node* offset, Node* value) Store() argument
824 StoreEphemeronKey(Node* base, Node* offset, Node* value) StoreEphemeronKey() argument
830 StoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* value) StoreNoWriteBarrier() argument
837 StoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) StoreNoWriteBarrier() argument
846 UnsafeStoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* value) UnsafeStoreNoWriteBarrier() argument
851 UnsafeStoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) UnsafeStoreNoWriteBarrier() argument
874 AtomicStore(MachineRepresentation rep, AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset, TNode<Word32T> value) AtomicStore() argument
880 base, offset, value); AtomicStore() local
883 AtomicStore64(AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset, TNode<UintPtrT> value, TNode<UintPtrT> value_high) AtomicStore64() argument
889 base, offset, value, value_high); AtomicStore64() local
951 StoreRoot(RootIndex root_index, TNode<Object> value) StoreRoot() argument
959 Projection(int index, Node* value) Projection() argument
1445 Bind(Node* value) Bind() argument
1447 Node* CodeAssemblerVariable::value() const { value() function in v8::internal::compiler::CodeAssemblerVariable
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs26 /// Value type enum in C. Used to represent returning type value, so C side can cast its pointer.
70 /// marks value type.
147 /// Push value into the Vector pointer. If the value pushed is allocated in the Rust side before,
152 /// might happen. Besides, value pointer should also be in the same type as the type used in
157 value: *mut c_void,
160 if vector.is_null() || value.is_null() {
171 let ptr = value as *mut i32;
175 let ptr = value as *mut u32;
179 let str = char_ptr_to_string(value a
[all...]
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp48 void JSI::SetProperty(JSIValue object, JSIValue key, JSIValue value) in SetProperty() argument
57 jerry_value_t jVal = AS_JERRY_VALUE(value); in SetProperty()
65 void JSI::SetNamedProperty(JSIValue object, const char * const propName, JSIValue value) in SetNamedProperty() argument
73 SetProperty(object, AS_JSI_VALUE(jKey), value); in SetNamedProperty()
80 void JSI::SetNumberProperty(JSIValue object, const char * const propName, double value) in SetNumberProperty() argument
86 JSIValue numValue = CreateNumber(value); in SetNumberProperty()
91 void JSI::SetBooleanProperty(JSIValue object, const char * const propName, bool value) in SetBooleanProperty() argument
97 JSIValue boolValue = CreateBoolean(value); in SetBooleanProperty()
102 void JSI::SetStringProperty(JSIValue object, const char * const propName, const char *value) in SetStringProperty() argument
108 JSIValue strValue = CreateString(value); in SetStringProperty()
113 SetStringPropertyWithBufferSize(JSIValue object, const char * const propName, const char *value, size_t size) SetStringPropertyWithBufferSize() argument
216 ValueIsFunction(JSIValue value) ValueIsFunction() argument
226 ValueIsUndefined(JSIValue value) ValueIsUndefined() argument
236 ValueIsNumber(JSIValue value) ValueIsNumber() argument
246 ValueIsString(JSIValue value) ValueIsString() argument
256 ValueIsBoolean(JSIValue value) ValueIsBoolean() argument
266 ValueIsNull(JSIValue value) ValueIsNull() argument
276 ValueIsObject(JSIValue value) ValueIsObject() argument
286 ValueIsError(JSIValue value) ValueIsError() argument
296 JsonStringify(JSIValue value) JsonStringify() argument
409 ReleaseValue(JSIValue value) ReleaseValue() argument
465 CreateNumber(double value) CreateNumber() argument
561 CreateBoolean(bool value) CreateBoolean() argument
593 ValueIsSymbol(JSIValue value) ValueIsSymbol() argument
614 SetPropertyByIndex(JSIValue object, uint32_t index, JSIValue value) SetPropertyByIndex() argument
633 ValueToString(JSIValue value) ValueToString() argument
676 ValueToStringWithBufferSize(JSIValue value, size_t &size) ValueToStringWithBufferSize() argument
715 ValueToNumber(JSIValue value) ValueToNumber() argument
730 ValueToBoolean(JSIValue value) ValueToBoolean() argument
745 JSIValueToString(JSIValue value) JSIValueToString() argument
758 GetArrayLength(JSIValue value) GetArrayLength() argument
816 ValueIsArray(JSIValue value) ValueIsArray() argument
826 AcquireValue(JSIValue value) AcquireValue() argument
1061 ValueIsArrayBuffer(JSIValue value) ValueIsArrayBuffer() argument
1071 ValueIsTypedArray(JSIValue value) ValueIsTypedArray() argument
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c148 emit_record_int(struct dxil_module *m, unsigned code, int value) in emit_record_int() argument
150 uint64_t data = value; in emit_record_int()
247 uint64_t value; member
269 assert(data[curr_data] == a->operands[i].value); in emit_record_abbrev()
271 /* literals are no-ops, because their value is defined in the in emit_record_abbrev()
410 dxil_value_type_equal_to(const struct dxil_value *value, in dxil_value_type_equal_to() argument
413 return types_equal(value->type, rhs); in dxil_value_type_equal_to()
431 dxil_value_type_bitsize_equal_to(const struct dxil_value *value, unsigned bitsize) in dxil_value_type_bitsize_equal_to() argument
433 switch (value->type->type) { in dxil_value_type_bitsize_equal_to()
435 return value in dxil_value_type_bitsize_equal_to()
444 dxil_value_get_type(const struct dxil_value *value) dxil_value_get_type() argument
1541 get_int_const(struct dxil_module *m, const struct dxil_type *type, intmax_t value) get_int_const() argument
1564 dxil_module_get_int1_const(struct dxil_module *m, bool value) dxil_module_get_int1_const() argument
1574 dxil_module_get_int8_const(struct dxil_module *m, int8_t value) dxil_module_get_int8_const() argument
1584 dxil_module_get_int16_const(struct dxil_module *m, int16_t value) dxil_module_get_int16_const() argument
1594 dxil_module_get_int32_const(struct dxil_module *m, int32_t value) dxil_module_get_int32_const() argument
1604 dxil_module_get_int64_const(struct dxil_module *m, int64_t value) dxil_module_get_int64_const() argument
1614 dxil_module_get_int_const(struct dxil_module *m, intmax_t value, unsigned bit_size) dxil_module_get_int_const() argument
1644 dxil_module_get_float16_const(struct dxil_module *m, uint16_t value) dxil_module_get_float16_const() argument
1668 dxil_module_get_float_const(struct dxil_module *m, float value) dxil_module_get_float_const() argument
1692 dxil_module_get_double_const(struct dxil_module *m, double value) dxil_module_get_double_const() argument
1801 add_gvar(struct dxil_module *m, const char *name, const struct dxil_type *type, const struct dxil_type *value_type, enum dxil_address_space as, int align, const struct dxil_value *value) add_gvar() argument
1825 dxil_add_global_var(struct dxil_module *m, const char *name, const struct dxil_type *type, enum dxil_address_space as, int align, const struct dxil_value *value) dxil_add_global_var() argument
1834 dxil_add_global_ptr_var(struct dxil_module *m, const char *name, const struct dxil_type *type, enum dxil_address_space as, int align, const struct dxil_value *value) dxil_add_global_ptr_var() argument
2074 encode_signed(int64_t value) encode_signed() argument
2082 emit_int_value(struct dxil_module *m, int64_t value) emit_int_value() argument
2093 emit_float16_value(struct dxil_module *m, uint16_t value) emit_float16_value() argument
2102 emit_float_value(struct dxil_module *m, float value) emit_float_value() argument
2111 emit_double_value(struct dxil_module *m, double value) emit_double_value() argument
2214 emit_symtab_entry(struct dxil_module *m, unsigned value, const char *name) emit_symtab_entry() argument
2320 dxil_get_metadata_value(struct dxil_module *m, const struct dxil_type *type, const struct dxil_value *value) dxil_get_metadata_value() argument
2375 dxil_get_metadata_int1(struct dxil_module *m, bool value) dxil_get_metadata_int1() argument
2389 dxil_get_metadata_int8(struct dxil_module *m, int8_t value) dxil_get_metadata_int8() argument
2403 dxil_get_metadata_int32(struct dxil_module *m, int32_t value) dxil_get_metadata_int32() argument
2417 dxil_get_metadata_int64(struct dxil_module *m, int64_t value) dxil_get_metadata_int64() argument
2431 dxil_get_metadata_float32(struct dxil_module *m, float value) dxil_get_metadata_float32() argument
2471 emit_metadata_value(struct dxil_module *m, const struct dxil_type *type, const struct dxil_value *value) emit_metadata_value() argument
2688 dxil_emit_cast(struct dxil_module *m, enum dxil_cast_opcode opcode, const struct dxil_type *type, const struct dxil_value *value) dxil_emit_cast() argument
2959 dxil_emit_store(struct dxil_module *m, const struct dxil_value *value, const struct dxil_value *ptr, unsigned align, bool is_volatile) dxil_emit_store() argument
3003 dxil_emit_atomicrmw(struct dxil_module *m, const struct dxil_value *value, const struct dxil_value *ptr, enum dxil_rmw_op op, bool is_volatile, enum dxil_atomic_ordering ordering, enum dxil_sync_scope syncscope) dxil_emit_atomicrmw() argument
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c191 int section_from_string(const char *value) in section_from_string() argument
193 if (!strcasecmp(value, "AnySetup")) in section_from_string()
195 else if (!strcasecmp(value, "PageSetup")) in section_from_string()
197 else if (!strcasecmp(value, "Prolog")) in section_from_string()
199 else if (!strcasecmp(value, "DocumentSetup")) in section_from_string()
201 else if (!strcasecmp(value, "JCLSetup")) in section_from_string()
204 _log("Unknown section: \"%s\"\n", value); in section_from_string()
240 if (val->value) in free_value()
241 free(val->value); in free_value()
253 value_t *value; in free_option() local
581 get_valid_param_string_int(option_t *opt, param_t *param, int value) get_valid_param_string_int() argument
588 get_valid_param_string_float(option_t *opt, param_t *param, float value) get_valid_param_string_float() argument
718 get_valid_value_string(option_t *opt, const char *value) get_valid_value_string() argument
926 option_is_custom_value(option_t *opt, const char *value) option_is_custom_value() argument
1019 option_set_value(option_t *opt, int optionset, const char *value) option_set_value() argument
1052 option_accepts_value(option_t *opt, const char *value) option_accepts_value() argument
1336 param_set_allowed_chars(param_t *param, const char *value) param_set_allowed_chars() argument
1351 param_set_allowed_regexp(param_t *param, const char *value) param_set_allowed_regexp() argument
1563 dstr_t *value = create_dstr(); /* value can span multiple lines */ read_ppd_file() local
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_stats_v21.c40 u32 value; in rkisp_stats_get_rawawb_meas_reg() local
43 value = rkisp_read(stats_vdev->dev, ISP21_RAWAWB_CTRL, true); in rkisp_stats_get_rawawb_meas_reg()
44 if (!(value & ISP2X_3A_MEAS_DONE)) { in rkisp_stats_get_rawawb_meas_reg()
54 value = rkisp_read(stats_vdev->dev, ISP21_RAWAWB_Y_HIST01 + CIF_IMG_EFF_CTRL_MODE_EMBOSS_SHIFT * i, true); in rkisp_stats_get_rawawb_meas_reg()
55 pbuf->params.rawawb.ro_yhist_bin[CIF_IMG_EFF_CTRL_MODE_SEPIA_SHIFT * i] = value & 0xFFFF; in rkisp_stats_get_rawawb_meas_reg()
56 pbuf->params.rawawb.ro_yhist_bin[CIF_IMG_EFF_CTRL_MODE_SEPIA_SHIFT * i + 1] = (value & 0xFFFF0000) >> 0x10; in rkisp_stats_get_rawawb_meas_reg()
90 u32 value, read_line; in rkisp_stats_get_rawaf_meas_reg() local
94 value = rkisp_read(stats_vdev->dev, ISP_RAWAF_CTRL, true); in rkisp_stats_get_rawaf_meas_reg()
95 if (!(value & ISP2X_3A_MEAS_DONE)) { in rkisp_stats_get_rawaf_meas_reg()
113 value in rkisp_stats_get_rawaf_meas_reg()
142 u32 addr, value; rkisp_stats_get_rawaebig_meas_reg() local
197 u32 addr, value; rkisp_stats_get_rawhstbig_meas_reg() local
337 u32 value; rkisp_stats_get_rawaelite_meas_reg() local
365 u32 value; rkisp_stats_get_rawhstlite_meas_reg() local
391 u32 value; rkisp_stats_get_bls_stats() local
437 u32 value, i; rkisp_stats_get_dhaz_stats() local
484 u32 value, rd_buf_idx; rkisp_stats_get_rawawb_meas_ddr() local
558 u32 i, value, addr, rd_buf_idx; rkisp_stats_get_rawaebig_meas_ddr() local
744 u32 i, value, rd_buf_idx; rkisp_stats_get_rawaelite_meas_ddr() local
803 u32 value; rkisp_stats_restart_rawawb_meas() local
814 u32 value; rkisp_stats_restart_rawaf_meas() local
826 u32 addr, value; rkisp_stats_restart_rawaebig_meas() local
852 u32 addr, value; rkisp_stats_restart_rawhstbig_meas() local
908 u32 value; rkisp_stats_restart_rawae0_meas() local
919 u32 value; rkisp_stats_restart_rawhst0_meas() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_stats_v21.c41 u32 value; in rkisp_stats_get_rawawb_meas_reg() local
44 value = rkisp_read(stats_vdev->dev, ISP21_RAWAWB_CTRL, true); in rkisp_stats_get_rawawb_meas_reg()
45 if (!(value & ISP2X_3A_MEAS_DONE)) in rkisp_stats_get_rawawb_meas_reg()
53 value = rkisp_read(stats_vdev->dev, ISP21_RAWAWB_Y_HIST01 + 4 * i, true); in rkisp_stats_get_rawawb_meas_reg()
54 pbuf->params.rawawb.ro_yhist_bin[2 * i] = value & 0xFFFF; in rkisp_stats_get_rawawb_meas_reg()
55 pbuf->params.rawawb.ro_yhist_bin[2 * i + 1] = (value & 0xFFFF0000) >> 16; in rkisp_stats_get_rawawb_meas_reg()
90 u32 value, read_line; in rkisp_stats_get_rawaf_meas_reg() local
94 value = rkisp_read(stats_vdev->dev, ISP_RAWAF_CTRL, true); in rkisp_stats_get_rawaf_meas_reg()
95 if (!(value & ISP2X_3A_MEAS_DONE)) in rkisp_stats_get_rawaf_meas_reg()
111 value in rkisp_stats_get_rawaf_meas_reg()
138 u32 addr, value; rkisp_stats_get_rawaebig_meas_reg() local
186 u32 addr, value; rkisp_stats_get_rawhstbig_meas_reg() local
326 u32 value; rkisp_stats_get_rawaelite_meas_reg() local
353 u32 value; rkisp_stats_get_rawhstlite_meas_reg() local
378 u32 value; rkisp_stats_get_bls_stats() local
425 u32 value, i; rkisp_stats_get_dhaz_stats() local
472 u32 value, rd_buf_idx; rkisp_stats_get_rawawb_meas_ddr() local
551 u32 i, value, addr, rd_buf_idx; rkisp_stats_get_rawaebig_meas_ddr() local
730 u32 i, value, rd_buf_idx; rkisp_stats_get_rawaelite_meas_ddr() local
788 u32 value; rkisp_stats_restart_rawawb_meas() local
799 u32 value; rkisp_stats_restart_rawaf_meas() local
812 u32 addr, value; rkisp_stats_restart_rawaebig_meas() local
838 u32 addr, value; rkisp_stats_restart_rawhstbig_meas() local
900 u32 value; rkisp_stats_restart_rawae0_meas() local
911 u32 value; rkisp_stats_restart_rawhst0_meas() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dutils.cpp105 std::string LowerCase(std::string value) in LowerCase() argument
107 return ChangeCase(value, true); in LowerCase()
110 std::string UpperCase(std::string value) in UpperCase() argument
112 return ChangeCase(value, false); in UpperCase()
115 void LTrim(std::string &value) in LTrim() argument
118 for (i = 0; i < value.length(); i++) { in LTrim()
119 if (value[i] != ' ' && value[i] != '\t' && value[i] != '\n' && value[ in LTrim()
125 RTrim(std::string &value) RTrim() argument
135 Trim(std::string &value) Trim() argument
141 ChangeCase(const std::string &value, bool LowerCase) ChangeCase() argument
234 SwapEndian16(uint16_t value) SwapEndian16() argument
239 SwapEndian32(uint32_t value) SwapEndian32() argument
248 SwapEndian64(uint64_t value) SwapEndian64() argument
311 GetAnonyString(const std::string &value) GetAnonyString() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_predicates.cpp52 * Restricts the value of the field to be greater than the specified value.
54 AbsPredicates *AbsPredicates::EqualTo(const std::string &field, const ValueObject &value) in EqualTo() argument
60 ValueObject valObj = value; in EqualTo()
88 * Restricts the value of the field to be unequal to the specified value.
90 AbsPredicates *AbsPredicates::NotEqualTo(const std::string &field, const ValueObject &value) in NotEqualTo() argument
98 bindArgs.push_back(value); in NotEqualTo()
139 * Restricts the value of the field to contain the specified string.
141 AbsPredicates *AbsPredicates::Contains(const std::string &field, const std::string &value) in Contains() argument
155 NotContains(const std::string &field, const std::string &value) NotContains() argument
169 BeginsWith(const std::string &field, const std::string &value) BeginsWith() argument
183 EndsWith(const std::string &field, const std::string &value) EndsWith() argument
223 Like(const std::string &field, const std::string &value) Like() argument
237 NotLike(const std::string &field, const std::string &value) NotLike() argument
251 Glob(const std::string &field, const std::string &value) Glob() argument
297 GreaterThan(const std::string &field, const ValueObject &value) GreaterThan() argument
312 LessThan(const std::string &field, const ValueObject &value) LessThan() argument
327 GreaterThanOrEqualTo(const std::string &field, const ValueObject &value) GreaterThanOrEqualTo() argument
342 LessThanOrEqualTo(const std::string &field, const ValueObject &value) LessThanOrEqualTo() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp127 unsigned char value = out[SHA256_DIGEST_LENGTH + i]; in Sha256() local
129 out[i * DOUBLE_TIMES] = hexCode[(value >> WIDTH) & MASK]; in Sha256()
130 out[i * DOUBLE_TIMES + 1] = hexCode[value & MASK]; in Sha256()
168 const cJSON* value = cJSON_GetObjectItem(jsonObj, key.c_str()); in IsUInt8() local
169 if (value == NULL || !cJSON_IsNumber(value)) { in IsUInt8()
172 return (value->valuedouble >= 0 && value->valuedouble <= UINT8_MAX); in IsUInt8()
177 const cJSON* value = cJSON_GetObjectItem(jsonObj, key.c_str()); in IsUInt16() local
178 if (value in IsUInt16()
186 const cJSON* value = cJSON_GetObjectItem(jsonObj, key.c_str()); IsInt32() local
195 const cJSON* value = cJSON_GetObjectItem(jsonObj, key.c_str()); IsUInt32() local
204 const cJSON* value = cJSON_GetObjectItem(jsonObj, key.c_str()); IsBool() local
210 const cJSON* value = cJSON_GetObjectItem(jsonObj, key.c_str()); IsString() local
219 const cJSON* value = cJSON_GetObjectItem(jsonObj, key.c_str()); IsArray() local
276 GetSysPara(const char *key, bool &value) GetSysPara() argument
291 valueStr >> std::boolalpha >> value; GetSysPara() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DFontHeaderTable.java36 * Checksum adjustment base value. To compute the checksum adjustment:
42 * Magic number value stored in the magic number field.
158 public static EnumSet<Flags> asSet(int value) { in asSet() argument
161 if ((value & flag.mask()) == flag.mask()) { in asSet()
168 static public int value(EnumSet<Flags> set) { in value() method in FontHeaderTable.Flags
169 int value = 0; in value()
171 value |= flag.mask(); in value()
173 return value; in value()
180 return value(clean); in cleanValue()
185 * Get the flags as an int value
293 asSet(int value) asSet() argument
303 public static int value(EnumSet<MacStyle> set) { value() method in FontHeaderTable.MacStyle
354 private final int value; global() field in FontHeaderTable.FontDirectionHint
356 FontDirectionHint(int value) FontDirectionHint() argument
360 public int value() { value() method in FontHeaderTable.FontDirectionHint
364 equals(int value) equals() argument
368 valueOf(int value) valueOf() argument
395 private final int value; global() field in FontHeaderTable.IndexToLocFormat
397 IndexToLocFormat(int value) IndexToLocFormat() argument
401 public int value() { value() method in FontHeaderTable.IndexToLocFormat
405 equals(int value) equals() argument
409 valueOf(int value) valueOf() argument
[all...]
/third_party/python/Lib/email/
H A Dheaderregistry.py26 value of the object are both quoted according to RFC5322 rules, but
163 value string and a dictionary as its arguments. The dictionary will
167 string value of the idealized representation of the data from the value.
181 setting them as the value of similarly named attributes) and remove all the
190 def __new__(cls, name, value):
192 cls.parse(value, kwds)
224 def _reconstruct(cls, value):
225 return str.__new__(cls, value)
238 The returned value i
[all...]
/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp158 helpString.append(" or use extended form 'backend[option=value,...]'.\n"); in config_help_fn()
163 "Extended form: 'backend(option=value,...)'\n\n"
259 static bool parse_option_int(const SkString& value, int* outInt) { in parse_option_int() argument
260 if (value.isEmpty()) { in parse_option_int()
264 long intValue = strtol(value.c_str(), &endptr, 10); in parse_option_int()
271 static bool parse_option_bool(const SkString& value, bool* outBool) { in parse_option_bool() argument
272 if (value.equals("true")) { in parse_option_bool()
276 if (value.equals("false")) { in parse_option_bool()
282 static bool parse_option_gpu_api(const SkString& value, in parse_option_gpu_api() argument
286 if (value in parse_option_gpu_api()
358 parse_option_gpu_color(const SkString& value, SkColorType* outColorType, SkAlphaType* alphaType) parse_option_gpu_color() argument
389 parse_option_gpu_surf_type(const SkString& value, SkCommandLineConfigGpu::SurfType* surfType) parse_option_gpu_surf_type() argument
421 const SkString& value = keyValueParts[1]; ExtendedOptions() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntry.java62 super(keyType, defaultInstance.key, valueType, defaultInstance.value); in Metadata()
78 private final V value; field in MapEntry
89 this.value = defaultValue; in MapEntry()
93 /** Create a MapEntry with the provided key and value. */
95 private MapEntry(Metadata metadata, K key, V value) { in MapEntry() argument
97 this.value = value; in MapEntry()
109 this.value = entry.getValue(); in MapEntry()
136 return value; in getValue()
147 int size = MapEntryLite.computeSerializedSize(metadata, key, value); in getSerializedSize()
246 private V value; global() field in MapEntry.Builder
254 Builder(Metadata<K, V> metadata, K key, V value, boolean hasKey, boolean hasValue) Builder() argument
282 setValue(V value) setValue() argument
337 setField(FieldDescriptor field, Object value) setField() argument
371 setRepeatedField(FieldDescriptor field, int index, Object value) setRepeatedField() argument
376 addRepeatedField(FieldDescriptor field, Object value) addRepeatedField() argument
446 isInitialized(Metadata metadata, V value) isInitialized() argument
[all...]
/third_party/eudev/src/udev/
H A Dudev-rules.c110 GL_SPLIT, /* multi-value A|B */
111 GL_SPLIT_GLOB, /* multi-value with glob A*|B* */
328 const char *value = str(rules, token->key.value_off); in dump_token() local
371 token_str(type), operation_str(op), value, string_glob_str(glob)); in dump_token()
374 log_debug("%s %i '%s'", token_str(type), token->key.builtin_cmd, value); in dump_token()
384 token_str(type), operation_str(op), attr, value, string_glob_str(glob)); in dump_token()
388 log_debug("%s %s '%s'", token_str(type), operation_str(op), value); in dump_token()
397 token_str(type), operation_str(op), value, string_glob_str(glob), token->key.mode); in dump_token()
415 log_debug("%s '%s'", token_str(type), value); in dump_token()
418 log_debug("%s %s '%s' '%s'", token_str(type), operation_str(op), attr, value); in dump_token()
760 get_key(struct udev *udev, char **line, char **key, enum operation_type *op, char **value) get_key() argument
868 rule_add_key(struct rule_tmp *rule_tmp, enum token_type type, enum operation_type op, const char *value, const void *data) rule_add_key() argument
1064 char *value; add_rule() local
1812 char value[UTIL_PATH_SIZE]; match_key() local
1846 const char *value; match_attr() local
1964 const char *value; udev_rules_apply_to_event() local
2022 _cleanup_free_ char *value = NULL; udev_rules_apply_to_event() local
2217 const char *value; udev_rules_apply_to_event() local
2248 const char *value; udev_rules_apply_to_event() local
2425 char *value = rules_str(rules, cur->key.value_off); udev_rules_apply_to_event() local
2552 char value[UTIL_NAME_SIZE]; udev_rules_apply_to_event() local
2575 char value[UTIL_NAME_SIZE]; udev_rules_apply_to_event() local
[all...]
/third_party/protobuf/ruby/tests/
H A Dbasic.rb88 # Explicitly setting to a non-zero value *does* cause serialization.
174 assert_equal e.message, "Expected Hash object as initializer value for map field 'map_string_int32' (given String)."
179 assert_equal e.message, "Expected array as initializer value for repeated field 'repeated_uint32' (given String)."
206 m.map_string_msg["e"] = TestMessage.new # wrong value type
257 assert_equal 2.0, m.map_double[0].value
258 assert_equal 4.0, m.map_float[0].value
259 assert_equal 3, m.map_int32[0].value
260 assert_equal 4, m.map_int64[0].value
261 assert_equal 5, m.map_uint32[0].value
262 assert_equal 6, m.map_uint64[0].value
[all...]

Completed in 27 milliseconds

1...<<41424344454647484950>>...947