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

<<11121314151617181920>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Chapter2_4Test.java 29 import org.yaml.snakeyaml.constructor.AbstractConstruct;
30 import org.yaml.snakeyaml.constructor.Constructor;
130 class SomethingConstructor extends Constructor {
Example2_24Test.java 24 import org.yaml.snakeyaml.constructor.AbstractConstruct;
25 import org.yaml.snakeyaml.constructor.Constructor;
39 class MyConstructor extends Constructor {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
EventConstructor.java 23 import org.yaml.snakeyaml.constructor.AbstractConstruct;
24 import org.yaml.snakeyaml.constructor.Constructor;
42 public class EventConstructor extends Constructor {
  /external/v8/tools/turbolizer/
schedule-view.js 8 constructor(id, broker) {
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 54 // Copy constructor.
165 // a default constructor for this to succeed.
168 jmethodID constructor = env->GetMethodID( local
172 jobject result = env->NewObject(cls, constructor, JNI_NULL);
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 32 import java.lang.reflect.Constructor;
103 Constructor c = testClass.getConstructor();
109 Constructor c = testClass.getConstructor(String.class);
118 Constructor constructor, Object... args) {
120 TestCase testCase = (TestCase) constructor.newInstance(args);
128 runFailed("Illegal argument passed to constructor. Class: " + testClass.getName());
130 runFailed("Constructor thew an exception. Class: " + testClass.getName());
  /libcore/benchmarks/src/benchmarks/regression/
ReflectionBenchmark.java 19 import java.lang.reflect.Constructor;
54 Constructor constructor = klass.getConstructor(); local
56 constructor.newInstance();
210 // A non-empty constructor so we don't get optimized away.
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ClassLoaderReflectionTest.java 19 import java.lang.reflect.Constructor;
108 Constructor<?> constructor = fClass.getDeclaredConstructors()[0]; local
109 Type[] parameters = constructor.getGenericParameterTypes();
132 Constructor<?> c1 = A.class.getDeclaredConstructor();
133 Constructor<?> c2 = aClass.getDeclaredConstructor();
  /libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/
ParameterMetadataTestClasses$1.smali 52 .method constructor <init>(Llibcore/java/lang/reflect/parameter/ParameterMetadataTestClasses;)V
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 555 /* A function which is called when the name of a g++ constructor or
557 formats. CONSTRUCTOR is TRUE for a constructor, FALSE for a
561 bfd_boolean (*constructor)
562 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
704 generate relocs for the constructor tables. The
559 bfd_boolean (*constructor) member in struct:bfd_link_callbacks
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 555 /* A function which is called when the name of a g++ constructor or
557 formats. CONSTRUCTOR is TRUE for a constructor, FALSE for a
561 bfd_boolean (*constructor)
562 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
704 generate relocs for the constructor tables. The
559 bfd_boolean (*constructor) member in struct:bfd_link_callbacks
  /prebuilts/go/darwin-x86/misc/cgo/testsigfwd/
main.go 77 static void __attribute__ ((constructor)) sigsetup(void) {
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
exec.go 19 static void init(void) __attribute__ ((constructor));
  /prebuilts/go/linux-x86/misc/cgo/testsigfwd/
main.go 77 static void __attribute__ ((constructor)) sigsetup(void) {
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
exec.go 19 static void init(void) __attribute__ ((constructor));
  /prebuilts/tools/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/
auto-value-gson-0.3.2-rc1.jar 
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 587 /* A function which is called when the name of a g++ constructor or
589 formats. CONSTRUCTOR is TRUE for a constructor, FALSE for a
593 bfd_boolean (*constructor)
594 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
735 generate relocs for the constructor tables. The
591 bfd_boolean (*constructor) member in struct:bfd_link_callbacks
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 692 /// constructor during construction and makes pointers into the tree
    [all...]
Antlr.Runtime.pas     [all...]
Antlr.Runtime.Tools.pas 112 constructor Create(const AValue: String);
263 constructor Create(ACapacity: Integer = 0); overload;
264 constructor Create(const AComparer: IEqualityComparer<TKey>); overload;
265 constructor Create(ACapacity: Integer; const AComparer: IEqualityComparer<TKey>); overload;
266 constructor Create(Collection: TEnumerable<TPair<TKey,TValue>>); overload;
267 constructor Create(Collection: TEnumerable<TPair<TKey,TValue>>; const AComparer: IEqualityComparer<TKey>); overload;
280 constructor Create(ADictionary: TDictionary<TKey,TValue>);
440 constructor TANTLRString.Create(const AValue: String);
695 constructor TDictionary<TKey,TValue>.Create(ACapacity: Integer = 0);
700 constructor TDictionary<TKey,TValue>.Create(const AComparer: IEqualityComparer<TKey>)
    [all...]
Antlr.Runtime.Collections.pas 94 constructor Create(const AHashList: THashList<TKey, TValue>);
117 constructor Create; overload;
118 constructor Create(const ACapacity: Integer); overload;
201 constructor THashList<TKey, TValue>.Create;
206 constructor THashList<TKey, TValue>.Create(const ACapacity: Integer);
269 constructor THashList<TKey, TValue>.TPairEnumerator.Create(
  /external/v8/src/interpreter/
interpreter-assembler.cc 711 Node* InterpreterAssembler::CallConstruct(Node* constructor, Node* context,
725 // Check that the constructor is not a smi.
726 Node* is_smi = TaggedIsSmi(constructor);
729 // Check that constructor is a JSFunction.
730 Node* instance_type = LoadInstanceType(constructor);
735 // Check if it is a monomorphic constructor.
738 Node* is_monomorphic = WordEqual(constructor, feedback_value);
750 arg_count, new_target, constructor,
790 Node* is_array_function = WordEqual(context_slot, constructor);
815 Node* is_array_function = WordEqual(context_slot, constructor);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_marshal.py 190 for constructor in (set, frozenset):
191 t = constructor(self.d.keys())
194 self.assertTrue(isinstance(new, constructor))
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DependencyRequest.java 292 for (ExecutableElement constructor : constructorsIn(element.getEnclosedElements())) {
293 if (constructor.getParameters().size() == 2) {
294 // the 2-arg constructor has the appropriate dependency as its first arg
295 return forRequiredVariable(constructor.getParameters().get(0), Optional.of("monitor"));
298 throw new AssertionError("expected 2-arg constructor in AbstractProducer");
  /external/zlib/src/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);

Completed in 1024 milliseconds

<<11121314151617181920>>