Searched refs:targetType (Results 1 - 22 of 22) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DImmutableBean.java71 Type targetType = Type.getType(target);
76 targetType,
80 ce.declare_field(Constants.ACC_FINAL | Constants.ACC_PRIVATE, FIELD_NAME, targetType, null);
87 e.checkcast(targetType);
H A DBeanCopier.java97 Type targetType = Type.getType(target);
119 e.checkcast(targetType);
126 e.checkcast(targetType);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRuntime.js419 * @param {!Function} targetType
422 function isInstanceOf(targetType)
424 return context instanceof targetType;
447 * @param {!Function} targetType
450 function isContextTypeKnown(targetType)
452 return !!targetType["__applicable"];
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java752 com.android.dx.rop.type.Type targetType) {
754 switch (targetType.getBasicType()) {
763 return Rops.opConv(targetType, sourceType);
751 getCastRop(com.android.dx.rop.type.Type sourceType, com.android.dx.rop.type.Type targetType) argument
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp224 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
240 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType) argument
243 , m_targetType (targetType)
246 DE_ASSERT(targetType < TARGETTYPE_LAST);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp3330 const EarlyFragmentTestsCase::RenderTargetType targetType = (EarlyFragmentTestsCase::RenderTargetType)testRenderTargetI; local
3338 const string targetName = targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO ? (std::string("_fbo"))
3339 : targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT ? (std::string("_fbo_with_no_") + testTypeName)
3346 + ((targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO) ? (", render to fbo")
3347 : (targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT) ? (", render to fbo without relevant buffer")
3350 earlyTestsGroup->addChild(new EarlyFragmentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType));
H A Des31fProgramUniformTests.cpp739 const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScalarType, size); local
741 result.type = targetType;
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java652 TypeId<?> targetType = TypeId.get(target);
653 MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call", sourceType);
656 Local<?> localCasted = code.newLocal(targetType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp689 const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScalarType, size); local
691 result.type = targetType;
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp840 const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScalarType, size); local
842 result.type = targetType;
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 266 milliseconds