Searched defs:resourceID (Results 1 - 14 of 14) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
H A DFormatUtils.cpp25 UString MyFormatNew(UINT resourceID, const UString &argument) argument
27 return MyFormatNew(LangString(resourceID), argument);
/external/lzma/CPP/Windows/
H A DResourceString.cpp20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) argument
28 len = ::LoadString(hInstance, resourceID, s.GetBuffer(size - 1), size);
39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s) argument
46 len = ::LoadStringW(hInstance, resourceID, s.GetBuffer(size - 1), size);
54 UString MyLoadString(UINT resourceID) argument
58 return GetUnicodeString(MyLoadStringA(g_hInstance, resourceID));
65 int len = ::LoadStringW(g_hInstance, resourceID, s, kStartSize);
70 MyLoadString2(g_hInstance, resourceID, dest);
75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest) argument
80 MultiByteToUnicodeString2(dest, MyLoadStringA(hInstance, resourceID));
98 MyLoadString(UINT resourceID, UString &dest) argument
[all...]
/external/mesa3d/src/glx/
H A Dglx_error.c38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, argument
60 error.resourceID = resourceID;
79 error.resourceID = err->resource_id;
/external/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp41 static void AddValuePair(UString &s, UINT resourceID, UInt64 value, bool addColon = true) argument
44 s += LangString(resourceID);
53 static void AddSizePair(UString &s, UINT resourceID, UInt64 value) argument
56 s += LangString(resourceID);
/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java69 * @param resourceID
72 public Texture allocateTexture(int resourceID) { argument
73 Texture texture = getTextureByResource(resourceID);
75 texture = addTexture(resourceID, -1, 0, 0);
82 public Texture loadTexture(Context context, GL10 gl, int resourceID) { argument
83 Texture texture = allocateTexture(resourceID);
210 public boolean isTextureLoaded(int resourceID) { argument
211 return getTextureByResource(resourceID) != null;
216 * @param resourceID The resource ID of a bitmap defined in R.java.
220 public Texture getTextureByResource(int resourceID) { argument
[all...]
/external/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp114 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, argument
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1898 int resourceID = addXObjectResource(dst.get()); local
1905 drawFormXObjectWithMask(resourceID, std::move(srcFormXObject),
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 226 milliseconds