Searched defs:modify (Results 1 - 25 of 47) sorted by relevance

12

/external/python/cpython2/Tools/scripts/
H A Dwin_add2path.py20 def modify(): function
46 paths, envpath = modify()
/external/python/cpython3/Tools/scripts/
H A Dwin_add2path.py20 def modify(): function
47 paths, envpath = modify()
/external/autotest/site_utils/
H A Dserver_manager.py14 modify(hostname, role=None, status=None, note=None, delete=False,
228 def modify(hostname, role=None, status=None, delete=False, note=None, function
/external/libbrillo/brillo/glib/
H A Dobject_unittest.cc35 void MutableRegularTestValue(const T& x, O modify) { argument
41 modify(&y);
47 modify(&y);
/external/selinux/gui/
H A DusersPage.py4 ## This program is free software; you can redistribute it and/or modify
123 def modify(self): member in class:usersPage
H A DfcontextPage.py4 ## This program is free software; you can redistribute it and/or modify
205 def modify(self): member in class:fcontextPage
H A DloginsPage.py4 ## This program is free software; you can redistribute it and/or modify
168 def modify(self): member in class:loginsPage
H A DportsPage.py4 ## This program is free software; you can redistribute it and/or modify
231 def modify(self): member in class:portsPage
/external/selinux/libsemanage/src/
H A Ddatabase_policydb.h5 * modify it under the terms of the GNU Lesser General Public
73 record_policydb_table_modify_t modify; member in struct:record_policydb_table
H A Ddatabase.h64 * In add/set/modify, the data is also property of the caller */
76 int (*modify) (struct semanage_handle * handle, member in struct:dbase_table
129 * not modify the underlying database.
/external/skia/tools/android/
H A Dupload_to_android.py113 def modify(self): member in class:Modifier
124 def modify(self): member in class:FetchModifier
172 def modify(self): member in class:AndroidLegacyFlagModifier
212 modifier.modify()
/external/skqp/tools/android/
H A Dupload_to_android.py113 def modify(self): member in class:Modifier
124 def modify(self): member in class:FetchModifier
172 def modify(self): member in class:AndroidLegacyFlagModifier
212 modifier.modify()
/external/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
159 modify.fHueShift = deltas [offset].fHueShift;
160 modify.fSatScale = deltas [offset].fSatScale;
161 modify.fValScale = deltas [offset].fValScale;
170 const HSBModify &modify)
191 SafeGetDeltas () [offset] = modify;
199 if (modify.fValScale != 1.0f)
228 zeroSatModify.fHueShift = modify.fHueShift;
229 zeroSatModify.fSatScale = modify
167 SetDeltaKnownWriteable(uint32 hueDiv, uint32 satDiv, uint32 valDiv, const HSBModify &modify) 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)
173 modify);
182 const HSBModify &modify);
162 SetDelta(uint32 hueDiv, uint32 satDiv, uint32 valDiv, const HSBModify &modify) 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; local
385 map.GetDelta (hue, sat, val, modify);
387 printer.Put_real32 (modify.fHueShift);
388 printer.Put_real32 (modify.fSatScale);
389 printer.Put_real32 (modify.fValScale);
884 dng_hue_sat_map::HSBModify modify; local
886 modify.fHueShift = stream.Get_real32 ();
887 modify.fSatScale = stream.Get_real32 ();
888 modify
[all...]
/external/python/cpython3/Lib/
H A Dselectors.py136 def modify(self, fileobj, events, data=None): member in class:BaseSelector
253 def modify(self, fileobj, events, data=None): member in class:_BaseSelectorImpl
/external/deqp/framework/common/
H A DtcuThreadUtil.cpp97 void Object::modify (SharedPtr<Event> event, std::vector<SharedPtr<Event> >& deps) function in class:tcu::ThreadUtil::Object
/external/skia/tests/
H A DDeferredDisplayListTest.cpp88 void modify(int i) { function in class:SurfaceParameters
237 params.modify(i);
/external/skqp/tests/
H A DDeferredDisplayListTest.cpp40 void modify(int i) { function in class:SurfaceParameters
130 params.modify(i);
/external/deqp/scripts/khr_util/
H A Dregistry.py246 def modify(items, item): items.add(item) function in function:InterfaceSpec.addComponent
249 def modify(items, item): function in function:InterfaceSpec.addComponent
255 modify(self.types, typeName)
257 modify(self.enums, enumName)
259 modify(self.commands, commandName)
/external/javassist/src/main/javassist/
H A DCtBehavior.java640 * @param converter specifies how to modify.
653 * @param editor specifies how to modify.
1085 * <code>modify</code> set to <code>false</code>.
1090 * @param modify if false, this method does not insert the bytecode.
1095 * If modify is false, the value of src can be null.
1098 public int insertAt(int lineNum, boolean modify, String src) argument
1113 if (!modify)
/external/selinux/python/semanage/
H A Dseobject.py8 # modify it under the terms of the GNU General Public License as
421 def modify(self, file): member in class:moduleRecords
649 raise ValueError(_("Could not modify login mapping for %s") % name)
655 def modify(self, name, sename="", serange=""): member in class:loginRecords
921 raise ValueError(_("Could not modify SELinux user %s") % name)
930 def modify(self, name, roles=[], selevel="", serange="", prefix=""): member in class:seluserRecords
1178 raise ValueError(_("Could not modify port %s/%s") % (proto, port))
1183 self.mylog.log_change("resrc=port op=modify lport=%s proto=%s tcontext=%s:%s:%s:%s" % (port, socket.getprotobyname(proto), "system_u", "object_r", setype, serange))
1185 def modify(self, port, proto, serange, setype): member in class:portRecords
1441 raise ValueError(_("Could not modify ibpke
1446 def modify(self, pkey, subnet_prefix, serange, setype): member in class:ibpkeyRecords
1693 def modify(self, ibendport, ibdev_name, serange, setype): member in class:ibendportRecords
1954 def modify(self, addr, mask, proto, serange, setype): member in class:nodeRecords
2154 def modify(self, interface, serange, setype): member in class:interfaceRecords
2491 def modify(self, target, setype, ftype, serange, seuser): member in class:fcontextRecords
2687 def modify(self, name, value=None, use_file=False): member in class:booleanRecords
[all...]
/external/autotest/server/
H A Dfrontend.py919 def modify(self, **dargs): member in class:Host
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.cpp551 void modify (TestLog& log, function in namespace:deqp::gls::__anon5530
915 modify(log, resultCollector, renderContext, modifyType, rng, texture);
936 ModifyBits modify,
948 , m_modify (modify)
929 TextureBufferCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, deUint32 format, size_t bufferSize, size_t offset, size_t size, RenderBits preRender, ModifyBits modify, RenderBits postRender, const char* name, const char* description) argument
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp134 const_cast<int&>(a) = b; // expected-note 3{{constant expression cannot modify an object that is visible outside that expression}}
224 // expected-note@-1 {{cannot modify an object that is visible outside}}
251 constexpr int modify(int &n) { return n = 1; } // expected-note 2 {{modification of object of const-qualified type 'const int'}} function in namespace:const_modify
252 constexpr int test1() { int k = 0; return modify(k); }
253 constexpr int test2() { const int k = 0; return modify(const_cast<int&>(k)); } // expected-note 2 {{in call}}

Completed in 677 milliseconds

12