Searched refs:StringProperty (Results 1 – 7 of 7) sorted by relevance
/external/oss-fuzz/infra/build/functions/ |
D | datastore_entities.py | 23 name = ndb.StringProperty() 24 schedule = ndb.StringProperty() 32 client_id = ndb.StringProperty() 33 client_secret = ndb.StringProperty() 39 build_tag = ndb.StringProperty() 40 project = ndb.StringProperty() 41 build_ids = ndb.StringProperty(repeated=True) 46 build_tag = ndb.StringProperty() 47 project = ndb.StringProperty() 48 build_id = ndb.StringProperty() [all …]
|
/external/pdfium/fxjs/xfa/ |
D | cjx_eventpseudomodel.cpp | 21 void StringProperty(CFXJSE_Value* pReturn, WideString* wsValue, bool bSetting) { in StringProperty() function 223 StringProperty(pValue, &pEventParam->m_wsChange, bSetting); in Property() 229 StringProperty(pValue, &pEventParam->m_wsFullText, bSetting); in Property() 238 StringProperty(pValue, &pEventParam->m_wsNewContentType, bSetting); in Property() 244 StringProperty(pValue, &pEventParam->m_wsPrevContentType, bSetting); in Property() 247 StringProperty(pValue, &pEventParam->m_wsPrevText, bSetting); in Property() 275 StringProperty(pValue, &pEventParam->m_wsSoapFaultCode, bSetting); in Property() 278 StringProperty(pValue, &pEventParam->m_wsSoapFaultString, bSetting); in Property()
|
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | TsiPeer.java | 98 public static final class StringProperty extends Property<String> { class in TsiPeer 99 public StringProperty(@Nonnull String name, @Nonnull String value) { in StringProperty() method in TsiPeer.StringProperty
|
D | AltsTsiHandshaker.java | 104 new TsiPeer.StringProperty(
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ |
D | TestBackRefsWithPolymorphic.java | 58 interface StringProperty interface in TestBackRefsWithPolymorphic 172 implements StringProperty
|
/external/python/oauth2client/oauth2client/contrib/ |
D | _appengine_ndb.py | 48 secret = ndb.StringProperty()
|
D | appengine.py | 90 secret = db.StringProperty()
|