Home
last modified time | relevance | path

Searched +refs:make +refs:instance (Results 1 – 25 of 69412) sorted by relevance

12345678910>>...2777

/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dinstance.rkt9 make-instance-instance
10 make-module-body-instance-instance
25 (define (make-instance-instance #:namespace ns
31 (make-instance 'instance #f 'constant
39 (define (make-module-body-instance-instance #:set-transformer! set-transformer!)
40 (make-instance 'body-instance #f 'constant
44 (make-instance 'empty-stx #f 'constant
52 (make-module-body-instance-instance #:set-transformer! (lambda (name val) (void))))
58 (make-instance 'top-syntax-literal #f 'constant
63 (make-instance 'empty-stx-data #f 'constant
[all …]
H A Deager-instance.rkt7 ;; `eager-instance` argument to receive deserialization information: a
10 (provide eager-instance-imports
11 make-eager-instance-instance
12 empty-eager-instance-instance)
14 (define eager-instance-imports
22 (define (make-eager-instance-instance #:namespace ns
27 (make-instance 'instance #f 'constant
35 (define empty-eager-instance-instance
36 (make-eager-instance-instance #:namespace #f
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dinstance.rkt9 make-instance-instance
10 make-module-body-instance-instance
25 (define (make-instance-instance #:namespace ns
31 (make-instance 'instance #f 'constant
39 (define (make-module-body-instance-instance #:set-transformer! set-transformer!)
40 (make-instance 'body-instance #f 'constant
44 (make-instance 'empty-stx #f 'constant
52 (make-module-body-instance-instance #:set-transformer! (lambda (name val) (void))))
58 (make-instance 'top-syntax-literal #f 'constant
63 (make-instance 'empty-stx-data #f 'constant
[all …]
H A Deager-instance.rkt7 ;; `eager-instance` argument to receive deserialization information: a
10 (provide eager-instance-imports
11 make-eager-instance-instance
12 empty-eager-instance-instance)
14 (define eager-instance-imports
22 (define (make-eager-instance-instance #:namespace ns
27 (make-instance 'instance #f 'constant
35 (define empty-eager-instance-instance
36 (make-eager-instance-instance #:namespace #f
/dports/lang/racket/racket-8.3/share/pkgs/web-server-lib/web-server/managers/
H A Dtimeouts.rkt17 (define (make-counter)
37 (define instances (make-hasheq))
38 (define next-instance-id (make-counter))
42 (define instance-id (next-instance-id))
45 (make-instance (create-k-table)
53 (reset-timer! (instance-timer (instance-lookup instance-id #f))
60 (raise (make-exn:fail:servlet-manager:no-instance
72 (make-k-table (make-counter) (make-hasheq)))
105 (raise (make-exn:fail:servlet-manager:no-continuation
117 (raise (make-exn:fail:servlet-manager:no-continuation
[all …]
H A Dlru.rkt16 [make-threshold-LRU-manager
24 (define (make-counter)
31 (define (make-threshold-LRU-manager instance-expiration-handler
63 (define lock (make-semaphore 1))
65 (define instances (make-hasheq))
66 (define next-instance-id (make-counter))
73 (make-instance (create-k-table)))
82 (raise (make-exn:fail:servlet-manager:no-instance
91 (make-k-table (make-counter) (make-hasheq)))
131 (raise (make-exn:fail:servlet-manager:no-continuation
[all …]
/dports/www/moodle310/moodle/cache/tests/
H A Dcache_test.php116 $instance = cache_config::instance();
185 $cache = cache::make('phpunit', 'windowskeytest');
270 $cache = cache::make('phpunit', 'nostoretest1');
273 $cache = cache::make('phpunit', 'nostoretest2');
616 $cache = cache::make('phpunit', 'test');
661 $cache = cache::make('phpunit', 'ttltest');
710 $cache = cache::make('phpunit', 'ttltest');
759 $cache = cache::make('phpunit', 'ttltest');
1338 $cache = cache::make('core', 'string');
1591 $cache1 = cache::make('phpunit', 'testsess1');
[all …]
/dports/www/moodle311/moodle/cache/tests/
H A Dcache_test.php116 $instance = cache_config::instance();
185 $cache = cache::make('phpunit', 'windowskeytest');
270 $cache = cache::make('phpunit', 'nostoretest1');
273 $cache = cache::make('phpunit', 'nostoretest2');
616 $cache = cache::make('phpunit', 'test');
661 $cache = cache::make('phpunit', 'ttltest');
710 $cache = cache::make('phpunit', 'ttltest');
759 $cache = cache::make('phpunit', 'ttltest');
1338 $cache = cache::make('core', 'string');
1591 $cache1 = cache::make('phpunit', 'testsess1');
[all …]
/dports/www/moodle39/moodle/cache/tests/
H A Dcache_test.php116 $instance = cache_config::instance();
185 $cache = cache::make('phpunit', 'windowskeytest');
270 $cache = cache::make('phpunit', 'nostoretest1');
273 $cache = cache::make('phpunit', 'nostoretest2');
616 $cache = cache::make('phpunit', 'test');
661 $cache = cache::make('phpunit', 'ttltest');
710 $cache = cache::make('phpunit', 'ttltest');
759 $cache = cache::make('phpunit', 'ttltest');
1338 $cache = cache::make('core', 'string');
1591 $cache1 = cache::make('phpunit', 'testsess1');
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/commonlisp/lang/
H A DCommonLisp.java27 return Char.make((char)c); in getCharacter()
83 instance = new CommonLisp();
85 instance.define("t", TRUE);
86 instance.define("nil", FALSE);
88 numEqu = NumberCompare.make(instance, "=",
90 numGrt = NumberCompare.make(instance, ">",
92 numGEq = NumberCompare.make(instance, ">=",
94 numLss = NumberCompare.make(instance, "<",
96 numLEq = NumberCompare.make(instance, "<=",
104 instance.initLisp(); in instance.initLisp()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/wasm-api-tests/
H A Dstartup-errors.cc29 own<Func> bad_func = Func::make(store(), cpp_i_i_sig(), DummyCallback); in TEST_F()
31 own<Instance> instance = in TEST_F() local
32 Instance::make(store(), module(), bad_imports, &trap); in TEST_F()
33 EXPECT_EQ(nullptr, instance); in TEST_F()
42 instance = Instance::make(store(), module(), bad_imports, nullptr); in TEST_F()
43 EXPECT_EQ(nullptr, instance); in TEST_F()
47 FuncType::make(ownvec<ValType>::make(), ownvec<ValType>::make()); in TEST_F()
50 instance = Instance::make(store(), module(), good_imports, &trap); in TEST_F()
51 EXPECT_EQ(nullptr, instance); in TEST_F()
56 instance = Instance::make(store(), module(), good_imports, nullptr); in TEST_F()
[all …]
H A Dfinalize.cc47 own<Instance> instance = Instance::make(store, module.get(), nullptr); in RunInStore() local
48 EXPECT_NE(nullptr, instance.get()); in RunInStore()
49 instance->set_host_info(finalizer_data, &FinalizeInstance); in RunInStore()
51 own<Func> func = instance->exports()[0]->func()->copy(); in RunInStore()
125 own<Instance> instance; in TEST_F() local
132 FuncType::make(ownvec<ValType>::make(ValType::make(::wasm::I32)), in TEST_F()
138 instance = Instance::make(store(), module(), imports); in TEST_F()
145 ownvec<Extern> exports = instance->exports(); in TEST_F()
156 ownvec<Extern> exports = instance->exports(); in TEST_F()
168 FuncType::make(ownvec<ValType>::make(ValType::make(::wasm::I32)), in TEST_F()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/slib/
H A Dgui.scm12 (make <java.awt.geom.GeneralPath>))
76 (let ((button (make <gnu.kawa.models.Button>)))
81 (let ((button (make <gnu.kawa.models.Button>)))
88 (make <gnu.kawa.models.DrawImage> . args))))
112 (let ((instance (make <gnu.kawa.models.Label>)))
114 instance))
135 (let ((instance (make <gnu.kawa.models.Text>)))
137 instance))
157 (let ((instance (make <gnu.kawa.models.Row>)))
159 instance))
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/reflect/
H A DClassMemberLocation.java26 this.instance = instance; in ClassMemberLocation()
33 this.instance = instance; in ClassMemberLocation()
40 this.instance = instance; in ClassMemberLocation()
41 this.type = (ClassType) Type.make(clas); in ClassMemberLocation()
47 this.instance = instance; in ClassMemberLocation()
49 type = (ClassType) Type.make(field.getDeclaringClass()); in ClassMemberLocation()
60 type = ClassType.make(cname); in getDeclaringClass()
188 = ClassType.make("gnu.mapping.Procedure");
190 = ClassType.make("gnu.mapping.Location");
197 Type ftype = Type.make(rfield.getType()); in define()
[all …]
/dports/lang/mosh/mosh-0.2.7/lib/clos/bootstrap/
H A Dgeneric-functions.ss28 allocate-instance
42 (only (clos private allocation) set-instance-printer!)
45 …(only (clos std-protocols allocate-instance) class-allocate-instance entity-class-allocate-instanc…
61 (define allocate-instance
63 'definition-name 'allocate-instance))
124 allocate-instance initialize))))
126 (bootstrap-add-method allocate-instance
130 (class-allocate-instance class))))
132 (bootstrap-add-method allocate-instance
136 (entity-class-allocate-instance entity-class))))
[all …]
H A Dstandard-classes.ss44 bootstrap-make)
53 (clos std-protocols allocate-instance)
58 (really-allocate-instance 'ignore core-class-slot-count))
61 (really-allocate-instance <class> core-class-slot-count))
64 (really-allocate-instance <class> core-class-slot-count))
69 (set-instance-class-to-self! <class>)
91 (define bootstrap-allocate-instance
113 (class-allocate-instance class))
115 (entity-class-allocate-instance class))
117 (error 'bootstrap-allocate-instance
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/examples/standalone/source/
H A Dtestmodel.cpp22 addValue (Value::make ("Activate", 1.));
23 addValue (Value::make ("Test", 0, Value::makeRangeConverter (0, 10, 2)));
25 addValue (Value::make ("ShowAlert"));
26 addValue (Value::make ("ShowAlert2"));
27 addValue (Value::make ("ShowAlert3"));
29 addValue (Value::make ("ShowPopup"));
72 IApplication::instance ().quit ();
75 IApplication::instance ().showAlertBoxForWindow (config);
77 IApplication::instance ().showAlertBox (config);
92 IApplication::instance ().showAlertBox (config);
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tools/imagestitcher/source/
H A Dstartupcontroller.cpp31 if (!instance) in getInstance()
42 config.modelBinding = instance->createModelBinding (); in getInstance()
43 config.customization = instance; in getInstance()
45 instance->window = UIDesc::makeWindow (config); in getInstance()
47 return instance; in getInstance()
79 auto binding = UIDesc::ModelBindingCallbacks::make (); in createModelBinding()
80 binding->addValue (Value::make ("CreateNewDocument"), in createModelBinding()
85 binding->addValue (Value::make ("OpenDocument"), in createModelBinding()
90 binding->addValue (Value::make ("CloseWindow"), in createModelBinding()
127 instance = nullptr; in onClosed()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tools/imagestitcher/source/
H A Dstartupcontroller.cpp31 if (!instance) in getInstance()
42 config.modelBinding = instance->createModelBinding (); in getInstance()
43 config.customization = instance; in getInstance()
45 instance->window = UIDesc::makeWindow (config); in getInstance()
47 return instance; in getInstance()
79 auto binding = UIDesc::ModelBindingCallbacks::make (); in createModelBinding()
80 binding->addValue (Value::make ("CreateNewDocument"), in createModelBinding()
85 binding->addValue (Value::make ("OpenDocument"), in createModelBinding()
90 binding->addValue (Value::make ("CloseWindow"), in createModelBinding()
127 instance = nullptr; in onClosed()
[all …]
/dports/lang/mosh/mosh-0.2.7/lib/clos/private/
H A Dallocation.ss28 instance?
29 instance-class
32 instance-ref
33 instance-set!
38make-eq-hashtable make-vector let* hashtable-set! values and procedure? hashtable-ref vector-ref
46 (define *entity-table* (make-eq-hashtable))
49 (make-instance-record class (make-vector field-count) #f))
79 (instance-record-class (get-instance-record inst)))
82 (instance-record-class-set! (get-instance-record inst) inst))
85 (instance-record-iproc-set! (get-instance-record inst) proc))
[all …]
/dports/lang/kawa/kawa-3.1.1/kawa/standard/
H A DScheme.java29 Environment.make("kawa-environment");
61 NumberCompare.make(instance, "=", NumberCompare.TRUE_IF_EQU);
63 NumberCompare.make(instance, ">", NumberCompare.TRUE_IF_GRT);
65 NumberCompare.make(instance, ">=",
68 NumberCompare.make(instance, "<", NumberCompare.TRUE_IF_LSS);
70 NumberCompare.make(instance, "<=",
84 instance.initScheme(); in instance.initScheme()
89 return instance; in getInstance()
96 return instance; in newStandardInstance()
113 r5Environment = Environment.make("r5rs-environment"); in getR5rsEnvironment()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/web-server-lib/web-server/servlet/
H A Dsetup.rkt26 (#:make-servlet-namespace make-servlet-namespace/c
44 (make-servlet
52 (with-handlers ([exn:fail:servlet-manager:no-instance?
59 (define-values (instance-id handler)
63 [(list instance-id k-id salt)
64 (values instance-id
71 (parameterize ([current-servlet-instance-id instance-id])
76 (define instance-id
77 ((manager-create-instance manager) (λ () (eh #f))))
86 [current-servlet-instance-id instance-id]
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dmodule.rkt50 (make-syntax-literal-data-instance-from-compiled-in-memory c)
192 (make-module-body-instance-instance
269 (make-instance-instance
364 (make-data-instance-from-compiled-in-memory c)
371 (make-declaration-instance-from-compiled-in-memory c)
390 (define (make-data-instance-from-compiled-in-memory cim)
391 (make-instance 'data #f 'constant
394 (define (make-declaration-instance-from-compiled-in-memory cim)
395 (make-instance 'decl #f 'constant
402 (make-instance 'syntax-literal-data #f #f
[all …]
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dmodule.rkt50 (make-syntax-literal-data-instance-from-compiled-in-memory c)
192 (make-module-body-instance-instance
269 (make-instance-instance
364 (make-data-instance-from-compiled-in-memory c)
371 (make-declaration-instance-from-compiled-in-memory c)
390 (define (make-data-instance-from-compiled-in-memory cim)
391 (make-instance 'data #f 'constant
394 (define (make-declaration-instance-from-compiled-in-memory cim)
395 (make-instance 'decl #f 'constant
402 (make-instance 'syntax-literal-data #f #f
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/json_schema_validator/
H A Djson-validator.cpp57 static std::shared_ptr<schema> make(json &schema,
173 schema::make(value, this, {}, {{new_uri}}); in insert_unknown_keyword()
245 root_ = schema::make(sch, this, {}, {{"#"}}); in set_root_schema()
263 schema::make(loaded_schema, this, {}, {{loc}}); in set_root_schema()
361 subschema_ = schema::make(sch, root, {"not"}, uris); in logical_not()
451 static std::shared_ptr<schema> make(json &schema,
618 if_ = schema::make(attr.value(), root, {"if"}, uris); in type_schema()
621 then_ = schema::make(attr_then.value(), root, {"then"}, uris); in type_schema()
626 else_ = schema::make(attr_else.value(), root, {"else"}, uris); in type_schema()
1191 std::shared_ptr<schema> type_schema::make(json &schema, in make() function in __anonf345a3710211::type_schema
[all …]

12345678910>>...2777