Home
last modified time | relevance | path

Searched refs:get_value (Results 1 - 25 of 117) sorted by relevance

12345

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c420 ecma_value_t get_value = ecma_op_object_get_by_uint32_index (obj_p, len); in ecma_builtin_array_prototype_object_pop() local
422 if (ECMA_IS_VALUE_ERROR (get_value)) in ecma_builtin_array_prototype_object_pop()
424 return get_value; in ecma_builtin_array_prototype_object_pop()
431 ecma_free_value (get_value); in ecma_builtin_array_prototype_object_pop()
437 return get_value; in ecma_builtin_array_prototype_object_pop()
445 ecma_free_value (get_value); in ecma_builtin_array_prototype_object_pop()
456 ecma_free_value (get_value); in ecma_builtin_array_prototype_object_pop()
460 return get_value; in ecma_builtin_array_prototype_object_pop()
952 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, k); in ecma_builtin_array_prototype_object_slice() local
954 if (ECMA_IS_VALUE_ERROR (get_value)) in ecma_builtin_array_prototype_object_slice()
1349 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, del_item_idx); ecma_builtin_array_prototype_object_splice() local
1415 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from); ecma_builtin_array_prototype_object_splice() local
1466 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from); ecma_builtin_array_prototype_object_splice() local
1581 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, k - 1); ecma_builtin_array_prototype_object_unshift() local
1715 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from_idx); ecma_builtin_array_prototype_object_index_of() local
1819 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from_idx); ecma_builtin_array_prototype_object_last_index_of() local
1890 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, index); ecma_builtin_array_apply() local
2085 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, index); ecma_builtin_array_prototype_object_filter() local
2389 ecma_value_t get_value = ecma_op_object_get_by_uint32_index (obj_p, index); ecma_builtin_array_prototype_object_find() local
2546 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, start); ecma_builtin_array_prototype_object_copy_within() local
[all...]
H A Decma-builtin-array-iterator-prototype.c135 ecma_value_t get_value = ecma_op_object_get_by_uint32_index (array_object_p, index); in ecma_builtin_array_iterator_prototype_object_next() local
138 if (ECMA_IS_VALUE_ERROR (get_value)) in ecma_builtin_array_iterator_prototype_object_next()
140 return get_value; in ecma_builtin_array_iterator_prototype_object_next()
148 result = ecma_create_iter_result_object (get_value, ECMA_VALUE_FALSE); in ecma_builtin_array_iterator_prototype_object_next()
157 entry_array_value = ecma_create_array_from_iter_element (get_value, in ecma_builtin_array_iterator_prototype_object_next()
164 ecma_free_value (get_value); in ecma_builtin_array_iterator_prototype_object_next()
H A Decma-builtin-function-prototype.c138 ecma_value_t get_value = ecma_op_object_get_by_uint32_index (obj_p, index); in ecma_builtin_function_prototype_object_apply() local
140 if (ECMA_IS_VALUE_ERROR (get_value)) in ecma_builtin_function_prototype_object_apply()
142 ret_value = get_value; in ecma_builtin_function_prototype_object_apply()
146 arguments_list_p[index] = get_value; in ecma_builtin_function_prototype_object_apply()
H A Decma-builtin-helpers.c404 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, array_index); in ecma_builtin_helper_array_concat_value() local
406 if (ECMA_IS_VALUE_ERROR (get_value)) in ecma_builtin_helper_array_concat_value()
408 return get_value; in ecma_builtin_helper_array_concat_value()
411 if (!ecma_is_value_found (get_value)) in ecma_builtin_helper_array_concat_value()
420 get_value, in ecma_builtin_helper_array_concat_value()
424 ecma_free_value (get_value); in ecma_builtin_helper_array_concat_value()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-stat-table.hh63 float get_value () const { return value.to_float (); } in get_value() function
91 float get_value () const { return nominalValue.to_float (); } in get_value() function
123 float get_value () const { return value.to_float (); } in get_value() function
153 float get_value () const { return value.to_float (); } in get_value() function
201 bool get_value (unsigned int axis_index) const in get_value() function
205 case 1: return u.format1.get_value (); in get_value()
206 case 2: return u.format2.get_value (); in get_value()
207 case 3: return u.format3.get_value (); in get_value()
208 case 4: return u.format4.get_axis_record (axis_index).get_value (); in get_value()
295 bool get_value (hb_tag_ function
[all...]
H A Dhb-aat-layout-common.hh54 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
112 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
144 const T* get_value (hb_codepoint_t glyph_id, const void *base) const in get_value() function
183 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
186 return v ? v->get_value (glyph_id, this) : nullptr; in get_value()
240 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
271 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
345 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
348 case 0: return u.format0.get_value (glyph_id, num_glyphs); in get_value()
349 case 2: return u.format2.get_value (glyph_i in get_value()
[all...]
H A Dhb-aat-layout-trak-table.hh51 int get_value (const void *base, unsigned int index, in get_value() function
90 return t * trackTableEntry.get_value (base, idx + 1, sizes) + in interpolate_at()
91 (1.f - t) * trackTableEntry.get_value (base, idx, sizes); in interpolate_at()
121 if (sizes == 1) return trackTableEntry->get_value (base, 0, sizes); in get_tracking()
H A Dhb-ot-math-table.hh113 hb_position_t get_value (hb_ot_math_constant_t constant, in get_value() function
231 hb_position_t get_value (hb_codepoint_t glyph, in get_value() function
284 hb_position_t get_value (hb_codepoint_t glyph, in get_value() function
342 hb_position_t get_value (hb_position_t correction_height, hb_font_t *font) const in get_value() function
423 return (base+mathKern[idx]).get_value (correction_height, font); in get_kerning()
532 { return (this+mathItalicsCorrectionInfo).get_value (glyph, font); } in get_italics_correction()
536 { return (this+mathTopAccentAttachment).get_value (glyph, font); } in get_top_accent_attachment()
1034 { return (this+mathConstants).get_value (constant, font); } in get_constant()
H A Dhb-aat-layout-opbd-table.hh61 const Offset16To<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_num_glyphs ()); in get_bounds()
95 const Offset16To<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_num_glyphs ()); in get_bounds()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp313 GLint get_value = ~0; in iterate() local
329 gl.getFramebufferParameteriv(target, pname, &get_value); in iterate()
336 TCU_CHECK_MSG(get_value == ~0, "failed call to glGetFramebufferParameteriv() " in iterate()
390 GLint get_value = ~0; in iterate() local
396 gl.getFramebufferParameteriv(target, pname, &get_value); in iterate()
401 TCU_CHECK_MSG(get_value == ~0, "Calling glGetFramebufferParameteriv() with invalid pname " in iterate()
411 GLint get_value = ~0; in iterate() local
417 gl.getFramebufferParameteriv(target, pnames[k], &get_value); in iterate()
421 TCU_CHECK_MSG(get_value == valid_values[k], in iterate()
437 GLint get_value in iterate() local
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_table.c73 instance->get_value = table_node->get_value; in snmp_table_get_instance()
112 instance->get_value = table_node->get_value; in snmp_table_get_next_instance()
203 instance->get_value = snmp_table_extract_value_from_u32ref; in snmp_table_simple_get_instance()
206 instance->get_value = snmp_table_extract_value_from_s32ref; in snmp_table_simple_get_instance()
210 instance->get_value = snmp_table_extract_value_from_refconstptr; in snmp_table_simple_get_instance()
295 instance->get_value = snmp_table_extract_value_from_u32ref; in snmp_table_simple_get_next_instance()
298 instance->get_value = snmp_table_extract_value_from_s32ref; in snmp_table_simple_get_next_instance()
302 instance->get_value in snmp_table_simple_get_next_instance()
[all...]
H A Dsnmp_scalar.c64 instance->get_value = scalar_node->get_value; in snmp_scalar_get_instance()
108 instance->get_value = snmp_scalar_array_get_value; in snmp_scalar_array_get_instance()
185 instance->get_value = snmp_scalar_array_get_value; in snmp_scalar_array_get_next_instance()
200 if (array_node->get_value != NULL) { in snmp_scalar_array_get_value()
201 result = array_node->get_value(array_node_def, value); in snmp_scalar_array_get_value()
H A Dsnmp_threadsync.c58 if (call_data->proxy_instance.get_value != NULL) { in threadsync_get_value_synced()
59 call_data->retval.s16 = call_data->proxy_instance.get_value(&call_data->proxy_instance, call_data->arg1.value); in threadsync_get_value_synced()
199 instance->get_value = (call_data->proxy_instance.get_value != NULL) ? threadsync_get_value : NULL; in do_sync()
/third_party/libabigail/src/
H A Dabg-suppression.cc1626 ? drop_artifact->get_value()->as_string() in read_type_suppression()
1631 string label_str = label ? label->get_value()->as_string() : ""; in read_type_suppression()
1636 file_name_regex_prop ? file_name_regex_prop->get_value()->as_string() : ""; in read_type_suppression()
1642 ? file_name_not_regex_prop->get_value()->as_string() in read_type_suppression()
1648 soname_regex_prop ? soname_regex_prop->get_value()->as_string() : ""; in read_type_suppression()
1654 ? soname_not_regex_prop->get_value()->as_string() in read_type_suppression()
1660 ? name_regex_prop->get_value()->as_string() in read_type_suppression()
1666 ? name_not_regex_prop->get_value()->as_string() in read_type_suppression()
1672 ? name_prop->get_value()->as_string() in read_type_suppression()
1681 srcloc_not_in.insert(p->get_value() in read_type_suppression()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_sensors_temp.c77 get_value(const sensors_chip_name *name, const sensors_subfeature *sub) in get_value() function
100 sti->current = get_value(sti->chip, sf); in get_sensor_values()
108 sti->current = get_value(sti->chip, sf) * 1000; in get_sensor_values()
115 sti->current = get_value(sti->chip, sf); in get_sensor_values()
121 sti->critical = get_value(sti->chip, sf); in get_sensor_values()
132 sti->current = get_value(sti->chip, sf) * 1000; in get_sensor_values()
140 sti->min = get_value(sti->chip, sf); in get_sensor_values()
145 sti->max = get_value(sti->chip, sf); in get_sensor_values()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c226 ecma_value_t get_value = ecma_make_number_value (element_num); in ecma_builtin_typedarray_prototype_exec_routine() local
228 ecma_value_t call_args[] = { get_value, current_index, this_arg }; in ecma_builtin_typedarray_prototype_exec_routine()
233 ecma_fast_free_value (get_value); in ecma_builtin_typedarray_prototype_exec_routine()
475 ecma_value_t get_value = ecma_make_number_value (element_num); in ecma_builtin_typedarray_prototype_map() local
476 ecma_value_t call_args[] = { get_value, current_index, this_arg }; in ecma_builtin_typedarray_prototype_map()
482 ecma_free_value (get_value); in ecma_builtin_typedarray_prototype_map()
492 ecma_free_value (get_value); in ecma_builtin_typedarray_prototype_map()
506 ecma_fast_free_value (get_value); in ecma_builtin_typedarray_prototype_map()
601 ecma_value_t get_value = ecma_make_number_value (get_num); in ecma_builtin_typedarray_prototype_reduce_with_direction() local
603 ecma_value_t call_args[] = { accumulator, get_value, current_inde in ecma_builtin_typedarray_prototype_reduce_with_direction()
733 ecma_value_t get_value = ecma_make_number_value (get_num); ecma_builtin_typedarray_prototype_filter() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dbink.c558 static inline int get_value(BinkContext *c, int bundle) in get_value() function
1008 int xoff = get_value(c, BINK_SRC_X_OFF); in bink_put_pixels()
1009 int yoff = get_value(c, BINK_SRC_Y_OFF); in bink_put_pixels()
1089 blk = get_value(c, BINK_SRC_BLOCK_TYPES); in bink_decode_plane()
1102 blk = get_value(c, BINK_SRC_SUB_BLOCK_TYPES); in bink_decode_plane()
1110 int run = get_value(c, BINK_SRC_RUN) + 1; in bink_decode_plane()
1118 v = get_value(c, BINK_SRC_COLORS); in bink_decode_plane()
1123 ublock[*scan++] = get_value(c, BINK_SRC_COLORS); in bink_decode_plane()
1127 ublock[*scan++] = get_value(c, BINK_SRC_COLORS); in bink_decode_plane()
1131 dctblock[0] = get_value( in bink_decode_plane()
[all...]
/third_party/mesa3d/src/tool/pps/
H A Dpps_counter.h66 Value get_value(const Driver &d) const;
99 inline Counter::Value Counter::get_value(const Driver &d) const in get_value() function in pps::Counter
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
H A Dpnm2png.c38 png_uint_32 get_value (FILE *pnm_file, int depth);
402 *pix_ptr++ = get_value (pnm_file, bit_depth); in pnm2png()
406 tmp16 = get_value (pnm_file, bit_depth); in pnm2png()
425 *pix_ptr++ = get_value (alpha_file, bit_depth); in pnm2png()
429 tmp16 = get_value (alpha_file, bit_depth); in pnm2png()
591 * get_value - takes first (numeric) string and converts into number,
595 png_uint_32 get_value (FILE *pnm_file, int depth) in get_value() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dmocking_bit_gen_test.cc153 auto get_value = [](absl::BitGenRef gen_ref) { in TEST() local
168 int unmocked_value = get_value(unmocked_generator); in TEST()
172 EXPECT_EQ(get_value(mocked_with_3), 3); in TEST()
173 EXPECT_EQ(get_value(mocked_with_11), 11); in TEST()
175 EXPECT_NE(get_value(mocked_with_3), 3); in TEST()
176 EXPECT_NE(get_value(mocked_with_11), 11); in TEST()
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.h104 operator int64_t() const { return get_value(); }; in operator int64_t()
112 uint64_t get_value() const;
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_scalar.h57 node_instance_get_value_method get_value; member
93 snmp_scalar_array_get_value_method get_value; member
/third_party/python/Lib/distutils/
H A Dmsvc9compiler.py63 def get_value(cls, path, key): member in Reg
69 get_value = classmethod(get_value) variable in Reg
129 self.macros["$(%s)" % macro] = Reg.get_value(path, key)
159 d = Reg.get_value(base, r"%s\%s" % (p, key))
225 productdir = Reg.get_value(r"%s\Setup\VC" % vsbase,
/third_party/python/Lib/distutils/tests/
H A Dtest_msvc9compiler.py125 self.assertRaises(KeyError, Reg.get_value, 'xxx', 'xxx')
130 v = Reg.get_value(path, 'dragfullwindows')
/third_party/libabigail/include/
H A Dabg-ini.h224 get_value() const;
266 get_value() const;
301 get_value() const;

Completed in 22 milliseconds

12345