HomeSort by relevance Sort by last modified time
    Searched refs:RESIZE (Results 1 - 25 of 44) sorted by null

1 2

  /external/ltp/testcases/kernel/io/disktest/
defs.h 72 #define RESIZE(mem, size) HeapReAlloc(GetProcessHeap(), 0, mem, size)
84 #define RESIZE(mem, size) realloc(mem, size)
  /external/dtc/tests/
sw_tree1.c 36 RESIZE,
50 case RESIZE:
98 if (streq(argv[1], "resize")) {
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 57 protected static final int RESIZE = R.id.action_resize;
93 mActions.put(RESIZE, new AccessibilityAction(RESIZE,
138 info.addAction(mActions.get(RESIZE));
211 } else if (action == RESIZE) {
  /hardware/interfaces/renderscript/1.0/
types.hal 206 RESIZE = 2,
  /external/f2fs-tools/fsck/
main.c 95 MSG(0, "\nUsage: resize.f2fs [options] device\n");
135 else if (!strcmp("resize.f2fs", prog))
378 } else if (!strcmp("resize.f2fs", prog)) {
381 c.func = RESIZE;
665 ASSERT_MSG("Nothing to resize, now only support resize to expand\n");
741 case RESIZE:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 202 setShellStyle(shellStyle | SWT.MAX | SWT.RESIZE);
278 // Add a listener that will resize the column to the full width of the table
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 80 // Allow resize
81 super.setShellStyle(newShellStyle | SWT.TITLE | SWT.MODELESS | SWT.RESIZE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 89 setShellStyle(shellStyle | SWT.MAX | SWT.RESIZE);
  /external/f2fs-tools/include/
f2fs_fs.h 299 RESIZE,
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 130 EDIT, PREFS, EMAIL, RESIZE, COPY, PASTE;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 127 setShellStyle(SWT.CLOSE | SWT.RESIZE | SWT.TITLE);
  /external/annotation-tools/asmx/src/org/objectweb/asm/
ClassReader.java 74 static final boolean RESIZE = true;
    [all...]
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 446 /* Resize nav height when window height changes */
447 $(window).resize(function() {
536 // Resize once loading is finished
554 resizePackagesNav = $("#resize-packages-nav");
871 /* ######### RESIZE THE SIDENAV HEIGHT ########## */
911 var classesHeight = navHeight - parseInt($("#resize-packages-nav").css("height")) - 10 + "px";
917 $("#resize-packages-nav").css({height:navHeight - 10}); //subtract 10px for drag bar
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/
org.jacoco.agent-0.7.6.201602180812-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/
org.jacoco.agent-0.7.7.201606060606-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.8/
org.jacoco.agent-0.7.8-runtime.jar 
  /tools/tradefederation/core/res/jacoco/
jacocoagent.jar 
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 

Completed in 879 milliseconds

1 2