/third_party/mesa3d/ohos/ |
H A D | modifyDtsi.py | 9 # 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 D | dng_hue_sat_map.cpp | 5 // 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 D | dng_hue_sat_map.h | 5 // 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 D | dng_camera_profile.cpp | 5 // 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 D | mailerdaemon.py | 166 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 D | win_add2path.py | 20 def modify(): function 47 paths, envpath = modify()
|
/third_party/python/Lib/test/ |
H A D | test_devpoll.py | 41 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 D | test_poll.py | 50 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 D | test_selectors.py | 154 # 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 D | test_epoll.py | 6 # 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 D | upload_to_android.py | 115 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 D | teglGLES2SharingThreadedTests.cpp | 442 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 D | registry.py | 252 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 D | change-to-modifier-of-class-expression-field-with-declaration-emit-enabled.js | 132 Change:: modify public to protected
234 Change:: modify protected to public
|
H A D | change-to-modifier-of-class-expression-field.js | 122 Change:: modify public to protected
215 Change:: modify protected to public
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuThreadUtil.hpp | 78 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 D | selectors.py | 137 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 D | Context.cpp | 59 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 D | glsTextureBufferCase.hpp | 73 TextureBufferCaseUtil::ModifyBits modify,
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | videodsp_armv5te.S | 8 @ modify it under the terms of the GNU Lesser General Public
|
/third_party/curl/winbuild/ |
H A D | gen_resp_file.bat | 15 rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | emms.asm | 7 ;* 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 D | Preprocess.pm | 79 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 D | Preprocess.pm | 79 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 D | DeferredDisplayListTest.cpp | 114 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()
|