Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 25 of 28) sorted by relevance

12

/development/tools/repo_diff/service/repodiff/persistence/filesystem/
Dxml.go8 func ReadXMLAsEntity(filePath string, entity interface{}) error {
13 return xml.Unmarshal(xmlBytes, entity)
Dunix.go23 var entity interface{}
24 entity, errMapping = mapper(columns)
26 entityRows = append(entityRows, entity)
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java26 import org.apache.http.client.entity.UrlEncodedFormEntity;
110 final HttpEntity entity; in authenticate() local
112 entity = new UrlEncodedFormEntity(params); in authenticate()
119 post.addHeader(entity.getContentType()); in authenticate()
120 post.setEntity(entity); in authenticate()
185 HttpEntity entity = new UrlEncodedFormEntity(params); in syncContacts() local
190 post.addHeader(entity.getContentType()); in syncContacts()
191 post.setEntity(entity); in syncContacts()
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Ddashboard.py86 entity = data.save(commit=False)
87 entity.put()
113 entity = data.save(commit=False)
114 entity.updated = datetime.datetime.utcnow()
115 entity.put()
/development/tools/repo_diff/service/repodiff/handlers/
Dhttp.go27 func writeJsonResponse(writer http.ResponseWriter, entity interface{}) {
28 serialized, err := json.MarshalIndent(entity, "", " ")
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java266 final HttpEntity entity = response.getEntity(); in doInBackground() local
267 if (entity != null) { in doInBackground()
271 inputStream = entity.getContent(); in doInBackground()
292 entity.consumeContent(); in doInBackground()
DXmlDocumentProvider.java232 final HttpEntity entity = response.getEntity(); in getUriXmlPullParser() local
233 if (entity != null) { in getUriXmlPullParser()
234 inputStream = entity.getContent(); in getUriXmlPullParser()
/development/tools/repo_diff/service/repodiff/controllers/
Ddifferential.go247 for i, entity := range entities {
248 diffRow, ok := entity.(*ent.DiffRow)
272 for i, entity := range entities {
273 commitRow, ok := entity.(*ent.CommitRow)
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java197 HttpEntity entity = response.getEntity(); in getUrlContent() local
198 InputStream inputStream = entity.getContent(); in getUrlContent()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java190 HttpEntity entity = response.getEntity(); in getUrlContent() local
191 InputStream inputStream = entity.getContent(); in getUrlContent()
/development/samples/VoicemailProviderDemo/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/samples/AccelerometerPlay/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/GestureBuilder/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/SdkSetup/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/cmds/monkey/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/NinePatchLab/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/Fallback/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/samples/Home/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/DevelopmentSettings/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/Development/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/CustomLocale/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/BluetoothDebug/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/samples/CubeLiveWallpaper/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/OBJViewer/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/development/apps/launchperf/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a

12