/external/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 138 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()
|
D | dng_hue_sat_map.h | 151 HSBModify &modify) const; 165 const HSBModify &modify) in SetDelta() argument 173 modify); in SetDelta() 182 const HSBModify &modify);
|
D | dng_camera_profile.cpp | 383 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/ |
D | resource_operation_safety_analysis_test.cc | 126 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/ |
D | mailerdaemon.py | 166 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)
|
D | win_add2path.py | 20 def modify(): function 47 paths, envpath = modify()
|
/external/python/cpython2/Tools/scripts/ |
D | mailerdaemon.py | 158 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)
|
D | win_add2path.py | 20 def modify(): function 46 paths, envpath = modify()
|
/external/python/cpython3/Lib/test/ |
D | test_devpoll.py | 41 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)
|
D | test_poll.py | 44 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/ |
D | egl-test-issues.txt | 22 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/ |
D | hlsl.rw.swizzle.frag | 14 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/ |
D | egl-test-issues.txt | 22 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/ |
D | functional.texture_buffers.txt | 52 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/ |
D | functional.texture_buffers.txt | 55 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/ |
D | upload_to_android.py | 113 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/ |
D | upload_to_android.py | 113 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/ |
D | README | 4 Do not modify proxy_script_test.h. Instead modify the files contained
|
/external/libbrillo/brillo/glib/ |
D | object_unittest.cc | 35 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/ |
D | control | 18 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/ |
D | README.android | 2 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/ |
D | egl-test-issues.txt | 22 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/ |
D | egl-test-issues.txt | 22 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/ |
D | egl-test-issues.txt | 22 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/ |
D | test_poll.py | 46 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)
|