/external/grpc-grpc/test/core/channel/ |
D | channelz_registry_test.cc | 73 BaseNode* retrieved = ChannelzRegistry::Get(uuid); in TEST() local 74 EXPECT_EQ(channelz_channel, retrieved); in TEST() 82 BaseNode* retrieved = ChannelzRegistry::Get(uuid); in TEST() local 83 EXPECT_EQ(channelz_channel, retrieved); in TEST() 94 BaseNode* retrieved = ChannelzRegistry::Get(uuid); in TEST() local 95 EXPECT_EQ(channelz_channel, retrieved); in TEST()
|
/external/python/oauth2client/tests/contrib/ |
D | test__appengine_ndb.py | 57 retrieved = TestNDBModel.get_by_id('foo') 59 self.assertEqual('foo_client_id', retrieved.flow.client_id) 103 retrieved = TestNDBModel.get_by_id('bar') 104 self.assertIsInstance(retrieved.creds, client.Credentials)
|
D | test_multiprocess_file_storage.py | 128 retrieved = store.get() 129 self.assertEqual(retrieved.access_token, 'new_token') 178 retrieved = store.get() 179 self.assertEqual(retrieved.access_token, 'b')
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/ |
D | retrieving-metadata.md | 7 The metadata of the media can be retrieved during playback in multiple ways. The 63 retrieved with a player or using the `MetadataRetriever`. 66 should therefore be retrieved using the `MetadataRetriever`.
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/ |
D | retrieving-metadata.md | 7 The metadata of the media can be retrieved during playback in multiple ways. The 63 retrieved with a player or using the `MetadataRetriever`. 66 should therefore be retrieved using the `MetadataRetriever`.
|
/external/python/cpython2/Doc/library/ |
D | queue.rst | 24 which the entries are retrieved. In a FIFO queue, the first tasks added are 25 the first retrieved. In a LIFO queue, the most recently added entry is 26 the first retrieved (operating like a stack). With a priority queue, 28 lowest valued entry is retrieved first. 55 The lowest valued entries are retrieved first (the lowest valued entry is the 175 indicate that the item was retrieved and all work on it is complete. When the
|
/external/python/google-api-python-client/ |
D | UPGRADING.md | 11 Discovery documents will no longer be retrieved dynamically when 12 you call `discovery.build()`. The discovery documents will instead be retrieved 53 call to `discovery.build()`. Instead, discovery documents are retrieved from
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_image_dma_buf_export.txt | 100 in which case no value is retrieved. 104 arrays sized according to the num_planes values retrieved previously. 132 ANSWER: Yes, the app is responsible for closing any fds retrieved.
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCCertificateTest.mm | 63 // Extract PEM strings from certificate retrieved from configuration. 68 // Check that the original certificate and retrieved certificate match.
|
/external/libiio/src/ |
D | mainpage.dox | 44 Each iio_device object has an ID that can be used as identifier. This ID can be retrieved with iio_… 45 It optionally also has a name, that can be retrieved with iio_device_get_name(). 52 Each iio_channel can be either input, or output. This information can be retrieved with iio_channel… 223 The iio_device and iio_channel allow you to register a pointer, that can then be retrieved at a lat… 224 …stered with a iio_device object using iio_device_set_data(), and can be retrieved with iio_device_… 225 …ered with a iio_channel object using iio_channel_set_data(), and can be retrieved with iio_channel… 229 …th iio_device_get_debug_attrs_count(). Each individual parameter can be retrieved with iio_device_…
|
/external/python/cpython3/Doc/library/ |
D | queue.rst | 17 which the entries are retrieved. In a :abbr:`FIFO (first-in, first-out)` 18 queue, the first tasks added are the first retrieved. In a 20 the first retrieved (operating like a stack). With a priority queue, 22 lowest valued entry is retrieved first. 59 The lowest valued entries are retrieved first (the lowest valued entry is the 187 indicate that the item was retrieved and all work on it is complete. When the
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TensorGetItem.pbtxt | 6 index: the position in the list from which an element will be retrieved
|
/external/libtraceevent/Documentation/ |
D | libtraceevent-header_page.txt | 27 This information is retrieved from tracefs events/header_page, "commit" field. 31 information is retrieved from tracefs events/header_page, "timestamp" field.
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | README.ctypes | 5 I retrieved the libffi sources from the gcc cvs repository on
|
/external/skia/infra/bots/tools/luci-go/ |
D | README.md | 6 The binaries are retrieved from the following builders:
|
/external/python/cffi/c/libffi_x86_x64/ |
D | README.ctypes | 5 I retrieved the libffi sources from the gcc cvs repository on
|
/external/pigweed/pw_snapshot/ |
D | docs.rst | 50 #. **Snapshot retrieved from device** - During normal device operation, stored 51 snapshots are retrieved from a device by a client that is interested in
|
/external/google-breakpad/src/processor/ |
D | static_range_map_unittest.cc | 249 bool retrieved = range_map->RetrieveRange(address, id, in RetrieveTest() local 253 bool observed_result = retrieved && *id == range_test->id; in RetrieveTest()
|
D | range_map_unittest.cc | 170 bool retrieved = range_map->RetrieveRange(address, &object, in RetrieveTest() local 175 bool observed_result = retrieved && object->id() == range_test->id; in RetrieveTest()
|
/external/bazelbuild-rules_license/rules/ |
D | package_info.bzl | 88 package_url: str The canoncial URL this package distribution was retrieved from. 90 physical URL it was retrieved from.
|
/external/python/cpython3/Doc/c-api/ |
D | function.rst | 37 The function's docstring and name are retrieved from the code object. *__module__* 38 is retrieved from *globals*. The argument defaults, annotations and closure are
|
/external/openthread/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_its.function | 151 char retrieved[40]; 166 PSA_ASSERT( psa_its_get( uid, 0, sizeof( stored ), retrieved, &ret_len ) ); 167 ASSERT_COMPARE( retrieved, ret_len,
|
/external/mbedtls/tests/suites/ |
D | test_suite_psa_its.function | 156 char retrieved[40]; 171 PSA_ASSERT( psa_its_get( uid, 0, sizeof( stored ), retrieved, &ret_len ) ); 172 ASSERT_COMPARE( retrieved, ret_len,
|
/external/oss-fuzz/docs/further-reading/ |
D | fuzzer_environment.md | 46 by single quotes because it is not an environment variable like `$OUT` that can be retrieved during… 47 Its value is retrieved during execution of the binary. You can verify that you did this correctly u…
|
/external/mockftpserver/tags/2.0.2/src/site/apt/ |
D | fakeftpserver-features.apt | 18 …directories and files (including arbitrary content) to be retrieved by an FTP client. Any files se… 20 can even be subsequently retrieved by an FTP client.
|