Home
last modified time | relevance | path

Searched refs:modify (Results 1 - 25 of 225) sorted by relevance

123456789

/third_party/mesa3d/ohos/
H A DmodifyDtsi.py9 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
80 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/skia/third_party/externals/dng_sdk/source/
H A Ddng_hue_sat_map.cpp5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
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()
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 in SetDeltaKnownWriteable()
167 SetDeltaKnownWriteable(uint32 hueDiv, uint32 satDiv, uint32 valDiv, const HSBModify &modify) SetDeltaKnownWriteable() argument
[all...]
H A Ddng_hue_sat_map.h5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
151 HSBModify &modify) const;
165 const HSBModify &modify) in SetDelta()
173 modify); in SetDelta()
182 const HSBModify &modify);
162 SetDelta(uint32 hueDiv, uint32 satDiv, uint32 valDiv, const HSBModify &modify) SetDelta() argument
H A Ddng_camera_profile.cpp5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
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 in ReadHueSatMap()
[all...]
/third_party/python/Tools/scripts/
H A Dmailerdaemon.py166 def parsedir(dir, modify):
189 if modify:
219 if modify:
235 modify = 0
237 modify = 1
241 parsedir(folder, modify)
243 parsedir('/ufs/jack/Mail/errorsinbox', modify)
H A Dwin_add2path.py20 def modify(): function
47 paths, envpath = modify()
/third_party/python/Lib/test/
H A 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)
H A Dtest_poll.py50 p.modify(rd, select.POLLIN)
169 self.assertRaises(ValueError, pollster.modify, 1, -1)
170 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
180 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
H A Dtest_selectors.py154 # modify events
155 key2 = s.modify(rd, selectors.EVENT_WRITE)
161 # modify data
166 key2 = s.modify(rd, selectors.EVENT_READ, d2)
172 # modify unknown file obj
173 self.assertRaises(KeyError, s.modify, 999999, selectors.EVENT_READ)
175 # modify use a shortcut
180 s.modify(rd, selectors.EVENT_READ, d3)
186 # modify(): http://bugs.python.org/issue30014
200 m.return_value.modify
[all...]
H A Dtest_epoll.py6 # without limitation the rights to use, copy, modify, merge, publish,
198 # unregister, modify
200 ep.modify(server.fileno(), select.EPOLLOUT)
250 self.assertRaises(ValueError, epoll.modify, fd, select.EPOLLIN)
/third_party/skia/tools/android/
H A 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()
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp442 object->modify(m_event, m_deps); in modifyGLObject()
2967 int modify; member
3176 if (m_config.modify || m_config.render) in addBufferOperations()
3182 if (m_config.modify) in addBufferOperations()
3204 if (m_config.modify || m_config.render) in addBufferOperations()
3264 if (m_config.modify || m_config.render) in addTextureOperations()
3272 if (m_config.modify || m_config.render) in addTextureOperations()
3278 if (m_config.modify == 1) in addTextureOperations()
3286 if (m_config.modify == 2) in addTextureOperations()
3308 if (m_config.modify || m_confi in addTextureOperations()
[all...]
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry.py252 def modify(items, item): items.add(item) function
255 def modify(items, item): function
261 modify(self.types, typeName)
263 modify(self.enums, enumName)
265 modify(self.commands, commandName)
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A Dchange-to-modifier-of-class-expression-field-with-declaration-emit-enabled.js132 Change:: modify public to protected
234 Change:: modify protected to public
H A Dchange-to-modifier-of-class-expression-field.js122 Change:: modify public to protected
215 Change:: modify protected to public
/third_party/vk-gl-cts/framework/common/
H A DtcuThreadUtil.hpp78 void modify (de::SharedPtr<Event> event, std::vector<de::SharedPtr<Event> >& deps);
139 void modifyObject (de::SharedPtr<Object> object) { object->modify(m_event, m_deps); } in modifyObject()
/third_party/python/Lib/
H A Dselectors.py137 def modify(self, fileobj, events, data=None): member in BaseSelector
254 def modify(self, fileobj, events, data=None): member in _BaseSelectorImpl
375 def modify(self, fileobj, events, data=None): member in _PollLikeSelector
389 self._selector.modify(key.fd, selector_events)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp59 inline void modify(F &&);
70 modify([&]() { listeners->emplace(l); }); in add()
76 modify([&]() { listeners->erase(l); }); in remove()
92 void Broadcaster<Listener>::modify(F &&f) in modify() function in __anon22992::Broadcaster
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.hpp73 TextureBufferCaseUtil::ModifyBits modify,
/third_party/ffmpeg/libavcodec/arm/
H A Dvideodsp_armv5te.S8 @ modify it under the terms of the GNU Lesser General Public
/third_party/curl/winbuild/
H A Dgen_resp_file.bat15 rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell
/third_party/ffmpeg/libavutil/x86/
H A Demms.asm7 ;* modify it under the terms of the GNU Lesser General Public
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm79 subroutine should modify the contents of C<$_> and return.
154 This is free software; you can redistribute it and/or modify it under
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm79 subroutine should modify the contents of C<$_> and return.
154 This is free software; you can redistribute it and/or modify it under
/third_party/skia/tests/
H A DDeferredDisplayListTest.cpp114 bool modify(int i) { in modify() function in SurfaceParameters
340 bool didModify1 = i >= 0 && params1.modify(i); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
349 bool didModify2 = j >= 0 && params2.modify(j); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
414 if (!params.modify(i)) { in DDLSurfaceCharacterizationTestImpl()
695 params.modify(SurfaceParameters::kVkSCBCount); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
818 if (i >= 0 && !params.modify(i)) { in DDLMakeRenderTargetTestImpl()

Completed in 18 milliseconds

123456789