Home
last modified time | relevance | path

Searched refs:field (Results 151 - 175 of 1822) sorted by relevance

12345678910>>...73

/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dasn1t.h40 * These are the possible values for the itype field of the
50 * For SEQUENCE types the templates field points
51 * to the members, the size field is the
54 * For CHOICE types the templates field points
56 * and the 'size' field is the offset of the
59 * The 'funcs' field is used for application-specific
70 * structure. In this case the 'utype' field
364 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
365 (flags), (tag), offsetof(stname, field),\
366 #field, ASN1_ITEM_re
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dasn1t.h40 * These are the possible values for the itype field of the
50 * For SEQUENCE types the templates field points
51 * to the members, the size field is the
54 * For CHOICE types the templates field points
56 * and the 'size' field is the offset of the
59 * The 'funcs' field is used for application-specific
70 * structure. In this case the 'utype' field
364 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
365 (flags), (tag), offsetof(stname, field),\
366 #field, ASN1_ITEM_re
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dasn1t.h40 * These are the possible values for the itype field of the
50 * For SEQUENCE types the templates field points
51 * to the members, the size field is the
54 * For CHOICE types the templates field points
56 * and the 'size' field is the offset of the
59 * The 'funcs' field is used for application-specific
70 * structure. In this case the 'utype' field
364 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
365 (flags), (tag), offsetof(stname, field),\
366 #field, ASN1_ITEM_re
[all...]
/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc83 std::string DefaultForField(FieldDescriptor* field);
88 std::string LabelForField(FieldDescriptor* field);
89 std::string TypeName(FieldDescriptor* field);
102 void GenerateFieldDocComment(io::Printer* printer, const FieldDescriptor* field,
105 const FieldDescriptor* field);
107 const FieldDescriptor* field);
305 std::string DefaultForField(const FieldDescriptor* field) { in DefaultForField() argument
306 switch (field->type()) { in DefaultForField()
429 std::string LabelForField(const FieldDescriptor* field) { in LabelForField() argument
430 switch (field in LabelForField()
438 TypeName(const FieldDescriptor* field) TypeName() argument
462 PhpSetterTypeName(const FieldDescriptor* field, bool is_descriptor) PhpSetterTypeName() argument
512 PhpGetterTypeName(const FieldDescriptor* field, bool is_descriptor) PhpGetterTypeName() argument
543 EnumOrMessageSuffix( const FieldDescriptor* field, bool is_descriptor) EnumOrMessageSuffix() argument
620 GenerateField(const FieldDescriptor* field, io::Printer* printer, bool is_descriptor) GenerateField() argument
649 GenerateFieldAccessor(const FieldDescriptor* field, bool is_descriptor, io::Printer* printer) GenerateFieldAccessor() argument
866 const FieldDescriptor* field = message->field(i); GenerateMessageToPool() local
899 const FieldDescriptor* field = oneof->field(index); GenerateMessageToPool() local
1413 const FieldDescriptor* field = message->field(i); GenerateMessageFile() local
1442 const FieldDescriptor* field = message->field(i); GenerateMessageFile() local
1683 const FieldDescriptor* field = message->field(i); GenerateMessageConstructorDocComment() local
1706 GenerateFieldDocComment(io::Printer* printer, const FieldDescriptor* field, int is_descriptor, int function_type) GenerateFieldDocComment() argument
1732 GenerateWrapperFieldGetterDocComment(io::Printer* printer, const FieldDescriptor* field) GenerateWrapperFieldGetterDocComment() argument
1749 GenerateWrapperFieldSetterDocComment(io::Printer* printer, const FieldDescriptor* field) GenerateWrapperFieldSetterDocComment() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldMaskTree.cs43 /// a field path in the FieldMask.</para>
91 /// Adds a field path to the tree. In a FieldMask, every field path matches the
92 /// specified field as well as all its sub-fields. For example, a field path
93 /// "foo.bar" matches field "foo.bar" and also "foo.bar.baz", etc. When adding
94 /// a field path to the tree, redundant sub-paths will be removed. That is,
97 /// Likewise, if the field path to add is a sub-path of an existing leaf node,
139 /// Merges all field paths in a FieldMask into this tree.
168 /// Gathers all field path
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcalendar.cpp110 * @param f field enum
111 * @return static string to the field name
1192 Calendar::get(UCalendarDateFields field, UErrorCode& status) const in get() argument
1197 if (field < 0 || field >= UCAL_FIELD_COUNT) { in get()
1201 // field values are only computed when actually requested; for more on when computation in get()
1205 return U_SUCCESS(status) ? fFields[field] : 0; in get()
1211 Calendar::set(UCalendarDateFields field, int32_t value) in set() argument
1213 if (field < 0 || field > in set()
1295 clear(UCalendarDateFields field) clear() argument
1401 pinField(UCalendarDateFields field, UErrorCode& status) pinField() argument
1729 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument
2087 add(EDateFields field, int32_t amount, UErrorCode& status) add() argument
2093 add(UCalendarDateFields field, int32_t amount, UErrorCode& status) add() argument
2283 fieldDifference(UDate when, EDateFields field, UErrorCode& status) fieldDifference() argument
2287 fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) fieldDifference() argument
2703 getActualMinimum(EDateFields field, UErrorCode& status) const getActualMinimum() argument
2708 getLimit(UCalendarDateFields field, ELimitType limitType) const getLimit() argument
2749 getActualMinimum(UCalendarDateFields field, UErrorCode& status) const getActualMinimum() argument
2836 U_ASSERT(month < 12); U_ASSERT(internalGet(UCAL_IS_LEAP_MONTH) == 0); return gTemporalMonthCodes[month]; } void Calendar::setTemporalMonthCode(const char* code, UErrorCode& status ) { if (U_FAILURE(status)) { return; } int32_t len = static_cast<int32_t>(uprv_strlen(code)); if (len == 3 && code[0] == �) { for (int m = 0; gTemporalMonthCodes[m] != nullptr; m++) { if (uprv_strcmp(code, gTemporalMonthCodes[m]) == 0) { set(UCAL_MONTH, m); set(UCAL_IS_LEAP_MONTH, 0); return; } } } status = U_ILLEGAL_ARGUMENT_ERROR; } void Calendar::validateFields(UErrorCode &status) { if (U_FAILURE(status)) { return; } for (int32_t field = 0; U_SUCCESS(status) && (field < UCAL_FIELD_COUNT); field++) { if (fStamp[field] >= kMinimumUserStamp) { validateField((UCalendarDateFields)field, status); } } } void Calendar::validateField(UCalendarDateFields field, UErrorCode &status) { if (U_FAILURE(status)) { return; } if (field < 0 || field >= UCAL_FIELD_COUNT) { status = U_ILLEGAL_ARGUMENT_ERROR; return; } int32_t y; switch (field) { case UCAL_DAY_OF_MONTH: y = handleGetExtendedYear(); validateField(field, 1, handleGetMonthLength(y, internalGetMonth()), status); break; case UCAL_DAY_OF_YEAR: y = handleGetExtendedYear(); validateField(field, 1, handleGetYearLength(y), status); break; case UCAL_DAY_OF_WEEK_IN_MONTH: if (internalGet(field) == 0) { fprintf(stderr, �, __FILE__, __LINE__); status = U_ILLEGAL_ARGUMENT_ERROR; return; } validateField(field, getMinimum(field), getMaximum(field), status); break; default: validateField(field, getMinimum(field), getMaximum(field), status); break; } } void Calendar::validateField(UCalendarDateFields field, int32_t min, int32_t max, UErrorCode& status) { if (U_FAILURE(status)) { return; } if (field < 0 || field >= UCAL_FIELD_COUNT) { status = U_ILLEGAL_ARGUMENT_ERROR; return; } int32_t value = fFields[field]; if (value < min || value > max) { fprintf(stderr, �, __FILE__, __LINE__,fldName(field),min,max,value); status = U_ILLEGAL_ARGUMENT_ERROR; return; } } const UFieldResolutionTable* Calendar::getFieldResolutionTable() const { return kDatePrecedence; } UCalendarDateFields Calendar::newerField(UCalendarDateFields defaultField, UCalendarDateFields alternateField) const { if (fStamp[alternateField] > fStamp[defaultField]) getTemporalMonthCode() argument
3785 prepareGetActual(UCalendarDateFields field, UBool isMinimum, UErrorCode &status) prepareGetActual() argument
3844 getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, UErrorCode &status) const getActualHelper() argument
4117 internalSet(EDateFields field, int32_t value) internalSet() argument
[all...]
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
H A DMetadataFilterCoverageTest.java50 for (String field : MetadataFilter.excludableParentFields) { in testCoverageOfExcludableParentFields()
51 String capitalized = Character.toUpperCase(field.charAt(0)) + field.substring(1); in testCoverageOfExcludableParentFields()
54 capitalized, capitalized, field, capitalized); in testCoverageOfExcludableParentFields()
55 assertTrue("Code is missing correct conditional for " + field, CODE.matches(conditional)); in testCoverageOfExcludableParentFields()
63 for (String field : MetadataFilter.excludableChildFields) { in testCoverageOfExcludableChildFields()
64 String capitalized = Character.toUpperCase(field.charAt(0)) + field.substring(1); in testCoverageOfExcludableChildFields()
66 + "builder.clear%s\\(\\);\\s+\\}.*", field, capitalized); in testCoverageOfExcludableChildFields()
67 assertTrue("Code is missing correct conditional for " + field, COD in testCoverageOfExcludableChildFields()
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects-inl.h20 #define TEMPORAL_INLINE_GETTER_SETTER(T, data, field, lower, upper, B) \
21 inline void T::set_##field(int32_t field) { \
22 DCHECK_GE(upper, field); \
23 DCHECK_LE(lower, field); \
25 hints = B##Bits::update(hints, field); \
28 inline int32_t T::field() const { \
35 #define TEMPORAL_INLINE_SIGNED_GETTER_SETTER(T, data, field, lower, upper, B) \
36 inline void T::set_##field(int32_t field) { \
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.c246 * the length of the field to the start position to get the in get_start_end_pos()
316 struct intel_field *field; in create_field() local
318 field = rzalloc(ctx->group, struct intel_field); in create_field()
319 field->parent = ctx->group; in create_field()
325 field->name = ralloc_strdup(field, atts[i + 1]); in create_field()
326 if (strcmp(field->name, "DWord Length") == 0) { in create_field()
327 field->parent->dword_length_field = field; in create_field()
330 field in create_field()
348 struct intel_field *field; create_array_field() local
379 struct intel_field *field = array ? create_and_append_field() local
491 struct intel_field *field = ctx->last_field; end_element() local
780 struct intel_field *field = group->fields; intel_group_find_field() local
801 struct intel_field *field = group->dword_length_field; intel_group_get_length() local
928 iter_start_field(struct intel_field_iterator *iter, struct intel_field *field) iter_start_field() argument
1201 intel_field_is_header(struct intel_field *field) intel_field_is_header() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateVaryingLocations.cpp30 int GetFieldLocationCount(const TField *field) in GetFieldLocationCount() argument
33 const TType *fieldType = field->type(); in GetFieldLocationCount()
60 for (const TField *field : structure->fields()) in GetStructLocationCount()
62 totalLocation += GetFieldLocationCount(field); in GetStructLocationCount()
70 for (const TField *field : varyingType.getInterfaceBlock()->fields()) in GetInterfaceBlockLocationCount()
72 totalLocation += GetFieldLocationCount(field); in GetInterfaceBlockLocationCount()
89 for (const TField *field : varyingType.getStruct()->fields()) in GetLocationCount()
91 const TType *fieldType = field->type(); in GetLocationCount()
94 totalLocation += GetFieldLocationCount(field); in GetLocationCount()
137 const TField *field; member
141 MarkVaryingLocations(TDiagnostics *diagnostics, const TIntermSymbol *varying, const TField *field, int location, int elementCount, LocationMap *locationMap) MarkVaryingLocations() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DprivateNameInInExpressionTransform(target=es2020).js3 #field = 1;
9 #field in v; // expect Foo's 'field' WeakMap
19 v == #field in v || v; // Good precedence: (v == (#field in v)) || v
21 v << #field in v << v; // Good precedence (SyntaxError): (v << #field) in (v << v)
23 v << #field in v == v; // Good precedence (SyntaxError): ((v << #field) in v) == v
25 v == #field i
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc77 // Finds a field with the given number. nullptr if none found.
81 // Returns true if the field is packable.
82 bool IsPackable(const google::protobuf::Field& field);
92 const google::protobuf::Field& field) { in MapKeyDefaultValueAsString()
93 switch (field.kind()) { in MapKeyDefaultValueAsString()
169 // Lookup the new field in the type by tag number. in FindAndVerifyField()
170 const google::protobuf::Field* field = FindFieldByNumber(type, tag >> 3); in FindAndVerifyField() local
171 // Verify if the field corresponds to the wire type in tag. in FindAndVerifyField()
172 // If there is any discrepancy, mark the field as not found. in FindAndVerifyField()
173 if (field ! in FindAndVerifyField()
91 MapKeyDefaultValueAsString( const google::protobuf::Field& field) MapKeyDefaultValueAsString() argument
198 const google::protobuf::Field* field = nullptr; WriteMessage() local
254 RenderList( const google::protobuf::Field* field, StringPiece name, uint32 list_tag, ObjectWriter* ow) const RenderList() argument
276 RenderMap( const google::protobuf::Field* field, StringPiece name, uint32 list_tag, ObjectWriter* ow) const RenderMap() argument
289 const google::protobuf::Field* field = RenderMap() local
322 RenderPacked( const google::protobuf::Field* field, ObjectWriter* ow) const RenderPacked() argument
535 const google::protobuf::Field* field = nullptr; RenderStruct() local
558 const google::protobuf::Field* field = nullptr; RenderStructValue() local
585 const google::protobuf::Field* field = os->FindAndVerifyField(type, tag); RenderStructListValue() local
607 const google::protobuf::Field* field = os->FindAndVerifyField(type, tag); RenderAny() local
688 const google::protobuf::Field* field = os->FindAndVerifyField(type, tag); RenderFieldMask() local
766 RenderField( const google::protobuf::Field* field, StringPiece field_name, ObjectWriter* ow) const RenderField() argument
809 RenderNonMessageField( const google::protobuf::Field* field, StringPiece field_name, ObjectWriter* ow) const RenderNonMessageField() argument
1074 const google::protobuf::Field* field = FindAndVerifyField(type, tag); ReadSecondsAndNanos() local
1119 IsPackable(const google::protobuf::Field& field) IsPackable() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dclass-debug-reader-generator.cc48 const auto& field = (*struct_type)->fields()[index_]; in operator *() local
49 return {field.name_and_type, field.pos, *field.offset, 0, 0}; in operator *()
60 const auto& field = bit_field_struct_type->fields()[index_]; in operator *() local
61 return {field.name_and_type, field.pos, 0, field.num_bits, in operator *()
62 field.offset + bitfield_start_offset}; in operator *()
111 // to represent a field'
114 DebugFieldType(const Field& field) DebugFieldType() argument
213 GenerateFieldAddressAccessor(const Field& field, const std::string& class_name, std::ostream& h_contents, std::ostream& cc_contents) GenerateFieldAddressAccessor() argument
257 GenerateFieldValueAccessor(const Field& field, const std::string& class_name, std::ostream& h_contents, std::ostream& cc_contents) GenerateFieldValueAccessor() argument
357 GenerateGetPropsChunkForField(const Field& field, std::ostream& get_props_impl, std::string class_name) GenerateGetPropsChunkForField() argument
[all...]
/third_party/python/PC/clinic/
H A D_msi.c.h108 "GetInteger($self, field, /)\n"
111 "Return the value of field as an integer where possible.");
117 _msi_Record_GetInteger_impl(msiobj *self, unsigned int field);
123 unsigned int field; in _msi_Record_GetInteger() local
125 field = (unsigned int)PyLong_AsUnsignedLongMask(arg); in _msi_Record_GetInteger()
126 if (field == (unsigned int)-1 && PyErr_Occurred()) { in _msi_Record_GetInteger()
129 return_value = _msi_Record_GetInteger_impl(self, field); in _msi_Record_GetInteger()
136 "GetString($self, field, /)\n"
139 "Return the value of field as a string where possible.");
145 _msi_Record_GetString_impl(msiobj *self, unsigned int field);
151 unsigned int field; _msi_Record_GetString() local
197 int field; _msi_Record_SetString() local
246 int field; _msi_Record_SetStream() local
295 int field; _msi_Record_SetInteger() local
334 int field; _msi_SummaryInformation_GetProperty() local
386 int field; _msi_SummaryInformation_SetProperty() local
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
H A Dmod.rs132 .field("fpr_env", &&self.fpr_env[..]) in fmt()
133 .field("fpr_acc", &self.fpr_acc) in fmt()
134 .field("fpr_ex_sw", &self.fpr_ex_sw) in fmt()
135 .field("fpr_pad", &&self.fpr_pad[..]) in fmt()
160 .field("fpr_env", &self.fpr_env) in fmt()
161 .field("fpr_acc", &self.fpr_acc) in fmt()
162 .field("fpr_xacc", &self.fpr_xacc) in fmt()
163 .field("fpr_spare", &self.fpr_spare) in fmt()
191 .field("xmm_env", &self.xmm_env) in fmt()
192 .field("xmm_ac in fmt()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DSimpleModifier.java18 private final Field field; field in SimpleModifier
28 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument
29 this(compiledPattern, field, strong, null); in SimpleModifier()
33 public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument
36 this.field = field; in SimpleModifier()
43 return SimpleFormatterImpl.formatPrefixSuffix(compiledPattern, field, leftIndex, rightIndex, output); in apply()
62 public boolean containsField(Field field) { in containsField() argument
82 return compiledPattern.equals(_other.compiledPattern) && field == _other.field in semanticallyEquivalent()
96 formatTwoArgPattern(String compiledPattern, FormattedStringBuilder result, int index, PrefixInfixSuffixLengthHelper h, Field field) formatTwoArgPattern() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DConstrainedFieldPosition.java9 * Represents a span of a string containing a given field.
13 * 1. It has information on the field category.
14 * 2. It allows you to set constraints to use when iterating over field positions.
37 * Represents that the field class is constrained.
42 * FormattedValue implementations should not change the field class when this constraint is active.
47 * Represents that the field is constrained.
52 * FormattedValue implementations should not change the field when this constraint is active.
57 * Represents that the field value is constrained.
62 * FormattedValue implementations should not change the field or value with this constraint.
105 * Sets a constraint on the field
129 constrainField(Field field) constrainField() argument
195 constrainFieldAndValue(Field field, Object fieldValue) constrainFieldAndValue() argument
296 setState(Field field, Object value, int start, int limit) setState() argument
319 matchesField(Field field, Object fieldValue) matchesField() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DSimpleModifier.java20 private final Field field; field in SimpleModifier
30 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument
31 this(compiledPattern, field, strong, null); in SimpleModifier()
35 public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument
38 this.field = field; in SimpleModifier()
45 return SimpleFormatterImpl.formatPrefixSuffix(compiledPattern, field, leftIndex, rightIndex, output); in apply()
64 public boolean containsField(Field field) { in containsField() argument
84 return compiledPattern.equals(_other.compiledPattern) && field == _other.field in semanticallyEquivalent()
98 formatTwoArgPattern(String compiledPattern, FormattedStringBuilder result, int index, PrefixInfixSuffixLengthHelper h, Field field) formatTwoArgPattern() argument
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Daarch64.rs63 .field("gp_x", &self.gp_x) in fmt()
64 .field("gp_lr", &self.gp_lr) in fmt()
65 .field("gp_sp", &self.gp_sp) in fmt()
66 .field("gp_elr", &self.gp_elr) in fmt()
67 .field("gp_spsr", &self.gp_spsr) in fmt()
68 .field("gp_pad", &self.gp_pad) in fmt()
95 .field("fp_q", &self.fp_q) in fmt()
96 .field("fp_sr", &self.fp_sr) in fmt()
97 .field("fp_cr", &self.fp_cr) in fmt()
98 .field("fp_flag in fmt()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp298 * there are five columns, corresponding to field[0]..field[4].
306 * @param field the 5 columns
310 UBool NormalizerConformanceTest::checkConformance(const UnicodeString* field, in checkConformance() argument
321 pass &= checkNorm(UNORM_NFC, options, nfc, field[i], field[1], fieldNum); in checkConformance()
322 pass &= checkNorm(UNORM_NFD, options, nfd, field[i], field[2], fieldNum); in checkConformance()
324 pass &= checkNorm(UNORM_NFKC, options, nfkc, field[i], field[ in checkConformance()
457 checkNorm(UNormalizationMode mode, int32_t options, const Normalizer2 *norm2, const UnicodeString &s, const UnicodeString &exp, int32_t field) checkNorm() argument
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto3MessageInfoFactory.java75 * including looking up each field by name. This is done for benchmarking purposes, so that we get
87 builder.withField(forField(field("fieldDouble1_"), 1, FieldType.DOUBLE, true)); in lookupFieldsByName()
88 builder.withField(forField(field("fieldFloat2_"), 2, FieldType.FLOAT, true)); in lookupFieldsByName()
89 builder.withField(forField(field("fieldInt643_"), 3, FieldType.INT64, true)); in lookupFieldsByName()
90 builder.withField(forField(field("fieldUint644_"), 4, FieldType.UINT64, true)); in lookupFieldsByName()
91 builder.withField(forField(field("fieldInt325_"), 5, FieldType.INT32, true)); in lookupFieldsByName()
92 builder.withField(forField(field("fieldFixed646_"), 6, FieldType.FIXED64, true)); in lookupFieldsByName()
93 builder.withField(forField(field("fieldFixed327_"), 7, FieldType.FIXED32, true)); in lookupFieldsByName()
94 builder.withField(forField(field("fieldBool8_"), 8, FieldType.BOOL, true)); in lookupFieldsByName()
95 builder.withField(forField(field("fieldString9 in lookupFieldsByName()
483 private static Field field(String name) { field() method in Proto3MessageInfoFactory
487 private static Field field(Class<?> clazz, String name) { field() method in Proto3MessageInfoFactory
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/inc/json/
H A Djsonutil.h27 json_pobject get_json_obj(json_pobject parent, const char *field);
28 int32_t get_json_int(json_pobject obj, const char *field);
29 const char *get_json_string(json_pobject obj, const char *field);
30 int32_t get_json_bool(json_pobject obj, const char *field);
36 void add_item_to_object(json_pobject parent, const char *field, json_pobject obj);
37 json_pobject add_string_to_object(json_pobject parent, const char *field, const char *value);
38 json_pobject add_number_to_object(json_pobject parent, const char *field, int32_t value);
39 json_pobject add_bool_to_object(json_pobject parent, const char *field, int32_t value);
40 json_pobject add_object_to_object(json_pobject parent, const char *field);
45 json_pobject add_array_to_object(json_pobject parent, const char *field);
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Djsonutil_test.h30 json_pobject get_json_obj(json_pobject parent, const char *field);
31 int32_t get_json_int(json_pobject obj, const char *field);
32 const char *get_json_string(json_pobject obj, const char *field);
33 int32_t get_json_bool(json_pobject obj, const char *field);
39 void add_item_to_object(json_pobject parent, const char *field, json_pobject obj);
40 json_pobject add_string_to_object(json_pobject parent, const char *field, const char *value);
41 json_pobject add_number_to_object(json_pobject parent, const char *field, int32_t value);
42 json_pobject add_bool_to_object(json_pobject parent, const char *field, int32_t value);
43 json_pobject add_object_to_object(json_pobject parent, const char *field);
48 json_pobject add_array_to_object(json_pobject parent, const char *field);
[all...]
/third_party/curl/docs/examples/
H A Dmulti-post.c43 curl_mimepart *field = NULL; in main() local
54 /* Fill in the file upload field */ in main()
55 field = curl_mime_addpart(form); in main()
56 curl_mime_name(field, "sendfile"); in main()
57 curl_mime_filedata(field, "multi-post.c"); in main()
59 /* Fill in the filename field */ in main()
60 field = curl_mime_addpart(form); in main()
61 curl_mime_name(field, "filename"); in main()
62 curl_mime_data(field, "multi-post.c", CURL_ZERO_TERMINATED); in main()
64 /* Fill in the submit field to in main()
[all...]
H A Dpostit2.c52 curl_mimepart *field = NULL; in main() local
63 /* Fill in the file upload field */ in main()
64 field = curl_mime_addpart(form); in main()
65 curl_mime_name(field, "sendfile"); in main()
66 curl_mime_filedata(field, "postit2.c"); in main()
68 /* Fill in the filename field */ in main()
69 field = curl_mime_addpart(form); in main()
70 curl_mime_name(field, "filename"); in main()
71 curl_mime_data(field, "postit2.c", CURL_ZERO_TERMINATED); in main()
73 /* Fill in the submit field to in main()
[all...]

Completed in 18 milliseconds

12345678910>>...73