Home
last modified time | relevance | path

Searched defs:is_copy (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/jni/src/wrapper/objects/
Dauto_array.rs71 is_copy: bool, field
77 let mut is_copy: jboolean = 0xff; in new() localVariable
113 pub fn is_copy(&self) -> bool { in is_copy() method
Dauto_primitive_array.rs20 is_copy: bool, field
66 pub fn is_copy(&self) -> bool { in is_copy() method
/external/rust/crates/protobuf-codegen/src/gen/field/
Dtype_ext.rs9 fn is_copy(&self) -> bool; in is_copy() method
38 fn is_copy(&self) -> bool { in is_copy() method
Delem.rs95 pub(crate) fn is_copy(&self) -> bool { in is_copy() method
/external/jazzer-api/driver/
Djvm_tooling_test.cpp79 jboolean is_copy; in TEST_F() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c94 bool is_copy = placement >= 2; in si_test_dma_perf() local
Dsi_shaderlib_tgsi.c113 bool dst_stream_cache_policy, bool is_copy) in si_create_dma_compute_shader()
/external/tensorflow/tensorflow/java/src/main/native/
Dtensor_jni.cc117 jboolean is_copy; in write1DArray() local
296 jboolean is_copy; in Java_org_tensorflow_Tensor_allocate() local
Dgraph_jni.cc94 jboolean is_copy; in Java_org_tensorflow_Graph_importGraphDef() local
/external/rust/crates/pin-project-lite/tests/
Dtest.rs214 fn is_copy<T: Copy>() {} in derive_copy() function
/external/rust/crates/protobuf-codegen/2.27.1/src/
Drust_types_values.rs118 pub fn is_copy(&self) -> bool { in is_copy() method
/external/rust/crates/protobuf-codegen/src/gen/
Drust_types_values.rs139 pub fn is_copy(&self) -> bool { in is_copy() method
/external/rust/crates/pin-project/tests/
Dpin_project.rs235 fn is_copy<T: Copy>() {} in derive_copy() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_interval_set_test.cc384 QuicIntervalSet<int> is_copy = is; in TEST_F() local
/external/rust/crates/protobuf-codegen/2.27.1/src/field/
Dmod.rs254 fn is_copy(&self) -> bool { in is_copy() method
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h813 bool is_copy() { return subtype == NST_COPY; } in is_copy() function
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp824 ASSERTED bool is_copy = instr->opcode == aco_opcode::s_mov_b32 || in label_instruction() local
/external/rust/crates/jni/src/wrapper/
Djnienv.rs2279 let mut is_copy: jboolean = 0xff; in get_primitive_array_critical() localVariable
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc4268 bool is_copy = in GetDefaultCollectiveOpsCreator() local
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp3363 …const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && I… in InputTextEx() local