HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 351 - 375 of 685) sorted by null

<<11121314151617181920>>

  /external/javassist/tutorial/
tutorial3.html 277 <p>and want to add an interface <code>Getter&lt;T&gt;</code> to the
281 public interface Getter&lt;T&gt; {
286 <p>Then the interface you really have to add is <code>Getter</code>
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 177 * Getter method for the distance between two points
186 * Getter method for the true course
195 * Getter method for the true course
  /external/v8/src/
stub-cache.cc 158 ASSERT(v8::ToCData<Address>(callback->getter()) != 0);
1003 v8::NamedPropertyGetter getter = local
1058 v8::NamedPropertyGetter getter = local
    [all...]
objects-printer.cc 824 PrintF(out, "\n - getter: ");
825 getter()->ShortPrint(out);
839 PrintF(out, "\n - getter: ");
840 getter()->ShortPrint(out);
859 PrintF(out, "\n - getter: ");
860 getter()->ShortPrint(out);
macros.py 36 # Constants used for getter and setter operations.
37 const GETTER = 0;
  /external/v8/test/cctest/
test-accessors.cc 61 Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;"); local
62 CHECK_EQ(900, getter->Run()->Int32Value());
350 // Use the throwing property setter/getter in a loop to force
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm     [all...]
  /dalvik/vm/compiler/
InlineTransformation.cpp 50 * Not all getter instructions have vC but vC will be read by
100 * If the getter instruction is about to raise any exception, punt to the
  /external/chromium/chrome/browser/instant/
instant_controller.h 260 // See description above getter for details.
272 // See description above getter.
  /external/chromium/chrome/browser/resources/shared/js/
cr.js 129 * Helper function for defineProperty that returns the getter to use for the
133 * @return {function():*} The getter for the property.
  /external/chromium-trace/src/shared/js/
cr.js 104 * Helper function for defineProperty that returns the getter to use for the
108 * @return {function():*} The getter for the property.
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 261 clazz.addMethod(CtNewMethod.getter(metaobjectGetter, f));
271 clazz.addMethod(CtNewMethod.getter(classobjectAccessor, f));
  /external/webkit/Source/JavaScriptCore/runtime/
Arguments.cpp 165 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
177 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST4ObjC.stg 94 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib;
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.h 98 // Getter for Test API that gives access to internal members of this class.
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 90 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); local
91 DCHECK(getter);
92 if (getter) {
93 getter->GetURLRequestContext()->proxy_service()->ResetConfigService(
  /external/chromium/chrome/browser/
io_thread.h 122 // Returns a getter for the URLRequestContext. Only called on the UI thread.
  /external/chromium/chrome/browser/net/gaia/
token_service.h 168 // Getter to use for fetchers.
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 83 * This is a getter rather than a normal property because the fileManager
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_single_selection_model.js 43 * Convenience getter which returns the first selected index.
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc 75 DVLOG(1) << "Missing request context getter";
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 73 net::URLRequestContextGetter* getter) {
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.h 108 @property(assign, nonatomic, getter=isClosing) BOOL closing;
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.h 104 // Getter for the singleton.
  /external/chromium/chrome/common/extensions/
extension_message_bundle.h 99 // Getter for dictionary_.

Completed in 1821 milliseconds

<<11121314151617181920>>