Home
last modified time | relevance | path

Searched refs:is_local (Results 1 - 25 of 30) sorted by relevance

12

/third_party/python/Lib/test/
H A Dtest_symtable.py124 self.assertTrue(self.spam.lookup("x").is_local())
125 self.assertFalse(self.spam.lookup("bar").is_local())
127 self.assertTrue(self.top.lookup("some_non_assigned_global_var").is_local())
128 self.assertTrue(self.top.lookup("some_assigned_global_var").is_local())
176 self.assertTrue(st2.lookup('x').is_local())
181 self.assertTrue(st4.lookup('x').is_local())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h523 std::error_code is_local(const Twine &path, bool &result);
525 /// Version of is_local accepting an open file descriptor.
526 std::error_code is_local(int FD, bool &result);
528 /// Simpler version of is_local for clients that don't need to
530 inline bool is_local(const Twine &Path) { in is_local() function
532 return !is_local(Path, Result) && Result; in is_local()
535 /// Simpler version of is_local accepting an open file descriptor for
537 inline bool is_local(int FD) { in is_local() function
539 return !is_local(FD, Result) && Result; in is_local()
/third_party/libunwind/libunwind/src/ia64/
H A DGtables.c258 int ret, is_local; in unw_search_ia64_unwind_table() local
326 is_local = is_local_addr_space (as); in unw_search_ia64_unwind_table()
331 if (need_unwind_info || is_local) in unw_search_ia64_unwind_table()
335 if (is_local) in unw_search_ia64_unwind_table()
/third_party/cups-filters/cupsfilters/
H A Dipp.c485 is_local; in ippfind_based_uri_converter() local
634 is_local = (*ptr == 'L'); in ippfind_based_uri_converter()
644 (is_local ? "localhost" : service_hostname), port, "/%s", in ippfind_based_uri_converter()
/third_party/libunwind/libunwind/src/
H A Delfxx.c385 * If is_local, will also search sys directories /usr/local/dbg
391 elf_w (load_debuglink) (const char* file, struct elf_image *ei, int is_local) in load_debuglink() argument
409 if (is_local == -1) { in load_debuglink()
460 if (ret == -1 && is_local == 1) in load_debuglink()
H A Delfxx.h58 extern int elf_w (load_debuglink) (const char* file, struct elf_image *ei, int is_local);
/third_party/python/Lib/
H A Dsymtable.py262 def is_local(self): member in Symbol
326 print(info, info.is_local(), info.is_namespace())
/third_party/cups-filters/utils/
H A Ddriverless.c67 is_local; in listPrintersInArray() local
130 is_local = (*ptr == 'L'); in listPrintersInArray()
135 (is_local ? "localhost" : service_hostname), in listPrintersInArray()
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.h163 bool is_local : 1; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls.h75 int is_local; member
H A Dtls_gnutls.c1490 ev.alert.is_local = 1; in tls_connection_handshake()
1510 ev.alert.is_local = 0; in tls_connection_handshake()
H A Dtls_openssl.c766 ev.alert.is_local = !(where & SSL_CB_READ); in ssl_info_cb()
4204 ev.alert.is_local = 1; in openssl_handshake()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls.h75 int is_local; member
H A Dtls_gnutls.c1490 ev.alert.is_local = 1; in tls_connection_handshake()
1510 ev.alert.is_local = 0; in tls_connection_handshake()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_android.c147 bool is_local = !!(device->physical_device->memory_properties.memoryTypes[i].propertyFlags & in radv_image_from_gralloc() local
150 if (is_local && !is_32bit) { in radv_image_from_gralloc()
H A Dradv_radeon_winsys.h178 bool is_local; member
/third_party/pulseaudio/src/modules/dbus/
H A Diface-core.c385 dbus_bool_t is_local; in handle_get_is_local() local
390 is_local = get_is_local(conn); in handle_get_is_local()
392 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_BOOLEAN, &is_local); in handle_get_is_local()
1060 dbus_bool_t is_local; in handle_get_all() local
1097 is_local = get_is_local(conn); in handle_get_all()
1130 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_IS_LOCAL].property_name, DBUS_TYPE_BOOLEAN, &is_local); in handle_get_all()
/third_party/pulseaudio/src/pulse/
H A Dinternal.h105 bool is_local:1; member
H A Dcontext.c645 c->is_local; in setup_context()
905 c->is_local = pa_socket_client_is_local(c->client);
1315 return c->is_local;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dauthsrv.c184 if (data->alert.is_local) in authsrv_tls_event()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c491 bo->base.is_local = true; in radv_amdgpu_winsys_bo_create()
518 bo->base.use_global_list = bo->base.is_local; in radv_amdgpu_winsys_bo_create()
982 if (bo->base.is_local) in radv_amdgpu_winsys_bo_make_resident()
/third_party/libunwind/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c110 load_debug_frame (const char *file, char **buf, size_t *bufsize, int is_local, in load_debug_frame() argument
123 ret = elf_w (load_debuglink) (file, &ei, is_local); in load_debug_frame()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c164 if (data->alert.is_local) in authsrv_tls_event()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc1546 bool is_local = scanner_.IsLocal(); in AssignmentExpression() local
1548 USE(is_local); in AssignmentExpression()
1560 DCHECK(is_local ? info->kind == VarKind::kLocal in AssignmentExpression()
/third_party/python/Lib/unittest/
H A Dmock.py1549 self.is_local = local
1570 if self.is_local and self.temp_original is not DEFAULT:
1582 del self.is_local

Completed in 42 milliseconds

12