HomeSort by relevance Sort by last modified time
    Searched refs:dataType (Results 126 - 150 of 225) sorted by null

1 2 3 4 56 7 8 9

  /external/opencv/cv/src/
_cvipp.h 163 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))
167 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 399 public void notePhoneDataConnectionState(int dataType, boolean hasData) {
402 mStats.notePhoneDataConnectionStateLocked(dataType, hasData);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java     [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 89 final String dataType = "testdataType";
91 new IntentFilter(ACTION, dataType);
99 * Assert that the given filter contains the given action and dataType. If
100 * action or dataType are null, assert that the filter has no actions or
103 private void verifyContent(IntentFilter filter, String action, String dataType) {
110 if (dataType != null) {
112 assertEquals(dataType, filter.getDataType(0));
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 258 if (value.dataType == Res_value::TYPE_STRING) {
262 } else if (Res_value::TYPE_FIRST_INT <= value.dataType &&
263 value.dataType <= Res_value::TYPE_LAST_INT) {
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 556 dataType: "script"
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 61 static int getTypeSize (glu::DataType type)
263 Variable (const SharedPtr& enclosing, glu::DataType dataType)
265 , m_dataType (dataType)
276 const glu::DataType m_dataType;
430 static glu::Precision getDataTypeDefaultPrecision (const glu::DataType& type)
465 const glu::DataType basicType = static_cast<const ResourceDefinition::Variable*>(resource)->m_dataType;
    [all...]
es31fShaderIntegerFunctionTests.cpp 81 const glu::DataType basicType = varValue.type.getBasicType();
82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
137 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues)
139 const int scalarSize = glu::getDataTypeScalarSize(dataType);
142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType);
350 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
358 UaddCarryCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
371 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
425 const glu::DataType type = m_spec.inputs[0].varType.getBasicType()
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1076 SExpr *dataType() { return Dtype.get(); }
1077 const SExpr *dataType() const { return Dtype.get(); }
1089 return Cmp.compare(dataType(), E->dataType());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp 593 glTexImage2D (GL_TEXTURE_2D, 0, m_colorFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL);
603 glTexImage2D (GL_TEXTURE_2D, 0, m_depthStencilFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL);
    [all...]
es3fTransformFeedbackTests.cpp 712 glu::DataType type = attribute.type.getBasicType();
715 glu::DataType scalarType = glu::getDataTypeScalarType(type);
825 const glu::DataType dataType = glu::getDataTypeFromGLType(type);
826 const std::string typeName = dataType != glu::TYPE_LAST ? std::string(glu::getDataTypeName(dataType))
    [all...]
  /frameworks/rs/
rsElement.cpp 173 mHal.state.dataType = mComponent.getType();
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
wglext.h     [all...]
  /external/mesa3d/include/GL/
wglext.h     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 47 * as specified by the corresponding DataType enum.
93 DataType type;
142 DataType dataType;
774 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName);
917 DataType
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu_emit.c 432 GLuint dataType )
471 insn->bits3.math_gen5.data_type = dataType;
478 insn->bits3.math.data_type = dataType;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 432 GLuint dataType )
471 insn->bits3.math_gen5.data_type = dataType;
478 insn->bits3.math.data_type = dataType;
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 783 String datatype = args.getString("datatype"); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 120 dataType = ty;
143 AsyncTaskPageData.Type dataType;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 113 dataType = ty;
136 AsyncTaskPageData.Type dataType;
    [all...]

Completed in 1082 milliseconds

1 2 3 4 56 7 8 9