/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/ |
bfdlink.h | 523 /* A function which is called when the name of a g++ constructor or 525 formats. CONSTRUCTOR is TRUE for a constructor, FALSE for a 529 bfd_boolean (*constructor) 530 (struct bfd_link_info *, bfd_boolean constructor, const char *name, 669 generate relocs for the constructor tables. The 527 bfd_boolean (*constructor) member in struct:bfd_link_callbacks
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/ |
bfdlink.h | 523 /* A function which is called when the name of a g++ constructor or 525 formats. CONSTRUCTOR is TRUE for a constructor, FALSE for a 529 bfd_boolean (*constructor) 530 (struct bfd_link_info *, bfd_boolean constructor, const char *name, 669 generate relocs for the constructor tables. The 527 bfd_boolean (*constructor) member in struct:bfd_link_callbacks
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
bfdlink.h | 497 /* A function which is called when the name of a g++ constructor or 499 formats. CONSTRUCTOR is TRUE for a constructor, FALSE for a 503 bfd_boolean (*constructor) 504 (struct bfd_link_info *, bfd_boolean constructor, const char *name, 630 generate relocs for the constructor tables. The 501 bfd_boolean (*constructor) member in struct:bfd_link_callbacks
|
/system/media/mca/filterfw/jni/ |
jni_util.h | 53 // Copy constructor. 164 // a default constructor for this to succeed. 167 jmethodID constructor = env->GetMethodID( local 171 jobject result = env->NewObject(cls, constructor, JNI_NULL);
|
/external/chromium/chrome/browser/resources/keyboard/ |
main.js | 39 * @constructor 56 * @constructor 151 * @constructor 189 * @constructor 228 * @constructor 259 * @constructor 311 * @constructor 352 * @constructor 385 * @constructor 423 * @constructor [all...] |
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 33 import java.lang.reflect.Constructor; 83 private static final HashMap<String, Constructor<? extends View>> sConstructorMap = 84 new HashMap<String, Constructor<? extends View>>(); 546 Constructor<? extends View> constructor = sConstructorMap.get(name); local 550 if (constructor == null) { 561 constructor = clazz.getConstructor(mConstructorSignature); 562 sConstructorMap.put(name, constructor); 564 // If we have a filter, apply it to cached constructor 586 return constructor.newInstance(args) [all...] |
/hardware/ril/mock-ril/src/cpp/ |
protobuf_v8.cpp | 127 Handle<Function> Constructor() const { 134 return Constructor()->NewInstance(1, &properties); 167 Handle<Function> constructor = local 169 constructor->SetHiddenValue(String::New("type"), self); 180 constructor->Set(String::New("parse"), bind->Call(ParseTemplate->GetFunction(), 1, &arg)); 181 constructor->Set(String::New("serialize"), bind->Call(SerializeTemplate->GetFunction(), 1, &arg)); 182 self->SetInternalField(2, constructor); 494 schema->GetType(descriptor)->Constructor() : 531 // constructor
|
/external/v8/src/ |
mirror-debugger.js | 125 * Inherit the prototype methods from one constructor into another. 133 * @param {function} ctor Constructor function which needs to inherit the 135 * @param {function} superCtor Constructor function to inherit prototype from 142 ctor.prototype.constructor = ctor; 222 * @constructor 415 return "#<" + this.constructor.name + ">"; 425 * @constructor 470 * @constructor 486 * @constructor 503 * @constructor [all...] |
factory.h | 216 Handle<JSObject> NewJSObject(Handle<JSFunction> constructor, 220 Handle<GlobalObject> NewGlobalObject(Handle<JSFunction> constructor); 275 Handle<Object> NewError(const char* constructor,
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
JSNPObject.cpp | 214 JSObject* constructor = exec->callee(); local 215 ASSERT(constructor->inherits(&JSNPObject::s_info)); 217 return JSValue::encode(static_cast<JSNPObject*>(constructor)->callConstructor(exec));
|
/external/zlib/contrib/delphi/ |
ZLib.pas | 55 constructor Create(Strm: TStream); 89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream); 118 constructor Create(Source: TStream); 389 constructor TCustomZLibStream.Create(Strm: TStream); 406 constructor TCompressionStream.Create(CompressionLevel: TCompressionLevel; 483 constructor TDecompressionStream.Create(Source: TStream);
|
/external/valgrind/main/coregrind/m_demangle/ |
cplus-dem.c | 147 int constructor; member in struct:work_stuff 1035 s1 = work->constructor; 1039 work->constructor = work->destructor = 0; 1066 if (work->constructor == 2) 1069 work->constructor = 0; 1083 work->constructor = s1; [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 20 import java.lang.reflect.Constructor; 88 * Public no-arguments constructor required by the lookup mechanism. 215 * The one-argument constructor of the 221 protected Constructor logConstructor = null; 225 * The signature of the Constructor to be used. 519 * <p>Return the <code>Constructor</code> that can be called to instantiate 524 * the same <code>Constructor</code> instance will ultimately be derived 527 * @exception LogConfigurationException if a suitable constructor 533 protected Constructor getLogConstructor() 536 // Return the previously identified Constructor (if any 969 Constructor constructor = null; local [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
socketpoolwrapper.js | 11 * The constructor takes a socket pool and its parent, and generates a 15 * @constructor
|
tabswitcherview.js | 23 * @constructor 149 * @constructor
|
dnsview.js | 14 * @constructor
|
serviceprovidersview.js | 13 * @constructor
|
/external/clang/test/CXX/special/class.ctor/ |
p5-0x.cpp | 20 // A defaulted default constructor for a class X is defined as deleted if: 23 // default constructor, 25 Deleted1a d1a; // expected-error {{deleted constructor}} 29 // default constructor is non-trivial. 31 NotDeleted1b nd1b; // unexpected-error {{deleted constructor}} 36 Deleted2a d2a; // expected-error {{deleted constructor}} 44 // default constructor, 46 expected-warning {{does not declare any constructor}} \ 48 Deleted3a d3a; // expected-error {{deleted constructor}} 50 Deleted3b d3b; // expected-error {{deleted constructor}} [all...] |
/external/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 36 print("TestBase constructor: " + name); 134 test = new TestBase("Test with function on stack and with constructor frame");
|
function-bind.js | 140 // Test constructor calls. 173 // Test bind chains when used as a constructor.
|
mirror-unresolved-function.js | 72 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON'); 73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
CodeGeneratorTestRunner.pm | 420 my $constructor = $self->_platformTypeConstructor($signature, $argumentName); 434 return "$platformType $variableName = $condition && $constructor;" if $condition && $platformType eq "bool"; 435 return "$platformType $variableName = $condition ? $constructor : $nullValue;" if $condition; 436 return "$platformType $variableName = $constructor;";
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
MobileApple80211.c | 148 __attribute__ ((constructor))
|
/external/wpa_supplicant_8/src/drivers/ |
MobileApple80211.c | 148 __attribute__ ((constructor))
|
/external/bluetooth/glib/tests/gobject/ |
ifaceproperties.c | 160 /* The constructor is the one place where a GParamSpecOverride is visible 206 return base_parent_class->constructor (type, 291 object_class->constructor = base_object_constructor;
|