/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | StreamHandlerTest.java | 102 StreamHandler h = new StreamHandler(); in testConstructor_NoParameter_NoProperties() local 128 StreamHandler h = new StreamHandler(); in testConstructor_NoParameter_ValidProperties() local 153 StreamHandler h = new StreamHandler(); in testConstructor_NoParameter_InvalidProperties() local 177 StreamHandler h = new StreamHandler(new ByteArrayOutputStream(), in testConstructor_HasParameters_NoProperties() local 205 StreamHandler h = new StreamHandler(new ByteArrayOutputStream(), in testConstructor_HasParameters_ValidProperties() local 231 StreamHandler h = new StreamHandler(new ByteArrayOutputStream(), in testConstructor_HasParameters_InvalidProperties() local 301 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testClose_SufficientPrivilege_NormalClose() local 321 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testClose_SufficientPrivilege_Exception() local 334 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testClose_SufficientPrivilege_DirectClose() local 350 StreamHandler h = new StreamHandler(); in testClose_NoOutputStream() local [all …]
|
D | HandlerTest.java | 73 MockHandler h = new MockHandler(); in testConstructor() local 100 MockHandler h = new MockHandler(); in testConstructor_Properties() local 113 MockHandler h = new MockHandler(); in testClose() local 121 MockHandler h = new MockHandler(); in testFlush() local 129 MockHandler h = new MockHandler(); in testPublish() local 137 MockHandler h = new MockHandler(); in testGetSetEncoding_Normal() local 146 MockHandler h = new MockHandler(); in testGetSetEncoding_Null() local 155 MockHandler h = new MockHandler(); in testGetSetEncoding_Unsupported() local 168 MockHandler h = new MockHandler(); in testGetSetErrorManager_Normal() local 178 MockHandler h = new MockHandler(); in testGetSetErrorManager_Null() local [all …]
|
D | ConsoleHandlerTest.java | 88 ConsoleHandler h = new ConsoleHandler(); in testConstructor_NoProperties() local 113 ConsoleHandler h = new ConsoleHandler(); in testConstructor_ValidProperties() local 137 ConsoleHandler h = new ConsoleHandler(); in testConstructor_InvalidProperties() local 156 ConsoleHandler h = new ConsoleHandler(); in testClose_SufficientPrivilege_NormalClose() local 176 ConsoleHandler h = new ConsoleHandler(); in testClose_SufficientPrivilege_Exception() local 194 ConsoleHandler h = new ConsoleHandler(); in testClose_SufficientPrivilege_DirectClose() local 212 ConsoleHandler h = new ConsoleHandler(); in testPublish_NoFilter() local 250 ConsoleHandler h = new ConsoleHandler(); in testPublish_AfterResetSystemErr() local 272 ConsoleHandler h = new ConsoleHandler(); in testPublish_WithFilter() local 313 ConsoleHandler h = new ConsoleHandler(); in testPublish_Null() local [all …]
|
/external/python/cpython3/Lib/ |
D | imghdr.py | 11 def what(file, h=None): argument 37 def test_jpeg(h, f): argument 44 def test_png(h, f): argument 50 def test_gif(h, f): argument 57 def test_tiff(h, f): argument 64 def test_rgb(h, f): argument 71 def test_pbm(h, f): argument 79 def test_pgm(h, f): argument 87 def test_ppm(h, f): argument 95 def test_rast(h, f): argument [all …]
|
D | sndhdr.py | 75 def test_aifc(h, f): argument 96 def test_au(h, f): argument 129 def test_hcom(h, f): argument 142 def test_voc(h, f): argument 156 def test_wav(h, f): argument 172 def test_8svx(h, f): argument 181 def test_sndt(h, f): argument 190 def test_sndr(h, f): argument
|
/external/python/cpython2/Lib/ |
D | imghdr.py | 9 def what(file, h=None): argument 35 def test_jpeg(h, f): argument 42 def test_exif(h, f): argument 49 def test_png(h, f): argument 55 def test_gif(h, f): argument 62 def test_tiff(h, f): argument 69 def test_rgb(h, f): argument 76 def test_pbm(h, f): argument 84 def test_pgm(h, f): argument 92 def test_ppm(h, f): argument [all …]
|
D | sndhdr.py | 58 def test_aifc(h, f): argument 79 def test_au(h, f): argument 108 def test_hcom(h, f): argument 117 def test_voc(h, f): argument 130 def test_wav(h, f): argument 143 def test_8svx(h, f): argument 152 def test_sndt(h, f): argument 161 def test_sndr(h, f): argument
|
/external/grpc-grpc/test/core/util/ |
D | histogram.cc | 59 static size_t bucket_for_unchecked(grpc_histogram* h, double x) { in bucket_for_unchecked() argument 64 static size_t bucket_for(grpc_histogram* h, double x) { in bucket_for() 71 static double bucket_start(grpc_histogram* h, double x) { in bucket_start() 77 grpc_histogram* h = in grpc_histogram_create() local 97 void grpc_histogram_destroy(grpc_histogram* h) { in grpc_histogram_destroy() 102 void grpc_histogram_add(grpc_histogram* h, double x) { in grpc_histogram_add() 147 static double threshold_for_count_below(grpc_histogram* h, double count_below) { in threshold_for_count_below() 196 double grpc_histogram_percentile(grpc_histogram* h, double percentile) { in grpc_histogram_percentile() 200 double grpc_histogram_mean(grpc_histogram* h) { in grpc_histogram_mean() 205 double grpc_histogram_stddev(grpc_histogram* h) { in grpc_histogram_stddev() [all …]
|
/external/google-breakpad/src/common/ |
D | dwarf_line_to_module_unittest.cc | 48 DwarfLineToModule h(&m, "/", &lines); in TEST() local 69 DwarfLineToModule h(&m, "/", &lines); in TEST() local 129 DwarfLineToModule h(&m, "/", &lines); in TEST() local 147 DwarfLineToModule h(&m, "/", &lines); in TEST() local 165 DwarfLineToModule h(&m, "/", &lines); in TEST() local 178 DwarfLineToModule h(&m, "/", &lines); in TEST() local 191 DwarfLineToModule h(&m, "/", &lines); in TEST() local 206 DwarfLineToModule h(&m, "src/build", &lines); in TEST() local 222 DwarfLineToModule h(&m, "src/build", &lines); in TEST() local 238 DwarfLineToModule h(&m, "src/build", &lines); in TEST() local [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/custom/ |
D | README.md | 7 ### The following macros can be defined: 18 ### Flag related macros: 30 ### Logging: 36 ### Threading: 45 ### Underlying library support features 49 ### Exporting API symbols:
|
/external/googletest/googletest/include/gtest/internal/custom/ |
D | README.md | 7 ### The following macros can be defined: 18 ### Flag related macros: 30 ### Logging: 36 ### Threading: 45 ### Underlying library support features 49 ### Exporting API symbols:
|
/external/libchrome/base/numerics/ |
D | README.md | 160 ### Safe casting templates 180 ### Other helper and conversion functions 196 ### StrictNumeric<> 230 ### Members 288 ### Non-member helper functions 360 ### Members 386 ### Non-member helper functions
|
/external/mksh/src/ |
D | mirhash.h | 98 #define BAFHInit(h) do { \ argument 102 #define BAFHUpdateOctet_reg(h,b) do { \ argument 118 #define BAFHFinish_reg(h) do { \ argument 146 #define BAFHUpdateMem_reg(h,p,z) do { \ argument 163 #define BAFHUpdateStr_reg(h,s) do { \ argument 179 #define BAFHHostMem(h,p,z) do { \ argument 201 #define BAFHHostStr(h,s) do { \ argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | pending_counts.h | 94 void set_initial_count(Handle h, size_t pending_count) { in set_initial_count() 109 NodeState node_state(Handle h) { in node_state() 116 void mark_started(Handle h) { in mark_started() 128 void mark_completed(Handle h) { in mark_completed() 139 int pending(Handle h) { in pending() 160 int decrement_pending(Handle h, int v) { in decrement_pending() 174 void mark_live(Handle h) { in mark_live() 192 int dead_count(Handle h) { in dead_count() 196 void increment_dead_count(Handle h) { in increment_dead_count() 217 void adjust_for_activation(Handle h, bool increment_dead, int* pending_result, in adjust_for_activation() [all …]
|
D | bfc_allocator.cc | 84 BFCAllocator::Chunk* BFCAllocator::ChunkFromHandle(ChunkHandle h) { in ChunkFromHandle() 149 ChunkHandle h = AllocateChunk(); in Extend() local 168 ChunkHandle h = free_chunks_list_; in AllocateChunk() local 173 ChunkHandle h = chunks_.size(); in AllocateChunk() local 179 void BFCAllocator::DeallocateChunk(ChunkHandle h) { in DeallocateChunk() 306 const BFCAllocator::ChunkHandle h = (*citer); in FindChunkPtr() local 355 void BFCAllocator::SplitChunk(BFCAllocator::ChunkHandle h, size_t num_bytes) { in SplitChunk() 407 BFCAllocator::ChunkHandle h = region_manager_.get_handle(ptr); in DeallocateRawInternal() local 452 void BFCAllocator::DeleteChunk(ChunkHandle h) { in DeleteChunk() 460 void BFCAllocator::InsertFreeChunkIntoBin(BFCAllocator::ChunkHandle h) { in InsertFreeChunkIntoBin() [all …]
|
/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram_test.cc | 25 static void Validate(const Histogram& h) { in Validate() 50 Histogram h; in TEST() local 55 Histogram h; in TEST() local 61 Histogram h({-10, -5, 0, 5, 10, 100, 1000, 10000, DBL_MAX}); in TEST() local 70 Histogram h({0, 10, 100, DBL_MAX}); in TEST() local 80 Histogram h({1, 2, 3, 4}); in TEST() local 105 Histogram h; in TEST() local 117 Histogram h; in TEST() local
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowMessageTest.java | 49 Handler h = new Handler(); in testGetTarget() local 84 Handler h = new Handler(); in testObtainWithHandler() local 91 Handler h = new Handler(); in testObtainWithHandlerAndWhat() local 102 Handler h = new Handler(); in testObtainWithHandlerWhatAndObject() local 115 Handler h = new Handler(); in testObtainWithHandlerWhatAndTwoArgs() local 129 Handler h = new Handler(); in testObtainWithHandlerWhatTwoArgsAndObj() local 167 Handler h = new Handler(); in testSendToTarget() local 185 Handler h = new Handler(); in testIsInUse() local 206 Handler h = new Handler(); in recycle_shouldInvokeRealObject() local 226 Handler h = new Handler(); in recycle_shouldRemoveMessageFromScheduler() local
|
/external/libnfnetlink/src/ |
D | iftable.c | 58 struct nlif_handle *h = arg; in iftable_add() local 118 struct nlif_handle *h = arg; in iftable_del() local 149 int nlif_index2name(struct nlif_handle *h, in nlif_index2name() 183 int nlif_get_ifflags(const struct nlif_handle *h, in nlif_get_ifflags() 219 struct nlif_handle *h; in nlif_open() local 261 void nlif_close(struct nlif_handle *h) in nlif_close() 288 int nlif_catch(struct nlif_handle *h) in nlif_catch() 298 static int nlif_catch_multi(struct nlif_handle *h) in nlif_catch_multi() 312 int nlif_query(struct nlif_handle *h) in nlif_query() 327 int nlif_fd(struct nlif_handle *h) in nlif_fd()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | sad_avx2.c | 14 #define FSAD64_H(h) \ argument 42 #define FSAD32_H(h) \ argument 91 #define FSADAVG64_H(h) \ argument 125 #define FSADAVG32_H(h) \ argument
|
/external/libaom/libaom/aom_dsp/x86/ |
D | sad_avx2.c | 17 #define FSAD64_H(h) \ argument 46 #define FSAD32_H(h) \ argument 98 #define FSADAVG64_H(h) \ argument 133 #define FSADAVG32_H(h) \ argument
|
/external/avb/test/ |
D | avb_vbmeta_image_unittest.cc | 156 AvbVBMetaImageHeader* h = in TEST_F() local 168 AvbVBMetaImageHeader* h = in TEST_F() local 180 AvbVBMetaImageHeader* h = in TEST_F() local 196 AvbVBMetaImageHeader* h = in TEST_F() local 244 AvbVBMetaImageHeader* h = in TEST_F() local 273 AvbVBMetaImageHeader* h = in TEST_F() local 297 AvbVBMetaImageHeader* h = in TEST_F() local 321 AvbVBMetaImageHeader* h = in TEST_F() local 345 AvbVBMetaImageHeader* h = in TEST_F() local 369 AvbVBMetaImageHeader* h = in TEST_F() local [all …]
|
/external/curl/lib/ |
D | hash.c | 37 struct curl_hash *h = (struct curl_hash *) user; in hash_element_dtor() local 57 Curl_hash_init(struct curl_hash *h, in Curl_hash_init() 109 Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add() 139 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_delete() 160 Curl_hash_pick(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_pick() 180 Curl_hash_apply(curl_hash *h, void *user, in Curl_hash_apply() 205 Curl_hash_destroy(struct curl_hash *h) in Curl_hash_destroy() 223 Curl_hash_clean(struct curl_hash *h) in Curl_hash_clean() 230 Curl_hash_clean_with_criterium(struct curl_hash *h, void *user, in Curl_hash_clean_with_criterium() 261 size_t h = 5381; in Curl_hash_str() local [all …]
|
/external/zopfli/src/zopfli/ |
D | hash.c | 29 void ZopfliInitHash(size_t window_size, ZopfliHash* h) { in ZopfliInitHash() 66 void ZopfliCleanHash(ZopfliHash* h) { in ZopfliCleanHash() 87 static void UpdateHashValue(ZopfliHash* h, unsigned char c) { in UpdateHashValue() 92 ZopfliHash* h) { in ZopfliUpdateHash() 131 ZopfliHash* h) { in ZopfliWarmupHash()
|
/external/e2fsprogs/lib/support/ |
D | quotaio_tree.c | 56 static inline void mark_quotafile_info_dirty(struct quota_handle *h) in mark_quotafile_info_dirty() 62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() 75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk() 89 static int get_free_dqblk(struct quota_handle *h) in get_free_dqblk() 120 static void put_free_dqblk(struct quota_handle *h, dqbuf_t buf, in put_free_dqblk() 135 static void remove_free_dqentry(struct quota_handle *h, dqbuf_t buf, in remove_free_dqentry() 169 static void insert_free_dqentry(struct quota_handle *h, dqbuf_t buf, in insert_free_dqentry() 194 static unsigned int find_free_dqentry(struct quota_handle *h, in find_free_dqentry() 252 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, in do_insert_tree() 305 static void dq_insert_tree(struct quota_handle *h, struct dquot *dquot) in dq_insert_tree() [all …]
|
/external/f2fs-tools/fsck/ |
D | quotaio_tree.c | 57 static inline void mark_quotafile_info_dirty(struct quota_handle *h) in mark_quotafile_info_dirty() 63 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() 76 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk() 90 static int get_free_dqblk(struct quota_handle *h) in get_free_dqblk() 121 static void put_free_dqblk(struct quota_handle *h, dqbuf_t buf, in put_free_dqblk() 136 static void remove_free_dqentry(struct quota_handle *h, dqbuf_t buf, in remove_free_dqentry() 169 static void insert_free_dqentry(struct quota_handle *h, dqbuf_t buf, in insert_free_dqentry() 194 static unsigned int find_free_dqentry(struct quota_handle *h, in find_free_dqentry() 252 static int do_insert_tree(struct quota_handle *h, struct dquot *dquot, in do_insert_tree() 307 static int dq_insert_tree(struct quota_handle *h, struct dquot *dquot) in dq_insert_tree() [all …]
|