Home
last modified time | relevance | path

Searched refs:modify (Results 1 – 25 of 2795) sorted by relevance

12345678910>>...112

/external/dng_sdk/source/
Ddng_hue_sat_map.cpp138 HSBModify &modify) const in GetDelta()
159 modify.fHueShift = deltas [offset].fHueShift; in GetDelta()
160 modify.fSatScale = deltas [offset].fSatScale; in GetDelta()
161 modify.fValScale = deltas [offset].fValScale; in GetDelta()
170 const HSBModify &modify) in SetDeltaKnownWriteable() argument
191 SafeGetDeltas () [offset] = modify; in SetDeltaKnownWriteable()
199 if (modify.fValScale != 1.0f) in SetDeltaKnownWriteable()
228 zeroSatModify.fHueShift = modify.fHueShift; in SetDeltaKnownWriteable()
229 zeroSatModify.fSatScale = modify.fSatScale; in SetDeltaKnownWriteable()
Ddng_hue_sat_map.h151 HSBModify &modify) const;
165 const HSBModify &modify) in SetDelta() argument
173 modify); in SetDelta()
182 const HSBModify &modify);
Ddng_camera_profile.cpp383 dng_hue_sat_map::HSBModify modify; in FingerprintHueSatMap() local
385 map.GetDelta (hue, sat, val, modify); in FingerprintHueSatMap()
387 printer.Put_real32 (modify.fHueShift); in FingerprintHueSatMap()
388 printer.Put_real32 (modify.fSatScale); in FingerprintHueSatMap()
389 printer.Put_real32 (modify.fValScale); in FingerprintHueSatMap()
884 dng_hue_sat_map::HSBModify modify; in ReadHueSatMap() local
886 modify.fHueShift = stream.Get_real32 (); in ReadHueSatMap()
887 modify.fSatScale = stream.Get_real32 (); in ReadHueSatMap()
888 modify.fValScale = stream.Get_real32 (); in ReadHueSatMap()
890 hueSatMap.SetDelta (hue, sat, val, modify); in ReadHueSatMap()
/external/tensorflow/tensorflow/compiler/jit/
Dresource_operation_safety_analysis_test.cc126 Node* modify = MakeModify(root, "M"); in TEST() local
128 root.graph()->AddControlEdge(read, modify); in TEST()
140 Node* modify = MakeModify(root, "M"); in TEST() local
142 root.graph()->AddControlEdge(modify, read); in TEST()
148 std::pair<int, int> modify_read_pair = {modify->id(), read->id()}; in TEST()
155 Node* modify = MakeModify(root, "M"); in TEST() local
158 root.graph()->AddControlEdge(modify, write); in TEST()
169 Node* modify = MakeModify(root, "M"); in TEST() local
172 root.graph()->AddControlEdge(write, modify); in TEST()
178 std::pair<int, int> write_modify_pair = {write->id(), modify->id()}; in TEST()
[all …]
/external/python/cpython3/Tools/scripts/
Dmailerdaemon.py166 def parsedir(dir, modify): argument
189 if modify:
219 if modify:
235 modify = 0
237 modify = 1
241 parsedir(folder, modify)
243 parsedir('/ufs/jack/Mail/errorsinbox', modify)
Dwin_add2path.py20 def modify(): function
47 paths, envpath = modify()
/external/python/cpython2/Tools/scripts/
Dmailerdaemon.py158 def parsedir(dir, modify): argument
181 if modify:
211 if modify:
227 modify = 0
229 modify = 1
233 parsedir(folder, modify)
235 parsedir('/ufs/jack/Mail/errorsinbox', modify)
Dwin_add2path.py20 def modify(): function
46 paths, envpath = modify()
/external/python/cpython3/Lib/test/
Dtest_devpoll.py41 p.modify(rd, select.POLLIN)
110 self.assertRaises(ValueError, devpoll.modify, fd, select.POLLIN)
127 self.assertRaises(OverflowError, pollster.modify, 1, -1)
128 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
138 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
Dtest_poll.py44 p.modify(rd, select.POLLIN)
164 self.assertRaises(OverflowError, pollster.modify, 1, -1)
165 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
175 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/master/src/
Degl-test-issues.txt22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8
28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color
29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
/external/deqp-deps/glslang/Test/
Dhlsl.rw.swizzle.frag14 rwtx[tc2].zyx = 2; // full swizzle, modify op
20 // buf[tc].yz += 43; // partial swizzle, modify op
25 // buf[tc].y += 45; // single index, modify op
/external/deqp/android/cts/master/src/
Degl-test-issues.txt22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8
28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color
29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
/external/deqp/doc/testspecs/GL3/
Dfunctional.texture_buffers.txt52 Modifying tests create a texture buffer object, modify it and render it to the
55 Modify render tests will create texture buffer object, modify it and render it
58 Render modify tests will create a tests buffer object render it to default
59 framebuffer, modify it and render it again to default framebuffer as fragment
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture_buffers.txt55 Modifying tests create a texture buffer object, modify it and render it to the
58 Modify render tests will create texture buffer object, modify it and render it
61 Render modify tests will create a tests buffer object render it to default
62 framebuffer, modify it and render it again to default framebuffer as fragment
/external/skia/tools/android/
Dupload_to_android.py113 def modify(self): member in Modifier
124 def modify(self): member in FetchModifier
172 def modify(self): member in AndroidLegacyFlagModifier
212 modifier.modify()
/external/skqp/tools/android/
Dupload_to_android.py113 def modify(self): member in Modifier
124 def modify(self): member in FetchModifier
172 def modify(self): member in AndroidLegacyFlagModifier
212 modifier.modify()
/external/chromium-libpac/test/
DREADME4 Do not modify proxy_script_test.h. Instead modify the files contained
/external/libbrillo/brillo/glib/
Dobject_unittest.cc35 void MutableRegularTestValue(const T& x, O modify) { in MutableRegularTestValue() argument
41 modify(&y); in MutableRegularTestValue()
47 modify(&y); in MutableRegularTestValue()
/external/autotest/client/site_tests/firmware_LockedME/
Dcontrol18 itself determines whether or not the CPU can modify the ME region. During
22 This test PASSES if the CPU is unable to modify the ME region.
24 This test FAILS if the CPU can modify the ME region, which means it should
/external/icu/android_icu4j/
DREADME.android2 external/icu/tools/srcgen. Do not modify the code here. Instead, modify the
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/src/
Degl-test-issues.txt22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8
28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color
29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/src/
Degl-test-issues.txt22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8
28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color
29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/
Degl-test-issues.txt22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8
28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color
29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
/external/python/cpython2/Lib/test/
Dtest_poll.py46 p.modify(rd, select.POLLIN)
164 self.assertRaises(OverflowError, pollster.modify, 1, -1)
165 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
175 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)

12345678910>>...112