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

  /packages/apps/Mms/src/com/android/mms/model/
VideoModel.java 75 mSrc = uri.getPath();
77 String extension = MimeTypeMap.getFileExtensionFromUrl(mSrc);
81 int dotPos = mSrc.lastIndexOf('.');
83 extension = mSrc.substring(dotPos + 1);
92 + " mSrc=" + mSrc
113 mSrc = path.substring(path.lastIndexOf('/') + 1);
120 if (mContentType.equals(ContentType.VIDEO_MP4) && !(TextUtils.isEmpty(mSrc))) {
121 int index = mSrc.lastIndexOf(".");
124 String extension = mSrc.substring(index + 1)
    [all...]
MediaModel.java 48 protected String mSrc;
71 mSrc = src;
86 mSrc = src;
155 * @return the mSrc
158 return mSrc;
AudioModel.java 91 mSrc = path.substring(path.lastIndexOf('/') + 1);
99 + " mSrc=" + mSrc
ImageModel.java 94 mSrc = uriImage.getSrc();
100 + " 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:__anon7323
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 54 private String mSrc;
101 mSrc = mPath.substring(mPath.lastIndexOf('/') + 1);
103 if(mSrc.startsWith(".") && mSrc.length() > 1) {
104 mSrc = mSrc.substring(1);
111 mSrc = mSrc.replace(' ', '_');
118 mSrc = null;
151 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]);
  /device/moto/wingray/libaudio/
AudioHardware.cpp 923 mState(AUDIO_STREAM_IDLE), /*mSrc*/ mLocked(false), mDriverRate(AUDIO_HW_OUT_SAMPLERATE),
    [all...]
AudioHardware.h 262 AudioStreamSrc mSrc;
328 AudioStreamSrc mSrc;
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/makedict/
XmlDictInputOutput.java 160 private String mSrc;
170 mSrc = null;
177 mSrc = attrs.getValue(uri, SRC_ATTRIBUTE);
182 ArrayList<WeightedString> bigramList = mAssocMap.get(mSrc);
185 mAssocMap.put(mSrc, bigramList);
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 414 "mSrc %p",
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 1517 milliseconds