Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 2499) sorted by relevance

12345678910>>...100

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DHandlerTest.java73 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 …]
DStreamHandlerTest.java102 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 …]
DConsoleHandlerTest.java88 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/
Dimghdr.py11 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 …]
Dsndhdr.py75 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/
Dimghdr.py9 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 …]
Dsndhdr.py58 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/google-breakpad/src/common/
Ddwarf_line_to_module_unittest.cc48 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/libedit/src/
Dhistory.c81 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument
82 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument
83 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument
85 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument
86 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument
87 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument
88 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument
89 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument
90 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dsad_avx2.c14 #define FSAD64_H(h) \ argument
42 #define FSAD32_H(h) \ argument
91 #define FSADAVG64_H(h) \ argument
125 #define FSADAVG32_H(h) \ argument
/external/mksh/src/
Dmirhash.h98 #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/zopfli/src/zopfli/
Dhash.c29 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/tensorflow/tensorflow/core/lib/histogram/
Dhistogram_test.cc25 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/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h94 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 …]
Dbfc_allocator.cc83 BFCAllocator::Chunk* BFCAllocator::ChunkFromHandle(ChunkHandle h) { in ChunkFromHandle()
148 ChunkHandle h = AllocateChunk(); in Extend() local
174 ChunkHandle h = free_chunks_list_; in AllocateChunk() local
179 ChunkHandle h = chunks_.size(); in AllocateChunk() local
185 void BFCAllocator::DeallocateChunk(ChunkHandle h) { in DeallocateChunk()
293 const BFCAllocator::ChunkHandle h = (*citer); in FindChunkPtr() local
339 void BFCAllocator::SplitChunk(BFCAllocator::ChunkHandle h, size_t num_bytes) { in SplitChunk()
387 BFCAllocator::ChunkHandle h = region_manager_.get_handle(ptr); in DeallocateRawInternal() local
429 void BFCAllocator::DeleteChunk(ChunkHandle h) { in DeleteChunk()
437 void BFCAllocator::InsertFreeChunkIntoBin(BFCAllocator::ChunkHandle h) { in InsertFreeChunkIntoBin()
[all …]
/external/libnfnetlink/src/
Diftable.c58 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMessageTest.java49 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/syslinux/core/
Dwritehex.c22 static inline void __writehex(uint32_t h, int digits) in __writehex()
42 void writehex2(uint32_t h) in writehex2()
47 void writehex4(uint8_t h) in writehex4()
52 void writehex8(uint8_t h) in writehex8()
/external/curl/lib/
Dhash.c37 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()
110 Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add()
140 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_delete()
162 Curl_hash_pick(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_pick()
183 Curl_hash_apply(curl_hash *h, void *user, in Curl_hash_apply()
208 Curl_hash_destroy(struct curl_hash *h) in Curl_hash_destroy()
226 Curl_hash_clean(struct curl_hash *h) in Curl_hash_clean()
233 Curl_hash_clean_with_criterium(struct curl_hash *h, void *user, in Curl_hash_clean_with_criterium()
264 unsigned long h = 5381; in Curl_hash_str() local
[all …]
/external/f2fs-tools/fsck/
Dquotaio_v2.c139 static int v2_read_header(struct quota_handle *h, struct v2_disk_dqheader *dqh) in v2_read_header()
151 static int v2_check_file(struct quota_handle *h, int type) in v2_check_file()
173 static int v2_init_io(struct quota_handle *h) in v2_init_io()
192 static int v2_new_io(struct quota_handle *h) in v2_new_io()
230 static int v2_write_info(struct quota_handle *h) in v2_write_info()
245 static struct dquot *v2_read_dquot(struct quota_handle *h, qid_t id) in v2_read_dquot()
269 static int v2_scan_dquots(struct quota_handle *h, in v2_scan_dquots()
280 static int v2_report(struct quota_handle *UNUSED(h), int UNUSED(verbose)) in v2_report()
/external/avb/test/
Davb_vbmeta_image_unittest.cc156 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/vboot_reference/tests/
Dvboot_common3_tests.c20 static void ReChecksumKeyBlock(VbKeyBlockHeader *h) in ReChecksumKeyBlock()
35 VbKeyBlockHeader *h; in KeyBlockVerifyTest() local
101 GetPublicKeyData(&h->data_key)[0] ^= 0x34; in KeyBlockVerifyTest() local
119 GetPublicKeyData(&h->data_key)[0] ^= 0x34; in KeyBlockVerifyTest() local
156 static void ReSignFirmwarePreamble(VbFirmwarePreambleHeader *h, in ReSignFirmwarePreamble()
171 VbFirmwarePreambleHeader *h; in VerifyFirmwarePreambleTest() local
235 GetPublicKeyData(&h->kernel_subkey)[0] ^= 0x34; in VerifyFirmwarePreambleTest() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DMessageTest.java44 Handler h = new Handler(); in testGetTarget() local
78 Handler h = new Handler(); in testObtainWithHandler() local
85 Handler h = new Handler(); in testObtainWithHandlerAndWhat() local
96 Handler h = new Handler(); in testObtainWithHandlerWhatAndObject() local
109 Handler h = new Handler(); in testObtainWithHandlerWhatAndTwoArgs() local
123 Handler h = new Handler(); in testObtainWithHandlerWhatTwoArgsAndObj() local
160 Handler h = new Handler(); in testSendToTarget() local
/external/syslinux/com32/sysdump/
Drbtree.c66 static bool is_red(struct rbtree *h) in is_red()
71 static struct rbtree *rotate_left(struct rbtree *h) in rotate_left()
81 static struct rbtree *rotate_right(struct rbtree *h) in rotate_right()
91 static void color_flip(struct rbtree *h) in color_flip()
/external/e2fsprogs/lib/support/
Dquotaio_tree.c56 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 …]

12345678910>>...100