Home
last modified time | relevance | path

Searched refs:valueOf (Results 1 – 25 of 66) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java205 Integer.valueOf(index), in transformsForGlVertexAttribPointer()
207 Integer.valueOf(size))); in transformsForGlVertexAttribPointer()
212 Integer.valueOf(index), in transformsForGlVertexAttribPointer()
214 GLEnum.valueOf(type))); in transformsForGlVertexAttribPointer()
219 Integer.valueOf(index), in transformsForGlVertexAttribPointer()
221 Boolean.valueOf(normalized))); in transformsForGlVertexAttribPointer()
226 Integer.valueOf(index), in transformsForGlVertexAttribPointer()
228 Integer.valueOf(stride))); in transformsForGlVertexAttribPointer()
233 Integer.valueOf(index), in transformsForGlVertexAttribPointer()
235 Long.valueOf(pointer))); in transformsForGlVertexAttribPointer()
[all …]
DCurrentProgramPropertyAccessor.java58 Integer.valueOf(mLocation), in getProperty()
DTexturePropertyAccessor.java68 Integer.valueOf(mMipmapLevel), in getProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLState.java79 Float.valueOf(0)); in createGenericVertexAttributeState()
81 Float.valueOf(0)); in createGenericVertexAttributeState()
83 Float.valueOf(0)); in createGenericVertexAttributeState()
85 Float.valueOf(0)); in createGenericVertexAttributeState()
98 IGLProperty size = new GLIntegerProperty(GLStateType.BUFFER_SIZE, Integer.valueOf(0)); in createVboState()
131 Float.valueOf(0.0f)); in createTransformationState()
133 Float.valueOf(1.0f)); in createTransformationState()
145 IGLProperty lineWidth = new GLFloatProperty(GLStateType.LINE_WIDTH, Float.valueOf(1.0f)); in createRasterizationState()
150 Float.valueOf(0f)); in createRasterizationState()
152 Float.valueOf(0f)); in createRasterizationState()
[all …]
DGLLongProperty.java48 return String.format("0x%08x", Long.valueOf(mCurrentValue)); in getStringValue()
DGLIntegerProperty.java48 return String.format("0x%08x", Integer.valueOf(mCurrentValue)); in getStringValue()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DPropertiesTableModel.java46 property.value = String.valueOf(x); in loadPrivateProperties()
51 property.value = String.valueOf(y); in loadPrivateProperties()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
DAttrsXmlParserTest.java90 assertEquals(Integer.valueOf(0), valueMap.get("horizontal")); in testEnumFlagValues()
91 assertEquals(Integer.valueOf(1), valueMap.get("vertical")); in testEnumFlagValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileParserTask.java103 mGLContextIds.add(Integer.valueOf(c.getContextId())); in addMessage()
120 Integer.valueOf(msg.getArgs(1).getIntValue(0))); in addProperties()
122 GLEnum.valueOf(msg.getArgs(2).getIntValue(0))); in addProperties()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
DGLMessageFormatter.java110 return GLEnum.valueOf(var.getIntValue(0)).toString(); in formatDataValue()
143 sb.append(GLEnum.valueOf(v.intValue())); in formatPointer()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DStaticPortEditDialog.java96 mEditPort = Integer.valueOf(mPortNumber); in StaticPortEditDialog()
141 return Integer.valueOf(mPortNumber); in getPortNumber()
314 long port = Long.valueOf(mPortNumber); in validate()
DDebugPortProvider.java122 deviceMap.put(entry[0], Integer.valueOf(entry[1])); in computePortList()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTypedVariable.java18 return valueOf(name.toUpperCase(Locale.US)); in get()
DParameter.java71 return Type.valueOf(name.toUpperCase(Locale.US)); in get()
138 return Constraint.valueOf(name.toUpperCase(Locale.US)); in get()
251 value = Boolean.valueOf(initial); in Parameter()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorApplication.java59 return Integer.valueOf(-1); in start()
72 return Integer.valueOf(-1); in start()
/sdk/testapps/
Dproguard.config29 public static ** valueOf(java.lang.String);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DDynamicIdMap.java64 value = Integer.valueOf(++mDynamicSeed); in getId()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleWizard.java298 count = Integer.valueOf(2); in initialize()
300 count = Integer.valueOf(count.intValue() + 1); in initialize()
318 f1 = Integer.valueOf(1); in initialize()
321 f2 = Integer.valueOf(1); in initialize()
/sdk/testapps/customViewTest/libWithCustomView/
Dproguard.cfg35 public static ** valueOf(java.lang.String);
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DDebuggerConnector.java141 Integer port = Integer.valueOf(portStr); in findConfig()
/sdk/files/
Dproguard-android.txt43 public static ** valueOf(java.lang.String);
Dproguard-android-optimize.txt50 public static ** valueOf(java.lang.String);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DReplaceStringsVisitor.java394 Integer rating = Integer.valueOf(10000 + 1000 * superType + argsLen); in findContextCandidates()
414 Integer rating = Integer.valueOf(superType); in findContextCandidates()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DGlobalLintConfiguration.java70 Severity severity = Severity.valueOf(s[1]); in getSeverity()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
DNdkDiscoveredPathInfo.java180 timestamp = Long.valueOf(line.substring(2)); in load()

123