/external/v8/test/cctest/ |
test-field-type-tracking.cc | 91 // HeapType for kField, value for DATA_CONSTANT and getter for 180 Handle<Object> getter, Handle<Object> setter) { 181 Init(index, ACCESSOR_CONSTANT, attrs, Representation::Tagged(), getter); 199 Handle<Object> getter = handle(pair->getter(), isolate_); 201 SetAccessorConstant(index, attrs, getter, setter); 204 void SetAccessorConstant(int index, Handle<Object> getter, 206 SetAccessorConstant(index, attributes_[index], getter, setter); 210 Handle<Object> getter = handle(pair->getter(), isolate_) [all...] |
/external/v8/test/mjsunit/harmony/ |
reflect-define-property.js | 215 // Add a getter - should not touch the setter. 227 // The above should also work if redefining just a getter or setter on 228 // an existing property with both a getter and a setter. 514 // Different getter. 1002 // An object with a getter on the prototype chain. 1003 function getter() { return 111; } function 1012 Reflect.defineProperty(obj1, "quebec", { get: getter, configurable: true })); [all...] |
/external/v8/test/mjsunit/ |
object-define-property.js | 231 // Add a getter - should not touch the setter. 243 // The above should also work if redefining just a getter or setter on 244 // an existing property with both a getter and a setter. 545 // Different getter. 1096 // An object with a getter on the prototype chain. 1097 function getter() { return 111; } function [all...] |
getters-on-elements.js | 103 // Testcase: getter "deep" in prototype chain. 127 // Testcase: getter added after optimization (feedback is monomorphic)
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBaseTree.h | 31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; 104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
|
ANTLRTreeWizard.h | 67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; 68 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBaseTree.h | 31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; 104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
|
ANTLRTreeWizard.h | 67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; 68 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBaseTree.h | 31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; 104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
|
ANTLRTreeWizard.h | 67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; 68 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeWizard.h | 72 @property (retain, getter=getLabel, setter=setLabel:) NSString *label; 73 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
|
/external/autotest/frontend/afe/ |
site_rpc_interface_unittest.py | 73 self.getter = self.mox.CreateMock( 78 mox.IgnoreArg(), mox.IgnoreArg()).AndReturn(self.getter) 139 self.getter.get_control_file_contents_by_name( 161 self.getter.get_control_file_contents_by_name( 209 self.getter.get_control_file_contents_by_name( 233 self.getter.get_control_file_contents_by_name( 259 self.getter.get_control_file_contents_by_name( 284 self.getter.get_control_file_contents_by_name( [all...] |
/external/clang/test/Misc/ |
ast-dump-decl.m | 98 @property(getter=getterFoo, setter=setterFoo:) int foo; 103 // CHECK-NEXT: getter ObjCMethod{{.*}} 'getterFoo'
|
/external/dng_sdk/source/ |
dng_color_space.h | 120 /// Getter for the gamma function for this color space. 146 /// Getter for ICC profile, if this color space has one.
|
dng_stream.h | 115 /// Getter for whether stream is swapping byte order on input/output. 132 /// Getter for whether data in stream is big endian. 142 /// Getter for whether data in stream is big endian. 165 /// Getter for length of data in stream. 184 /// Getter for current offset in stream. 192 /// Getter for current position in original file, taking into account 199 /// Getter for offset in original file. 551 /// Getter for sniffer associated with stream.
|
/external/harfbuzz_ng/test/api/ |
test-unicode.c | 448 getter_func_t getter; member in struct:__anon13155 497 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, tests[j].value); 504 if (p->getter (uf, tests[j].unicode) != tests[j].value) { 505 g_test_message ("Soft fail: Received %x, expected %x", p->getter (uf, tests[j].unicode), tests[j].value); 534 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].unicode)); 539 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].unicode)); 622 g_assert_cmphex (p->getter (uf, 'a'), ==, HB_SCRIPT_LATIN); 623 g_assert_cmphex (p->getter (uf, '0'), ==, HB_SCRIPT_UNKNOWN);
|
/external/protobuf/python/google/protobuf/internal/ |
cpp_message.py | 81 def Getter(self): 87 return property(Getter, Setter) 93 def Getter(self): 101 return property(Getter) 172 def Getter(self): 184 return property(Getter, Setter, doc=doc) 277 def Getter(self): 290 return property(Getter, Setter, doc=doc)
|
/external/v8/test/mjsunit/es6/ |
templates.js | 632 function getter(name, value) { 644 0: getter(0, "a"), 645 1: getter(1, "b"), 646 2: getter(2, "c") 658 function getter(name, value) { 670 0: getter(0, 1), 671 1: getter(1, 2), 672 2: getter(2, 3)
|
/frameworks/base/core/java/android/util/ |
ReflectiveProperty.java | 77 // Check to make sure our getter type matches our valueType 152 // Should not get here: there should always be a non-null getter or field
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
ModelClass.java | 378 * Returns the getter method or field that the name refers to. 383 * @return the getter method or field that the name refers to or null if none can be found. 489 private ModelMethod findSetter(ModelMethod getter, String originalName) { 492 if (originalName.equals(getter.getName())) { 494 } else if (getter.getName().startsWith("is")){ 500 List<ModelMethod> methods = findMethods(name, getter.isStatic()); 502 ModelClass param = getter.getReturnType(null); 507 method.isStatic() == getter.isStatic()) {
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/ |
LayoutBinderTest.java | 103 final Callable getter = fa.getGetter(); local 104 assertTrue(getter.type == Callable.Type.METHOD);
|
/packages/apps/Camera2/src/com/android/camera/ |
CaptureModuleUI.java | 97 * Getter for the width of the visible area of the preview. 104 * Getter for the height of the visible area of the preview.
|
/external/autotest/server/cros/dynamic_suite/ |
suite_unittest.py | 61 self.getter = self.mox.CreateMock(control_file_getter.ControlFileGetter) 116 self.getter.get_control_file_list( 119 self.getter.get_control_file_contents( 131 tests = Suite.find_and_parse_tests(self.getter, predicate, self._TAG) 157 tests = Suite.find_and_parse_tests(self.getter, 176 tests = Suite.find_and_parse_tests(self.getter, 197 cf_getter=self.getter, 216 cf_getter=self.getter, 438 self.getter, 594 tests = Suite.find_and_parse_tests(self.getter, [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/ |
kotlin-runtime-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/ |
kotlin-runtime-1.0.0-rc-1036.jar | |