HomeSort by relevance Sort by last modified time
    Searched defs:hs (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/javassist/sample/hotswap/
Test.java 6 HotSwapper hs = new HotSwapper(8000); local
14 hs.reload("HelloWorld", bytes);
22 hs.reload("HelloWorld", bytes);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 55 HashSet<Integer> hs = new HashSet<Integer>(); local
56 hs.add(new Integer(0));
57 hs.add(new Integer(25));
58 hs.add(new Integer(99));
61 col.containsAll(hs));
62 hs.add(new Integer(100));
65 !col.containsAll(hs));
Support_UnmodifiableMapTest.java 113 HashSet<String> hs = new HashSet<String>(); local
114 hs.add("0");
115 hs.add("25");
116 hs.add("99");
119 keySet.containsAll(hs));
120 hs.add("100");
123 !keySet.containsAll(hs));
  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 55 HashSet<Integer> hs = new HashSet<Integer>(); local
56 hs.add(new Integer(0));
57 hs.add(new Integer(25));
58 hs.add(new Integer(99));
61 col.containsAll(hs));
62 hs.add(new Integer(100));
65 !col.containsAll(hs));
Support_UnmodifiableMapTest.java 113 HashSet<String> hs = new HashSet<String>(); local
114 hs.add("0");
115 hs.add("25");
116 hs.add("99");
119 keySet.containsAll(hs));
120 hs.add("100");
123 !keySet.containsAll(hs));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LinkedHashSetTest.java 29 LinkedHashSet hs; field in class:LinkedHashSetTest
86 assertTrue("LinkedHashSet does not contain correct elements", hs
97 int size = hs.size();
98 hs.add(new Integer(8));
99 assertTrue("Added element already contained by set", hs.size() == size);
100 hs.add(new Integer(-9));
102 hs.size() == size + 1);
103 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
111 Set orgSet = (Set) hs.clone();
112 hs.clear()
    [all...]
HashSetTest.java 35 HashSet hs; field in class:HashSetTest
92 assertTrue("HashSet does not contain correct elements", hs
103 int size = hs.size();
104 hs.add(new Integer(8));
105 assertTrue("Added element already contained by set", hs.size() == size);
106 hs.add(new Integer(-9));
108 hs.size() == size + 1);
109 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
117 Set orgSet = (Set) hs.clone();
118 hs.clear()
216 HashSet<String> hs = new HashSet<String>(); local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
HashSetTest.java 35 HashSet hs; field in class:HashSetTest
87 assertTrue("HashSet does not contain correct elements", hs
105 int size = hs.size();
106 hs.add(new Integer(8));
107 assertTrue("Added element already contained by set", hs.size() == size);
108 hs.add(new Integer(-9));
110 hs.size() == size + 1);
111 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
119 Set orgSet = (Set) hs.clone();
120 hs.clear()
209 HashSet<String> hs = new HashSet<String>(); local
    [all...]
LinkedHashSetTest.java 32 LinkedHashSet hs; field in class:LinkedHashSetTest
97 assertTrue("LinkedHashSet does not contain correct elements", hs
115 int size = hs.size();
116 hs.add(new Integer(8));
117 assertTrue("Added element already contained by set", hs.size() == size);
118 hs.add(new Integer(-9));
120 hs.size() == size + 1);
121 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
129 Set orgSet = (Set) hs.clone();
130 hs.clear()
    [all...]
  /external/chromium/chrome/browser/download/
