/external/robolectric/.idea/dictionaries/ |
pivotal.xml | 5 <w>accessors</w>
|
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/ |
accessors.js | 31 // Accessors - measure access get/set properties on various objects. 33 // Accessors are generally pretty quick. We loop on each accessor 42 var Accessors = {}; 44 Accessors.WindowGet = function() { 50 Accessors.WindowSet = function() { 56 Accessors.RootGet = function() { 62 Accessors.RootSet = function() { 68 Accessors.DocumentGet = function() { 74 Accessors.DocumentSet = function() { 80 Accessors.DOMObjectSetup = function() [all...] |
suites.js | 2 "dom/accessors.js",
|
/external/chromium_org/v8/src/ |
accessors.cc | 29 #include "accessors.h" 54 MaybeObject* Accessors::IllegalSetter(JSObject*, Object*, void*) { 60 Object* Accessors::IllegalGetAccessor(Object* object, void*) { 66 MaybeObject* Accessors::ReadOnlySetAccessor(JSObject*, Object* value, void*) { 74 // Accessors::ArrayLength 78 MaybeObject* Accessors::ArrayGetLength(Object* object, void*) { 86 Object* Accessors::FlattenNumber(Object* value) { 98 MaybeObject* Accessors::ArraySetLength(JSObject* object, Object* value, void*) { 133 const AccessorDescriptor Accessors::ArrayLength = { 141 // Accessors::StringLengt [all...] |
objects-inl.h | 93 #define ACCESSORS(holder, name, type, offset) \ [all...] |
/external/v8/src/ |
accessors.cc | 29 #include "accessors.h" 58 MaybeObject* Accessors::IllegalSetter(JSObject*, Object*, void*) { 64 Object* Accessors::IllegalGetAccessor(Object* object, void*) { 70 MaybeObject* Accessors::ReadOnlySetAccessor(JSObject*, Object* value, void*) { 78 // Accessors::ArrayLength 82 MaybeObject* Accessors::ArrayGetLength(Object* object, void*) { 92 Object* Accessors::FlattenNumber(Object* value) { 104 MaybeObject* Accessors::ArraySetLength(JSObject* object, Object* value, void*) { 139 const AccessorDescriptor Accessors::ArrayLength = { 147 // Accessors::StringLengt [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/ |
Accessors.html | 7 <script type="text/javascript" src="resources/dom-perf/accessors.js"></script>
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
GL11ImplHeader.java-impl | 15 // Private accessors for native code
|
/external/chromium_org/v8/test/webkit/ |
object-literal-syntax-expected.txt | 33 PASS ({get a(){}, get a(){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the same name. 34 PASS ({set a(){}, set a(){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the same name. 35 PASS ({set a(){}, get a(){}, set a(){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the same name. 40 PASS (function(){({get a(){}, get a(){}})}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the same name. 41 PASS (function(){({set a(){}, set a(){}})}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the same name. 42 PASS (function(){({set a(){}, get a(){}, set a(){}})}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the same name.
|
/external/javassist/src/main/javassist/compiler/ |
AccessorMaker.java | 23 * AccessorMaker maintains accessors to private members of an enclosing 29 private HashMap accessors; field in class:AccessorMaker 36 accessors = new HashMap(); 43 String consDesc = (String)accessors.get(key); 80 accessors.put(key, consDesc); 102 String accName = (String)accessors.get(key); 142 accessors.put(key, accName); 154 Object res = accessors.get(key); 186 accessors.put(key, minfo); 205 Object res = accessors.get(key) [all...] |
/external/clang/test/SemaObjC/ |
property-category-impl.m | 4 /* This test is for categories which don't implement the accessors but some accessors are
|
/external/pixman/pixman/ |
Makefile.sources | 4 pixman-access-accessors.c \ 15 pixman-edge-accessors.c \
|
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 38 // public accessors in multiple forms. 47 // Public accessors to number data 51 // Public accessors to the string data
|
/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 38 // public accessors in multiple forms. 47 // Public accessors to number data 51 // Public accessors to the string data
|
/external/clang/include/clang/Basic/ |
DiagnosticOptions.h | 38 // Define simple diagnostic options (with no accessors). 45 // have accessors (below). 62 // Define accessors/mutators for diagnostic options of enumeration type.
|
/external/libvpx/libvpx/third_party/googletest/src/xcode/Samples/FrameworkSample/ |
widget.h | 38 // public accessors in multiple forms. 47 // Public accessors to number data 51 // Public accessors to the string data
|
/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 38 // public accessors in multiple forms. 47 // Public accessors to number data 51 // Public accessors to the string data
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge_unittest.mm | 21 TEST_F(FindBarBridgeTest, Accessors) {
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge_unittest.mm | 21 TEST_F(FindBarBridgeTest, Accessors) {
|
/external/chromium_org/chrome/browser/ui/cocoa/notifications/ |
balloon_view_host_mac.h | 23 // Accessors.
|
/external/chromium_org/chrome/browser/ui/gtk/notifications/ |
balloon_view_host_gtk.h | 24 // Accessors.
|
/external/chromium_org/ui/views/corewm/ |
native_cursor_manager_delegate.h | 15 // gives accessors to all the current state, and mutators to all the current
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
GLPropertyAccessor.java | 60 * @param accessors list of accessor's to be used to navigate the property hierarchy. The 61 * accessors are either Integers or {@link GLStateType} objects. Integers 66 public static IGLPropertyAccessor makeAccessor(int contextId, Object...accessors) { 69 for (Object accessor : accessors) {
|
/external/chromium_org/tools/json_schema_compiler/dart_test/ |
operatable_type.dart | 30 * Public accessors 53 * Public accessors
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1172.js | 29 // function's prototype even in the presence of JS accessors. 32 // to use JS accessors to set 'constructor' property.
|