HomeSort by relevance Sort by last modified time
    Searched defs:setAttribute (Results 151 - 175 of 472) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 352 * Test the getAttribute() and setAttribute() methods
356 session.setAttribute(NAME1, VALUE);
357 session.setAttribute(NAME2, null);
377 * Test the setAttribute() method, passing in a null name
381 session.setAttribute(null, VALUE);
394 session.setAttribute(NAME1, VALUE);
417 session.setAttribute(NAME1, VALUE);
419 session.setAttribute(NAME2, VALUE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 137 child.setAttribute(uri, ATTR_LAYOUT_MARGIN, margins[0]);
138 child.setAttribute(uri, ATTR_LAYOUT_MARGIN_LEFT, margins[1]);
139 child.setAttribute(uri, ATTR_LAYOUT_MARGIN_RIGHT, margins[2]);
140 child.setAttribute(uri, ATTR_LAYOUT_MARGIN_TOP, margins[3]);
141 child.setAttribute(uri, ATTR_LAYOUT_MARGIN_BOTTOM, margins[4]);
231 child.setAttribute(ANDROID_URI, attribute, value);
547 newNode.setAttribute(uri, name, value);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 240 marker.setAttribute(IMarker.LINE_NUMBER, lineNumber);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java 272 element.setAttribute(ATTR_NAME, displayName);
275 element.setAttribute(ATTR_CONFIG, folderName);
277 element.setAttribute(ATTR_THEME, theme);
280 element.setAttribute(ATTR_TARGET, Configuration.targetToString(target));
290 element.setAttribute(ATTR_LOCALE, value);
294 element.setAttribute(ATTR_DEVICE, device.getName());
296 element.setAttribute(ATTR_STATE, state.getName());
301 element.setAttribute(ATTR_ACTIVITY, activity);
305 element.setAttribute(ATTR_UIMODE, uiMode.getResourceValue());
309 element.setAttribute(ATTR_NIGHTMODE, nightMode.getResourceValue())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 246 setAttribute(rootEdit, element, ANDROID_URI, getAndroidNamespacePrefix(),
ExtractStyleRefactoring.java 370 setAttribute(rootEdit, element, null, null, ATTR_STYLE, value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 146 marker.setAttribute(IMarker.MESSAGE, message);
147 marker.setAttribute(IMarker.SEVERITY, severity);
156 marker.setAttribute(IMarker.LINE_NUMBER, lineNumber);
160 marker.setAttribute(IMarker.CHAR_START, startOffset);
161 marker.setAttribute(IMarker.CHAR_END, endOffset);
213 marker.setAttribute(IMarker.MESSAGE, message);
214 marker.setAttribute(IMarker.SEVERITY, severity);
215 marker.setAttribute(IMarker.PRIORITY, priority);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 298 config.setAttribute(NdkLaunchConstants.ATTR_NDK_GDB, mGdbPathText.getText().trim());
299 config.setAttribute(IGDBLaunchConfigurationConstants.ATTR_GDB_INIT,
301 config.setAttribute(IGDBLaunchConfigurationConstants.ATTR_PORT,
303 config.setAttribute(NdkLaunchConstants.ATTR_NDK_SOLIB,
NdkGdbLaunchDelegate.java 399 wcopy.setAttribute(IGDBLaunchConfigurationConstants.ATTR_DEBUG_NAME,
403 wcopy.setAttribute(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME,
414 wcopy.setAttribute(IGDBLaunchConfigurationConstants.ATTR_DEBUGGER_SOLIB_PATH,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 77 b4.setAttribute(ANDROID_URI, ATTR_LAYOUT_COLUMN_SPAN, "2");
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/item/
MonkeyLogItem.java 91 setAttribute(PACKAGES, new StringSet());
92 setAttribute(CATEGORIES, new StringSet());
93 setAttribute(THROTTLE, 0);
94 setAttribute(IGNORE_SECURITY_EXCEPTIONS, false);
95 setAttribute(IS_FINISHED, false);
96 setAttribute(NO_ACTIVITIES, false);
97 setAttribute(INTERMEDIATE_COUNT, 0);
111 setAttribute(START_TIME, time);
125 setAttribute(STOP_TIME, time);
167 setAttribute(THROTTLE, throttle)
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 132 * See also method setAttribute.
148 * See also method setAttribute.
164 * See also method setAttribute.
385 * LogFactory.getFactory().setAttribute(...)
398 public void setAttribute(String name, Object value) {
401 logDiagnostic("setAttribute: call too late; configuration already performed.");
681 * Attempt to find an attribute (see method setAttribute) or a
685 * system properties in case someone has explicitly called setAttribute,
748 * need to give the user a chance to call method setAttribute in order to
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 208 public void setAttribute(String key, String value) {
442 setAttribute(attribute.getKey(), attribute.getValue());
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 452 * @see org.mockftpserver.core.session.Session#setAttribute(java.lang.String, java.lang.Object)
454 public void setAttribute(String name, Object value) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 446 * @see org.mockftpserver.core.session.Session#setAttribute(java.lang.String, java.lang.Object)
448 public void setAttribute(String name, Object value) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ExifInterfaceTest.java 367 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc");
372 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue);
393 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc");
399 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderFactoryTest.java 87 // dbf.setAttribute(attributes[i], values[i]);
98 // dbf.setAttribute(null, null);
327 * javax.xml.parsers.DocumentBuilderFactory#setAttribute(java.lang.String,
338 // dbf.setAttribute(attributes[i], values[i]);
350 // dbf.setAttribute(badAttributes[i], "");
359 // dbf.setAttribute(null, null);
674 dbf.setAttribute("foo", new Object());
968 public void setAttribute(String name, Object value) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 333 public boolean setAttribute(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 535 configuration.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
537 configuration.setAttribute(LaunchConfigDelegate.ATTR_REUSE_LAST_USED_DEVICE,
541 configuration.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, avd.getName());
543 configuration.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, (String)null);
545 configuration.setAttribute(LaunchConfigDelegate.ATTR_SPEED,
547 configuration.setAttribute(LaunchConfigDelegate.ATTR_DELAY,
549 configuration.setAttribute(LaunchConfigDelegate.ATTR_COMMANDLINE,
551 configuration.setAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA,
553 configuration.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM,
581 configuration.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE
    [all...]
MainLaunchConfigTab.java 221 configuration.setAttribute(
223 configuration.setAttribute(
227 configuration.setAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION, mLaunchAction);
232 configuration.setAttribute(LaunchConfigDelegate.ATTR_ACTIVITY,
242 configuration.setAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 386 element.setAttribute(ATTR_NAME, name);
388 element.setAttribute(ATTR_TYPE, typeName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 88 setAttribute(uri, name, value);
210 public boolean setAttribute(@Nullable String uri, @NonNull String localName,
352 public boolean setAttribute(String uri, String localName, String value) {
358 return super.setAttribute(uri, localName, value);
  /frameworks/support/exifinterface/tests/src/android/support/media/
ExifInterfaceTest.java 535 exif.setAttribute(ExifInterface.TAG_DATETIME, dateTimeValue);
536 exif.setAttribute(ExifInterface.TAG_DATETIME_ORIGINAL, dateTimeOriginalValue);
545 exif.setAttribute(ExifInterface.TAG_DATETIME, null);
569 exif.setAttribute(ExifInterface.TAG_ORIENTATION,
581 exif.setAttribute(ExifInterface.TAG_ORIENTATION,
592 exif.setAttribute(ExifInterface.TAG_ORIENTATION,
602 exif.setAttribute(ExifInterface.TAG_ORIENTATION,
612 exif.setAttribute(ExifInterface.TAG_ORIENTATION, key.toString());
621 exif.setAttribute(ExifInterface.TAG_ORIENTATION,
640 exif.setAttribute(oldTag, isoValue)
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 175 devices.setAttribute(XMLConstants.XMLNS_ATTRIBUTE + ":xsi",
177 devices.setAttribute(XMLConstants.XMLNS_ATTRIBUTE + ":" + LOCAL_NS, NS_DEVICES_XSD);
490 ram.setAttribute(ATTR_UNIT, unit);
509 internalStorage.setAttribute(ATTR_UNIT, UNIT_MEBIBYTES);
  /cts/tools/utils/
DescriptionGenerator.java 276 setAttribute(testPackageElem, ATTRIBUTE_NAME_VERSION, ATTRIBUTE_VALUE_VERSION);
277 setAttribute(testPackageElem, ATTRIBUTE_NAME_FRAMEWORK, ATTRIBUTE_VALUE_FRAMEWORK);
334 setAttribute(child, ATTRIBUTE_NAME, newName);
436 setAttribute(caseNode, ATTRIBUTE_NAME, caze.mName);
438 setAttribute(caseNode, ATTRIBUTE_ABIS, abis.substring(1, abis.length() - 1));
440 setAttribute(caseNode, ATTRIBUTE_HOST_CONTROLLER, caze.mController);
443 setAttribute(caseNode, ATTRIBUTE_TIMEOUT,
462 protected void setAttribute(Node elem, String name, String value) {
496 setAttribute(suiteElem, ATTRIBUTE_NAME, name);
503 setAttribute(leafSuiteElem, ATTRIBUTE_NAME, suiteName)
    [all...]

Completed in 2504 milliseconds

1 2 3 4 5 67 8 91011>>