HomeSort by relevance Sort by last modified time
    Searched full:getproperty (Results 451 - 475 of 1831) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmllite.h 73 virtual HRESULT STDMETHODCALLTYPE GetProperty(
175 HRESULT (STDMETHODCALLTYPE *GetProperty)(
282 #define IXmlReader_GetProperty(This,property,value) (This)->lpVtbl->GetProperty(This,property,value)
320 return This->lpVtbl->GetProperty(This,property,value);
824 virtual HRESULT STDMETHODCALLTYPE GetProperty(
954 HRESULT (STDMETHODCALLTYPE *GetProperty)(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 94 if (AUTO_MONITOR_PREFKEY.equals(event.getProperty())
97 } else if (AUTO_MONITOR_LOGLEVEL.equals(event.getProperty())) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /external/chromium_org/content/shell/tools/plugin/
PluginObject.cpp 48 if (!browser->getproperty(instance,
447 if (browser->getproperty(
786 browser->getproperty(obj->npp, object, propertyIdentifier, &variant);
875 bool retval = browser->getproperty(
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.appserver_3.1.400.v20100427.jar 
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /external/srec/shared/src/
SessionTypeImpl.c 78 Interface->getProperty = &ESR_SessionTypeGetPropertyImpl;
600 CHKLOG(rc, self->getProperty(self, key, (void **)&value, type));
633 CHKLOG(rc, self->getProperty(self, key, (void **)&value, type));
699 CHK(rc, self->getProperty(self, key, (void **)&value, TYPES_PLCHAR));
725 CHK(rc, self->getProperty(self, key, (void **)&value, TYPES_PLCHAR));
751 CHK(rc, self->getProperty(self, key, (void **)&value, TYPES_PLCHAR));
777 CHK(rc, self->getProperty(self, key, (void **)&value, TYPES_PLCHAR));
803 CHK(rc, self->getProperty(self, key, (void **)&value, TYPES_PLCHAR));
1132 CHKLOG(rc, self->getProperty(self, key, (void **)&iList, TYPES_INTARRAYLIST));
    [all...]
  /frameworks/base/docs/html/tools/help/
MonkeyDevice.jd 128 <a href="#getProperty">getProperty</a>
134 The available variable names are listed in the <a href="#getProperty">
600 <A NAME="getProperty"></A>
606 <span class="sympad">getProperty</span>
655 Synonym for <code><a href="#getProperty">getProperty()</a></code>.
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 52 public static final String newline = System.getProperty("line.separator");
55 public static final String pathSep = System.getProperty("path.separator");
62 public static final String SUREFIRE_CLASSPATH = System.getProperty("surefire.test.class.path", "");
67 public static final String CLASSPATH = System.getProperty("java.class.path") + (SUREFIRE_CLASSPATH.equals("") ? "" : pathSep + SUREFIRE_CLASSPATH);
83 tmpdir = new File(System.getProperty("java.io.tmpdir"),
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 266 String tempPath = System.getProperty("java.io.tmpdir");
270 String homePath = System.getProperty("user.home");
333 String property = manager.getProperty(key);
348 String property = manager.getProperty(key);
354 String property = manager.getProperty(key);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 292 == m_text_properties.getProperty(OutputKeys.ENCODING))
452 value = System.getProperty(key);
465 newValue = System.getProperty(newKey);
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 109 const std::string& ConfigFile::GetProperty(
561 image_file_name_ = config_file.GetProperty(kFileName, hwid);
562 image_download_url_ = GURL(config_file.GetProperty(kUrl, hwid));
  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.cc 104 PP_Var GetProperty(PP_Var var,
304 &GetProperty,
419 result.Return(dispatcher(), ppb_var_impl_->GetProperty(
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 174 Object::GetProperty(global, func_name).ToHandleChecked();
194 Object::GetProperty(global, obj_name).ToHandleChecked();
197 CHECK_EQ(*Object::GetProperty(object, prop_name).ToHandleChecked(),
  /external/emma/lib/internal/
stamptool.jar 
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 276 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
613 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop));
625 RINOK(updateCallback->GetProperty(0, kpidSize, &prop));
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 310 RINOK(arc.Archive->GetProperty(index, fieldInfo.PropID, &prop));
403 if (archive->GetProperty(index, propID, &prop) != S_OK)
542 RINOK(archive->GetProperty(mainIndex, propID, &prop));
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 51 private static final int MAXIMUM_INLINED_CODE_LENGTH = Integer.parseInt(System.getProperty("maximum.inlined.code.length", "8"));
52 private static final int MAXIMUM_RESULTING_CODE_LENGTH_JSE = Integer.parseInt(System.getProperty("maximum.resulting.code.length", "7000"));
53 private static final int MAXIMUM_RESULTING_CODE_LENGTH_JME = Integer.parseInt(System.getProperty("maximum.resulting.code.length", "2000"));
  /frameworks/base/core/java/android/net/
Network.java 77 Boolean.parseBoolean(System.getProperty("http.keepAlive", "true"));
79 httpKeepAlive ? Integer.parseInt(System.getProperty("http.maxConnections", "5")) : 0;
81 Long.parseLong(System.getProperty("http.keepAliveDuration", "300000")); // 5 minutes.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 39 + System.getProperty("java.vm.version").replace('.', '-');
72 tempDirectory = new File(addTrailingSlash(System.getProperty("java.io.tmpdir")) + "harmony-test-" + getClass().getSimpleName() + File.separator);
459 String tempDir = addTrailingSlash(System.getProperty("java.io.tmpdir"));
526 String base = System.getProperty("java.io.tmpdir");
641 // File f1 = new File(System.getProperty("java.io.tmpdir"), platformId
    [all...]
  /libcore/luni/src/main/java/java/security/
Security.java 102 return provider.getProperty(propertyName);
336 public static String getProperty(String key) {
340 String property = secprops.getProperty(key);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 344 public String getProperty(String name) {
349 public Integer getProperty(String name, Integer defaultValue) {
354 public Boolean getProperty(String name, Boolean defaultValue) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 401 private static String getProperty(String property)
419 return "encrypted".equals(getProperty("ro.crypto.state")) ? 1 : 0;

Completed in 1330 milliseconds

<<11121314151617181920>>