/external/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 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() 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()
|
D | dng_hue_sat_map.h | 151 HSBModify &modify) const; 165 const HSBModify &modify) in SetDelta() argument 173 modify); in SetDelta() 182 const HSBModify &modify);
|
D | dng_camera_profile.cpp | 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.fValScale = stream.Get_real32 (); in ReadHueSatMap() 890 hueSatMap.SetDelta (hue, sat, val, modify); in ReadHueSatMap()
|
/external/tpm2/ |
D | 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/deqp/doc/testspecs/GLES31/ |
D | functional.texture_buffers.txt | 55 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
|
/external/deqp/doc/testspecs/GL3/ |
D | functional.texture_buffers.txt | 52 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
|
/external/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
D | MOCK_INFO_RESPONSE_FILE | 21 "type": "modify", 30 "type": "modify", 39 "type": "modify",
|
/external/chromium-libpac/test/ |
D | README | 4 Do not modify proxy_script_test.h. Instead modify the files contained
|
/external/icu/android_icu4j/ |
D | README.android | 2 external/icu/tools/srcgen. Do not modify the code here. Instead, modify the
|
/external/javassist/src/main/javassist/tools/rmi/ |
D | StubGenerator.java | 130 int modify = orgclass.getModifiers(); in produceProxyClass() local 131 if (Modifier.isAbstract(modify) || Modifier.isNative(modify) in produceProxyClass() 132 || !Modifier.isPublic(modify)) in produceProxyClass()
|
/external/avahi/avahi-dnsconfd/ |
D | avahi-dnsconfd.action | 39 /sbin/netconfig modify -s avahi -i "$AVAHI_INTERFACE" <<-EOF 49 /sbin/modify_resolvconf modify -s avahi -t - -p avahi-dnsconfd -n "$AVAHI_DNS_SERVERS" <<-EOF
|
/external/libbrillo/brillo/glib/ |
D | object_unittest.cc | 35 void MutableRegularTestValue(const T& x, O modify) { in MutableRegularTestValue() argument 41 modify(&y); in MutableRegularTestValue() 47 modify(&y); in MutableRegularTestValue()
|
/external/autotest/client/site_tests/firmware_LockedME/ |
D | control | 18 itself determines whether or not the CPU can modify the ME region. During 22 This test PASSES if the CPU is unable to modify the ME region. 24 This test FAILS if the CPU can modify the ME region, which means it should
|
/external/valgrind/gdbserver_tests/ |
D | nlcontrolc.vgtest | 4 # and modify some variables 6 # and modify some variables
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | 2011-09-22-PHISpeculateInvoke.ll | 5 ; modify the loaded value. 7 ; edge, but scalarrepl doesn't modify the CFG, at least at the moment.)
|
/external/deqp/modules/egl/ |
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_config.render) in addTextureOperations() [all …]
|
/external/ppp/pppd/plugins/radius/ |
D | COPYRIGHT | 6 Permission to use, copy, modify, and distribute this software for any 22 Permission to use, copy, modify, and distribute this software for any 38 Permission to use, copy, modify, and distribute this software for any 53 Permission to use, copy, modify, and distribute this software and its
|
/external/deqp/scripts/khr_util/ |
D | registry.py | 245 def modify(items, item): items.add(item) function 248 def modify(items, item): function 254 modify(self.types, typeName) 256 modify(self.enums, enumName) 258 modify(self.commands, commandName)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
D | pixman-licenses.txt | 5 Permission to use, copy, modify, distribute, and sell this software and its 30 Permission to use, copy, modify, and distribute this software and its 51 Permission to use, copy, modify, distribute, and sell this software and its 74 Permission to use, copy, modify, distribute, and sell this software
|
/external/llvm/test/DebugInfo/X86/ |
D | live-debug-values.ll | 9 ; extern int modify(int n); 18 ; m = modify(n); 66 %call4 = tail call i32 @modify(i32 %call1) #4, !dbg !38 85 declare i32 @modify(i32) #1
|
/external/llvm/docs/ |
D | ExtendingLLVM.rst | 228 Also, you need to implement (or modify) any analyses or passes that you want to 253 add enum ``LLVMTypeKind`` and modify 270 modify ``static void WriteTypeTable(const ValueEnumerator &VE, 275 modify ``bool BitcodeReader::ParseTypeType()`` to read your data type 299 add enum ``LLVMTypeKind`` and modify 308 modify ``lltok::Kind LLLexer::LexIdentifier()`` to add ability to 313 modify ``static void WriteTypeTable(const ValueEnumerator &VE, 318 modify ``bool BitcodeReader::ParseTypeType()`` to read your data type 326 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``
|
/external/vulkan-validation-layers/ |
D | LICENSE.txt | 8 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 31 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 51 Permission to use, copy, modify, and distribute this software and its 97 ** without limitation the rights to use, copy, modify, merge, publish, 118 /// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/beancontext/mock/ |
D | mockdata.txt | 2 (don't modify)
|
/external/e2fsprogs/tests/progs/ |
D | test_rel_cmds.ct | 17 request do_brel_put, "Add or modify a block relocation entry", 48 request do_irel_put, "Add or modify an inode relocation entry",
|
/external/hyphenation-patterns/sa/ |
D | NOTICE | 2 % You may freely use, copy, modify and/or distribute this file.
|