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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/inspector/front-end/
inspectorSyntaxHighlight.css 41 .webkit-css-property, .webkit-css-at-rule {
  /external/webrtc/
android-webrtc.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/common_audio/resampler/main/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/common_audio/vad/main/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/aec/main/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/utility/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 388 private static boolean propertyContainsFunction(String property, String function) {
389 String functions = SystemProperties.get(property, "");
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 199 // get the name of the property that changed.
200 String property = event.getProperty();
202 if (PreferenceInitializer.ATTR_DEBUG_PORT_BASE.equals(property)) {
205 } else if (PreferenceInitializer.ATTR_SELECTED_DEBUG_PORT.equals(property)) {
208 } else if (PreferenceInitializer.ATTR_THREAD_INTERVAL.equals(property)) {
211 } else if (PreferenceInitializer.ATTR_LOG_LEVEL.equals(property)) {
214 } else if (PreferenceInitializer.ATTR_TIME_OUT.equals(property)) {
217 } else if (PreferenceInitializer.ATTR_USE_ADBHOST.equals(property)) {
220 } else if (PreferenceInitializer.ATTR_ADBHOST_VALUE.equals(property)) {
  /external/harfbuzz/src/
harfbuzz-gpos.h 131 HB_UInt property );
harfbuzz-gsub.c 271 HB_UShort index, value, property; local
281 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
312 error = _HB_GDEF_Add_Glyph_Property( gdef, value, property );
477 HB_UShort index, property, n, count; local
487 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
507 if ( property == HB_GDEF_LIGATURE )
508 property = HB_GDEF_BASE_GLYPH;
512 error = _HB_GDEF_Add_Glyph_Property( gdef, s[n], property );
675 HB_UShort index, value, alt_index, property; local
685 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
951 HB_UShort index, property; local
1811 HB_UShort index, property; local
1874 HB_UShort index, property; local
1984 HB_UShort index, i, j, property; local
3000 HB_UShort index, property; local
3127 HB_UShort index, property; local
3330 HB_UShort index, i, j, property; local
3649 HB_UShort index, input_index, i, j, property; local
    [all...]
harfbuzz-gsub.h 129 HB_UInt property );
  /external/v8/test/mjsunit/compiler/
variables.js 69 // Parameters rewritten to property accesses. Using the name 'arguments'
71 // rewritten to explicit property accesses.
  /external/v8/test/mjsunit/
delete-global-properties.js 38 // Get into the IC case for storing to a deletable global property.
41 // Check that the property has been introduced.
external-array.js 46 // Test the correct behavior of the |length| property (which is read-only).
55 // Test the correct behavior of the |BYTES_PER_ELEMENT| property (which is
  /external/v8/test/mjsunit/regress/
regress-1172.js 28 // Check that 'constructor' property is forcefully installed on
32 // to use JS accessors to set 'constructor' property.
regress-386.js 34 // Adding i in the second call to the constructor creates a real property,
36 // and changes i from a map transition to a real property. There was
regress-842.js 29 // changed (a property is added) after which freeze and seal would fail
30 // since that property would be listed when doing a "for (var key in names)"
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
acceptNode-filter.js 46 debug("<br>Testing with object lacking acceptNode property");
54 debug("<br>Testing with object with non-function acceptNode property");
  /external/webkit/LayoutTests/storage/
sql-data-types.js 24 writeMessageToLog("PASS: property '" + propName + "' ok, type was " + typeof result);
27 writeMessageToLog("FAIL: property '" + propName + "' failed."
  /external/webkit/Source/WebCore/page/animation/
AnimationControllerPrivate.h 82 bool pauseTransitionAtTime(RenderObject*, const String& property, double t);
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 91 bool WebBindings::getProperty(NPP npp, NPObject* object, NPIdentifier property, NPVariant* result)
93 return _NPN_GetProperty(npp, object, property, result);
111 bool WebBindings::hasProperty(NPP npp, NPObject* object, NPIdentifier property)
113 return _NPN_HasProperty(npp, object, property);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.h 127 enum wpas_dbus_prop property);
129 enum wpas_dbus_bss_prop property,
224 enum wpas_dbus_prop property)
229 struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property,

Completed in 3899 milliseconds

<<11121314151617181920>>