/external/google-fruit/extras/packaging/ |
deploy_to_bintray.sh | 10 for is_shared in True False 14 conan create . google/stable -o fruit:shared=$is_shared -o fruit:use_boost=$use_boost -s build_type=$build_type
|
/external/bcc/src/cc/ |
table_desc.h | 59 is_shared(that.is_shared), 69 is_shared(false), 80 is_shared(false), 102 bool is_shared; member in class:ebpf::TableDesc
|
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
radv_amdgpu_bo.h | 55 bool is_shared; member in struct:radv_amdgpu_winsys_bo::__anon32963::__anon32964
|
radv_amdgpu_bo.c | 372 bo->is_shared = false; 451 bo->is_shared = true; 481 bo->is_shared = true;
|
/external/v8/src/builtins/ |
builtins-arraybuffer.cc | 17 if (name->is_shared() != expected) { \ 123 const char* kMethodName, bool is_shared) { 134 CHECK_SHARED(is_shared, array_buffer, kMethodName); 137 if (!is_shared && array_buffer->was_neutered()) { 183 Handle<JSFunction> constructor_fun = is_shared 220 CHECK_SHARED(is_shared, new_array_buffer, kMethodName); 223 if (!is_shared && new_array_buffer->was_neutered()) { 231 if (!is_shared && new_->SameValue(*args.receiver())) { 238 if (is_shared && 248 NewTypeError(is_shared ? MessageTemplate::kSharedArrayBufferTooShor [all...] |
builtins-sharedarraybuffer.cc | 43 if (typed_array->GetBuffer()->is_shared()) {
|
/external/v8/src/runtime/ |
runtime-futex.cc | 26 CHECK(sta->GetBuffer()->is_shared());
|
runtime-atomics.cc | 257 CHECK(sta->GetBuffer()->is_shared()); 285 CHECK(sta->GetBuffer()->is_shared()); 314 CHECK(sta->GetBuffer()->is_shared()); 343 CHECK(sta->GetBuffer()->is_shared()); 372 CHECK(sta->GetBuffer()->is_shared()); 401 CHECK(sta->GetBuffer()->is_shared()); 430 CHECK(sta->GetBuffer()->is_shared());
|
runtime-typedarray.cc | 37 CHECK(!array_buffer->is_shared());
|
/external/tensorflow/tensorflow/python/ops/ |
resources.py | 38 def register_resource(handle, create_op, is_initialized_op, is_shared=True): 49 is_shared: if True, the resource gets added to the shared resource 54 if is_shared:
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
amdgpu_bo.h | 108 volatile int is_shared; /* bool (int for atomicity) */ member in struct:amdgpu_winsys_bo
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_threaded_context.h | 275 bool is_shared; member in struct:threaded_resource
|
/external/tensorflow/tensorflow/stream_executor/ |
kernel.h | 272 bool is_shared; member in struct:stream_executor::KernelArg 308 result.is_shared = true; 314 result.is_shared = false;
|
/external/v8/src/wasm/ |
wasm-js.cc | 157 bool* is_shared) { 168 *is_shared = buffer->IsSharedArrayBuffer(); 179 *is_shared = buffer->IsSharedArrayBuffer(); 410 bool is_shared = false; local 411 auto bytes = GetFirstArgumentAsBytes(args, &thrower, &is_shared); 419 std::move(resolver), bytes, is_shared); 484 bool is_shared = false; local 485 auto bytes = GetFirstArgumentAsBytes(args, &thrower, &is_shared); 497 if (is_shared) { 532 bool is_shared = false local 801 bool is_shared = false; local [all...] |
wasm-engine.h | 79 // The {is_shared} flag indicates if the bytes backing the module could 83 const ModuleWireBytes& bytes, bool is_shared);
|
wasm-engine.cc | 118 const ModuleWireBytes& bytes, bool is_shared) { 123 if (is_shared) {
|
/external/v8/src/objects/ |
js-array-buffer.h | 47 inline bool is_shared();
|
js-array-buffer-inl.h | 108 bool JSArrayBuffer::is_shared() { return IsShared::decode(bit_field()); } function in class:v8::internal::JSArrayBuffer
|
/external/v8/src/ |
value-serializer.cc | 344 DCHECK(!array_buffer->is_shared()); 813 if (array_buffer->is_shared()) { 1239 const bool is_shared = false; local 1246 const bool is_shared = true; local 1848 const bool is_shared = true; local [all...] |
value-serializer.h | 277 MaybeHandle<JSArrayBuffer> ReadJSArrayBuffer(bool is_shared)
|
/external/mesa3d/src/gallium/drivers/radeon/ |
r600_texture.c | 428 (!rtex->resource.b.is_shared || 502 if (rtex->resource.b.is_shared) 703 assert(!res->b.is_shared); 740 if (!res->b.is_shared || update_metadata) { 764 assert(!res->b.is_shared); 798 if (res->b.is_shared) { 806 res->b.is_shared = true; [all...] |
r600_buffer_common.c | 253 if (rbuffer->b.is_shared) 376 !rbuffer->b.is_shared &&
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_texture.c | 372 if (rtex->resource.b.is_shared) 472 assert(!res->b.is_shared); 494 if (!res->b.is_shared || update_metadata) { 510 assert(!res->b.is_shared); 540 if (res->b.is_shared) { 548 res->b.is_shared = true; [all...] |
r600_buffer_common.c | 250 if (rbuffer->b.is_shared) 383 !rbuffer->b.is_shared &&
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_clear.c | 243 if (rtex->resource.b.is_shared || 393 if (tex->resource.b.is_shared &&
|