HomeSort by relevance Sort by last modified time
    Searched full:property (Results 1001 - 1025 of 10054) sorted by null

<<41424344454647484950>>

  /external/v8/test/mjsunit/
override-read-only-property.js 30 // property is in the prototype chain.
40 // Assignment to a property which does not exist on the object itself,
47 // Assignment to a property which does not exist on the object itself,
55 // Assignment to read-only property on the object itself is ignored.
store-dictionary.js 30 // Function that stores property 'x' on an object.
33 // Create object and force it to dictionary mode by deleting property.
44 // Test that READ_ONLY property attribute is respected. Make 'x'
61 // Slow case object without x property.
  /external/v8/test/mjsunit/regress/
regress-2980.js 30 assertEquals(expected, holder.property);
35 holder.property = "foo";
36 delete holder.property;
40 holder.property = "bar";
regress-362870.js 7 // Adding a property via Object.defineProperty should not be taken as hint that
  /external/webrtc/src/common_audio/
common_audio.gyp 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/common_audio/signal_processing/
spl_version.c 6 * tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.h 6 * tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/system_wrappers/interface/
aligned_malloc.h 6 * tree. An additional intellectual property rights grant can be found
cpu_info.h 6 * tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/system_wrappers/source/
cpu_features_android.c 6 * tree. An additional intellectual property rights grant can be found
cpu_no_op.cc 6 * tree. An additional intellectual property rights grant can be found
critical_section.cc 6 * tree. An additional intellectual property rights grant can be found
critical_section_win.cc 6 * tree. An additional intellectual property rights grant can be found
  /external/webrtc/test/
run_all_unittests.cc 6 * tree. An additional intellectual property rights grant can be found
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPAliasInfo.java 23 * @return Returns Returns the namespace URI for the base property.
29 * @return Returns the default prefix for the given base property.
35 * @return Returns the path of the base property.
42 * (ARRAY), a simple property to an ordered array
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 144 template <typename Property, typename Key>
145 Property Engine::getPropertyForKey(Key key) const
150 return static_cast<Property>(0);
152 return element->template get<Property>();
191 template <typename Property, typename Key>
192 bool Engine::setPropertyForKey(const Property &property, const Key &key)
199 return element->template set<Property>(property) == NO_ERROR;
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java 82 TestCase.fail("Property other than BEGIN came before BEGIN property: " + line);
84 TestCase.fail("Property other than END came after END property: " + line);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
ivfdec.h 6 * tree. An additional intellectual property rights grant can be found
video_common.h 6 * tree. An additional intellectual property rights grant can be found
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
modecont.h 6 * tree. An additional intellectual property rights grant can be found
pragmas.h 6 * tree. An additional intellectual property rights grant can be found
rtcd.c 6 * tree. An additional intellectual property rights grant can be found
swapyv12buffer.h 6 * tree. An additional intellectual property rights grant can be found
systemdependent.h 6 * tree. An additional intellectual property rights grant can be found
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.h 6 * tree. An additional intellectual property rights grant can be found

Completed in 255 milliseconds

<<41424344454647484950>>