OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resmap
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
MoreKeysResources.java
160
final StringResourceMap
resMap
= mResourcesMap.get(language);
161
for (final StringResource res :
resMap
.getResources()) {
167
dumpTextsInternal(out,
resMap
, defaultResMap);
190
private static void dumpTextsInternal(final PrintStream out, final StringResourceMap
resMap
,
196
if (
resMap
.contains(defaultRes.mName)) {
197
final StringResource res =
resMap
.get(defaultRes.mName);
/external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h
45
typedef Map<Matrix<ResScalar,Dynamic,1> >
ResMap
;
46
ResMap
res(_res,rows);
108
typedef Map<Matrix<ResScalar,Dynamic,1>, 0, InnerStride<> >
ResMap
;
109
ResMap
res(_res,rows,InnerStride<>(resIncr));
/external/chromium_org/third_party/icu/source/i18n/
decNumber.c
6897
static const uByte
resmap
[10]={0, 3, 3, 3, 3, 5, 7, 7, 7, 7};
variable
[
all
...]
/external/icu4c/i18n/
decNumber.c
6928
static const uByte
resmap
[10]={0, 3, 3, 3, 3, 5, 7, 7, 7, 7};
variable
[
all
...]
Completed in 2341 milliseconds