HomeSort by relevance Sort by last modified time
    Searched refs:newType (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceUtils.java 491 final String oldType, final String newType) {
500 values.put(CalendarContract.Calendars.ACCOUNT_TYPE, newType);
507 final String oldType, final String newType) {
516 values.put(CalendarContract.Calendars.ACCOUNT_TYPE, newType);
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /libcore/luni/src/main/java/java/util/
Arrays.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 935 convert_color_type(SWspan *span, GLenum newType, GLuint output)
951 if (newType == GL_UNSIGNED_BYTE) {
954 else if (newType == GL_UNSIGNED_SHORT) {
962 newType, dst,
965 span->array->ChanType = newType;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 935 convert_color_type(SWspan *span, GLenum newType, GLuint output)
951 if (newType == GL_UNSIGNED_BYTE) {
954 else if (newType == GL_UNSIGNED_SHORT) {
962 newType, dst,
965 span->array->ChanType = newType;
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 534 const Type *newType, bool zeroNew) {
536 const uint32_t dimX = newType->getDimX();
545 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL);
548 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
    [all...]
  /frameworks/rs/
rs_hal.h 169 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs_hal.h 150 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs_hal.h 150 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs_hal.h 150 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 278 String newHistoryName, int newType, boolean newUnimportantForLogging) {
282 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java     [all...]
  /external/clang/include/clang/AST/
Decl.h 480 void setType(QualType newType) { DeclType = newType; }
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 338 Type newType(Element e, int size) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 403 RefPtrWillBeRawPtr<InputType> newType = InputType::create(*this, newTypeName);
412 m_inputType = newType.release();
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-cli-1.2.jar 
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 210 * @param newType the IType representing the newly created class.
212 public void processNewType(IType newType);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 544 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) {
545 uint8_t Type = newType;
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 

Completed in 858 milliseconds

12 3 4 5