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

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 98 void getProperty(const char *const query, const int queryLength, char *const outResult,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
dictionary_structure_with_buffer_policy.h 97 virtual void getProperty(const char *const query, const int queryLength, char *const outResult,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.h 107 void getProperty(const char *const query, const int queryLength, char *const outResult,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
__init__.py 68 default_parser_list = sys.registry.getProperty(_key).split(",")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
__init__.py 68 default_parser_list = sys.registry.getProperty(_key).split(",")
  /prebuilts/sdk/tools/lib/
androidprefs.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 130 String forceJumboStr = projectState.getProperty(AdtConstants.DEX_OPTIONS_FORCEJUMBO);
133 String dexMergerStr = projectState.getProperty(AdtConstants.DEX_OPTIONS_DISABLE_MERGER);
182 String proguardConfig = state.getProperties().getProperty(
201 path = System.getProperty(HOME_PROPERTY) +
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLCompositeProperty.java 46 public IGLProperty getProperty(GLStateType name) {
GLSparseArrayProperty.java 68 public IGLProperty getProperty(int key) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ShaderSourceDetailsProvider.java 93 return ((GLCompositeProperty) state).getProperty(GLStateType.SHADER_SOURCE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java 53 assertNull(LayoutMetadata.getProperty(node, "foo"));
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 282 root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
292 return root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
350 *show_state = window_ ? window_->GetProperty(aura::client::kShowStateKey) :
393 window_->GetProperty(aura::client::kRestoreBoundsKey);
517 if (window_->GetProperty(aura::client::kDrawAttentionKey))
538 return window_ && window_->GetProperty(aura::client::kAlwaysOnTopKey);
556 return window_ && window_->GetProperty(aura::client::kShowStateKey) ==
561 return window_ && window_->GetProperty(aura::client::kShowStateKey) ==
577 saved_window_state_ = window_->GetProperty(aura::client::kShowStateKey);
585 return window_ && window_->GetProperty(aura::client::kShowStateKey) =
    [all...]
  /libcore/luni/src/main/java/java/lang/
System.java 110 lineSeparator = System.getProperty("line.separator");
699 * subsequent calls to getProperty and getProperties.
718 // to be present for System.getProperty. For java.class.version, we use the maximum
796 // Android has always had an empty "user.home" (see docs for getProperty).
    [all...]
Boolean.java 169 * @see System#getProperty(String)
175 return (parseBoolean(System.getProperty(string)));
  /cts/tests/tests/os/src/android/os/cts/
BuildTest.java 97 String value = getProperty(property);
108 static String getProperty(String property)
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 96 assertEquals(LogManager.getLogManager().getProperty(
98 assertEquals(LogManager.getLogManager().getProperty(
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 108 String iniName = System.getProperty("test.ini.file", "JCLAuto.ini");
109 if (System.getProperty("test.comm") != null) {
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
native_display_delegate_dri.cc 226 dri_->GetProperty(connector.get(), kContentProtection));
261 dri_->GetProperty(connector.get(), kContentProtection));
  /external/chromium_org/ui/ozone/platform/dri/
dri_wrapper.cc 212 ScopedDrmPropertyPtr DriWrapper::GetProperty(drmModeConnector* connector,
214 TRACE_EVENT2("dri", "DriWrapper::GetProperty",
  /external/junit/src/junit/runner/
BaseTestRunner.java 233 String home= System.getProperty("user.home");
253 return getPreferences().getProperty(key);
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 97 Object accessorSecret = accessor.getProperty(key);
99 accessorSecret = accessor.consumer.getProperty(key);
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 89 virtual double getProperty(int);
282 double CVCapture_Socket::getProperty(int id)
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.media.AudioManager.html 87 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/media/AudioManager.html#getProperty(java.lang.String)" target="_top"><code>getProperty</code></A>(<code>String</code>)</nobr>
  /libcore/luni/src/main/java/java/util/jar/
Pack200.java 53 String className = System.getProperty(SYSTEM_PROPERTY_PACKER, "org.apache.harmony.pack200.Pack200PackerAdapter");
74 String className = System.getProperty(SYSTEM_PROPERTY_UNPACKER, "org.apache.harmony.unpack200.Pack200UnpackerAdapter");
  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7StyleCharsetEncoder.java 62 String version = System.getProperty("java.specification.version");
63 String vendor = System.getProperty("java.vm.vendor");

Completed in 1044 milliseconds

<<11121314151617181920>>