HomeSort by relevance Sort by last modified time
    Searched defs:setAttribute (Results 101 - 125 of 215) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_util.js 379 ImageUtil.setAttribute = function(element, attribute, on) {
381 element.setAttribute(attribute, '');
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 208 public void setAttribute(String key, String value) {
442 setAttribute(attribute.getKey(), attribute.getValue());
NewHdfParser.java 85 child.setAttribute(key, value);
  /frameworks/base/media/java/android/media/
ExifInterface.java 184 public void setAttribute(String tag, String value) {
242 * and renaming the other. It's best to use {@link #setAttribute(String,String)}
  /libcore/luni/src/test/java/tests/api/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/editors/layout/refactoring/
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/launch/
EmulatorConfigTab.java 553 configuration.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
557 configuration.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, avd.getName());
559 configuration.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, (String)null);
561 configuration.setAttribute(LaunchConfigDelegate.ATTR_SPEED,
563 configuration.setAttribute(LaunchConfigDelegate.ATTR_DELAY,
565 configuration.setAttribute(LaunchConfigDelegate.ATTR_COMMANDLINE,
567 configuration.setAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA,
569 configuration.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM,
597 configuration.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
599 configuration.setAttribute(LaunchConfigDelegate.ATTR_SPEED
    [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 385 element.setAttribute(ATTR_NAME, name);
387 element.setAttribute(ATTR_TYPE, typeName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 380 wcopy.setAttribute(IGDBLaunchConfigurationConstants.ATTR_DEBUG_NAME,
384 wcopy.setAttribute(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME,
395 wcopy.setAttribute(IGDBLaunchConfigurationConstants.ATTR_DEBUGGER_SOLIB_PATH,
  /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);
  /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 264 setAttribute(testPackageElem, ATTRIBUTE_NAME_VERSION, ATTRIBUTE_VALUE_VERSION);
265 setAttribute(testPackageElem, ATTRIBUTE_NAME_FRAMEWORK, ATTRIBUTE_VALUE_FRAMEWORK);
322 setAttribute(child, ATTRIBUTE_NAME, newName);
424 setAttribute(caseNode, ATTRIBUTE_NAME, caze.mName);
426 setAttribute(caseNode, ATTRIBUTE_HOST_CONTROLLER, caze.mController);
444 protected void setAttribute(Node elem, String name, String value) {
478 setAttribute(suiteElem, ATTRIBUTE_NAME, name);
485 setAttribute(leafSuiteElem, ATTRIBUTE_NAME, suiteName);
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 396 context.setAttribute(ExecutionContext.HTTP_TARGET_HOST,
398 context.setAttribute(ExecutionContext.HTTP_PROXY_HOST,
400 context.setAttribute(ExecutionContext.HTTP_CONNECTION,
402 context.setAttribute(ClientContext.TARGET_AUTH_STATE,
404 context.setAttribute(ClientContext.PROXY_AUTH_STATE,
410 context.setAttribute(ExecutionContext.HTTP_REQUEST,
500 context.setAttribute(ClientContext.USER_TOKEN, userToken);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1108 public final void setAttribute(String name, String value)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 384 public void setAttribute(String name, String value) throws DOMException
386 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setAttribute not supported!");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 361 setAttribute(name, emptyAtom);
884 void Element::setAttribute(const AtomicString& localName, const AtomicString& value, ExceptionState& exceptionState)
899 void Element::setAttribute(const QualifiedName& name, const AtomicString& value)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/javassist/src/main/javassist/
CtClass.java     [all...]
CtField.java 432 public void setAttribute(String name, byte[] data) {
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 541 public Object setAttribute( String name, Object value )
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 425 context.setAttribute(ExecutionContext.HTTP_TARGET_HOST,
427 context.setAttribute(ExecutionContext.HTTP_PROXY_HOST,
429 context.setAttribute(ExecutionContext.HTTP_CONNECTION,
431 context.setAttribute(ClientContext.TARGET_AUTH_STATE,
433 context.setAttribute(ClientContext.PROXY_AUTH_STATE,
549 context.setAttribute(ClientContext.USER_TOKEN, userToken);
746 context.setAttribute(ExecutionContext.HTTP_TARGET_HOST,
748 context.setAttribute(ExecutionContext.HTTP_PROXY_HOST,
750 context.setAttribute(ExecutionContext.HTTP_CONNECTION,
752 context.setAttribute(ClientContext.TARGET_AUTH_STATE
    [all...]
  /external/smack/src/com/kenai/jbosh/
BOSHClient.java 554 .setAttribute(Attributes.PAUSE, maxPause.toString())
587 builder.setAttribute(Attributes.TYPE, TERMINATE);
842 builder.setAttribute(Attributes.TO, cfg.getTo());
843 builder.setAttribute(Attributes.XML_LANG, cfg.getLang());
844 builder.setAttribute(Attributes.VER,
846 builder.setAttribute(Attributes.WAIT, "60");
847 builder.setAttribute(Attributes.HOLD, "1");
848 builder.setAttribute(Attributes.RID, Long.toString(rid));
851 builder.setAttribute(Attributes.ACK, "1");
854 builder.setAttribute(Attributes.SID, null)
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 58 * getAttribute/setAttribute.
408 setAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN, i);
417 setAttribute(this.address, UNUM_GROUPING_SIZE, value);
422 setAttribute(this.address, UNUM_GROUPING_USED, i);
426 setAttribute(this.address, UNUM_MAX_FRACTION_DIGITS, value);
430 setAttribute(this.address, UNUM_MAX_INTEGER_DIGITS, value);
434 setAttribute(this.address, UNUM_MIN_FRACTION_DIGITS, value);
438 setAttribute(this.address, UNUM_MIN_INTEGER_DIGITS, value);
442 setAttribute(this.address, UNUM_MULTIPLIER, value);
481 setAttribute(this.address, UNUM_PARSE_INT_ONLY, i)
    [all...]

Completed in 404 milliseconds

1 2 3 45 6 7 8 9