/external/lzma/CPP/7zip/UI/Explorer/ |
D | MyMessages.cpp | 19 void ShowErrorMessageHwndRes(HWND window, UINT resID) in ShowErrorMessageHwndRes() argument 21 ShowErrorMessage(window, LangString(resID)); in ShowErrorMessageHwndRes() 24 void ShowErrorMessageRes(UINT resID) in ShowErrorMessageRes() argument 26 ShowErrorMessageHwndRes(0, resID); in ShowErrorMessageRes()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResTableTheme.java | 76 public int GetAttribute(int resID, Ref<Res_value> valueRef, in GetAttribute() argument 83 final int p = mTable.getResourcePackageIndex(resID); in GetAttribute() 84 final int t = Res_GETTYPE(resID); in GetAttribute() 85 final int e = Res_GETENTRY(resID); in GetAttribute() 88 ALOGI("Looking up attr 0x%08x in theme %s", resID, this); in GetAttribute() 124 resID = te.value.data; in GetAttribute() 127 ALOGW("Too many attribute references, stopped at: 0x%08x\n", resID); in GetAttribute() 168 public int applyStyle(int resID, boolean force) { in applyStyle() argument 169 AppliedStyle newAppliedStyle = new AppliedStyle(resID, force); in applyStyle() 178 final int N = mTable.getBagLocked(resID, bag, bagTypeSpecFlags); in applyStyle() [all …]
|
D | ResTable.java | 113 int getResourcePackageIndex(int resID) in getResourcePackageIndex() argument 115 return Res_GETPACKAGE(resID) + 1; in getResourcePackageIndex() 361 public final int getResource(int resID, Ref<Res_value> outValue, boolean mayBeBag, int density, 367 final int p = getResourcePackageIndex(resID); 368 final int t = Res_GETTYPE(resID); 369 final int e = Res_GETENTRY(resID); 371 if (Res_GETPACKAGE(resID)+1 == 0) { 372 ALOGW("No package identifier when getting value for resource number 0x%08x", resID); 374 ALOGW("No known package when getting value for resource number 0x%08x", resID); 380 ALOGW("No type identifier when getting value for resource number 0x%08x", resID); [all …]
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 131 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create() argument 144 …INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create() argument
|
/external/fonttools/Lib/fontTools/t1Lib/ |
D | __init__.py | 225 resID = 501 234 res.AddResource('POST', resID, '') 236 resID = resID + 1 238 res.AddResource('POST', resID, '')
|
/external/fonttools/Lib/fontTools/misc/ |
D | macRes.py | 175 def __init__(self, resType=None, resData=None, resID=None, resName=None, argument 179 self.id = resID
|
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 526 short resID; in CmpObj_GetComponentResource() local 533 &resID)) in CmpObj_GetComponentResource() 537 resID, in CmpObj_GetComponentResource()
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 2800 SInt16 resID; in Win_CreateWindowFromResource() local 2806 &resID)) in Win_CreateWindowFromResource() 2808 _err = CreateWindowFromResource(resID, in Win_CreateWindowFromResource()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 6357 short resID; in MovieObj_ConvertMovieToFile() local 6378 &resID, in MovieObj_ConvertMovieToFile() 6383 resID); in MovieObj_ConvertMovieToFile() 16120 short resID; in Qt_PreviewMakePreviewReference() local 16131 &resID, in Qt_PreviewMakePreviewReference() 16136 resID); in Qt_PreviewMakePreviewReference() 20092 short resID; in Qt_SGGetLastMovieResID() local 20100 &resID); in Qt_SGGetLastMovieResID() 20103 resID); in Qt_SGGetLastMovieResID()
|