Searched defs:resid (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwResource.java65 private static String getResource(int resid, int type) { argument
66 assert resid != 0;
70 String result = sResourceCache.get(resid) == null ?
71 null : sResourceCache.get(resid).get();
75 result = sResources.getString(resid);
78 result = getRawFileResourceContent(resid);
84 sResourceCache.put(resid, new SoftReference<String>(result));
89 private static String getRawFileResourceContent(int resid) { argument
90 assert resid != 0;
98 sResources.openRawResource(resid));
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContext.java70 int resid, int[] attrs) throws Resources.NotFoundException {
71 return getTheme().obtainStyledAttributes(resid, attrs);
69 obtainStyledAttributes( int resid, int[] attrs) argument
H A DShadowResources.java219 public TypedArray obtainStyledAttributes(int resid, int[] attrs) throws android.content.res.Resources.NotFoundException { argument
H A DShadowTextView.java165 public void setTextAppearance(Context context, int resid) { argument
166 textAppearanceId = resid;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
H A DStubPackageManager.java182 @Override public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { argument
222 @Override public CharSequence getText(String packageName, int resid, ApplicationInfo appInfo) { argument
226 @Override public XmlResourceParser getXml(String packageName, int resid, ApplicationInfo appInfo) { argument
/external/tcpdump/
H A Dprint-icmp6.c596 icmp6_opt_print(const u_char *bp, int resid) argument
620 if (resid <= 0)
716 resid -= op->nd_opt_len << 3;
/external/chromium/chrome/browser/ui/gtk/
H A Dtask_manager_gtk.cc171 void TreeViewInsertColumnWithPixbuf(GtkWidget* treeview, int resid) { argument
172 int colid = TaskManagerResourceIDToColumnID(resid);
175 l10n_util::GetStringUTF8(resid).c_str());
213 // Loads the column name from |resid| and uses the corresponding
215 void TreeViewInsertColumn(GtkWidget* treeview, int resid) { argument
216 TreeViewInsertColumnWithName(treeview, TaskManagerResourceIDToColumnID(resid),
217 l10n_util::GetStringUTF8(resid).c_str());
/external/chromium_org/chrome/browser/ui/gtk/
H A Dtask_manager_gtk.cc183 void TreeViewInsertTaskColumn(GtkWidget* treeview, int resid) { argument
184 int colid = TaskManagerResourceIDToColumnID(resid);
187 l10n_util::GetStringUTF8(resid).c_str());
218 // Loads the column name from |resid| and uses the corresponding
220 void TreeViewInsertColumn(GtkWidget* treeview, int resid) { argument
221 TreeViewInsertColumnWithName(treeview, TaskManagerResourceIDToColumnID(resid),
222 l10n_util::GetStringUTF8(resid).c_str());
/external/valgrind/main/include/vki/
H A Dvki-linux.h1742 int resid; /* [o] dxfer_len - actual_transferred */ member in struct:vki_sg_io_hdr

Completed in 311 milliseconds