HomeSort by relevance Sort by last modified time
    Searched refs:setProperty (Results 251 - 275 of 1293) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 115 System.setProperty(USR_HOME_KEY, homePath);
127 System.setProperty(TMP_DIR_KEY, tempPath);
146 System.setProperty(TMP_DIR_KEY, tempPath);
149 System.setProperty(USR_HOME_KEY, homePath);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 188 public void setProperty(String property, Object value);
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
AbortSynchronousDialog.java 45 jobListLabel.getElement().getStyle().setProperty("padding", "1em");
  /external/autotest/frontend/client/src/autotest/common/ui/
NotifyManager.java 47 outerPanel.getElement().getStyle().setProperty("position", "fixed");
  /external/autotest/frontend/client/src/autotest/tko/
TkoUtils.java 55 DOM.getElementById(elementId).getStyle().setProperty("display", visible ? "" : "none");
  /external/jline/src/src/test/java/jline/
ConsoleReaderTest.java 17 System.setProperty("jline.WindowsTerminal.directConsole", "false");
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 144 System.setProperty("useJavaUtilZip", "true"); // setting value to any non-null string
  /external/junit-params/src/test/java/junitparams/internal/
TestMethodTest.java 47 System.setProperty("JUnitParams.flat", "true");
  /external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
TestCorsHttpServer.java 140 System.setProperty(SimpleWebServer.ACCESS_CONTROL_ALLOW_HEADER_PROPERTY_NAME, expectedValue);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
InstrumentDetectorTest.java 52 System.setProperty("robolectric.cusomClassLoader", "yes");
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DumperOptionsTest.java 217 System.setProperty("line.separator", "\n");
226 System.setProperty("line.separator", "\r");
235 System.setProperty("line.separator", "\r\n");
245 System.setProperty("line.separator", "\n\r");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 53 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkManagementServiceTest.java 55 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /libcore/luni/src/test/java/libcore/dalvik/system/
PathClassLoaderTest.java 51 System.setProperty("java.library.path", systemLibPath.toString());
  /packages/apps/Car/Hvac/src/com/android/car/hvac/
LocalHvacPropertyService.java 104 public void setProperty(CarPropertyValue prop) throws RemoteException {
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
AccountTypeManagerTest.java 64 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().getPath());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
DpcReceivedSuccessReceiverTest.java 60 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
UserProvisioningStateHelperTest.java 60 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DisallowAddUserTaskTest.java 59 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
StartManagedProfileTaskTest.java 74 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/apps/Settings/tests/unit/src/com/android/settings/
ChooseLockSettingsHelperTest.java 33 System.setProperty(SYSTEM_PROPERTY_DEXMAKER_DEXCACHE, getContext().getCacheDir().getPath());
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
StringResourceMap.java 60 parser.setProperty("http://xml.org/sax/properties/lexical-handler", handler);
  /packages/services/Car/tools/emulator/
vhal_emulator.py 40 v.setProperty(c.VEHICLE_PROPERTY_HVAC_TEMPERATURE_SET, c.VEHICLE_ZONE_ROW_1_LEFT, 70)
42 # Get the response message to setProperty()
90 Dictionary of prop_id to value_type. Used by setProperty() to properly format data.
184 def setProperty(self, prop, area_id, value):
186 Sends a setProperty command for the specified property ID, area ID, and value.
  /prebuilts/misc/common/robolectric/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar 

Completed in 1290 milliseconds

<<11121314151617181920>>