HomeSort by relevance Sort by last modified time
    Searched defs:ac (Results 176 - 200 of 232) sorted by null

1 2 3 4 5 6 78 910

  /external/clang/lib/Analysis/
UninitializedValues.cpp 324 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {}
435 AnalysisDeclContext &ac; member in class:__anon22406::TransferFunctions
442 const CFGBlock *block, AnalysisDeclContext &ac,
445 : vals(vals), cfg(cfg), block(block), ac(ac),
446 classification(classification), objCNoRet(ac.getASTContext()),
460 return ::isTrackedVar(vd, cast<DeclContext>(ac.getDecl()));
464 return ::findVar(ex, cast<DeclContext>(ac.getDecl()));
743 AnalysisDeclContext &ac, CFGBlockValues &vals
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 186 AsyncChannel ac = new AsyncChannel(); local
187 ac.connect(mContext, getHandler(), msg.replyTo);
    [all...]
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 577 AutoCompleteInfo ac; local
578 ac.key = item_name;
585 size_t i = ac.key.rfind(kDataSuffix);
586 if (i != base::string16::npos && ac.key.substr(i) == kDataSuffix) {
587 ac.key.erase(i);
588 ac.is_url = (ac.key.find(L"://") != base::string16::npos);
589 ac_list.push_back(ac);
  /external/chromium_org/media/cast/test/
cast_benchmarks.cc 635 SearchVector ac = a.blend(c, static_cast<double>(x) / max); local
636 SearchVector v = ab.blend(ac, x == y ? 1.0 : static_cast<double>(y) / x);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 461 const ContentInfo* ac = offer->GetContentByName("audio"); local
463 ASSERT_TRUE(ac != NULL);
465 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
467 static_cast<const AudioContentDescription*>(ac->description);
485 const ContentInfo* ac = offer->GetContentByName("audio"); local
487 ASSERT_TRUE(ac != NULL);
489 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
492 static_cast<const AudioContentDescription*>(ac->description);
593 const ContentInfo* ac = offer->GetContentByName("audio"); local
595 ASSERT_TRUE(ac != NULL)
641 const ContentInfo* ac = offer->GetContentByName("audio"); local
703 const ContentInfo* ac = answer->GetContentByName("audio"); local
729 const ContentInfo* ac = answer->GetContentByName("audio"); local
762 const ContentInfo* ac = answer->GetContentByName("audio"); local
940 const ContentInfo* ac = answer->GetContentByName("audio"); local
965 const ContentInfo* ac = offer->GetContentByName("audio"); local
1088 const ContentInfo* ac = answer->GetContentByName("audio"); local
1105 const ContentInfo* ac = answer->GetContentByName("audio"); local
1122 ContentInfo* ac = offer->GetContentByName("audio"); local
1163 const ContentInfo* ac = offer->GetContentByName("audio"); local
1332 const ContentInfo* ac = answer->GetContentByName("audio"); local
1753 const ContentInfo* ac = copy->GetContentByName("audio"); local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 482 opus_val32 ac[LPC_ORDER+1]; local
485 _celt_autocorr(exc, ac, window, overlap,
489 ac[0] += SHR32(ac[0],13);
491 ac[0] *= 1.0001f;
496 /*ac[i] *= exp(-.5*(2*M_PI*.002*i)*(2*M_PI*.002*i));*/
498 ac[i] -= MULT16_32_Q15(2*i*i, ac[i]);
500 ac[i] -= ac[i]*(0.008f*0.008f)*i*i
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 568 SkVector ac = c; local
569 ac -= a;
579 if (abN.dot(ac) > 0) {
586 if (cbN.dot(ac) < 0) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc 578 float ac = static_cast<float> (reportBlock->numAverageCalcs); local
579 float newAverage = ((ac / (ac + 1)) * reportBlock->avgRTT)
580 + ((1 / (ac + 1)) * RTT);
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 456 AllocatorCache *ac = GetAllocatorCache(ms); local
457 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac),
461 AllocatorCache *ac = &fallback_allocator_cache; local
462 quarantine.Put(&fallback_quarantine_cache, QuarantineCallback(ac),
583 AllocatorCache *ac = GetAllocatorCache(this); local
584 quarantine.Drain(GetQuarantineCache(this), QuarantineCallback(ac));
  /external/e2fsprogs/misc/
fsck.c 198 int ac, i; local
221 ac = 0;
225 ac = (ac * 8) + (*p - '0');
227 *q = ac;
  /external/libopus/celt/
celt_decoder.c 482 opus_val32 ac[LPC_ORDER+1]; local
485 _celt_autocorr(exc, ac, window, overlap,
489 ac[0] += SHR32(ac[0],13);
491 ac[0] *= 1.0001f;
496 /*ac[i] *= exp(-.5*(2*M_PI*.002*i)*(2*M_PI*.002*i));*/
498 ac[i] -= MULT16_32_Q15(2*i*i, ac[i]);
500 ac[i] -= ac[i]*(0.008f*0.008f)*i*i
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 568 SkVector ac = c; local
569 ac -= a;
579 if (abN.dot(ac) > 0) {
586 if (cbN.dot(ac) < 0) {
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 159 wifi_traffic_ac ac; // access category (VI, VO, BE, BK) member in struct:__anon41485
188 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; // per ac data packet statistics member in struct:__anon41486
223 #define WIFI_STATS_IFACE_AC 0x00000040 // all ac statistics (within interface statistics)
224 #define WIFI_STATS_IFACE_CONTENTION 0x00000080 // all contention (min, max, avg) statistics (within ac statisctics)
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 124 AsyncChannel ac = new AsyncChannel(); local
125 ac.connect(mContext, this, msg.replyTo);
    [all...]
WifiServiceImpl.java 166 AsyncChannel ac = new AsyncChannel(); local
167 ac.connect(mContext, this, msg.replyTo);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 588 AsyncChannel ac = new AsyncChannel(); local
589 ac.connect(mContext, getHandler(), message.replyTo);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 1973 LChar ac = aPtr[i]; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 1230 const ContentInfo* ac = GetFirstAudioContent(jdesc_output->description()); local
1297 const ContentInfo* ac = GetFirstAudioContent(jdesc_output->description()); local
2320 const ContentInfo* ac = GetFirstAudioContent(jdesc_output.description()); local
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 143 const Vec2 ac = c-a; local
144 return 0.5f * tcu::length(ab.x()*ac.y() - ab.y()*ac.x());
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 1393 const ArrayAndColl& ac = *(const ArrayAndColl*)context; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
pager.c 1020 unsigned char ac[4]; local
1039 char ac[4]; local
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 344 mDNSu8 ac = *a++; local
346 if (mDNSIsUpperCase(ac)) ac += 'a' - 'A';
348 if (ac != bc) return(mDNSfalse);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 2376 UInt opcode, rs, rt, rd, sa, function, ac, ac_mfhilo, rddsp_mask, local
11691 UInt ac; local
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 2379 AccessorCookie* ac = (AccessorCookie*)accessorCookie; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 2878 int ac = pc + (int)(c >> AC_SHIFT); local
    [all...]

Completed in 4102 milliseconds

1 2 3 4 5 6 78 910