/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridMatch.java | 91 return String.format("Align baseline in row %1$d", cellIndex + 1); in getDisplayName() 96 return String.format("Insert into column %1$d", cellIndex + 1); in getDisplayName() 102 return String.format("Add next to column %1$d", cellIndex + 1); in getDisplayName() 104 return String.format("Align left at x=%1$d", matchedLine - layout.getBounds().x); in getDisplayName() 107 return String.format("Insert right-aligned into column %1$d", cellIndex + 1); in getDisplayName() 109 return String.format("Align right at x=%1$d", matchedLine - layout.getBounds().x); in getDisplayName() 112 return String.format("Insert into row %1$d", cellIndex + 1); in getDisplayName() 118 return String.format("Add below row %1$d", cellIndex + 1); in getDisplayName() 120 return String.format("Align top at y=%1d", matchedLine - layout.getBounds().y); in getDisplayName() 123 return String.format("Insert into bottom of row %1$d", cellIndex + 1); in getDisplayName() [all …]
|
/sdk/files/ |
D | android.el | 73 (format "%s -attach localhost:%s -sourcepath%s" 76 (format "%s/src" root)))) 96 (compile (format "adb install -r %s" apk))) 104 (compile (format "adb uninstall %s" package-name))) 116 (compile (format "adb shell am start -n %s/%s" package class))) 128 (compile (format "adb shell am start -D -n %s/%s" package class)))
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLESvalidate.cpp | 50 bool GLESvalidate::pixelOp(GLenum format,GLenum type) { in pixelOp() argument 54 return format == GL_RGBA; in pixelOp() 56 return format == GL_RGB; in pixelOp() 61 bool GLESvalidate::pixelFrmt(GLEScontext* ctx ,GLenum format) { in pixelFrmt() argument 62 if (ctx && ctx->getCaps()->GL_EXT_TEXTURE_FORMAT_BGRA8888 && format == GL_BGRA_EXT) in pixelFrmt() 64 if (ctx && ctx->getCaps()->GL_EXT_PACKED_DEPTH_STENCIL && format == GL_DEPTH_STENCIL_OES) in pixelFrmt() 66 switch(format) { in pixelFrmt()
|
D | TextureUtils.cpp | 49 …Lint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, cons… in doCompressedTexImage2D() 56 GLint format = GL_RGB; in doCompressedTexImage2D() local 69 glTexImage2DPtr(target,level,format,width,height,border,format,type,pOut); in doCompressedTexImage2D()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/ |
D | GLMessageFormatter.java | 17 package com.android.ide.eclipse.gltrace.format; 56 return String.format(" = (%s) %s", returnSpec.getCType(), //$NON-NLS-1$ in formatReturnValue() 63 return String.format("%s(%s)", apiSpec.getFunction(), //$NON-NLS-1$ in formatCall() 103 return String.format("%f", var.getFloatValue(0)); //$NON-NLS-1$ in formatDataValue() 122 return String.format("0x%x", var.getIntValue(0)); //$NON-NLS-1$ in formatPointer() 149 … return String.format("[ %d bytes ]", var.getRawBytesList().get(0).size()); //$NON-NLS-1$ in formatPointer() 159 return String.format("0x%x", var.getIntValue(0)); //$NON-NLS-1$ in formatPointer()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Validate.cpp | 112 bool GLESv2Validate::readPixelFrmt(GLenum format){ in readPixelFrmt() argument 113 switch(format) { in readPixelFrmt() 151 bool GLESv2Validate::pixelFrmt(GLEScontext* ctx,GLenum format) { in pixelFrmt() argument 152 if(format == GL_DEPTH_COMPONENT) in pixelFrmt() 155 return GLESvalidate::pixelFrmt(ctx, format); in pixelFrmt()
|
D | GLESv2Validate.h | 32 static bool readPixelFrmt(GLenum format); 37 static bool pixelFrmt(GLEScontext* ctx,GLenum format);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | ActivityLaunchAction.java | 57 String msg = String.format("Starting activity %1$s on device %2$s", mActivity, in doLaunchAction() 80 AdtPlugin.printErrorToConsole(info.getProject(), String.format( in doLaunchAction() 91 String.format("Launch error: %s", e.getMessage())); in doLaunchAction() 122 return String.format("%1$s activity launch", mActivity); in getLaunchDescription()
|
D | AndroidLaunchController.java | 252 String msg = String.format( in getLaunchConfig() 303 String message = String.format("Performing %1$s", launchAction.getLaunchDescription()); in launch() 388 AdtPlugin.printErrorToConsole(project, String.format( in launch() 405 AdtPlugin.printToConsole(project, String.format( in launch() 418 AdtPlugin.printToConsole(project, String.format( in launch() 508 AdtPlugin.printToConsole(project, String.format( in launch() 515 AdtPlugin.printToConsole(project, String.format( in launch() 539 AdtPlugin.printErrorToConsole(project, String.format( in launch() 546 AdtPlugin.printToConsole(project, String.format( in launch() 562 …message = String.format("Automatic Target Mode: using existing emulator '%1$s' running compatible … in launch() [all …]
|
D | AMReceiver.java | 91 msg = String.format( in processNewLines() 96 msg = String.format( in processNewLines() 101 msg = String.format( in processNewLines()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
D | TestLogger.java | 32 String message = String.format(errorFormat, args); in error() 41 System.out.println(String.format(msgFormat, args)); in info() 51 System.err.println(String.format(warningFormat, args)); in warning()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
D | DeviceBridge.java | 152 Log.e("hierarchy", String.format( in setupDeviceForward() 156 Log.e("hierarchy", String.format( in setupDeviceForward() 174 Log.e("hierarchy", String.format( in removeDeviceForward() 178 Log.e("hierarchy", String.format( in removeDeviceForward() 200 return String.format("service call window %d i32 %d", in buildStartServerShellCommand() 205 return String.format("service call window %d", Configuration.SERVICE_CODE_STOP_SERVER); in buildStopServerShellCommand() 209 return String.format("service call window %d", in buildIsServerRunningShellCommand()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
D | AndroidXmlFormatter.java | 39 public final void format(IDocument document, IRegion region) { in format() method in AndroidXmlFormatter 52 format(document, context); in format() 61 public void format(IDocument document, IFormattingContext context) { in format() method in AndroidXmlFormatter 80 strategy.format(); in formatMaster()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | AdtConsoleSdkLog.java | 36 AdtPlugin.printErrorToConsole(TAG, String.format(errorFormat, args)); in error() 42 String msg = String.format(msgFormat, args); in info() 57 AdtPlugin.printToConsole(TAG, String.format("Warning: " + warningFormat, args)); in warning()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | DexWrapper.java | 74 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format( in loadDex() 113 String.format(Messages.DexWrapper_Failed_to_load_s, osFilepath), e); in loadDex() 116 String.format(Messages.DexWrapper_Failed_to_load_s, osFilepath), e); in loadDex() 168 String.format(Messages.DexWrapper_Unable_To_Execute_Dex_s, in run() 202 msg = String.format("%s. Check the Eclipse log for stack trace.", in run() 207 String.format(Messages.DexWrapper_Unable_To_Execute_Dex_s, msg), t)); in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
D | ResourceNameValidator.java | 137 return String.format("'%1$c' is not a valid resource name character", c); in isValid() 144 return String.format( in isValid() 153 return String.format( in isValid() 162 return String.format("%1$s is not a valid name (reserved Java keyword)", newText); in isValid() 169 return String.format("%1$s already exists", newText); in isValid() 171 return String.format("%1$s does not exist", newText); in isValid()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
D | SampleProjectTest.java | 97 sLogger.log(Level.INFO, String.format("Testing sample %s for target %s", name, in doTestSampleProject() 126 String.format("Unexpected exception when creating sample project %s " + in doTestSampleProject() 143 assertNotNull(String.format("could not read manifest %s", manifestPath), in prepareProject() 151 assertTrue(String.format("%s project not created", name), iproject.exists()); in validateProjectExists() 152 assertTrue(String.format("%s project not opened", name), iproject.isOpen()); in validateProjectExists() 166 StringBuilder failureBuilder = new StringBuilder(String.format("%s project has errors:", in validateNoProblems() 229 fail(String.format("Expected build event never happened for %s", iproject.getName())); in waitForBuild()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | MacNative.h | 37 void* nsCreateContext(void* format,void* share); 43 void* nsCreatePBuffer(GLenum target,GLenum format,int maxMip,int width,int height);
|
D | EglPbufferSurface.h | 41 void getTexInfo(EGLint* format,EGLint* target){ *format = m_texFormat; *target = m_texTarget;} in getTexInfo() argument
|
/sdk/emulator/opengl/host/tools/emugen/ |
D | README | 14 * Input files description & format 117 file has the following format: 134 global attributes of the protocol. For uptodate format of the file, 136 tree. The format of the .attrib file is described below. 142 <type name> <size in bits> <print format string> <is a pointer? true|false> 146 <print format string> a string to format the value of the type, as 246 .attrib file format description: 250 The file format is as follows: 277 format: base_opcode 100 281 format: encoder_headers <stdio.h> "kuku.h" [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | PreCompilerBuilder.java | 432 String msg = String.format(Messages.s_File_Missing, in build() 457 String msg = String.format(Messages.s_Contains_Xml_Error, in build() 477 String msg = String.format( in build() 486 String msg = String.format( in build() 494 String msg = String.format( in build() 522 String msg = String.format( in build() 531 String msg = String.format( in build() 545 String msg = String.format( in build() 554 String msg = String.format( in build() 572 String msg = String.format( in build() [all …]
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLESvalidate.h | 25 static bool pixelOp(GLenum format,GLenum type); 26 static bool pixelFrmt(GLEScontext* ctx , GLenum format);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | NdkLaunchConstants.java | 33 String.format("%1$s/obj/local/%2$s/app_process", //$NON-NLS-1$ 37 String.format("%1$s/obj/local/%2$s/", //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
D | OverviewLinksPart.java | 51 …buf.append(String.format("<form><li style=\"image\" value=\"app_img\"><a href=\"page:%1$s\">", //$… in OverviewLinksPart() 58 …buf.append(String.format("<li style=\"image\" value=\"perm_img\"><a href=\"page:%1$s\">", //$NON-N… in OverviewLinksPart() 65 …buf.append(String.format("<li style=\"image\" value=\"inst_img\"><a href=\"page:%1$s\">", //$NON-N… in OverviewLinksPart() 72 …buf.append(String.format("<li style=\"image\" value=\"srce_img\"><a href=\"page:%1$s\">", //$NON-N… in OverviewLinksPart()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLUtils.java | 27 public static String formatData(byte[] data, GLEnum format) { in formatData() argument 28 switch (format) { in formatData() 52 sb.append(String.format("%.4f", bb.get())); in formatFloats()
|