HomeSort by relevance Sort by last modified time
    Searched refs:constructor (Results 626 - 650 of 1680) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/v8/src/parsing/
parser.cc 162 // 'this_expr' will be 'this' in a base constructor and the result of calling
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
  /external/v8/src/
global-handles.cc 842 JSFunction* constructor = JSFunction::cast(maybe_constructor);
843 String* name = String::cast(constructor->shared()->name());
844 if (name->length() == 0) name = constructor->shared()->inferred_name();
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 662 Object* constructor = map->GetConstructor(); local
663 if (!constructor->IsHeapObject() ||
665 ObjectMarking::MarkBitFrom(HeapObject::cast(constructor)))) {
666 // The constructor is dead, no new objects with this map can
707 // The prototype and the constructor are marked, this map keeps only
    [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 31 #pragma mark VideoChannelAGL constructor
61 //WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "%s:%d Constructor", __FUNCTION__, __LINE__);
362 #pragma mark VideoRenderAGL WindowRef constructor
420 // this is a static function. It has been registered (in class constructor) to be called on various window redrawing or resizing.
479 #pragma mark VideoRenderAGL HIViewRef constructor
512 //WEBRTC_TRACE(kTraceDebug, "%s:%d Constructor", __FUNCTION__, __LINE__);
580 // this is a static function. It has been registered (in constructor) to be called on various window redrawing or resizing.
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 56 jmethodID constructor; member in struct:android::__anon44464
421 android_bluetooth_UidTraffic.constructor,
587 android_bluetooth_UidTraffic.constructor =
    [all...]
  /build/make/tools/
warn.py 476 'Java: Add a private constructor to modules that will not be instantiated by Dagger.',
521 'Java: Utility classes (only static members) are not designed to be instantiated and should be made noninstantiable with a default constructor.',
546 'Java: Subclasses of Fragment must be instantiable via Class#newInstance(): the class must be public, static and have a public nullary constructor',
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 128 constructor Create(const AList: IList<IANTLRInterface>);
140 constructor Create(const AAdaptor: ITreeAdaptor;
153 constructor Create(const AAdaptor: ITreeAdaptor;
157 constructor Create(MethodName: String); override;
    [all...]
  /external/bison/data/
glr.cc 43 # must not have a constructor. Therefore, contrary to lalr1.cc, we
  /external/elfutils/libdw/
dwarf_getmacros.c 95 static __attribute__ ((constructor)) void
  /external/protobuf/js/binary/
arith.js 51 * @constructor
326 * @constructor
utils.js 954 if (data.constructor === Uint8Array) {
958 if (data.constructor === ArrayBuffer) {
963 if (data.constructor === Array) {
968 if (data.constructor === String) {
  /external/v8/src/ast/
ast-value-factory.h 290 F(constructor, "constructor") \
  /prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 430 LLVM. See the constructor [llvm::LLVMContext]. *)
450 to call {!dispose_module} to free memory. See the constructor
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 308 LLVM. See the constructor [llvm::LLVMContext]. *)
328 to call {!dispose_module} to free memory. See the constructor
    [all...]
  /art/test/046-reflect/src/
Main.java 370 Constructor<Target> cons;
391 Constructor<Thrower> constructor = Thrower.class.getDeclaredConstructor(); local
392 Thrower thrower = constructor.newInstance();
393 System.out.println("ERROR: Constructor.newInstance did not throw exception");
395 System.out.println("got expected exception for Constructor.newInstance");
397 System.out.println("ERROR: Constructor.newInstance got unexpected exception: " +
528 Constructor<?> ctor;
761 System.out.println("SuperTarget constructor ()V");
777 System.out.println("Target constructor ()V")
    [all...]
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/widget/
MovieView.kt 46 class MovieView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null,
  /external/guava/guava-testlib/test/com/google/common/testing/
NullPointerTesterTest.java 44 import java.lang.reflect.Constructor;
780 for (Constructor<?> constructor
782 tester.testConstructor(constructor);
    [all...]
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 63 See the constructor [llvm::DataLayout::DataLayout]. *)
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 

Completed in 1456 milliseconds

<<21222324252627282930>>