| /external/snakeyaml/src/test/java/examples/collections/ |
| D | TypeSafeMapTest.java | 23 * Test MapBean->Map<String, Developer> developers <br/> 35 Map<String, Developer2> developers = new LinkedHashMap<String, Developer2>(); in testDumpMap() local 36 developers.put("team1", new Developer2("Fred", "creator")); in testDumpMap() 37 developers.put("team2", new Developer2("John", "committer")); in testDumpMap() 38 bean.setDevelopers(developers); in testDumpMap() 52 Map<String, Developer2> developers = new LinkedHashMap<String, Developer2>(); in testDumpMap2() local 53 developers.put("team1", new Developer2("Fred", "creator")); in testDumpMap2() 54 developers.put("team2", new Developer2("John", "committer")); in testDumpMap2() 55 developers.put("team3", new Developer222("Bill", "head")); in testDumpMap2() 56 bean.setDevelopers(developers); in testDumpMap2() [all …]
|
| D | TypeSafeMap2Test.java | 24 * Test MapBean->Map<Enum, Developer> developers <br/> 35 Map<Color, Developer2> developers = new LinkedHashMap<Color, Developer2>(); in testDumpMap() local 36 developers.put(Color.WHITE, new Developer2("Fred", "creator")); in testDumpMap() 37 developers.put(Color.BLACK, new Developer2("John", "committer")); in testDumpMap() 38 bean.setDevelopers(developers); in testDumpMap() 53 Map<Color, Developer2> developers = new LinkedHashMap<Color, Developer2>(); in testMap2() local 54 developers.put(Color.WHITE, new Developer2("Fred", "creator")); in testMap2() 55 developers.put(Color.RED, new SuperMan("Jason", "contributor", true)); in testMap2() 56 developers.put(Color.BLACK, new Developer2("John", "committer")); in testMap2() 57 bean.setDevelopers(developers); in testMap2() [all …]
|
| D | TypeSafeListWithInterfaceTest.java | 23 * Test ListBean->List<Human> developers <br/> 34 List<Human> developers = new ArrayList<Human>(); in testDumpList() local 35 developers.add(new Developer("Fred", "creator")); in testDumpList() 36 developers.add(new Committer("John", "committer", 34)); in testDumpList() 37 bean.setDevelopers(developers); in testDumpList() 53 assertTrue(e.getMessage(), e.getMessage().contains("Cannot create property=developers")); in testLoadWrongList() 67 List<Human> developers = parsed.getDevelopers(); in testLoadList() local 68 assertEquals(2, developers.size()); in testLoadList() 69 assertEquals("Developer must be recognised.", Developer.class, developers.get(0).getClass()); in testLoadList() 70 Developer fred = (Developer) developers.get(0); in testLoadList() [all …]
|
| D | TypeSafeListTest.java | 23 * Test ListBean->List<Developer> developers <br/> 34 List<Developer> developers = new ArrayList<Developer>(); in testDumpList() local 35 developers.add(new Developer("Fred", "creator")); in testDumpList() 36 developers.add(new Developer("John", "committer")); in testDumpList() 37 bean.setDevelopers(developers); in testDumpList() 55 List<Developer> developers = parsed.getDevelopers(); in testLoadList() local 56 assertEquals(2, developers.size()); in testLoadList() 57 assertEquals("Developer must be recognised.", Developer.class, developers.get(0).getClass()); in testLoadList() 58 Developer fred = developers.get(0); in testLoadList() 67 private List<Developer> developers; field in TypeSafeListTest.ListBean1 [all …]
|
| D | TypeSafeSetImplementationsTest.java | 37 SortedSet<Developer> developers = new TreeSet<Developer>(); in testDumpSet() local 38 developers.add(new Developer("John", "founder")); in testDumpSet() 39 developers.add(new Developer("Karl", "user")); in testDumpSet() 40 bean.setDevelopers(developers); in testDumpSet() 55 SortedSet<Developer> developers = new TreeSet<Developer>(); in testDumpSet2() local 56 developers.add(new Developer("John", "founder")); in testDumpSet2() 57 developers.add(new Developer("Karl", "user")); in testDumpSet2() 58 developers.add(new SuperDeveloper("Bill", "super")); in testDumpSet2() 59 bean.setDevelopers(developers); in testDumpSet2() 81 SortedSet<Developer> developers = parsed.getDevelopers(); in testLoadSet() local [all …]
|
| D | TypeSafeListNoGerericsTest.java | 24 * Test ListBean->List developers <br/> 35 List<Developer> developers = new ArrayList<Developer>(); in testDumpList() local 36 developers.add(new Developer("Fred", "creator")); in testDumpList() 37 developers.add(new Developer("John", "committer")); in testDumpList() 38 bean.setDevelopers(developers); in testDumpList() 57 List<Map<String, String>> developers = parsed.getDevelopers(); in testLoadList() local 58 assertEquals(2, developers.size()); in testLoadList() 59 Map<String, String> fred = developers.get(0); in testLoadList() 69 private List developers; field in TypeSafeListNoGerericsTest.ListBean 92 return developers; in getDevelopers() [all …]
|
| D | TypeSafePriorityTest.java | 24 * Test ListBean->List<Human> developers <br/> 36 descr.putListPropertyType("developers", Developer.class); in testLoadList2() 40 List<Human> developers = parsed.getDevelopers(); in testLoadList2() local 41 assertEquals(2, developers.size()); in testLoadList2() 42 assertEquals("Committer must be recognised.", Developer.class, developers.get(0).getClass()); in testLoadList2() 43 Developer fred = (Developer) developers.get(0); in testLoadList2() 46 Developer john = (Developer) developers.get(1); in testLoadList2() 54 private List<Human> developers; field in TypeSafePriorityTest.ListBean 69 return developers; in getDevelopers() 72 public void setDevelopers(List<Human> developers) { in setDevelopers() argument [all …]
|
| D | ListFileldBeanTest.java | 23 * Test public field ListBean->List<Developer> developers <br/> 34 List<Developer> developers = new ArrayList<Developer>(); in testDumpList() local 35 developers.add(new Developer("Fred", "creator")); in testDumpList() 36 developers.add(new Developer("John", "committer")); in testDumpList() 37 bean.developers = developers; in testDumpList() 56 List<Developer> developers = parsed.developers; in testLoadList() local 57 assertEquals(2, developers.size()); in testLoadList() 58 assertEquals("Developer must be recognised.", Developer.class, developers.get(0).getClass()); in testLoadList() 59 Developer fred = developers.get(0); in testLoadList() 68 public List<Developer> developers; field in ListFileldBeanTest.ListFieldBean
|
| /external/googleapis/google/chat/v1/ |
| D | chat_service.proto | 39 // Enables developers to build Chat apps and 63 // message](https://developers.google.com/workspace/chat/create-messages). 66 // [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) 85 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). 95 // space](https://developers.google.com/workspace/chat/list-members). Listing 97 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) 102 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) 106 // [authentication](https://developers.google.com/workspace/chat/authenticate-authorize). 109 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) 111 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). [all …]
|
| D | message.proto | 64 // message](https://developers.google.com/workspace/chat/create-messages#name_a_created_message). 69 // user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user), 71 // [user](https://developers.google.com/workspace/chat/api/reference/rest/v1/User) 99 // [preview chip](https://developers.google.com/workspace/chat/preview-links). 101 // user](https://developers.google.com/workspace/chat/format-messages#messages-@mention), 105 // message](https://developers.google.com/workspace/chat/create-messages#create-text-messages). 113 // syntax](https://developers.google.com/workspace/chat/format-messages) 118 // mentions](https://developers.google.com/workspace/chat/format-messages#messages-@mention) 130 …// message](https://developers.google.com/workspace/chat/format-messages#view_text_formatting_sent… 142 // [cards](https://developers.google.com/workspace/chat/api/reference/rest/v1/cards). [all …]
|
| /external/googleapis/google/apps/card/v1/ |
| D | card.proto | 42 // dialog](https://developers.google.com/workspace/chat/design-components-card-dialog). 44 // interfaces](https://developers.google.com/apps-script/add-ons/concepts/cards). 49 // card](https://developers.google.com/workspace/chat/images/card_api_reference.png) 63 // "https://developers.google.com/workspace/chat/images/quickstart-app-avatar.png", 135 …// header](https://developers.google.com/workspace/chat/design-components-card-dialog#add_a_header… 138 // apps](https://developers.google.com/workspace/extend): 153 // apps](https://developers.google.com/workspace/extend): 167 // apps](https://developers.google.com/workspace/extend): 173 // apps](https://developers.google.com/workspace/chat/format-messages#card-formatting) 177 // Add-ons](https://developers.google.com/apps-script/add-ons/concepts/widgets#text_formatting). [all …]
|
| /external/googleapis/google/actions/sdk/v2/ |
| D | event_logs.proto | 34 // https://developers.google.com/assistant/conversational/actions. 104 // https://developers.google.com/assistant/conversational/storage-session 108 // https://developers.google.com/assistant/conversational/scenes#slot_filling 112 // https://developers.google.com/assistant/conversational/prompts 116 // https://developers.google.com/assistant/conversational/storage-user 120 // https://developers.google.com/assistant/conversational/storage-home 143 // https://developers.google.com/assistant/conversational/intents 159 // https://developers.google.com/assistant/conversational/scenes#conditions 181 // https://developers.google.com/assistant/conversational/scenes#on_enter 188 // https://developers.google.com/assistant/conversational/webhooks#transition_scenes [all …]
|
| /external/tink/docs/ |
| D | PRIMITIVES.md | 5 [*primitives* and *interfaces*](https://developers.google.com/tink/design/primitives_and_interfaces… 11 See https://developers.google.com/tink/primitives-by-language 15 See https://developers.google.com/tink/supported-key-types 25 See https://developers.google.com/tink/aead 29 See https://developers.google.com/tink/streaming-aead 33 See https://developers.google.com/tink/deterministic-aead 37 See https://developers.google.com/tink/mac 76 See https://developers.google.com/tink/hybrid 80 See https://developers.google.com/tink/digital-signature
|
| /external/google-cloud-java/google-cloud-examples/ |
| D | README.md | 54 Before running the example, go to the [Google Developers Console][developers-console] to ensure 66 …have to enable the Google Cloud Datastore API on the [Google Developers Console][developers-consol… 76 …t you have to enable the Google Cloud DNS API on the [Google Developers Console][developers-consol… 92 Before running the example, go to the [Google Developers Console][developers-console] to ensure 105 …Before running the example, go to the [Google Developers Console][developers-console] to ensure th… 121 …Before running the example, go to the [Google Developers Console][developers-console] to ensure th… 139 …Before running the example, go to the [Google Developers Console][developers-console] to ensure th… 185 [developers-console]:https://console.developers.google.com/
|
| /external/googleapis/google/ads/googleads/ |
| D | README.md | 4 buffer](https://developers.google.com/protocol-buffers/) definitions and 6 API](https://developers.google.com/google-ads/api/). 10 libraries](https://developers.google.com/google-ads/api/docs/client-libs) for 12 [Quickstart](https://developers.google.com/google-ads/api/docs/first-call/overview) 17 Guide](https://developers.google.com/google-ads/api/docs/concepts/overview) and 35 client libraries](https://developers.google.com/google-ads/api/docs/client-libs) 40 However, developers looking to understand the internals of the API's client
|
| /external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ |
| D | LifecycleConfigOrBuilder.java | 34 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 51 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 68 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 82 * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)). 98 * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)). 114 * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)). 130 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 146 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 162 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 177 * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)). [all …]
|
| D | LifecycleConfig.java | 125 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 145 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 167 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 187 * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)). 206 * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)). 228 * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)). 251 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 270 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 292 * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). 315 * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)). [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/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…
|
| /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 …]
|
| /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,
|