Home
last modified time | relevance | path

Searched refs:is_copy (Results 1 – 25 of 925) sorted by relevance

12345678910>>...37

/dports/devel/libreadline-java/libreadline-java-0.8.0/src/native/
H A Dorg_gnu_readline_Readline.c89 jboolean is_copy; in Java_org_gnu_readline_Readline_initReadlineImpl() local
96 if (is_copy == JNI_TRUE) in Java_org_gnu_readline_Readline_initReadlineImpl()
141 jboolean is_copy; in Java_org_gnu_readline_Readline_addToHistoryImpl() local
154 if (is_copy == JNI_TRUE) in Java_org_gnu_readline_Readline_addToHistoryImpl()
170 jboolean is_copy; in Java_org_gnu_readline_Readline_readlineImpl() local
293 jboolean is_copy; in Java_org_gnu_readline_Readline_readInitFileImpl() local
330 jboolean is_copy; in Java_org_gnu_readline_Readline_parseAndBindImpl() local
364 jboolean is_copy; in Java_org_gnu_readline_Readline_readHistoryFileImpl() local
395 jboolean is_copy; in Java_org_gnu_readline_Readline_writeHistoryFileImpl() local
428 jboolean is_copy; in java_completer() local
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Dauto_array.rs13 fn get(env: &JNIEnv, obj: JObject, is_copy: &mut jboolean) -> Result<*mut Self>; in get()
25 fn get(env: &JNIEnv, obj: JObject, is_copy: &mut jboolean) -> Result<*mut Self> {
33 let res = jni_unchecked!(internal, $jni_get, *obj, is_copy);
71 is_copy: bool, field
77 let mut is_copy: jboolean = 0xff; in new() localVariable
81 let ptr = T::get(env, obj, &mut is_copy)?; in new()
85 is_copy: is_copy == sys::JNI_TRUE, in new()
113 pub fn is_copy(&self) -> bool { in is_copy() method
114 self.is_copy in is_copy()
H A Dauto_primitive_array.rs20 is_copy: bool, field
30 is_copy: bool, in new()
36 is_copy, in new()
66 pub fn is_copy(&self) -> bool { in is_copy() method
67 self.is_copy in is_copy()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Dauto_array.rs13 fn get(env: &JNIEnv, obj: JObject, is_copy: &mut jboolean) -> Result<*mut Self>; in get()
25 fn get(env: &JNIEnv, obj: JObject, is_copy: &mut jboolean) -> Result<*mut Self> {
33 let res = jni_unchecked!(internal, $jni_get, *obj, is_copy);
71 is_copy: bool, field
77 let mut is_copy: jboolean = 0xff; in new() localVariable
81 let ptr = T::get(env, obj, &mut is_copy)?; in new()
85 is_copy: is_copy == sys::JNI_TRUE, in new()
113 pub fn is_copy(&self) -> bool { in is_copy() method
114 self.is_copy in is_copy()
H A Dauto_primitive_array.rs20 is_copy: bool, field
30 is_copy: bool, in new()
36 is_copy, in new()
66 pub fn is_copy(&self) -> bool { in is_copy() method
67 self.is_copy in is_copy()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Dauto_array.rs13 fn get(env: &JNIEnv, obj: JObject, is_copy: &mut jboolean) -> Result<*mut Self>; in get()
25 fn get(env: &JNIEnv, obj: JObject, is_copy: &mut jboolean) -> Result<*mut Self> {
33 let res = jni_unchecked!(internal, $jni_get, *obj, is_copy);
71 is_copy: bool, field
77 let mut is_copy: jboolean = 0xff; in new() localVariable
81 let ptr = T::get(env, obj, &mut is_copy)?; in new()
85 is_copy: is_copy == sys::JNI_TRUE, in new()
113 pub fn is_copy(&self) -> bool { in is_copy() method
114 self.is_copy in is_copy()
H A Dauto_primitive_array.rs20 is_copy: bool, field
30 is_copy: bool, in new()
36 is_copy, in new()
66 pub fn is_copy(&self) -> bool { in is_copy() method
67 self.is_copy in is_copy()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Dauto_array.rs13 fn get(env: &JNIEnv, obj: JObject, is_copy: &mut jboolean) -> Result<*mut Self>; in get()
25 fn get(env: &JNIEnv, obj: JObject, is_copy: &mut jboolean) -> Result<*mut Self> {
33 let res = jni_unchecked!(internal, $jni_get, *obj, is_copy);
71 is_copy: bool, field
77 let mut is_copy: jboolean = 0xff; in new() localVariable
81 let ptr = T::get(env, obj, &mut is_copy)?; in new()
85 is_copy: is_copy == sys::JNI_TRUE, in new()
113 pub fn is_copy(&self) -> bool { in is_copy() method
114 self.is_copy in is_copy()
H A Dauto_primitive_array.rs20 is_copy: bool, field
30 is_copy: bool, in new()
36 is_copy, in new()
66 pub fn is_copy(&self) -> bool { in is_copy() method
67 self.is_copy in is_copy()
/dports/devel/svk/SVK-v2.2.3/t/
H A D12copy-cache.t45 is_copy ([SVK::Path->real_new
49 is_copy ([SVK::Path->real_new
53 is_copy ([SVK::Path->real_new
57 is_copy ([SVK::Path->real_new
61 is_copy ([SVK::Path->real_new
66 sub is_copy {
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/geometry/
H A Disometry_alias.rs36 fn is_copy<T: Copy>() {} in ensure_copy() function
38 is_copy::<IsometryMatrix2<f32>>(); in ensure_copy()
39 is_copy::<IsometryMatrix3<f32>>(); in ensure_copy()
40 is_copy::<Isometry2<f32>>(); in ensure_copy()
41 is_copy::<Isometry3<f32>>(); in ensure_copy()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/derives/
H A Dderiving-copyclone.stderr4 LL | is_copy(B { a: 1, b: C });
14 note: required by a bound in `is_copy`
17 LL | fn is_copy<T: Copy>(_: T) {}
18 | ^^^^ required by this bound in `is_copy`
22 LL | is_copy(&B { a: 1, b: C });
52 LL | is_copy(B { a: 1, b: D });
62 note: required by a bound in `is_copy`
65 LL | fn is_copy<T: Copy>(_: T) {}
66 | ^^^^ required by this bound in `is_copy`
70 LL | is_copy(&B { a: 1, b: D });
H A Dderiving-copyclone.rs18 fn is_copy<T: Copy>(_: T) {} in is_copy() function
23 is_copy(A { a: 1, b: 2 }); in main()
27 is_copy(B { a: 1, b: 2 }); in main()
31 is_copy(B { a: 1, b: C }); //~ ERROR Copy in main()
35 is_copy(B { a: 1, b: D }); //~ ERROR Copy in main()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/engine/
H A Dthreaded_engine_perdevice.cc133 const bool is_copy = (prop == FnProperty::kCopyFromGPU || in PushToExecute() local
135 if (is_copy) { in PushToExecute()
137 auto ptr = gpu_copy_workers_.Get(ctx.dev_id, [this, ctx, is_copy, nthread]() { in PushToExecute()
143 [this, ctx, is_copy, blk] in PushToExecute()
145 this->GPUWorker(ctx, is_copy, blk, ready_event); in PushToExecute()
160 auto ptr = gpu_priority_workers_.Get(ctx.dev_id, [this, ctx, is_copy, nthread]() { in PushToExecute()
166 [this, ctx, is_copy, blk] in PushToExecute()
168 this->GPUWorker(ctx, is_copy, blk, ready_event); in PushToExecute()
177 auto ptr = gpu_normal_workers_.Get(ctx.dev_id, [this, ctx, is_copy, nthread]() { in PushToExecute()
183 [this, ctx, is_copy, blk] in PushToExecute()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/engine/
H A Dthreaded_engine_perdevice.cc133 const bool is_copy = (prop == FnProperty::kCopyFromGPU || in PushToExecute() local
135 if (is_copy) { in PushToExecute()
137 auto ptr = gpu_copy_workers_.Get(ctx.dev_id, [this, ctx, is_copy, nthread]() { in PushToExecute()
143 [this, ctx, is_copy, blk] in PushToExecute()
145 this->GPUWorker(ctx, is_copy, blk, ready_event); in PushToExecute()
160 auto ptr = gpu_priority_workers_.Get(ctx.dev_id, [this, ctx, is_copy, nthread]() { in PushToExecute()
166 [this, ctx, is_copy, blk] in PushToExecute()
168 this->GPUWorker(ctx, is_copy, blk, ready_event); in PushToExecute()
177 auto ptr = gpu_normal_workers_.Get(ctx.dev_id, [this, ctx, is_copy, nthread]() { in PushToExecute()
183 [this, ctx, is_copy, blk] in PushToExecute()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dandroid_jni_mock.cc142 jbyte *MockJNIEnv::GetByteArrayElements(jbyteArray array, jboolean *is_copy) { in GetByteArrayElements() argument
146 if (is_copy) { in GetByteArrayElements()
147 *is_copy = JNI_FALSE; in GetByteArrayElements()
170 jboolean is_copy; in JByteArrayToString() local
171 jbyte *buffer = GetByteArrayElements(array, &is_copy); in JByteArrayToString()
172 CHECK(!is_copy); in JByteArrayToString()
178 jboolean is_copy; in StringToJByteArray() local
179 jbyte *buffer = GetByteArrayElements(result, &is_copy); in StringToJByteArray()
180 CHECK(!is_copy); in StringToJByteArray()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dandroid_jni_mock.cc142 jbyte *MockJNIEnv::GetByteArrayElements(jbyteArray array, jboolean *is_copy) { in GetByteArrayElements() argument
146 if (is_copy) { in GetByteArrayElements()
147 *is_copy = JNI_FALSE; in GetByteArrayElements()
170 jboolean is_copy; in JByteArrayToString() local
171 jbyte *buffer = GetByteArrayElements(array, &is_copy); in JByteArrayToString()
172 CHECK(!is_copy); in JByteArrayToString()
178 jboolean is_copy; in StringToJByteArray() local
179 jbyte *buffer = GetByteArrayElements(result, &is_copy); in StringToJByteArray()
180 CHECK(!is_copy); in StringToJByteArray()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dandroid_jni_mock.cc142 jbyte *MockJNIEnv::GetByteArrayElements(jbyteArray array, jboolean *is_copy) { in GetByteArrayElements() argument
146 if (is_copy) { in GetByteArrayElements()
147 *is_copy = JNI_FALSE; in GetByteArrayElements()
170 jboolean is_copy; in JByteArrayToString() local
171 jbyte *buffer = GetByteArrayElements(array, &is_copy); in JByteArrayToString()
172 CHECK(!is_copy); in JByteArrayToString()
178 jboolean is_copy; in StringToJByteArray() local
179 jbyte *buffer = GetByteArrayElements(result, &is_copy); in StringToJByteArray()
180 CHECK(!is_copy); in StringToJByteArray()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dandroid_jni_mock.cc142 jbyte *MockJNIEnv::GetByteArrayElements(jbyteArray array, jboolean *is_copy) { in GetByteArrayElements() argument
146 if (is_copy) { in GetByteArrayElements()
147 *is_copy = JNI_FALSE; in GetByteArrayElements()
170 jboolean is_copy; in JByteArrayToString() local
171 jbyte *buffer = GetByteArrayElements(array, &is_copy); in JByteArrayToString()
172 CHECK(!is_copy); in JByteArrayToString()
178 jboolean is_copy; in StringToJByteArray() local
179 jbyte *buffer = GetByteArrayElements(result, &is_copy); in StringToJByteArray()
180 CHECK(!is_copy); in StringToJByteArray()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dandroid_jni_mock.cc142 jbyte *MockJNIEnv::GetByteArrayElements(jbyteArray array, jboolean *is_copy) { in GetByteArrayElements() argument
146 if (is_copy) { in GetByteArrayElements()
147 *is_copy = JNI_FALSE; in GetByteArrayElements()
170 jboolean is_copy; in JByteArrayToString() local
171 jbyte *buffer = GetByteArrayElements(array, &is_copy); in JByteArrayToString()
172 CHECK(!is_copy); in JByteArrayToString()
178 jboolean is_copy; in StringToJByteArray() local
179 jbyte *buffer = GetByteArrayElements(result, &is_copy); in StringToJByteArray()
180 CHECK(!is_copy); in StringToJByteArray()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dandroid_jni_mock.cc142 jbyte *MockJNIEnv::GetByteArrayElements(jbyteArray array, jboolean *is_copy) { in GetByteArrayElements() argument
146 if (is_copy) { in GetByteArrayElements()
147 *is_copy = JNI_FALSE; in GetByteArrayElements()
170 jboolean is_copy; in JByteArrayToString() local
171 jbyte *buffer = GetByteArrayElements(array, &is_copy); in JByteArrayToString()
172 CHECK(!is_copy); in JByteArrayToString()
178 jboolean is_copy; in StringToJByteArray() local
179 jbyte *buffer = GetByteArrayElements(result, &is_copy); in StringToJByteArray()
180 CHECK(!is_copy); in StringToJByteArray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/mediastream/
H A Dwebmediaplayer_ms_compositor.cc334 bool is_copy) { in EnqueueFrame() argument
344 RenderWithoutAlgorithm(std::move(frame), is_copy); in EnqueueFrame()
351 RenderWithoutAlgorithm(std::move(frame), is_copy); in EnqueueFrame()
369 RenderWithoutAlgorithm(std::move(frame), is_copy); in EnqueueFrame()
390 RenderWithoutAlgorithm(frame, is_copy); in EnqueueFrame()
552 bool is_copy = false; in RenderUsingAlgorithm() local
556 is_copy = it->is_copy; in RenderUsingAlgorithm()
571 bool is_copy) { in RenderWithoutAlgorithm() argument
582 bool is_copy) { in RenderWithoutAlgorithmOnCompositor() argument
596 bool is_copy, in SetCurrentFrame() argument
[all …]
H A Dwebmediaplayer_ms_compositor.h79 void EnqueueFrame(scoped_refptr<media::VideoFrame> frame, bool is_copy);
150 bool is_copy; member
180 bool is_copy);
183 bool is_copy);
188 bool is_copy,
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/trivial-bounds/
H A Dtrivial-bounds-inconsistent-copy.rs6 is_copy(&t); in copy_string()
24 is_copy(t); in copy_mut()
30 fn is_copy<T: Copy>(t: &T) {} in is_copy() function
/dports/devel/py-pythonbrew/pythonbrew-1.3/pythonbrew/installer/
H A Dpythonbrewinstaller.py92 is_copy = True
96 is_copy = False
99 is_copy = True
101 if is_copy:

12345678910>>...37