| /external/snakeyaml/src/test/java/examples/collections/ |
| D | TypeSafeMapTest.java | 27 * 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 …]
|
| D | TypeSafeMap2Test.java | 28 * 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 …]
|
| D | TypeSafeListWithInterfaceTest.java | 27 * 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 …]
|
| D | TypeSafeSetImplementationsTest.java | 40 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 …]
|
| D | TypeSafeListTest.java | 27 * 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 …]
|
| D | TypeSafeListNoGerericsTest.java | 28 * 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 …]
|
| D | TypeSafePriorityTest.java | 28 * 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 …]
|
| D | ListFileldBeanTest.java | 27 * 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/ |
| D | apigee_v1.organizations.developers.html | 75 …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… 117 …developers 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 …]
|
| D | apigee_v1.organizations.developers.apps.attributes.html | 75 …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…
|
| D | customsearch_v1.cse.html | 99 …nables or disables [Simplified and Traditional Chinese Search](https://developers.google.com/custo… 100 …developers.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… 110 …developers.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 …"pagemap": { # Contains [PageMap](https://developers.google.com/custom-search/docs/struc… 228 …"promotions": [ # The set of [promotions](https://developers.google.com/custom-search/do… 253 …developers.google.com/custom-search/docs/json_api_reference#BooleanOrSearch) in the `cr` parameter… [all …]
|
| D | customsearch_v1.cse.siterestrict.html | 94 …nables or disables [Simplified and Traditional Chinese Search](https://developers.google.com/custo… 95 …developers.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… 105 …developers.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 …"pagemap": { # Contains [PageMap](https://developers.google.com/custom-search/docs/struc… 223 …"promotions": [ # The set of [promotions](https://developers.google.com/custom-search/do… 248 …developers.google.com/custom-search/docs/json_api_reference#BooleanOrSearch) in the `cr` parameter… [all …]
|
| D | apigee_v1.organizations.developers.attributes.html | 75 …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…
|
| D | androidpublisher_v3.users.html | 106 …parent: string, Required. The developer account to add the user to. Format: developers/{developer}… 122 … # Required. Resource name for this grant, following the pattern "developers/{developer}/user… 126 …, # Required. Resource name for this user, following the pattern "developers/{developer}/user… 150 … # Required. Resource name for this grant, following the pattern "developers/{developer}/user… 154 …, # Required. Resource name for this user, following the pattern "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 "developers/{developer}/user… 207 …, # Required. Resource name for this user, following the pattern "developers/{developer}/user… 233 …name: string, Required. Resource name for this user, following the pattern "developers/{devel… [all …]
|
| D | homegraph_v1.devices.html | 85 …developers.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… 144 …developers.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 …]
|
| D | androidpublisher_v3.grants.html | 100 …parent: string, Required. The user which needs permission. Format: developers/{developer}/users/{u… 108 … # Required. Resource name for this grant, following the pattern "developers/{developer}/user… 124 … # Required. Resource name for this grant, following the pattern "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 "developers/{deve… 155 … # Required. Resource name for this grant, following the pattern "developers/{developer}/user… 172 … # Required. Resource name for this grant, following the pattern "developers/{developer}/user…
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | customsearch.v1.json | 8 "documentationLink": "https://developers.google.com/custom-search/v1/introduction", 108 …nables or disables [Simplified and Traditional Chinese Search](https://developers.google.com/custo… 113 …developers.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… 163 …developers.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… 401 …developers.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 …]
|
| D | homegraph.v1.json | 17 "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… 163 …developers.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 …]
|
| D | index.json | 17 "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/ |
| D | README.md | 3 …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/ |
| D | MANIFEST.txt | 5 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/ |
| D | ClangTools.rst | 6 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/ |
| D | oauth2_for_devices.py | 3 # 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/ |
| D | start.md | 10 …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/ |
| D | codegen.md | 3 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
|