Searched refs:hs (Results 1 - 25 of 173) sorted by relevance

1234567

/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service.cc29 HistoryService* hs = local
31 if (hs) {
32 DCHECK(hs->thread_) << "History service being called after cleanup";
33 DCHECK(hs->thread_checker_.CalledOnValidThread());
35 hs->thread_->message_loop_proxy().get(),
38 hs->history_backend_.get(),
57 HistoryService* hs = local
59 if (hs) {
60 DCHECK(hs->thread_) << "History service being called after cleanup";
61 DCHECK(hs
83 HistoryService* hs = local
107 HistoryService* hs = local
131 HistoryService* hs = local
157 HistoryService* hs = local
179 HistoryService* hs = local
194 HistoryService* hs = local
218 HistoryService* hs = local
244 HistoryService* hs = local
271 HistoryService* hs = local
[all...]
/external/javassist/sample/hotswap/
H A DTest.java6 HotSwapper hs = new HotSwapper(8000);
14 hs.reload("HelloWorld", bytes);
22 hs.reload("HelloWorld", bytes);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_UnmodifiableCollectionTest.java55 HashSet<Integer> hs = new HashSet<Integer>();
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));
H A DSupport_UnmodifiableMapTest.java113 HashSet<String> hs = new HashSet<String>();
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/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.cc42 HistoryService* hs = GetHistoryService(); local
43 if (hs)
48 HistoryService* hs = GetHistoryService(); local
49 if (hs)
50 hs->SetPageTitle(entry.GetVirtualURL(),
152 HistoryService* hs =
154 if (hs) {
157 hs->UpdateWithPageEndTime(tab, entry->GetPageID(), tab->GetURL(),
160 hs->ClearCachedDataForContextID(tab);
/external/chromium_org/net/third_party/nss/ssl/
H A Ddtlscon.c247 if ((message_seq == ss->ssl3.hs.recvMessageSeq)
251 ss->ssl3.hs.msg_type = (SSL3HandshakeType)type;
252 ss->ssl3.hs.msg_len = message_length;
256 dtls_FreeHandshakeMessages(&ss->ssl3.hs.lastMessageFlight);
257 ss->ssl3.hs.recvdHighWater = -1;
262 if (ss->ssl3.hs.rtRetries == 0) {
263 ss->ssl3.hs.rtTimeoutMs = INITIAL_DTLS_TIMEOUT_MS;
266 rv = ssl3_HandleHandshakeMessage(ss, buf.buf, ss->ssl3.hs.msg_len);
272 if (message_seq < ss->ssl3.hs.recvMessageSeq) {
275 if (ss->ssl3.hs
[all...]
H A Dssl3con.c1403 ssl3CipherSuite suite = ss->ssl3.hs.cipher_suite;
1449 ss->ssl3.hs.suite_def = suite_def;
1450 ss->ssl3.hs.kea_def = &kea_defs[kea];
1451 PORT_Assert(ss->ssl3.hs.kea_def->kea == kea);
1468 pwSpec->compression_method = ss->ssl3.hs.compression;
2302 const ssl3KEADef * kea_def = ss->ssl3.hs.kea_def;
2307 (const unsigned char *)&ss->ssl3.hs.client_random,
2308 (const unsigned char *)&ss->ssl3.hs.server_random,
2914 PORT_Assert(ss->ssl3.hs.ws == wait_server_hello);
3512 if ((ss->ssl3.hs
[all...]
H A Dssl3gthr.c298 if (ss->ssl3.hs.restartTarget) {
309 if (ss->ssl3.hs.msgState.buf) {
310 if (ss->ssl3.hs.msgState.len == 0) {
311 ss->ssl3.hs.msgState.buf = NULL;
395 if (ss->ssl3.hs.ws == idle_handshake) {
398 * instead of ss->ssl3.hs.ws. By testing ss->ssl3.hs.ws instead,
403 PORT_Assert(!ss->ssl3.hs.canFalseStart);
405 } else if (ss->ssl3.hs.canFalseStart) {
419 ss->ssl3.hs
[all...]
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs97 UInt32 hs = kBT2HashSize;
101 hs = historySize - 1;
102 hs |= (hs >> 1);
103 hs |= (hs >> 2);
104 hs |= (hs >> 4);
105 hs |= (hs >>
[all...]
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java97 int hs = kBT2HashSize;
101 hs = historySize - 1;
102 hs |= (hs >> 1);
103 hs |= (hs >> 2);
104 hs |= (hs >> 4);
105 hs |= (hs >>
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h68 static void Scale2Ratio(int mode, int *hr, int *hs) argument
74 *hs = 1;
78 *hs = 5;
82 *hs = 5;
86 *hs = 2;
90 *hs = 1;
/external/libvpx/libvpx/vp8/common/
H A Donyx.h68 static void Scale2Ratio(int mode, int *hr, int *hs) argument
74 *hs = 1;
78 *hs = 5;
82 *hs = 5;
86 *hs = 2;
90 *hs = 1;
/external/aac/libSBRenc/src/
H A Dmh_det.cpp1196 HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet; local
1204 FDKmemclear (hs,sizeof(SBR_MISSING_HARMONICS_DETECTOR));
1206 hs->prevEnvelopeCompensation = GetRam_Sbr_prevEnvelopeCompensation(chan);
1207 hs->guideScfb = GetRam_Sbr_guideScfb(chan);
1210 hs->guideVectors[i].guideVectorDiff = guideVectorDiff + (i*MAX_FREQ_COEFFS);
1211 hs->guideVectors[i].guideVectorOrig = guideVectorOrig + (i*MAX_FREQ_COEFFS);
1212 hs->detectionVectors[i] = detectionVectors + (i*MAX_FREQ_COEFFS);
1213 hs->guideVectors[i].guideVectorDetected = guideVectorDetected + (i*MAX_FREQ_COEFFS);
1242 HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet; local
1252 hs
1331 HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet; local
[all...]
/external/libvorbis/lib/
H A Dblock.c185 int hs; local
188 hs=ci->halfrate_flag;
203 mdct_init(b->transform[0][0],ci->blocksizes[0]>>hs);
204 mdct_init(b->transform[1][0],ci->blocksizes[1]>>hs);
687 int hs; local
693 hs=ci->halfrate_flag;
695 v->centerW=ci->blocksizes[1]>>(hs+1);
696 v->pcm_current=v->centerW>>hs;
724 int hs=ci->halfrate_flag; local
744 int n=ci->blocksizes[v->W]>>(hs
936 int hs=ci->halfrate_flag; local
1011 int hs=ci->halfrate_flag; local
[all...]
/external/aac/libSBRdec/src/
H A Dsbr_dec.cpp739 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,
767 &hs->AnalysiscQMF,
768 hs->anaQmfStates,
779 if (hs->pSynQmfStates == NULL) {
780 hs->pSynQmfStates = GetRam_sbr_QmfStatesSynthesis(chan);
781 if (hs
852 HANDLE_SBR_DEC hs = &hSbrChannel->SbrDec; local
[all...]
H A Dpsdec_hybrid.cpp107 InitHybridFilterBank ( HANDLE_HYBRID hs, /*!< Handle to HYBRID struct. */ argument
116 hs->pResolution[i] = pResolution[i];
121 hs->nQmfBands = noBands;
122 hs->frameSize = frameSize;
123 hs->qmfBufferMove = HYBRID_FILTER_LENGTH - 1;
125 hs->sf_mQmfBuffer = 0;
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h263 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
267 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
271 return hs == Invalid;
274 HowSpecified getHowSpecified() const { return hs; }
275 void setHowSpecified(HowSpecified h) { hs = h; }
277 bool hasDataArgument() const { return hs == Arg; }
285 assert(hs == Constant);
295 assert(hs == Constant);
315 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
/external/chromium_org/third_party/lzma_sdk/
H A DLzFind.c192 UInt32 hs; local
197 hs = (1 << 16) - 1;
200 hs = historySize - 1;
201 hs |= (hs >> 1);
202 hs |= (hs >> 2);
203 hs |= (hs >> 4);
204 hs |
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzFind.c193 UInt32 hs; local
198 hs = (1 << 16) - 1;
201 hs = historySize - 1;
202 hs |= (hs >> 1);
203 hs |= (hs >> 2);
204 hs |= (hs >> 4);
205 hs |
[all...]
/external/lzma/C/
H A DLzFind.c192 UInt32 hs; local
197 hs = (1 << 16) - 1;
200 hs = historySize - 1;
201 hs |= (hs >> 1);
202 hs |= (hs >> 2);
203 hs |= (hs >> 4);
204 hs |
[all...]
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc300 HistoryService* hs = HistoryServiceFactory::GetForProfile(
302 hs->QueryURL(url,
345 HistoryService* hs = HistoryServiceFactory::GetForProfile( local
347 hs->QueryHistory(search_text,
379 HistoryService* hs = HistoryServiceFactory::GetForProfile(
381 hs->AddPage(url, base::Time::Now(), history::SOURCE_EXTENSION);
398 HistoryService* hs = HistoryServiceFactory::GetForProfile(
400 hs->DeleteURL(url);
427 HistoryService* hs = HistoryServiceFactory::GetForProfile( local
429 hs
457 HistoryService* hs = HistoryServiceFactory::GetForProfile( local
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
H A Dhero-transition-extracted.js61 hs$ = this.findAllInShadows(src.selectedItem, ss);
64 Array.prototype.forEach.call(hs$, function(hs) {
65 if (h$.indexOf(hs) === -1) {
66 hsa$.push(hs);
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp851 UInt32 hs = dictionary - 1; local
852 hs |= (hs >> 1);
853 hs |= (hs >> 2);
854 hs |= (hs >> 4);
855 hs |= (hs >> 8);
856 hs >>
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.cpp30 #include "d3d11spikysphere.hlsl.hs.h"
89 ID3D11HullShader* hs; member in struct:d3d11spikysphere
108 ensure(dev->CreateHullShader(g_hs, sizeof(g_hs), NULL, &hs));
212 ctx->HSSetShader(hs, NULL, 0);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.cpp30 #include "d3d11spikysphere.hlsl.hs.h"
89 ID3D11HullShader* hs; member in struct:d3d11spikysphere
108 ensure(dev->CreateHullShader(g_hs, sizeof(g_hs), NULL, &hs));
212 ctx->HSSetShader(hs, NULL, 0);

Completed in 529 milliseconds

1234567