Home
last modified time | relevance | path

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

12345678910>>...185

/third_party/boost/libs/multi_index/test/
Dtest_update.cpp69 c.modify(it,do_nothing()); in test_stable_update()
72 c.modify(it,do_nothing(),do_nothing()); in test_stable_update()
77 bool b=c.modify(it,assign_value(i),assign_value(*it)); in test_stable_update()
144 BOOST_TEST(iis.modify(iis.begin(),increment_first)); in test_update()
145 BOOST_TEST(ii2.modify(ii2.begin(),increment_first)); in test_update()
146 BOOST_TEST(ii1.modify(project<1>(iis,iis.begin()),increment_first)); in test_update()
147 BOOST_TEST(ii2.modify(ii2.begin(),increment_first,decrement_first)); in test_update()
149 BOOST_TEST(!iis.modify(iis.begin(),increment_first,decrement_first)); in test_update()
152 BOOST_TEST(!iis.modify(iis.begin(),increment_first)); in test_update()
156 BOOST_TEST(ii2.modify(boost::prior(ii2.end()),increment_second)); in test_update()
[all …]
/third_party/skia/tests/sksl/errors/
DInvalidAssignment.glsl4 error: 8: cannot modify immutable variable 'u'
5 error: 9: cannot modify immutable variable 'x'
8 error: 14: cannot modify immutable variable 'l'
9 error: 15: cannot modify immutable variable 'r'
10 error: 16: cannot modify immutable variable 'l'
13 error: 21: cannot modify immutable variable 'x'
14 error: 22: cannot modify immutable variable 'x'
15 error: 23: cannot modify immutable variable 's'
/third_party/mesa3d/ohos/
DmodifyDtsi.py80 modify = Modify(path) variable
98 if(modify.positionSearch("gpu_power_model: power-model",0) == -1):
102 positionInedx1 = modify.positionSearch("gpu: gpu@fde60000",0)
104 positionInedx2 = modify.positionSearch("};",positionInedx1)
105 modify.deleteLines(positionInedx1 + 1, positionInedx2 + 1)
108 modify.addItem(test[i], positionInedx1, i + 1)
110 modify.saveAndClose()
/third_party/boost/libs/multi_array/test/
Dgenerative_tests.hpp112 modifier.modify(A); in run_configuration()
123 modifier.modify(A); in run_configuration()
135 modifier.modify(A); in run_configuration()
148 modifier.modify(A); in run_configuration()
159 modifier.modify(A); in run_configuration()
177 modifier.modify(A); in run_configuration()
200 modifier.modify(A); in run_configuration()
234 void modify(Array&) const { } in modify() function
239 void modify(Array& A) const { in modify() function
251 void modify(Array& A) const { in modify() function
[all …]
/third_party/cef/libcef/common/
Dvalue_base.h199 #define CEF_VALUE_VERIFY_RETURN_VOID_EX(object, modify) \ argument
202 AutoLock auto_lock(object, modify); \
206 #define CEF_VALUE_VERIFY_RETURN_VOID(modify) \ argument
207 CEF_VALUE_VERIFY_RETURN_VOID_EX(this, modify)
209 #define CEF_VALUE_VERIFY_RETURN_EX(object, modify, error_val) \ argument
212 AutoLock auto_lock(object, modify); \
216 #define CEF_VALUE_VERIFY_RETURN(modify, error_val) \ argument
217 CEF_VALUE_VERIFY_RETURN_EX(this, modify, error_val)
384 inline bool VerifyAccess(bool modify) { in VerifyAccess() argument
388 if (read_only() && modify) { in VerifyAccess()
[all …]
/third_party/skia/third_party/externals/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()
/third_party/python/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)
/third_party/boost/boost/
Dcstdint.hpp229 # error defaults not correct; you must hand modify boost/cstdint.hpp
268 # error defaults not correct; you must hand modify boost/cstdint.hpp
303 # error defaults not correct; you must hand modify boost/cstdint.hpp
317 # error defaults not correct; you must hand modify boost/cstdint.hpp
341 # error defaults not correct; you must hand modify boost/cstdint.hpp
520 # error defaults not correct; you must hand modify boost/cstdint.hpp
528 # error defaults not correct; you must hand modify boost/cstdint.hpp
536 # error defaults not correct; you must hand modify boost/cstdint.hpp
539 # error defaults not correct; you must hand modify boost/cstdint.hpp
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp_egl_test_expectations.txt122 6277 ANDROID VULKAN : dEQP-EGL.functional.image.modify.android_native_rgb8_renderbuffer_clear_color…
123 6277 ANDROID VULKAN : dEQP-EGL.functional.image.modify.android_native_rgb8_tex_subimage_rgb8 = FAIL
214 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb565_tex_subimage_rgb565 = FAIL
215 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb565_tex_subimage_rgb8 = FAIL
216 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb5_a1_renderbuffer_clear_color = F…
217 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb5_a1_tex_subimage_rgb5_a1 = FAIL
218 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgba4_tex_subimage_rgba4 = FAIL
219 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgba4_tex_subimage_rgba8 = FAIL
220 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb565_renderbuffer_clear_color = FA…
221 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_depth16_renderbuffer_clear_depth = F…
[all …]
/third_party/python/Lib/test/
Dtest_devpoll.py41 p.modify(rd, select.POLLIN)
110 self.assertRaises(ValueError, devpoll.modify, fd, select.POLLIN)
127 self.assertRaises(ValueError, pollster.modify, 1, -1)
128 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
138 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.6.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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/openGLES/extensions/EXT/
DEXT_color_buffer_half_float.txt84 (modify Shader Outputs, first paragraph, p. 89) ...These are gl_FragColor
94 (modify second paragraph, p. 91) Each pixel in a color buffer consists of
103 (modify third paragraph, p. 93) ...and all 0's corresponding to all alpha
109 (modify second paragraph, p. 96) Source and destination values are combined
119 (modify fifth paragraph, p. 97) Fixed-point destination (framebuffer)
126 (modify Blend Color section removing the clamp, p. 98) The constant color
160 (modify second paragraph, p. 103, removing clamp of clear color)
174 (modify first paragraph, p 104) ...Only two combinations of format and type
181 (modify "Conversion of RGBA Values", p. 106) The R, G, B, and A values
193 (modify "Final Conversion", p. 106) If type is not FLOAT or HALF_FLOAT_OES,
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_color_buffer_half_float.txt84 (modify Shader Outputs, first paragraph, p. 89) ...These are gl_FragColor
94 (modify second paragraph, p. 91) Each pixel in a color buffer consists of
103 (modify third paragraph, p. 93) ...and all 0's corresponding to all alpha
109 (modify second paragraph, p. 96) Source and destination values are combined
119 (modify fifth paragraph, p. 97) Fixed-point destination (framebuffer)
126 (modify Blend Color section removing the clamp, p. 98) The constant color
160 (modify second paragraph, p. 103, removing clamp of clear color)
174 (modify first paragraph, p 104) ...Only two combinations of format and type
181 (modify "Conversion of RGBA Values", p. 106) The R, G, B, and A values
193 (modify "Final Conversion", p. 106) If type is not FLOAT or HALF_FLOAT_OES,
[all …]
/third_party/flutter/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()
/third_party/skia/tools/android/
Dupload_to_android.py115 def modify(self): member in Modifier
126 def modify(self): member in FetchModifier
174 def modify(self): member in AndroidLegacyFlagModifier
214 modifier.modify()

12345678910>>...185