OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpValue
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/java/android/content/res/
AssetManager.java
151
TypedValue
tmpValue
= mValue;
152
int block = loadResourceValue(ident, (short) 0,
tmpValue
, true);
154
if (
tmpValue
.type == TypedValue.TYPE_STRING) {
155
return mStringBlocks[block].get(
tmpValue
.data);
157
return
tmpValue
.coerceToString();
169
TypedValue
tmpValue
= mValue;
170
int block = loadResourceBagValue(ident, bagEntryId,
tmpValue
, true);
172
if (
tmpValue
.type == TypedValue.TYPE_STRING) {
173
return mStringBlocks[block].get(
tmpValue
.data);
175
return
tmpValue
.coerceToString()
[
all
...]
/dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp
478
void setVRToConst(int regNum, OpndSize size, int*
tmpValue
) {
498
constVRTable[indexL].value =
tmpValue
[0];
506
constVRTable[indexH].value =
tmpValue
[1];
538
int entry,
tmpValue
[2], tmpValue2[2];
561
if(isVirtualRegConstant(vB, LowOpndRegType_gp,
tmpValue
, false) == 3) {
563
setVRToConst(vA, OpndSize_32,
tmpValue
);
565
infoArray[entry].value[0] =
tmpValue
[0];
589
if(isVirtualRegConstant(vB, LowOpndRegType_xmm,
tmpValue
, false) == 3) {
591
setVRToConst(vA, OpndSize_64,
tmpValue
);
735
if(isVirtualRegConstant(vB, LowOpndRegType_gp,
tmpValue
, false) == 3)
[
all
...]
LowerHelper.cpp
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java
219
BigInteger
tmpValue
= fieldValue;
223
tmp[i] = (byte)((
tmpValue
.intValue() & 0x7f) | 0x80);
224
tmpValue
=
tmpValue
.shiftRight(7);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java
114
V
tmpValue
= mValue[i];
116
mValue[i - 1] =
tmpValue
;
/external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp
[
all
...]
/external/icu4c/i18n/
ucurr.cpp
[
all
...]
/external/chromium_org/third_party/libxml/src/
xmlschemas.c
[
all
...]
/external/libxml2/
xmlschemas.c
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
Completed in 1960 milliseconds