Home
last modified time | relevance | path

Searched refs:setFloat (Results 1 – 6 of 6) sorted by relevance

/external/srec/shared/include/
DESR_SessionType.h172 ESR_ReturnCode(*setFloat)(struct ESR_SessionType_t* self, const LCHAR* name, float value); member
DESR_Session.h144 ESR_ReturnCode(*setFloat)(const LCHAR* name, float value); member
/external/srec/shared/src/
DESR_Session.c133 return ESR_Session->setFloat(ESR_Session, name, value); in ESR_SessionSetFloat()
DSessionTypeImpl.c88 Interface->setFloat = &ESR_SessionTypeSetFloatImpl; in ESR_SessionTypeCreate()
501 return self->setFloat(self, name, value); in ESR_SessionTypeSetFloatIfEmptyImpl()
1119 CHKLOG(rc, self->setFloat(self, key, fValue)); in addParMapping()
/external/protobuf/src/com/google/common/io/protocol/
DProtoBuf.java743 public void setFloat(int tag, float value) { in setFloat() method in ProtoBuf
/external/webkit/WebKit/mac/WebView/
DWebPreferences.mm430 [[NSUserDefaults standardUserDefaults] setFloat:value forKey:_key];