Searched refs:rt (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/cmds/ip-up-vpn/
H A Dip-up-vpn.c88 struct rtentry rt; local
91 memset(&rt, 0, sizeof(rt));
95 rt.rt_flags |= RTF_UP | RTF_HOST;
96 if (set_address(&rt.rt_dst, env("REMOTE_ADDR"))) {
97 while (!ioctl(s, SIOCDELRT, &rt));
105 rt.rt_flags |= RTF_GATEWAY;
106 if (!set_address(&rt.rt_gateway, argv[1]) ||
107 (ioctl(s, SIOCADDRT, &rt) && errno != EEXIST)) {
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dumodti3_test.c32 utwords rt; local
33 rt.all = r;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
H A Dudivmodti4_test.c40 utwords rt; local
41 rt.all = r;
46 rt.s.high, rt.s.low, expected_qt.s.high, expected_qt.s.low,
[all...]
/frameworks/compile/linkloader/include/impl/
H A DELFSectionRelTable.hxx54 llvm::OwningPtr<ELFSectionRelTable> rt(new ELFSectionRelTable());
66 rt->table.push_back(ELFRelocTy::readRel(AR, i));
72 rt->table.push_back(ELFRelocTy::readRela(AR, i));
81 return rt.take();
/frameworks/base/services/surfaceflinger/
H A DTransform.cpp211 vec2 rt( bounds.right, bounds.top );
216 rt = transform(rt);
220 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
221 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
222 r.right = floorf(max(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
223 r.bottom = floorf(max(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
/frameworks/compile/libbcc/runtime/make/
H A Dlib_info.mk1 # compiler-rt Library Info
6 # This defines the following variables describing compiler-rt:
H A Dlib_platforms.mk1 # compiler-rt Configuration Support
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java111 ConnectionThread rt = mThreads[i];
112 rt.mCurrentThreadTime = -1;
113 rt.mTotalThreadTime = 0;
122 ConnectionThread rt = mThreads[i];
123 if (rt.mCurrentThreadTime != -1) {
124 totalTime += rt.mTotalThreadTime;
126 rt.mCurrentThreadTime = 0;
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java398 public static String radioTechnologyToString(int rt) { argument
401 switch(rt) {
452 Log.w(LOG_TAG, "Unexpected radioTechnology=" + rt);
455 return rtString + ":" + rt;
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp142 status_t rt = decoder->start(); local
143 if (rt != OK) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataConnectionTracker.java1160 int rt = mPhone.getServiceState().getRadioTechnology();
1162 if ((rt == ServiceState.RADIO_TECHNOLOGY_IS95A) ||
1163 (rt == ServiceState.RADIO_TECHNOLOGY_IS95B) ||
1164 (rt == ServiceState.RADIO_TECHNOLOGY_1xRTT) ||
1165 (rt == ServiceState.RADIO_TECHNOLOGY_EVDO_0) ||
1166 (rt == ServiceState.RADIO_TECHNOLOGY_EVDO_A) ||
1167 (rt == ServiceState.RADIO_TECHNOLOGY_EVDO_B) ||
1168 (rt == ServiceState.RADIO_TECHNOLOGY_EHRPD)) {
/frameworks/base/libs/utils/
H A DAssetManager.cpp597 ResTable* rt = mResources; local
598 if (rt) {
599 return rt;
667 if (rt == NULL) {
668 mResources = rt = new ResTable();
674 rt->add(sharedRes);
677 rt->add(ass, (void*)(i+1), !shared, idmap);
689 if (required && !rt) LOGW("Unable to find resources file resources.arsc");
690 if (!rt) {
691 mResources = rt
738 const ResTable* rt = getResTable(required); local
[all...]
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk17 # Arch - The target architecture; this must match the compiler-rt name for the

Completed in 386 milliseconds