/external/mesa3d/src/gtest/src/ |
gtest-internal-inl.h | 587 // Sets the OS stack trace getter. 589 // Does nothing if the input and the current OS stack trace getter 590 // are the same; otherwise, deletes the old getter and makes the 591 // input the current getter. 592 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); 594 // Returns the current OS stack trace getter if it is not NULL; 596 // getter, and returns it. [all...] |
/external/protobuf/gtest/src/ |
gtest-internal-inl.h | 655 // Sets the OS stack trace getter. 657 // Does nothing if the input and the current OS stack trace getter 658 // are the same; otherwise, deletes the old getter and makes the 659 // input the current getter. 660 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); 662 // Returns the current OS stack trace getter if it is not NULL; 664 // getter, and returns it. [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
gtest-internal-inl.h | 608 // Sets the OS stack trace getter. 610 // Does nothing if the input and the current OS stack trace getter 611 // are the same; otherwise, deletes the old getter and makes the 612 // input the current getter. 613 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); 615 // Returns the current OS stack trace getter if it is not NULL; 617 // getter, and returns it. [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-internal-inl.h | 602 // Sets the OS stack trace getter. 604 // Does nothing if the input and the current OS stack trace getter 605 // are the same; otherwise, deletes the old getter and makes the 606 // input the current getter. 607 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); 609 // Returns the current OS stack trace getter if it is not NULL; 611 // getter, and returns it. [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1513/ |
kotlin-runtime-0.13.1513.jar | |
/external/libvncserver/webclients/novnc/include/ |
util.js | 237 var getter; 239 getter = function (idx) { 247 getter = function () { 301 // set the getter 303 proto['get_' + name] = getter; 238 if (type === 'arr') { function
|
/external/v8/src/ast/ |
ast.cc | 330 case ObjectLiteral::Property::GETTER: 357 const auto GETTER = ObjectLiteral::Property::GETTER; 378 if (!((property->kind() == GETTER && previous_kind == SETTER) || 379 (property->kind() == SETTER && previous_kind == GETTER))) {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkViews.java | 226 ViewIntrospectionCommand getter = COMMAND_MAP.get(viewQuery); local 227 if (getter != null) { 228 return getter.query(node, args);
|
/external/autotest/tko/ |
job_serializer.py | 132 # getter setter methods 136 Uses getter methods on the pb objects to extract all the 277 Uses all the getter methods on the pb kernel object to extract
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
messages.js | 275 * Create a getter/setter proxy this message definition. 292 var getter = ProtoRpc.Util.toCamelCase(field.getName(), 'get'); 293 proto[getter] = goog.bind(instance.getValue, instance, number);
|
/external/javassist/tutorial/ |
tutorial3.html | 277 <p>and want to add an interface <code>Getter<T></code> to the 281 public interface Getter<T> { 286 <p>Then the interface you really have to add is <code>Getter</code>
|
/frameworks/base/libs/hwui/ |
Animator.cpp | 312 GetFloatProperty getter; member in struct:android::uirenderer::RenderPropertyAnimator::PropertyAccessors 340 setStartValue((mStagingTarget->stagingProperties().*mPropertyAccess->getter)()); 377 return (target->properties().*mPropertyAccess->getter)();
|
/device/htc/flounder/gps/qct/lib/ |
libloc_core.so | |
/external/autotest/site_utils/ |
brillo_test_launcher.py | 119 getter = control_file_getter.FileSystemGetter( 121 controlfile_conts = getter.get_control_file_contents_by_name(test)
|
/external/clang/test/Analysis/ |
objc_invalidation.m | 80 SomeInvalidationImplementingObject *_Prop3; // property, invalidate via sending a message to a getter method 82 SomeInvalidationImplementingObject *_Prop5; // property with @synthesize, invalidate via getter method
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
VersionInfoTest.java | 147 * Test that the getter function works 309 * Test Getter data
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
VersionInfoTest.java | 143 * Test that the getter function works 305 * Test Getter data
|
/external/javassist/src/main/javassist/tools/reflect/ |
Reflection.java | 261 clazz.addMethod(CtNewMethod.getter(metaobjectGetter, f)); 271 clazz.addMethod(CtNewMethod.getter(classobjectAccessor, f));
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/ |
ReflectionCacheSourceCreator.java | 63 int getter; field in class:ReflectionCacheSourceCreator.SetterGetterStub 445 pbn("private native " + stub.type + " g" + stub.getter + "(" + stub.enclosingType + " obj) /*-{"); 569 stub.getter = setterGetter; 911 SwitchedCodeBlock pc = new SwitchedCodeBlock("field.getter"); 914 pc.add(stub.getter, "return g" + stub.getter + "(" + cast(stub.enclosingType, "obj") + ");"); 917 p(" throw new IllegalArgumentException(\"Missing getter-stub \" + field.getter + \" for field \" + field.name);"); [all...] |
/external/opencv3/modules/ts/misc/ |
chart.py | 127 getter = metrix_table[options.metric][1] 221 val = getter(case, None, options.units)
|
/external/v8/src/js/ |
macros.py | 38 # Constants used for getter and setter operations. 39 define GETTER = 0;
|
/external/v8/test/mjsunit/ |
messages.js | 129 }, "RegExp.prototype.flags getter called on non-object 1", TypeError); 232 }, "Getter must be a function: 1", TypeError);
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_wps.c | 348 * Getter for "ProcessCredentials" property. Returns returned boolean will be 407 * Getter for "ConfigMethods" property. Returned boolean will be true if
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
BaseRecyclerViewFastScrollBar.java | 124 // Setter/getter for the thumb bar width for animations 139 // Setter/getter for the track bar width for animations
|
/external/clang/lib/Sema/ |
SemaExprObjC.cpp | [all...] |