Home
last modified time | relevance | path

Searched refs:field (Results 401 - 425 of 2063) sorted by relevance

1...<<11121314151617181920>>...83

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DCollectVariables_test.cpp74 for (const auto &field : uniform.fields) in validateDepthRangeShader()
76 if (field.name == "near") in validateDepthRangeShader()
81 else if (field.name == "far") in validateDepthRangeShader()
88 ASSERT_EQ("diff", field.name); in validateDepthRangeShader()
93 EXPECT_FALSE(field.isArray()); in validateDepthRangeShader()
94 EXPECT_FALSE(field.isStruct()); in validateDepthRangeShader()
95 EXPECT_GLENUM_EQ(GL_HIGH_FLOAT, field.precision); in validateDepthRangeShader()
96 EXPECT_TRUE(field.staticUse); in validateDepthRangeShader()
97 EXPECT_GLENUM_EQ(GL_FLOAT, field.type); in validateDepthRangeShader()
343 const ShaderVariable &field in TEST_F() local
381 const ShaderVariable &field = interfaceBlock.fields[0]; TEST_F() local
854 const ShaderVariable &field = interfaceBlock.fields[0]; TEST_F() local
898 const ShaderVariable &field = uniform.fields[0]; TEST_F() local
942 const ShaderVariable &field = uniform.fields[0]; TEST_F() local
2034 const ShaderVariable &field = interfaceBlock.fields[0]; TEST_F() local
2065 const ShaderVariable &field = interfaceBlock.fields[0]; TEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp272 JsonObject JsonObject::GetObjectItem(const std::string &field, int &errCode) in GetObjectItem() argument
282 item.cjson_ = cJSON_GetObjectItemCaseSensitive(cjson_, field.c_str()); in GetObjectItem()
284 item.cjson_ = cJSON_GetObjectItem(cjson_, field.c_str()); in GetObjectItem()
320 int JsonObject::DeleteItemFromObject(const std::string &field) in DeleteItemFromObject() argument
322 if (field.empty()) { in DeleteItemFromObject()
325 cJSON_DeleteItemFromObjectCaseSensitive(cjson_, field.c_str()); in DeleteItemFromObject()
484 cJSON *GetChild(cJSON *cjson, const std::string &field, bool caseSens) in GetChild() argument
488 return cJSON_GetObjectItemCaseSensitive(cjson, field.c_str()); in GetChild()
490 return cJSON_GetObjectItem(cjson, field.c_str()); in GetChild()
494 if (!JsonCommon::ConvertToInt(field, intFiel in GetChild()
505 GetChildPowerMode(cJSON *cjson, const std::string &field, bool caseSens) GetChildPowerMode() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H A Dbase_interface.h35 int SectGetCfgInt(const char* section, const char* field, int defVal);
36 double SectGetCfgDouble(const char* section, const char* field, double defVal);
37 bool SectGetCfgBool(const char* section, const char* field, bool defVal);
38 const char* SectGetCfgStr(const char* section, const char* field, const char* defVal);
/third_party/eudev/src/shared/
H A Dprocess-util.h31 #define procfs_file_alloca(pid, field) \
36 _r_ = ("/proc/self/" field); \
38 _r_ = alloca(strlen("/proc/") + DECIMAL_STR_MAX(pid_t) + 1 + sizeof(field)); \
39 sprintf((char*) _r_, "/proc/"PID_FMT"/" field, _pid_); \
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDebugUtilities.java51 * @param field which enum value to look up
54 public static String enumString(int type, int field) { in enumString() argument
55 return DebugUtilitiesData.NAMES[type][field]; in enumString()
76 * @return the expected ordinal value (should be equal to "field")
79 public static int enumArrayValue(int type, int field) { in enumArrayValue() argument
80 return DebugUtilitiesData.VALUES[type][field]; in enumArrayValue()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDebugUtilities.java47 * @param field which enum value to look up
50 public static String enumString(int type, int field) { in enumString() argument
51 return DebugUtilitiesData.NAMES[type][field]; in enumString()
72 * @return the expected ordinal value (should be equal to "field")
75 public static int enumArrayValue(int type, int field) { in enumArrayValue() argument
76 return DebugUtilitiesData.VALUES[type][field]; in enumArrayValue()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageOrBuilder.java49 * Returns a list of field paths (e.g. "foo.bar.baz") of required fields which are not set in this
74 * values. A singular ("required" or "optional") field is set iff hasField() returns true for that
75 * field. A "repeated" field is set iff getRepeatedFieldCount() is greater than zero. The values
77 * for each field. The map is guaranteed to be a sorted map, so iterating over it will return
78 * fields in order by field number. <br>
92 /** Obtains the FieldDescriptor if the given oneof is set. Returns null if no field is set. */
96 * Returns true if the given field is set. This is exactly equivalent to calling the generated
97 * "has" accessor method corresponding to the field.
99 * @throws IllegalArgumentException The field i
102 hasField(Descriptors.FieldDescriptor field) hasField() argument
110 getField(Descriptors.FieldDescriptor field) getField() argument
119 getRepeatedFieldCount(Descriptors.FieldDescriptor field) getRepeatedFieldCount() argument
129 getRepeatedField(Descriptors.FieldDescriptor field, int index) getRepeatedField() argument
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddtptngen.h55 * That would be useful for getting the UI order of field elements.</i>
202 * Note that single-field patterns (like "MMM") are automatically added, and
226 * An AppendItem format is a pattern used to append a field if there is no
239 * @param field such as UDATPG_ERA_FIELD.
243 void setAppendItemFormat(UDateTimePatternField field, const UnicodeString& value);
249 * @param field such as UDATPG_ERA_FIELD.
250 * @return append pattern for field
253 const UnicodeString& getAppendItemFormat(UDateTimePatternField field) const;
256 * Sets the names of field, eg "era" in English for ERA. These are only
262 * @param field suc
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddtptngen.h55 * That would be useful for getting the UI order of field elements.</i>
202 * Note that single-field patterns (like "MMM") are automatically added, and
226 * An AppendItem format is a pattern used to append a field if there is no
239 * @param field such as UDATPG_ERA_FIELD.
243 void setAppendItemFormat(UDateTimePatternField field, const UnicodeString& value);
249 * @param field such as UDATPG_ERA_FIELD.
250 * @return append pattern for field
253 const UnicodeString& getAppendItemFormat(UDateTimePatternField field) const;
256 * Sets the names of field, eg "era" in English for ERA. These are only
262 * @param field suc
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs206 /// Returns the field with the given number in the given descriptor,
224 /// Adds a field to the fieldsByNumber table.
226 /// <exception cref="DescriptorValidationException">A field with the same
228 internal void AddFieldByNumber(FieldDescriptor field) in AddFieldByNumber() argument
231 ObjectIntPair<IDescriptor> key = new ObjectIntPair<IDescriptor>(field.Proto.HasExtendee ? field.ExtendeeType : field.ContainingType, field.FieldNumber); in AddFieldByNumber()
235 throw new DescriptorValidationException(field, "Field number " + field in AddFieldByNumber()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddtptngen.h55 * That would be useful for getting the UI order of field elements.</i>
209 * Note that single-field patterns (like "MMM") are automatically added, and
233 * An AppendItem format is a pattern used to append a field if there is no
246 * @param field such as UDATPG_ERA_FIELD.
250 void setAppendItemFormat(UDateTimePatternField field, const UnicodeString& value);
256 * @param field such as UDATPG_ERA_FIELD.
257 * @return append pattern for field
260 const UnicodeString& getAppendItemFormat(UDateTimePatternField field) const;
263 * Sets the names of field, eg "era" in English for ERA. These are only
269 * @param field suc
[all...]
/third_party/rust/crates/nix/src/
H A Dsched.rs189 /// `field` is the CPU id to test
190 pub fn is_set(&self, field: usize) -> Result<bool> { in is_set()
191 if field >= CpuSet::count() { in is_set()
194 Ok(unsafe { libc::CPU_ISSET(field, &self.cpu_set) }) in is_set()
199 /// `field` is the CPU id to add
200 pub fn set(&mut self, field: usize) -> Result<()> { in set()
201 if field >= CpuSet::count() { in set()
205 libc::CPU_SET(field, &mut self.cpu_set); in set()
212 /// `field` is the CPU id to remove
213 pub fn unset(&mut self, field
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer_unittest.cc73 const FieldDescriptor* field = NULL; in GetFieldDescriptor() local
75 field = descriptor->FindFieldByName(field_path[i]); in GetFieldDescriptor()
76 descriptor = field->message_type(); in GetFieldDescriptor()
78 return field; in GetFieldDescriptor()
580 // Make sure that the margin and fraction only affects the field that it was in TEST()
633 // Make sure that the margin and fraction only affects the field that it was in TEST()
662 // Set up a custom field comparator, with a default fraction and margin for in TEST()
917 // Only compare the field descriptors with even indices. in TEST()
944 // Only compare the field descriptors with even indices. in TEST()
972 // Only compare the repeated field descriptor in TEST()
1537 protobuf_unittest::TestField* field = msg2.add_rm(); TEST() local
1767 IsIgnored( const Message& message1, const Message& message2, const FieldDescriptor* field, const std::vector<util::MessageDifferencer::SpecificField>& parent_fields) IsIgnored() argument
1975 protobuf_unittest::TestField* field; TEST() local
2063 protobuf_unittest::TestField* field; TEST() local
2273 Compare(const Message& message_1, const Message& message_2, const FieldDescriptor* field, int index_1, int index_2, const util::FieldContext* field_context) Compare() argument
2386 field_as_set(const std::string& field) field_as_set() argument
2388 field_as_map(const std::string& field, const std::string& key) field_as_map() argument
2393 ignore_field(const std::string& field) ignore_field() argument
3455 protobuf_unittest::TestField* field; TEST_F() local
3525 protobuf_unittest::TestField* field; TEST_F() local
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp38 7. Define the field names, in order.
53 10. Find the function _udbg_enumFields and add the field macro:
68 * Define another field name. Used in an array of Field s
298 const char * udbg_enumName(UDebugEnumType type, int32_t field) { in udbg_enumName() argument
299 if(field<0 || in udbg_enumName()
300 field>=_udbg_enumCount(type,false)) { // also will catch unsupported items in udbg_enumName()
307 return fields[field].str + fields[field].prefix; in udbg_enumName()
312 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field) { in udbg_enumArrayValue() argument
313 if(field< in udbg_enumArrayValue()
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dudbgutil.cpp38 7. Define the field names, in order.
53 10. Find the function _udbg_enumFields and add the field macro:
68 * Define another field name. Used in an array of Field s
301 const char * udbg_enumName(UDebugEnumType type, int32_t field) { in udbg_enumName() argument
302 if(field<0 || in udbg_enumName()
303 field>=_udbg_enumCount(type,false)) { // also will catch unsupported items in udbg_enumName()
310 return fields[field].str + fields[field].prefix; in udbg_enumName()
315 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field) { in udbg_enumArrayValue() argument
316 if(field< in udbg_enumArrayValue()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dudbgutil.cpp38 7. Define the field names, in order.
53 10. Find the function _udbg_enumFields and add the field macro:
68 * Define another field name. Used in an array of Field s
298 const char * udbg_enumName(UDebugEnumType type, int32_t field) { in udbg_enumName() argument
299 if(field<0 || in udbg_enumName()
300 field>=_udbg_enumCount(type,FALSE)) { // also will catch unsupported items in udbg_enumName()
307 return fields[field].str + fields[field].prefix; in udbg_enumName()
312 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field) { in udbg_enumArrayValue() argument
313 if(field< in udbg_enumArrayValue()
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_common_param_spec_generator_openssl.c135 HcfECFieldFp *tmpField = (HcfECFieldFp *)(returnCommonParamSpec->paramsSpec.field); in BuildCommonParamGFp()
178 spi->paramsSpec.field = (HcfECField *)HcfMalloc(sizeof(HcfECFieldFp), 0); in BuildEccCommonParamObject()
179 if (spi->paramsSpec.field == NULL) { in BuildEccCommonParamObject()
180 LOGE("field malloc failed."); in BuildEccCommonParamObject()
188 HcfFree(spi->paramsSpec.field); in BuildEccCommonParamObject()
192 spi->paramsSpec.field->fieldType = (char *)HcfMalloc(srcFieldTypeLen + 1, 0); in BuildEccCommonParamObject()
193 if (spi->paramsSpec.field->fieldType == NULL) { in BuildEccCommonParamObject()
195 HcfFree(spi->paramsSpec.field); in BuildEccCommonParamObject()
200 if (memcpy_s(spi->paramsSpec.field->fieldType, srcFieldTypeLen, fieldType, srcFieldTypeLen) != EOK) { in BuildEccCommonParamObject()
202 HcfFree(spi->paramsSpec.field in BuildEccCommonParamObject()
[all...]
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_utils.cpp66 napi_value field; in JsObjectToString() local
69 napi_get_named_property(env, object, fieldStr, &field); in JsObjectToString()
70 NAPI_CALL(env, napi_typeof(env, field, &valueType)); in JsObjectToString()
90 if (napi_get_value_string_utf8(env, field, buf, bufLen, &result) != napi_ok) { in JsObjectToString()
110 napi_value field; in JsObjectToInt() local
113 napi_get_named_property(env, object, fieldStr, &field); in JsObjectToInt()
114 NAPI_CALL(env, napi_typeof(env, field, &valueType)); in JsObjectToInt()
116 napi_get_value_int32(env, field, &fieldRef); in JsObjectToInt()
128 napi_value field; in JsObjectToUint() local
131 napi_get_named_property(env, object, fieldStr, &field); in JsObjectToUint()
146 napi_value field; JsObjectToBool() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h221 void EqualTo(const std::string &field, ValueType &value);
223 void NotEqualTo(const std::string &field, ValueType &value);
225 void GreaterThan(const std::string &field, ValueType &value);
227 void LessThan(const std::string &field, ValueType &value);
229 void GreaterThanOrEqualTo(const std::string &field, ValueType &value);
231 void LessThanOrEqualTo(const std::string &field, ValueType &value);
233 void IsNull(const std::string &field);
235 void InNumber(const std::string &field, const CArrNumber &valueList);
237 void InString(const std::string &field, const CArrStr &valueList);
239 void NotInNumber(const std::string &field, cons
[all...]
/third_party/elfio/tests/
H A DELFIOTest2.cpp47 std::string field; in TEST() member
61 std::string field; in TEST() local
63 modinfo.get_attribute( i, field, value ); in TEST()
65 EXPECT_EQ( field, attributes[i].field ); in TEST()
71 std::string field = attributes[i].field; in TEST() local
73 modinfo.get_attribute( field, value ); in TEST()
109 std::string field; in TEST() member
125 std::string field; in TEST() local
135 std::string field = attributes[i].field; TEST() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dhebrwcal.cpp190 * Add a signed amount to a specified field, using this calendar's rules.
195 * need to be changed. For example, when adding one to the {@link #MONTH MONTH} field
196 * for the date "30 Av 5758", the {@link #DAY_OF_MONTH DAY_OF_MONTH} field
206 * of a <tt>HebrewCalendar</tt>. Since the {@link #MONTH MONTH} field behaves
209 * @param field the time field.
210 * @param amount the amount to add to the field.
212 * @exception IllegalArgumentException if the field is invalid or refers
213 * to a field that cannot be handled by this method.
216 void HebrewCalendar::add(UCalendarDateFields field, int32_ argument
277 add(EDateFields field, int32_t amount, UErrorCode& status) add() argument
314 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) roll() argument
349 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument
496 handleGetLimit(UCalendarDateFields field, ELimitType limitType) const handleGetLimit() argument
540 validateField(UCalendarDateFields field, UErrorCode &status) validateField() argument
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js24 * this.field('title')
25 * this.field('body')
162 throw "malformed field ref string"
323 if (fieldName == '_index') continue // Ignore the term index, its not a field
522 * @param {number} i - The index of this token in the complete list of tokens for this document/field.
523 * @param {lunr.Token[]} tokens - All tokens for this document/field.
1843 * @param {Object} attrs.invertedIndex - An index of term/field to document reference.
1882 * hello in the title field will match this query. Using a field not present in the index will lead
1905 * @example <caption>term scoped to a field</captio
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java354 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
356 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
359 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
387 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
389 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
392 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
394 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
396 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
398 * @param second The value used to set the calendar's {@link #SECOND SECOND} time field.
422 * Add a signed amount to a specified field, usin
449 add(int field, int amount) add() argument
536 roll(int field, int amount) roll() argument
713 handleGetLimit(int field, int limitType) handleGetLimit() argument
768 validateField(int field) validateField() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueStringBuilderImpl.java32 * Placeholder field used for calculating spans.
43 * Finds the index at which a span field begins.
45 * @param value The value of the span field to search for.
70 // No field is set in nextFieldPosition()
112 // Backwards compatibility: field value = field in toCharacterIterator()
136 * Optional. If non-null, apply this field to the entire numeric portion of the string.
144 // Case 1: currently scanning a field. in nextPosition()
158 // Entire field position is ignorable; skip. in nextPosition()
176 // don't return the same field twic in nextPosition()
235 isIntOrGroup(Object field) isIntOrGroup() argument
239 isNumericField(Object field) isNumericField() argument
243 isTrimmable(Object field) isTrimmable() argument
258 handleSpan(Object field, ConstrainedFieldPosition cfpos, int start, int limit) handleSpan() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHebrewCalendar.java335 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
337 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
340 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
366 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
368 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
371 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
373 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
375 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
377 * @param second The value used to set the calendar's {@link #SECOND SECOND} time field.
400 * Add a signed amount to a specified field, usin
425 add(int field, int amount) add() argument
510 roll(int field, int amount) roll() argument
685 handleGetLimit(int field, int limitType) handleGetLimit() argument
736 validateField(int field) validateField() argument
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...83