HomeSort by relevance Sort by last modified time
    Searched refs:modify (Results 1 - 25 of 907) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tpm2/
VendorString.h 22 Please modify VendorString.h to provide a specific \
40 Please modify include\VendorString.h to provide a vednor specific \
61 Please modify include\VendorString.h to provide a vendor specific firmware \
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
EnumInNestedNS.go 1 // automatically generated by the FlatBuffers compiler, do not modify
  /external/flatbuffers/tests/MyGame/Example/
Any.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
Color.cs 2 // automatically generated by the FlatBuffers compiler, do not modify
Color.go 1 // automatically generated by the FlatBuffers compiler, do not modify
Any.go 1 // automatically generated by the FlatBuffers compiler, do not modify
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
warning-014.s 1 ; btsti does not modify r1
  /art/test/121-modifiers/src-java/
Asm.java 84 modify("Inf");
85 modify("NonInf");
88 private static void modify(String clazz) throws Exception { method in class:Asm
93 modify(classNode);
103 private static void modify(ClassNode classNode) throws Exception { method in class:Asm
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
addressing.s 78 ldi *++AR0(5),R0 ; with predisplacement add and modify
79 ldi *--AR0(5),R0 ; with predisplacement subtract and modify
80 ldi *AR0++(5),R0 ; with postdisplacement add and modify
81 ldi *AR0--(5),R0 ; with postdisplacement subtract and modify
82 ldi *AR0++(5)%,R0 ; with postdisplacement add and circular modify
83 ldi *AR0--(5)%,R0 ; with postdisplacement subtract and circular modify
86 ldi *++AR0(IR0),R0 ; with predisplacement add and modify
87 ldi *--AR0(IR0),R0 ; with predisplacement subtract and modify
88 ldi *AR0++(IR0),R0 ; with postdisplacement add and modify
89 ldi *AR0--(IR0),R0 ; with postdisplacement subtract and modify
    [all...]
  /external/dng_sdk/source/
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)
173 modify);
182 const HSBModify &modify);
dng_hue_sat_map.cpp 5 // 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.fSatScale
    [all...]
  /system/media/camera/docs/
CameraDeviceInfo.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
20 * modify the comment blocks at the start or end.
CaptureResultTest.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
20 * modify the comment blocks at the start or end.
  /packages/apps/Dialer/java/com/android/incallui/rtt/impl/
RttChatMessage.java 76 StringBuilder modify = new StringBuilder(); local
80 modify.append(c);
82 modify.append(s, start, start + count);
84 modify.append(s, start + count, s.length());
86 return modify.toString();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
win_add2path.py 20 def modify(): function
46 paths, envpath = modify()
mailerdaemon.py 157 def parsedir(dir, modify):
180 if modify:
210 if modify:
226 modify = 0
228 modify = 1
232 parsedir(folder, modify)
234 parsedir('/ufs/jack/Mail/errorsinbox', modify)
  /external/python/cpython2/Tools/scripts/
win_add2path.py 20 def modify(): function
46 paths, envpath = modify()
mailerdaemon.py 158 def parsedir(dir, modify):
181 if modify:
211 if modify:
227 modify = 0
229 modify = 1
233 parsedir(folder, modify)
235 parsedir('/ufs/jack/Mail/errorsinbox', modify)
  /external/python/cpython3/Tools/scripts/
win_add2path.py 20 def modify(): function
47 paths, envpath = modify()
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)
  /external/selinux/libsemanage/src/
booleans_policydb.c 5 * modify it under the terms of the GNU Lesser General Public
41 .modify = NULL,
ibendports_policydb.c 5 * modify it under the terms of the GNU Lesser General Public
35 .modify = (record_policydb_table_modify_t)sepol_ibendport_modify,
ibpkeys_policydb.c 5 * modify it under the terms of the GNU Lesser General Public
35 .modify = (record_policydb_table_modify_t)sepol_ibpkey_modify,
interfaces_policydb.c 5 * modify it under the terms of the GNU Lesser General Public
41 .modify = (record_policydb_table_modify_t) sepol_iface_modify,

Completed in 301 milliseconds

1 2 3 4 5 6 7 8 91011>>