download_history.cc 31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
32 if (!hs) {
36 hs->QueryDownloads(&history_consumer_, callback);
39 hs->CleanUpInProgressEntries();
56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
58 download_item->is_temporary() || !hs) {
65 hs->CreateDownload(info, &history_consumer_, callback);
75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
76 if (!hs)
79 hs->UpdateDownload(download_item->received_bytes()
110 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
    [all...]
  /external/chromium/chrome/browser/
favicon_service.cc 23 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
24 if (hs)
25 hs->GetFavicon(request, icon_url, icon_type);
39 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
40 if (hs)
41 hs->UpdateFaviconMappingAndFetch(request, page_url, icon_url, icon_type);
60 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
61 if (hs)
62 hs->GetFaviconForURL(request, page_url, icon_types);
70 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) local
77 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
86 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
    [all...]
possible_url_model.cc 66 HistoryService* hs = local
68 if (hs) {
75 hs->QueryHistory(string16(), options, &consumer_,
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 46 v8::HandleScope hs; local
52 v8::HandleScope hs; local
94 v8::HandleScope hs; local
WorkerContextExecutionProxy.cpp 193 v8::HandleScope hs; local
  /external/dropbear/
dss.c 168 hash_state hs; local
189 sha1_init(&hs);
190 sha1_process(&hs, data, len);
191 sha1_done(&hs, msghash);
313 hash_state hs; local
319 sha1_init(&hs);
320 sha1_process(&hs, data, len);
321 sha1_done(&hs, msghash);
328 sha512_init(&hs);
329 sha512_process(&hs, "the quick brown fox jumped over the lazy dog", 44)
    [all...]
rsa.c 390 hash_state hs; local
410 sha1_init(&hs);
411 sha1_process(&hs, data, len);
412 sha1_done(&hs, buf_getwriteptr(rsa_EM, SHA1_HASH_SIZE));
random.c 134 hash_state hs; local
146 sha1_init(&hs);
147 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
148 sha1_process(&hs, (void*)readbuf, sizeof(readbuf));
149 sha1_done(&hs, hashpool);
161 hash_state hs; local
171 sha1_init(&hs);
172 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
173 sha1_process(&hs, (void*)&pid, sizeof(pid));
174 sha1_process(&hs, (void*)&tv, sizeof(tv))
181 hash_state hs; local
    [all...]
signkey.c 280 hash_state hs; local
285 md5_init(&hs);
288 md5_process(&hs, keyblob, keybloblen);
290 md5_done(&hs, hash);
315 hash_state hs; local
320 sha1_init(&hs);
323 sha1_process(&hs, keyblob, keybloblen);
325 sha1_done(&hs, hash);
common-kex.c 62 const hash_state * hs, unsigned const char X);
217 * already initialised hash_state hs, which should already have processed
225 const hash_state * hs, const unsigned char X) {
230 memcpy(&hs2, hs, sizeof(hash_state));
236 memcpy(&hs2, hs, sizeof(hash_state));
260 hash_state hs; local
268 sha1_init(&hs);
269 sha1_process_mp(&hs, ses.dh_K);
272 sha1_process(&hs, ses.hash, SHA1_HASH_SIZE);
295 hashkeys(C2S_IV, SHA1_HASH_SIZE, &hs, 'A')
519 hash_state hs; local
    [all...]
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 278 HistoryService* hs = p->GetHistoryService(Profile::IMPLICIT_ACCESS); local
279 if (hs)
280 hs->SetPageContents(url, contents);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 244 HeaderSet hs = new HeaderSet(); local
245 hs.setHeader(HeaderSet.COUNT, (long) numShares);
250 mCs.connect(hs);
  /external/aac/libSBRdec/src/
sbr_dec.cpp 739 HANDLE_SBR_DEC hs = &(hSbrChannel->SbrDec); local
742 hs->sbrScaleFactor.ov_lb_scale = 0;
743 hs->sbrScaleFactor.ov_hb_scale = 0;
744 hs->sbrScaleFactor.hb_scale = 0;
750 err = createSbrEnvelopeCalc (&hs->SbrCalculateEnvelope,
765 &hs->AnalysiscQMF,
766 hs->anaQmfStates,
777 if (hs->pSynQmfStates == NULL) {
778 hs->pSynQmfStates = GetRam_sbr_QmfStatesSynthesis(chan);
779 if (hs->pSynQmfStates == NULL
850 HANDLE_SBR_DEC hs = &hSbrChannel->SbrDec; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 233 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
234 hs->QueryURL(url,
286 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); local
287 hs->QueryHistory(search_text, options, &cancelable_consumer_,
320 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
321 hs->AddPage(url, history::SOURCE_EXTENSION);
338 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
339 hs->DeleteURL(url);
359 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); local
360 hs->ExpireHistoryBetween
376 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); local
    [all...]
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 167 HistoryService* hs = local
169 hs->QueryHistory(search_text_,
192 HistoryService* hs = local
194 hs->QueryHistory(search_text_,
229 HistoryService* hs = local
231 hs->ExpireHistoryBetween(
history_ui.cc 167 HistoryService* hs = local
169 hs->QueryHistory(search_text_,
192 HistoryService* hs = local
194 hs->QueryHistory(search_text_,
229 HistoryService* hs = local
231 hs->ExpireHistoryBetween(

Completed in 835 milliseconds

1 2 3