HomeSort by relevance Sort by last modified time
    Searched full:msrc (Results 1 - 19 of 19) sorted by null

  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
MathErr.java 32 float mSrc[] = new float[BUF_SIZE];
49 mSrc[i] = (((float)i) / 9) - 200;
50 //mSrc[i] = Float.intBitsToFloat(mRand.nextInt());
52 mAllocationSrc.copyFrom(mSrc);
61 android.util.Log.v("err", "error " + err + " src " + mSrc[i] + " ref " + mRef[i] + " res " + mRes[i]);
71 mRef[i] = (float)Math.pow(2.f, mSrc[i]);
81 mRef[i] = (float)Math.log(mSrc[i]) * 1.442695041f;
  /packages/apps/Mms/src/com/android/mms/model/
VideoModel.java 74 mSrc = path.substring(path.lastIndexOf('/') + 1);
76 String extension = MimeTypeMap.getFileExtensionFromUrl(mSrc);
80 int dotPos = mSrc.lastIndexOf('.');
82 extension = mSrc.substring(dotPos + 1);
91 + " mSrc=" + mSrc
112 mSrc = path.substring(path.lastIndexOf('/') + 1);
119 if (mContentType.equals(ContentType.VIDEO_MP4) && !(TextUtils.isEmpty(mSrc))) {
120 int index = mSrc.lastIndexOf(".");
123 String extension = mSrc.substring(index + 1)
    [all...]
MediaModel.java 49 protected String mSrc;
72 mSrc = src;
87 mSrc = src;
156 * @return the mSrc
159 return mSrc;
AudioModel.java 90 mSrc = path.substring(path.lastIndexOf('/') + 1);
98 + " mSrc=" + mSrc
ImageModel.java 92 mSrc = uriImage.getSrc();
98 + " mSrc=" + mSrc
  /external/iproute2/ip/
ipmroute.c 50 inet_prefix msrc; member in struct:rtfilter
89 inet_prefix maddr, msrc; local
99 maddr.data, msrc.data, &vifi,
110 if (filter.msrc.family && inet_addr_match(&msrc, &filter.msrc, filter.msrc.bitlen))
114 format_host(AF_INET, 4, &msrc.data[0], sbuf, sizeof(sbuf)),
170 get_prefix(&filter.msrc, *argv, AF_INET);
iproute.c 105 inet_prefix msrc; member in struct:__anon9122
200 if (filter.msrc.family &&
201 (r->rtm_family != filter.msrc.family ||
202 (filter.msrc.bitlen >= 0 && filter.msrc.bitlen < r->rtm_src_len)))
213 if (filter.rsrc.family || filter.msrc.family) {
240 if (filter.msrc.family && filter.msrc.bitlen >= 0 &&
241 inet_addr_match(&src, &filter.msrc, r->rtm_src_len))
1143 get_prefix(&filter.msrc, *argv, do_ipv6)
    [all...]
  /external/qemu/slirp/
ip_icmp.c 194 * Send ICMP_UNREACH back to the source regarding msrc.
195 * mbuf *msrc is used as a template, but is NOT m_free()'d.
204 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
213 DEBUG_ARG("msrc = %lx", (long )msrc);
214 DEBUG_ARG("msrc_len = %d", msrc->m_len);
218 /* check msrc */
219 if(!msrc) goto end_error;
220 ip = mtod(msrc, struct ip *);
244 new_m_size=sizeof(struct ip )+ICMP_MINLEN+msrc->m_len+ICMP_MAXDATALEN
    [all...]
ip_icmp.h 157 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
  /external/qemu/slirp-android/
ip_icmp.c 196 * Send ICMP_UNREACH back to the source regarding msrc.
197 * mbuf *msrc is used as a template, but is NOT m_free()'d.
206 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
215 DEBUG_ARG("msrc = %lx", (long )msrc);
216 DEBUG_ARG("msrc_len = %d", msrc->m_len);
220 /* check msrc */
221 if(!msrc) goto end_error;
222 ip = mtod(msrc, struct ip *);
246 new_m_size=sizeof(struct ip )+ICMP_MINLEN+msrc->m_len+ICMP_MAXDATALEN
    [all...]
ip_icmp.h 159 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 220 private String mSrc;
226 mSrc = src;
241 Log.d(TAG, mSrc + ": null cursor in " + formatTime(elapsed)
244 Log.d(TAG, mSrc + ": " + cursor.getCount() + " rows in " + formatTime(elapsed)
247 cursor.registerDataSetObserver(new MyDataSetObserver(mSrc, start, cursor));
251 Log.d(TAG, mSrc + ": interrupted");
286 mSrc = src;
296 Log.d(TAG, mSrc + ", update " + mUpdateCount + ": " + mCursor.getCount()
302 Log.d(TAG, mSrc + ": invalidated");
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 53 private String mSrc;
100 mSrc = mPath.substring(mPath.lastIndexOf('/') + 1);
102 if(mSrc.startsWith(".") && mSrc.length() > 1) {
103 mSrc = mSrc.substring(1);
110 mSrc = mSrc.replace(' ', '_');
118 mSrc = null;
156 mSrc = c.getString(nameIndex)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixTest.java 24 private final float[] mSrc = new float[]{
37 mColorMatrix = new ColorMatrix(mSrc);
43 ColorMatrix cM1 = new ColorMatrix(mSrc);
45 assertTrue(mSrc.length == fA1.length);
46 int len = mSrc.length;
49 assertEquals(mSrc[i], fA1[i]);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 166 private String mSrc;
176 mSrc = null;
183 mSrc = attrs.getValue(uri, SRC_ATTRIBUTE);
188 ArrayList<WeightedString> bigramList = mAssocMap.get(mSrc);
191 mAssocMap.put(mSrc, bigramList);
  /frameworks/base/libs/hwui/
DisplayListOp.h 826 mBitmap(bitmap), mSrc(srcLeft, srcTop, srcRight, srcBottom) {}
829 return renderer.drawBitmap(mBitmap, mSrc.left, mSrc.top, mSrc.right, mSrc.bottom,
836 mBitmap, RECT_ARGS(mSrc), RECT_ARGS(mLocalBounds));
848 Rect mSrc;
    [all...]
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 414 "mSrc %p",
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1067 milliseconds