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

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/Analysis/
UninitializedValues.cpp 325 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {}
494 AnalysisDeclContext &ac; member in class:__anon13919::TransferFunctions
501 const CFGBlock *block, AnalysisDeclContext &ac,
504 : vals(vals), cfg(cfg), block(block), ac(ac),
505 classification(classification), objCNoRet(ac.getASTContext()),
519 return ::isTrackedVar(vd, cast<DeclContext>(ac.getDecl()));
523 return ::findVar(ex, cast<DeclContext>(ac.getDecl()));
802 AnalysisDeclContext &ac, CFGBlockValues &vals
    [all...]
  /external/eigen/test/
geo_transformations.cpp 601 AffC ac = a; local
609 VERIFY_IS_APPROX((ac*a).matrix(), a_m*a_m);
610 VERIFY_IS_APPROX((a*ac).matrix(), a_m*a_m);
611 VERIFY_IS_APPROX((p*ac).matrix(), p_m*a_m);
612 VERIFY_IS_APPROX((ac*p).matrix(), a_m*p_m);
  /frameworks/base/core/java/android/widget/
DateTimeView.java 477 final Context ac = context.getApplicationContext(); local
478 return ac != null ? ac : ActivityThread.currentApplication().getApplicationContext();
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 162 AsyncChannel ac = new AsyncChannel(); local
163 ac.connect(mContext, getHandler(), msg.replyTo);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
ConnectivityServiceMock.java 199 AsyncChannel ac = (AsyncChannel) msg.obj; local
208 ac.sendMessage(android.net.NetworkFactory.CMD_REQUEST_NETWORK,
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java 152 AsyncChannel ac = mFrameworkFacade.makeWifiAsyncChannel(TAG); local
153 ac.connected(mContext, this, msg.replyTo);
155 client = new ExternalClientInfo(msg.sendingUid, msg.replyTo, ac);
158 ac.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED,
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 139 char ac; member in union:__anon220
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 500 AllocatorCache *ac = GetAllocatorCache(ms); local
501 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac), m,
505 AllocatorCache *ac = &fallback_allocator_cache; local
506 quarantine.Put(&fallback_quarantine_cache, QuarantineCallback(ac), m,
583 AllocatorCache *ac = GetAllocatorCache(ms); local
584 quarantine.Drain(GetQuarantineCache(ms), QuarantineCallback(ac));
585 allocator.SwallowCache(ac);
  /external/e2fsprogs/misc/
fsck.c 199 int ac, i; local
222 ac = 0;
226 ac = (ac * 8) + (*p - '0');
228 *q = ac;
  /external/f2fs-tools/fsck/
fsck.c 988 int i = 0, bits = 0, ac = 0; local
992 ac += (((unsigned char) src[i]) << bits);
995 *cp++ = lookup_table[ac & 0x3f];
996 ac >>= 6;
1002 *cp++ = lookup_table[ac & 0x3f];
    [all...]
  /external/libopus/celt/
celt_decoder.c 542 opus_val32 ac[LPC_ORDER+1]; local
545 _celt_autocorr(exc, ac, window, overlap,
549 ac[0] += SHR32(ac[0],13);
551 ac[0] *= 1.0001f;
556 /*ac[i] *= exp(-.5*(2*M_PI*.002*i)*(2*M_PI*.002*i));*/
558 ac[i] -= MULT16_32_Q15(2*i*i, ac[i]);
560 ac[i] -= ac[i]*(0.008f*0.008f)*i*i
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
intrapred_vsx.c 608 const uint8x16_t ac = local
611 return vec_avg(ac, b);
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 547 SkVector ac = c; local
548 ac -= a;
558 if (abN.dot(ac) > 0) {
565 if (cbN.dot(ac) < 0) {
    [all...]
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 487 const ContentInfo* ac = offer->GetContentByName("audio"); local
489 ASSERT_TRUE(ac != NULL);
491 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
493 static_cast<const AudioContentDescription*>(ac->description);
511 const ContentInfo* ac = offer->GetContentByName("audio"); local
513 ASSERT_TRUE(ac != NULL);
515 EXPECT_EQ(std::string(NS_JINGLE_RTP), ac->type);
518 static_cast<const AudioContentDescription*>(ac->description);
620 const ContentInfo* ac = offer->GetContentByName("audio"); local
622 ASSERT_TRUE(ac != NULL)
695 const ContentInfo* ac = offer->GetContentByName("audio"); local
775 const ContentInfo* ac = answer->GetContentByName("audio"); local
801 const ContentInfo* ac = answer->GetContentByName("audio"); local
834 const ContentInfo* ac = answer->GetContentByName("audio"); local
1012 const ContentInfo* ac = answer->GetContentByName("audio"); local
1037 const ContentInfo* ac = offer->GetContentByName("audio"); local
1160 const ContentInfo* ac = answer->GetContentByName("audio"); local
1177 const ContentInfo* ac = answer->GetContentByName("audio"); local
1194 ContentInfo* ac = offer->GetContentByName("audio"); local
1235 const ContentInfo* ac = offer->GetContentByName("audio"); local
1404 const ContentInfo* ac = answer->GetContentByName("audio"); local
1937 const ContentInfo* ac = copy->GetContentByName("audio"); local
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc 570 float ac = static_cast<float>(reportBlock->numAverageCalcs); local
572 ((ac / (ac + 1)) * reportBlock->avgRTT) + ((1 / (ac + 1)) * RTT);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 171 wifi_traffic_ac ac; // access category (VI, VO, BE, BK) member in struct:__anon43376
209 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; // per ac data packet statistics member in struct:__anon43377
244 #define WIFI_STATS_IFACE_AC 0x00000040 // all ac statistics (within interface statistics)
245 #define WIFI_STATS_IFACE_CONTENTION 0x00000080 // all contention (min, max, avg) statistics (within ac statisctics)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
fp.go 17 func manysub_ssa(a, b, c, d float64) (aa, ab, ac, ad, ba, bb, bc, bd, ca, cb, cc, cd, da, db, dc, dd float64) {
20 ac = a - c
238 ac = 0x10000000000000
263 lt += ac
315 le += ac
367 eq += ac
419 ne += ac
471 ge += ac
523 gt += ac
580 lt += ac
237 ac = 0x10000000000000 const
    [all...]
  /prebuilts/go/darwin-x86/test/
sinit.go 46 var ac = [3][]int{[]int{2201, 2202, 2203}, []int{2204, 2205, 2206}, []int{2207, 2208, 2209}} var
138 var copy_ac = ac
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
fp.go 17 func manysub_ssa(a, b, c, d float64) (aa, ab, ac, ad, ba, bb, bc, bd, ca, cb, cc, cd, da, db, dc, dd float64) {
20 ac = a - c
238 ac = 0x10000000000000
263 lt += ac
315 le += ac
367 eq += ac
419 ne += ac
471 ge += ac
523 gt += ac
580 lt += ac
237 ac = 0x10000000000000 const
    [all...]
  /prebuilts/go/linux-x86/test/
sinit.go 46 var ac = [3][]int{[]int{2201, 2202, 2203}, []int{2204, 2205, 2206}, []int{2207, 2208, 2209}} var
138 var copy_ac = ac
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 258 AsyncChannel ac = mFrameworkFacade.makeWifiAsyncChannel(TAG); local
259 ac.connect(mContext, this, msg.replyTo);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 812 AsyncChannel ac = new WifiAsyncChannel(TAG); local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 2316 long ac = a * c; 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 1276 const ArrayAndColl& ac = *(const ArrayAndColl*)context; local
    [all...]

Completed in 733 milliseconds

1 2 3 4 5 6 78 91011>>