Searched refs:setFloat (Results 1 – 6 of 6) sorted by relevance
/external/srec/shared/include/ |
D | ESR_SessionType.h | 172 ESR_ReturnCode(*setFloat)(struct ESR_SessionType_t* self, const LCHAR* name, float value); member
|
D | ESR_Session.h | 144 ESR_ReturnCode(*setFloat)(const LCHAR* name, float value); member
|
/external/srec/shared/src/ |
D | ESR_Session.c | 133 return ESR_Session->setFloat(ESR_Session, name, value); in ESR_SessionSetFloat()
|
D | SessionTypeImpl.c | 88 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/ |
D | ProtoBuf.java | 743 public void setFloat(int tag, float value) { in setFloat() method in ProtoBuf
|
/external/webkit/WebKit/mac/WebView/ |
D | WebPreferences.mm | 430 [[NSUserDefaults standardUserDefaults] setFloat:value forKey:_key];
|