Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashUICommandHandler.cpp233 PROPVARIANT *newValue) in UpdateProperty() argument
242 return RegKeyToProperty("Issued", false, newValue); in UpdateProperty()
244 return RegKeyToProperty("Renewable Until", false, newValue); in UpdateProperty()
246 return RegKeyToProperty("Valid Until", true, newValue); in UpdateProperty()
248 return RegKeyToProperty("Encryption Type", false, newValue); in UpdateProperty()
250 return RegKeyToProperty("Flags", false, newValue); in UpdateProperty()
252 return RegKeyToProperty("Credential Cache", false, newValue); in UpdateProperty()
254 return RegKeyToProperty("AutoRenewTickets", true, newValue); in UpdateProperty()
256 return RegKeyToProperty("LowTicketAlarm", true, newValue); in UpdateProperty()
258 return RegKeyToProperty("DestroyTicketsOnExit", false, newValue); in UpdateProperty()
[all …]
H A DLeashUICommandHandler.h64 PROPVARIANT *newValue);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h232 void operator=(value_type newValue) {
234 (void*)Value.buffer, newValue);
237 packed_endian_specific_integral &operator+=(value_type newValue) {
238 *this = *this + newValue;
242 packed_endian_specific_integral &operator-=(value_type newValue) {
243 *this = *this - newValue;
247 packed_endian_specific_integral &operator|=(value_type newValue) {
248 *this = *this | newValue;
252 packed_endian_specific_integral &operator&=(value_type newValue) {
253 *this = *this & newValue;
/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture_internals.h35 void UnityPointer_Set(void ** ptr, void * newValue);
H A Dunity_fixture.c288 void UnityPointer_Set(void ** pointer, void * newValue) in UnityPointer_Set() argument
295 *pointer = newValue; in UnityPointer_Set()
/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp110 int64_t newValue, PrologInfo &initialState) { in setRegister()
113 savedRegisters[reg].value = newValue; in setRegister()
120 void setRegisterValue(uint64_t reg, int64_t newValue, in setRegisterValue()
123 savedRegisters[reg].value = newValue; in setRegisterValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2546 llvm::Value *newValue, in EmitARCStoreStrong() argument
2557 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored); in EmitARCStoreStrong()
2563 newValue = EmitARCRetain(type, newValue); in EmitARCStoreStrong()
2570 EmitStoreOfScalar(newValue, dst); in EmitARCStoreStrong()
2575 return newValue; in EmitARCStoreStrong()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1633 QTIP = $.fn.qtip = function(options, notation, newValue)
1659 if(newValue !== undefined || $.isPlainObject(notation)) {
1660 api.set(notation, newValue);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td4845 : Warning<"%0 attribute for 'subscript' setter must have a 'newValue:' parameter">,
4848 : Warning<"%0 attribute for 'subscript' setter cannot have multiple 'newValue:' parameters">,
4851 : Warning<"%0 attribute for 'subscript' getter cannot have a 'newValue:' parameter">,
/freebsd/contrib/sqlite3/
H A Dsqlite3.c25096 sqlite3StatValueType newValue; in sqlite3StatusHighwater() local
25099 newValue = (sqlite3StatValueType)X; in sqlite3StatusHighwater()
25107 if( newValue>wsdStat.mxValue[op] ){ in sqlite3StatusHighwater()
25108 wsdStat.mxValue[op] = newValue; in sqlite3StatusHighwater()