Home
last modified time | relevance | path

Searched refs:StringProperty (Results 1 – 7 of 7) sorted by relevance

/external/oss-fuzz/infra/build/functions/
Ddatastore_entities.py23 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/
Dcjx_eventpseudomodel.cpp21 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/
DTsiPeer.java98 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
DAltsTsiHandshaker.java104 new TsiPeer.StringProperty(
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestBackRefsWithPolymorphic.java58 interface StringProperty interface in TestBackRefsWithPolymorphic
172 implements StringProperty
/external/python/oauth2client/oauth2client/contrib/
D_appengine_ndb.py48 secret = ndb.StringProperty()
Dappengine.py90 secret = db.StringProperty()