Searched refs:empty (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/mksdcard/src/source/ |
D | mksdcard.c | 189 static Byte empty[256*1024]; in write_empty() local 190 memset(empty, 0, sizeof(empty)); in write_empty() 194 int len = sizeof(empty); in write_empty() 197 if ( fwrite( empty, 1, len, file ) != (size_t)len ) { in write_empty()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | LaunchConfigDelegate.java | 407 String empty = ""; in getActivityName() local 410 activityName = configuration.getAttribute(ATTR_ACTIVITY, empty); in getActivityName() 415 return (activityName != empty) ? activityName : null; in getActivityName()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | NdkGdbLaunchDelegate.java | 484 String empty = ""; //$NON-NLS-1$ in getActivityNameInLaunchConfig() local 487 activityName = configuration.getAttribute(LaunchConfigDelegate.ATTR_ACTIVITY, empty); in getActivityNameInLaunchConfig() 492 return (activityName != empty) ? activityName : null; in getActivityNameInLaunchConfig()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion1-expected-completion39.txt | 5 android:hint : Hint text to display when the text is empty. [string] 72 …ayout : Variation of textEditPasteWindowLayout displayed when the clipboard is empty. [reference] 74 …t : Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty. [reference]
|
D | completion5-expected-completion40.txt | 5 android:hint : Hint text to display when the text is empty. [string] 72 …ayout : Variation of textEditPasteWindowLayout displayed when the clipboard is empty. [reference] 74 …t : Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty. [reference]
|
D | completionvalues1-expected-completion32.txt | 123 android:hint : Hint text to display when the text is empty. [string] 206 android:queryHint : An optional query hint string to be displayed in the empty query field. [stri… 259 android:stretchMode : Defines how columns should stretch to fill the available empty space, if any… 279 …ayout : Variation of textEditPasteWindowLayout displayed when the clipboard is empty. [reference] 281 …t : Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty. [reference]
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …empty.fire,j.empty.fire=function(){j.unqueued||k()}),j.unqueued++,l.always(function(){l.always(fun… method
|
/sdk/docs/ |
D | howto_use_cupcake_sdk.txt | 73 new empty workspace. This is just a precaution. The update process should
|