Home
last modified time | relevance | path

Searched full:developers (Results 1 – 25 of 6060) sorted by relevance

12345678910>>...243

/external/snakeyaml/src/test/java/examples/collections/
DTypeSafeMapTest.java27 * Test MapBean->Map<String, Developer> developers <br/>
38 Map<String, Developer2> developers = new LinkedHashMap<String, Developer2>(); in testDumpMap() local
39 developers.put("team1", new Developer2("Fred", "creator")); in testDumpMap()
40 developers.put("team2", new Developer2("John", "committer")); in testDumpMap()
41 bean.setDevelopers(developers); in testDumpMap()
55 Map<String, Developer2> developers = new LinkedHashMap<String, Developer2>(); in testDumpMap2() local
56 developers.put("team1", new Developer2("Fred", "creator")); in testDumpMap2()
57 developers.put("team2", new Developer2("John", "committer")); in testDumpMap2()
58 developers.put("team3", new Developer222("Bill", "head")); in testDumpMap2()
59 bean.setDevelopers(developers); in testDumpMap2()
[all …]
DTypeSafeMap2Test.java28 * Test MapBean->Map<Enum, Developer> developers <br/>
38 Map<Color, Developer2> developers = new LinkedHashMap<Color, Developer2>(); in testDumpMap() local
39 developers.put(Color.WHITE, new Developer2("Fred", "creator")); in testDumpMap()
40 developers.put(Color.BLACK, new Developer2("John", "committer")); in testDumpMap()
41 bean.setDevelopers(developers); in testDumpMap()
56 Map<Color, Developer2> developers = new LinkedHashMap<Color, Developer2>(); in testMap2() local
57 developers.put(Color.WHITE, new Developer2("Fred", "creator")); in testMap2()
58 developers.put(Color.RED, new SuperMan("Jason", "contributor", true)); in testMap2()
59 developers.put(Color.BLACK, new Developer2("John", "committer")); in testMap2()
60 bean.setDevelopers(developers); in testMap2()
[all …]
DTypeSafeListWithInterfaceTest.java27 * Test ListBean->List<Human> developers <br/>
37 List<Human> developers = new ArrayList<Human>(); in testDumpList() local
38 developers.add(new Developer("Fred", "creator")); in testDumpList()
39 developers.add(new Committer("John", "committer", 34)); in testDumpList()
40 bean.setDevelopers(developers); in testDumpList()
56 … assertTrue(e.getMessage(), e.getMessage().contains("Cannot create property=developers")); in testLoadWrongList()
70 List<Human> developers = parsed.getDevelopers(); in testLoadList() local
71 assertEquals(2, developers.size()); in testLoadList()
72 … assertEquals("Developer must be recognised.", Developer.class, developers.get(0).getClass()); in testLoadList()
73 Developer fred = (Developer) developers.get(0); in testLoadList()
[all …]
DTypeSafeSetImplementationsTest.java40 SortedSet<Developer> developers = new TreeSet<Developer>(); in testDumpSet() local
41 developers.add(new Developer("John", "founder")); in testDumpSet()
42 developers.add(new Developer("Karl", "user")); in testDumpSet()
43 bean.setDevelopers(developers); in testDumpSet()
58 SortedSet<Developer> developers = new TreeSet<Developer>(); in testDumpSet2() local
59 developers.add(new Developer("John", "founder")); in testDumpSet2()
60 developers.add(new Developer("Karl", "user")); in testDumpSet2()
61 developers.add(new SuperDeveloper("Bill", "super")); in testDumpSet2()
62 bean.setDevelopers(developers); in testDumpSet2()
84 SortedSet<Developer> developers = parsed.getDevelopers(); in testLoadSet() local
[all …]
DTypeSafeListTest.java27 * Test ListBean->List<Developer> developers <br/>
37 List<Developer> developers = new ArrayList<Developer>(); in testDumpList() local
38 developers.add(new Developer("Fred", "creator")); in testDumpList()
39 developers.add(new Developer("John", "committer")); in testDumpList()
40 bean.setDevelopers(developers); in testDumpList()
58 List<Developer> developers = parsed.getDevelopers(); in testLoadList() local
59 assertEquals(2, developers.size()); in testLoadList()
60 … assertEquals("Developer must be recognised.", Developer.class, developers.get(0).getClass()); in testLoadList()
61 Developer fred = developers.get(0); in testLoadList()
69 private List<Developer> developers; field in TypeSafeListTest.ListBean1
[all …]
DTypeSafeListNoGerericsTest.java28 * Test ListBean->List developers <br/>
38 List<Developer> developers = new ArrayList<Developer>(); in testDumpList() local
39 developers.add(new Developer("Fred", "creator")); in testDumpList()
40 developers.add(new Developer("John", "committer")); in testDumpList()
41 bean.setDevelopers(developers); in testDumpList()
60 List<Map<String, String>> developers = parsed.getDevelopers(); in testLoadList() local
61 assertEquals(2, developers.size()); in testLoadList()
62 Map<String, String> fred = developers.get(0); in testLoadList()
71 private List developers; field in TypeSafeListNoGerericsTest.ListBean
94 return developers; in getDevelopers()
[all …]
DTypeSafePriorityTest.java28 * Test ListBean->List<Human> developers <br/>
41 descr.putListPropertyType("developers", Developer.class); in testLoadList2()
45 List<Human> developers = parsed.getDevelopers(); in testLoadList2() local
46 assertEquals(2, developers.size()); in testLoadList2()
47 … assertEquals("Committer must be recognised.", Developer.class, developers.get(0).getClass()); in testLoadList2()
48 Developer fred = (Developer) developers.get(0); in testLoadList2()
51 Developer john = (Developer) developers.get(1); in testLoadList2()
58 private List<Human> developers; field in TypeSafePriorityTest.ListBean
73 return developers; in getDevelopers()
76 public void setDevelopers(List<Human> developers) { in setDevelopers() argument
[all …]
DListFileldBeanTest.java27 * Test public field ListBean->List<Developer> developers <br/>
37 List<Developer> developers = new ArrayList<Developer>(); in testDumpList() local
38 developers.add(new Developer("Fred", "creator")); in testDumpList()
39 developers.add(new Developer("John", "committer")); in testDumpList()
40 bean.developers = developers; in testDumpList()
59 List<Developer> developers = parsed.developers; in testLoadList() local
60 assertEquals(2, developers.size()); in testLoadList()
61 … assertEquals("Developer must be recognised.", Developer.class, developers.get(0).getClass()); in testLoadList()
62 Developer fred = developers.get(0); in testLoadList()
70 public List<Developer> developers; field in ListFileldBeanTest.ListFieldBean
/external/python/google-api-python-client/docs/dyn/
Dapigee_v1.organizations.developers.html75 …ons.html">organizations</a> . <a href="apigee_v1.organizations.developers.html">developers</a></h1>
78 <code><a href="apigee_v1.organizations.developers.apps.html">apps()</a></code>
83 <code><a href="apigee_v1.organizations.developers.attributes.html">attributes()</a></code>
88 <code><a href="apigee_v1.organizations.developers.balance.html">balance()</a></code>
93 <code><a href="apigee_v1.organizations.developers.subscriptions.html">subscriptions()</a></code>
105 …ete the developer and related artifacts. To avoid permanently deleting developers and their artifa…
117developers in an organization by email address. By default, the response does not include company
120 … longer valid even though the API keys are set to `approved`. Inactive developers can still sign i…
123 …: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API product…
205 …ete the developer and related artifacts. To avoid permanently deleting developers and their artifa…
[all …]
Dapigee_v1.organizations.developers.apps.attributes.html75 …ions.developers.html">developers</a> . <a href="apigee_v1.organizations.developers.apps.html">apps…
91 …: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API product…
103 …ute. Use the following structure in your request: `organizations/{org}/developers/{developer_email…
123 …ute. Use the following structure in your request: `organizations/{org}/developers/{developer_email…
143 …app. Use the following structure in your request: `organizations/{org}/developers/{developer_email…
164 …: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API product…
167 …ute. Use the following structure in your request: `organizations/{org}/developers/{developer_email…
Dcustomsearch_v1.cse.html99 …nables or disables [Simplified and Traditional Chinese Search](https://developers.google.com/custo…
100developers.google.com/custom-search/docs/json_api_reference#booleanOperators) in the cr parameter&…
106 … off the duplicate content filter. * See [Automatic Filtering](https://developers.google.com/custo…
107 …of origin matches the parameter value. See the [Country Codes](https://developers.google.com/custo…
110developers.google.com/custom-search/docs/json_api_reference#wsInterfaceLanguages) section of [Inte…
178 …e specified expression i.e. sort by date. [Example: sort=date](https://developers.google.com/custo…
189 …engine that was used for the query. * A set of [facet objects](https://developers.google.com/custo…
220 …&quot;pagemap&quot;: { # Contains [PageMap](https://developers.google.com/custom-search/docs/struc…
228 …&quot;promotions&quot;: [ # The set of [promotions](https://developers.google.com/custom-search/do…
253developers.google.com/custom-search/docs/json_api_reference#BooleanOrSearch) in the `cr` parameter…
[all …]
Dcustomsearch_v1.cse.siterestrict.html94 …nables or disables [Simplified and Traditional Chinese Search](https://developers.google.com/custo…
95developers.google.com/custom-search/docs/json_api_reference#booleanOperators) in the cr parameter&…
101 … off the duplicate content filter. * See [Automatic Filtering](https://developers.google.com/custo…
102 …of origin matches the parameter value. See the [Country Codes](https://developers.google.com/custo…
105developers.google.com/custom-search/docs/json_api_reference#wsInterfaceLanguages) section of [Inte…
173 …e specified expression i.e. sort by date. [Example: sort=date](https://developers.google.com/custo…
184 …engine that was used for the query. * A set of [facet objects](https://developers.google.com/custo…
215 …&quot;pagemap&quot;: { # Contains [PageMap](https://developers.google.com/custom-search/docs/struc…
223 …&quot;promotions&quot;: [ # The set of [promotions](https://developers.google.com/custom-search/do…
248developers.google.com/custom-search/docs/json_api_reference#BooleanOrSearch) in the `cr` parameter…
[all …]
Dapigee_v1.organizations.developers.attributes.html75 …a> . <a href="apigee_v1.organizations.developers.html">developers</a> . <a href="apigee_v1.organiz…
91 …: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API product…
103 …ute. Use the following structure in your request: `organizations/{org}/developers/{developer_email…
123 …ute. Use the following structure in your request: `organizations/{org}/developers/{developer_email…
143 …ted. Use the following structure in your request: `organizations/{org}/developers/{developer_email…
164 …: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API product…
167 …ute. Use the following structure in your request: `organizations/{org}/developers/{developer_email…
Dandroidpublisher_v3.users.html106 …parent: string, Required. The developer account to add the user to. Format: developers/{developer}…
122 … # Required. Resource name for this grant, following the pattern &quot;developers/{developer}/user…
126 …, # Required. Resource name for this user, following the pattern &quot;developers/{developer}/user…
150 … # Required. Resource name for this grant, following the pattern &quot;developers/{developer}/user…
154 …, # Required. Resource name for this user, following the pattern &quot;developers/{developer}/user…
164 …name: string, Required. The name of the user to delete. Format: developers/{developer}/users/{emai…
177 …parent: string, Required. The developer account to fetch users from. Format: developers/{developer…
203 … # Required. Resource name for this grant, following the pattern &quot;developers/{developer}/user…
207 …, # Required. Resource name for this user, following the pattern &quot;developers/{developer}/user…
233 …name: string, Required. Resource name for this user, following the pattern &quot;developers/{devel…
[all …]
Dhomegraph_v1.devices.html85developers.google.com/assistant/smarthome/develop/report-state) for more information. This method …
88 <p class="firstline">Requests Google to send an `action.devices.SYNC` [intent](https://developers.g…
130 …mat as the Google smart home `action.devices.QUERY` [response](https://developers.google.com/assis…
144developers.google.com/assistant/smarthome/develop/report-state) for more information. This method …
156 …FICATIONS** section of the individual trait [reference guides](https://developers.google.com/assis…
159 …ce STATES** section of the individual trait [reference guides](https://developers.google.com/assis…
182 …<pre>Requests Google to send an `action.devices.SYNC` [intent](https://developers.google.com/assis…
226 …rmat as the Google smart home `action.devices.SYNC` [response](https://developers.google.com/assis…
234 …on in each [QUERY](https://developers.google.com/assistant/smarthome/reference/intent/query) and […
254 … identify cloud synced devices enabled for [local fulfillment](https://developers.google.com/assis…
[all …]
Dandroidpublisher_v3.grants.html100 …parent: string, Required. The user which needs permission. Format: developers/{developer}/users/{u…
108 … # Required. Resource name for this grant, following the pattern &quot;developers/{developer}/user…
124 … # Required. Resource name for this grant, following the pattern &quot;developers/{developer}/user…
134 …name: string, Required. The name of the grant to delete. Format: developers/{developer}/users/{ema…
147 …name: string, Required. Resource name for this grant, following the pattern &quot;developers/{deve…
155 … # Required. Resource name for this grant, following the pattern &quot;developers/{developer}/user…
172 … # Required. Resource name for this grant, following the pattern &quot;developers/{developer}/user…
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcustomsearch.v1.json8 "documentationLink": "https://developers.google.com/custom-search/v1/introduction",
108 …nables or disables [Simplified and Traditional Chinese Search](https://developers.google.com/custo…
113developers.google.com/custom-search/docs/json_api_reference#booleanOperators) in the cr parameter'…
143 … off the duplicate content filter. * See [Automatic Filtering](https://developers.google.com/custo…
148 …of origin matches the parameter value. See the [Country Codes](https://developers.google.com/custo…
163developers.google.com/custom-search/docs/json_api_reference#wsInterfaceLanguages) section of [Inte…
368 …e specified expression i.e. sort by date. [Example: sort=date](https://developers.google.com/custo…
396 …nables or disables [Simplified and Traditional Chinese Search](https://developers.google.com/custo…
401developers.google.com/custom-search/docs/json_api_reference#booleanOperators) in the cr parameter'…
431 … off the duplicate content filter. * See [Automatic Filtering](https://developers.google.com/custo…
[all …]
Dhomegraph.v1.json17 "documentationLink": "https://developers.google.com/actions/smarthome/create-app#request-sync",
111 …sers link their accounts, see [fulfillment and authentication](https://developers.google.com/assis…
163developers.google.com/assistant/smarthome/develop/report-state) for more information. This method …
181 …n": "Requests Google to send an `action.devices.SYNC` [intent](https://developers.google.com/assis…
265 …on in each [QUERY](https://developers.google.com/assistant/smarthome/reference/intent/query) and […
285 … identify cloud synced devices enabled for [local fulfillment](https://developers.google.com/assis…
300 …"description": "Traits supported by the device. See [device traits](https://developers.google.com/…
307 …"description": "Hardware type of the device. See [device types](https://developers.google.com/assi…
419 …mat as the Google smart home `action.devices.QUERY` [response](https://developers.google.com/assis…
460 …FICATIONS** section of the individual trait [reference guides](https://developers.google.com/assis…
[all …]
Dindex.json17 "documentationLink": "https://developers.google.com/abusive-experience-report/",
32 "documentationLink": "https://developers.google.com/amp/cache/",
93 "documentationLink": "https://developers.google.com/ad-exchange/buyer-rest",
109 "documentationLink": "https://developers.google.com/ad-exchange/buyer-rest",
125 "documentationLink": "https://developers.google.com/ad-exchange/buyer-rest",
140 "documentationLink": "https://developers.google.com/authorized-buyers/apis/reference/rest/",
155 "documentationLink": "https://developers.google.com/ad-experience-report/",
170 "documentationLink": "http://developers.google.com/admin-sdk/",
185 "documentationLink": "http://developers.google.com/admin-sdk/",
200 "documentationLink": "http://developers.google.com/admin-sdk/",
[all …]
/external/avb/tools/transparency/verify/
DREADME.md3 …ages](https://developers.google.com/android/binary_transparency/pixel). See the particular section…
17 …checkpoint and the log contents (found at the [tile directory](https://developers.google.com/andro…
27 Each Pixel Factory image corresponds to a [payload](https://developers.google.com/android/binary_tr…
31 See [here](https://developers.google.com/android/binary_transparency/pixel#construct-the-payload-fo…
35 …* `OK` if the image is included in the log, i.e. that this [claim](https://developers.google.com/a…
/external/expat/expat/win32/
DMANIFEST.txt5 users, and some contain material of interest to developers who wish to
13 <top>\Doc\ API documentation for developers.
15 <top>\Bin\ Pre-compiled dynamic libraries for developers.
16 Pre-compiled static libraries for developers (*MT.lib).
19 <top>\Source\ Source code, which may interest some developers,
/external/clang/docs/
DClangTools.rst6 designed for use by C++ developers who are already using and enjoying
13 side-project so that developers who don't want or need to build them
32 document is currently focused on Clang and Clang Tool developers, not on
39 used by C++ developers. That is they are *not* primarily for use by
40 Clang developers, although they are hopefully useful to C++ developers
102 and features of the tools for other tool developers; each tool should
150 comments with deduced types. The motivation is that there are developers
/external/python/oauth2client/samples/
Doauth2_for_devices.py3 # See: https://developers.google.com/accounts/docs/OAuth2ForDevices
18 # https://developers.google.com/accounts/docs/OAuth2ForDevices#obtainingacode
26 # https://developers.google.com/accounts/docs/OAuth2ForDevices#obtainingatoken
32 # https://developers.google.com/accounts/docs/OAuth2ForDevices#callinganapi
/external/python/google-api-python-client/docs/
Dstart.md10 …age](http://developers.google.com/console/help/managing-projects) and create a project in the [Goo…
11 3. [Install](http://developers.google.com/api-client-library/python/start/installation) the librar…
27 …rant that access. All of this is accomplished with [OAuth 2.0](https://developers.google.com/ident…
29 …ing. A list of accessible OAuth 2.0 scopes can be [found here](https://developers.google.com/ident…
34 …for your Google Cloud project on the [API Access pane](https://console.developers.google.com/apis/…
38 …* [Service Account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount) clien…
148 Use the [APIs Explorer](https://developers.google.com/apis-explorer/) to browse APIs, list availabl…
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/
Dcodegen.md3 Using [TensorFlow Lite Metadata](../models/convert/metadata), developers can generate
4 wrapper code to enable integration on Android. For most developers, the
12 developers can use Android Studio ML Model Binding to automatically configure
15 `ByteBuffer`. Instead, developers can interact with the TensorFlow Lite model
46 ML Model Binding provides a way for developers to accelerate their code through
123 developers can use the TensorFlow Lite Android wrapper code generator to create
125 directly with `ByteBuffer`. Instead, developers can interact with the TensorFlow
229 The generated code provides a way for developers to accelerate their code

12345678910>>...243