Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_exif.c83 uint8_t *values = (uint8_t *)malloc(count); in addExifEntry() local
84 if (values == NULL) { in addExifEntry()
88 memcpy(values, data, count); in addExifEntry()
89 p_info_data[numOfEntries].tag_entry.data._bytes = values; in addExifEntry()
111 uint16_t *values = (uint16_t *)malloc(count * sizeof(uint16_t)); in addExifEntry() local
112 if (values == NULL) { in addExifEntry()
116 memcpy(values, data, count * sizeof(uint16_t)); in addExifEntry()
117 p_info_data[numOfEntries].tag_entry.data._shorts = values; in addExifEntry()
126 uint32_t *values = (uint32_t *)malloc(count * sizeof(uint32_t)); in addExifEntry() local
127 if (values == NULL) { in addExifEntry()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Dclockres.py26 values = d.keys()
27 values.sort()
29 for i in range(len(values) - 1):
30 diff = values[i+1] - values[i]
DCommandLine.py299 values = None # Dictionary of passed options (or default values) variable in Application
416 self.values = values = {}
419 values[o.prefix+o.name] = o.default
421 values[o.prefix+o.name] = 0
462 if values.has_key(optionname):
463 values[optionname] = values[optionname] + 1
465 values[optionname] = 1
467 values[optionname] = value
628 if not cmd.values['-h']:
Dpybench.py479 for testclass in setupmod.__dict__.values():
818 rounds = self.values['-n']
819 reportfile = self.values['-f']
820 show_bench = self.values['-s']
821 compare_to = self.values['-c']
822 hidenoise = self.values['-d']
823 warp = int(self.values['-w'])
824 withgc = self.values['--with-gc']
825 limitnames = self.values['-t']
834 withsyscheck = self.values['--with-syscheck']
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_generators.py965 values = [None] * len(gs)
969 yield values
971 for values[i] in gs[i]():
987 values = [None] * n
994 yield values
998 for values[i] in gs[i]():
1017 for values[i] in g():
1018 for values[ip1] in g1():
1019 for values[ip2] in g2():
1020 yield values
[all …]
Dtest_colorsys.py29 values = [
41 for (rgb, hsv) in values:
56 values = [
68 for (rgb, hls) in values:
Dmath_testcases.txt40 -- Many of the values below were computed with the help of
43 -- values in this file are (modulo yet-to-be-discovered bugs)
61 -- tiny values
81 -- huge values should all go to +/-1, depending on sign
117 -- tiny values
143 -- huge values
173 -- special values
205 -- values near 0
231 -- values near negative integers
278 -- special values
[all …]
Dtest_sets.py77 self.assertIn(v, self.values)
90 self.values = []
91 self.set = Set(self.values)
92 self.dup = Set(self.values)
101 self.values = [3]
102 self.set = Set(self.values)
103 self.dup = Set(self.values)
118 self.values = [(0, "zero")]
119 self.set = Set(self.values)
120 self.dup = Set(self.values)
[all …]
Dtest_cgi.py139 self.assertItemsEqual(expect.values(), fcd.values())
167 self.assertItemsEqual(sd.values(),
168 first_elts(expect.values()))
181 self.assertItemsEqual(expect.values(), d.values())
Dtest_optparse.py408 values = Values()
409 self.assertEqual(vars(values), {})
410 self.assertEqual(values, {})
411 self.assertNotEqual(values, {"foo": "bar"})
412 self.assertNotEqual(values, "")
415 values = Values(defaults=dict)
416 self.assertEqual(vars(values), dict)
417 self.assertEqual(values, dict)
418 self.assertNotEqual(values, {"foo": "bar"})
419 self.assertNotEqual(values, {})
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Doptparse.py779 def process(self, opt, value, values, parser): argument
789 self.action, self.dest, opt, value, values, parser)
791 def take_action(self, action, dest, opt, value, values, parser): argument
793 setattr(values, dest, value)
795 setattr(values, dest, self.const)
797 setattr(values, dest, True)
799 setattr(values, dest, False)
801 values.ensure_value(dest, []).append(value)
803 values.ensure_value(dest, []).append(self.const)
805 setattr(values, dest, values.ensure_value(dest, 0) + 1)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Doptparse.py778 def process(self, opt, value, values, parser): argument
788 self.action, self.dest, opt, value, values, parser)
790 def take_action(self, action, dest, opt, value, values, parser): argument
792 setattr(values, dest, value)
794 setattr(values, dest, self.const)
796 setattr(values, dest, True)
798 setattr(values, dest, False)
800 values.ensure_value(dest, []).append(value)
802 values.ensure_value(dest, []).append(self.const)
804 setattr(values, dest, values.ensure_value(dest, 0) + 1)
[all …]
Dimputil.py285 ispkg, code, values = result
300 module.__dict__.update(values)
561 values = result[2]
562 values['__pkgdir__'] = pathname
563 values['__path__'] = [ pathname ]
564 return 1, result[1], values
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.uni4 // This UEFI application displays the registers values returned by CPUID for
6 // the values of all the bit fields in the registers returned by each CPUID
22 …plays the registers values returned by CPUID for all the CPUID leafs and sub-leafs that a CPU supp…
DCpuidExtra.uni4 // This UEFI application displays the registers values returned by CPUID for
6 // the values of all the bit fields in the registers returned by each CPUID
DCpuid.inf4 # This UEFI application displays the registers values returned by CPUID for
6 # the values of all the bit fields in the registers returned by each CPUID
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME30 with their attribute values.
33 where numConfigs and numAttribs are the values returned in
37 integer values are filled with the EGL enumerant describing a config
38 attribute, next for each config there are 'numAttribs' integer values
39 holding the attribute values for that config, the values are specified
44 configs matching the given attribs values.
45 attribs - a list of attribute names followed by the desired values, terminated by EGL_NONE
53 for possible values of 'param'.
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DPatchFv.py577 values = [self.parseBrace()]
583 values.append(self.parseBrace())
587 for each in values:
597 values = [self.parseMul()]
605 values.append(self.parseMul())
610 values.append(self.parseMul())
616 for each in values:
630 values = [self.parseAndOr()]
636 values.append(self.parseAndOr())
639 values.append(-1 * self.parseAndOr())
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
DPhy.txt7 (list of values corresponding to PHY_CONNECTION enum)
11 (list of values corresponding to MV_PHY_DEVICE_ID enum)
/device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibPort80/
DBasePostCodeLibPort80.uni4 // Post Code Library that writes post code values to I/O port 0x80.
20 …RIPTION #language en-US "Post Code Library that writes post code values to I/O port 0x80."
/device/sample/skins/WVGAMedDpi/
Dhardware.ini1 # skin-specific hardware values
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp2757 uint8_t *values = (uint8_t *)malloc(count); in addEntry() local
2758 if (values == NULL) { in addEntry()
2762 memcpy(values, data, count); in addEntry()
2763 m_Entries[m_nNumEntries].tag_entry.data._bytes = values; in addEntry()
2789 uint16_t *values = in addEntry() local
2791 if (values == NULL) { in addEntry()
2795 memcpy(values, exif_data, count * sizeof(uint16_t)); in addEntry()
2796 m_Entries[m_nNumEntries].tag_entry.data._shorts = values; in addEntry()
2808 uint32_t *values = in addEntry() local
2810 if (values == NULL) { in addEntry()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dframeobject.c789 map_to_dict(PyObject *map, Py_ssize_t nmap, PyObject *dict, PyObject **values, in map_to_dict() argument
798 PyObject *value = values[j]; in map_to_dict()
837 dict_to_map(PyObject *map, Py_ssize_t nmap, PyObject *dict, PyObject **values, in dict_to_map() argument
855 assert(PyCell_Check(values[j])); in dict_to_map()
856 if (PyCell_GET(values[j]) != value) { in dict_to_map()
857 if (PyCell_Set(values[j], value) < 0) in dict_to_map()
860 } else if (values[j] != value) { in dict_to_map()
862 Py_XDECREF(values[j]); in dict_to_map()
863 values[j] = value; in dict_to_map()
Dbytearrayobject.c476 PyObject *values) in bytearray_setslice() argument
484 if (values == (PyObject *)self) { in bytearray_setslice()
487 values = PyByteArray_FromObject(values); in bytearray_setslice()
488 if (values == NULL) in bytearray_setslice()
490 err = bytearray_setslice(self, lo, hi, values); in bytearray_setslice()
491 Py_DECREF(values); in bytearray_setslice()
494 if (values == NULL) { in bytearray_setslice()
500 if (_getbuffer(values, &vbytes) < 0) { in bytearray_setslice()
503 Py_TYPE(values)->tp_name); in bytearray_setslice()
588 bytearray_ass_subscript(PyByteArrayObject *self, PyObject *index, PyObject *values) in bytearray_ass_subscript() argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dframeobject.c787 map_to_dict(PyObject *map, Py_ssize_t nmap, PyObject *dict, PyObject **values, in map_to_dict() argument
796 PyObject *value = values[j]; in map_to_dict()
835 dict_to_map(PyObject *map, Py_ssize_t nmap, PyObject *dict, PyObject **values, in dict_to_map() argument
853 assert(PyCell_Check(values[j])); in dict_to_map()
854 if (PyCell_GET(values[j]) != value) { in dict_to_map()
855 if (PyCell_Set(values[j], value) < 0) in dict_to_map()
858 } else if (values[j] != value) { in dict_to_map()
860 Py_XDECREF(values[j]); in dict_to_map()
861 values[j] = value; in dict_to_map()

12345678910>>...13