Searched refs:replace (Results 1 - 22 of 22) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dph.h272 a_type *replace, *parent; \
293 ph_merge_children(a_type, a_field, phn, a_cmp, replace); \
295 if (replace != NULL) { \
297 phn_prev_set(a_type, a_field, replace, parent); \
299 replace); \
301 phn_prev_set(a_type, a_field, replace, \
307 replace); \
310 phn_next_set(a_type, a_field, replace, \
315 replace); \
/fuchsia/zircon/system/ulib/fzl/include/lib/fzl/
H A Dfifo.h40 zx_status_t replace(zx_rights_t rights, fifo* result) { function in class:fzl::fifo
41 return fifo_.replace(rights, &result->fifo_);
/fuchsia/zircon/third_party/lib/jitterentropy/
H A Drules.mk17 # is a significant difference in entropy quality, replace the relevant C code by
/fuchsia/zircon/make/
H A Dmacros.mk41 # $2 - file to replace
54 # replace all characters or sequences of letters in defines to convert to a proper C style variable
H A Dmodule-userlib.mk186 # We replace . with - in module dep names to handle async.xyz which are defined
/fuchsia/zircon/system/utest/utf_conversion/
H A Dmain.cpp200 uint8_t replace[3] = { 0xEF, 0xBF, 0xBD }; local
210 snprintf(case_id, sizeof(case_id), "case id [0x%04hx, replace]", v.src);
216 ASSERT_UTF8_EQ(replace, sizeof(replace), actual, sizeof(actual),
/fuchsia/zircon/system/core/devmgr/
H A Dbootfs.cpp110 if ((r = vmo.replace(ZX_RIGHTS_BASIC | ZX_RIGHT_READ |
/fuchsia/zircon/system/ulib/fzl/
H A Dvmo-mapper.cpp46 ret = vmo.replace(vmo_rights, &vmo);
/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dthread_lock_state.h170 acquired_locks_.replace(*original, replacement);
/fuchsia/zircon/system/ulib/fs/
H A Dvmo-file.cpp183 status = private_clone.replace(rights, out_vmo);
/fuchsia/zircon/system/ulib/memfs/
H A Dfile.cpp117 if ((status = out_vmo.replace(rights, &out_vmo)) != ZX_OK) {
/fuchsia/zircon/system/utest/libfzl/
H A Dfzl-test.cpp181 fifo_0.replace(0, &replaced);
/fuchsia/zircon/scripts/
H A Dsymbolize471 return prefix + s.replace("(inlined", (" " * len(prefix)) + "(inlined")
481 a2l_out.replace("(inlined", (" " * len(prefix)) + "(inlined"))
H A Dzircon.elf-gdb.py208 replace=True)
391 state = state.replace("ProcessDispatcher::", "")
/fuchsia/zircon/system/core/userboot/
H A Drules.mk42 # Make sure that compiler doesn't replace calls to libc functions with builtins.
/fuchsia/zircon/system/host/fidl/lib/
H A Dformatter.cpp204 output_.replace(i, strlen(arrow_nl), "\n->");
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dobject.h104 zx_status_t replace(zx_rights_t rights, object<T>* result) { function in class:zx::object
/fuchsia/zircon/system/dev/block/block/
H A Dserver.cpp292 if ((status = fifo_out->replace(rights, fifo_out)) != ZX_OK) {
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_double_list.h370 // 'fn' and replace it in the list, returning a referenced pointer to the
397 // replace (copy and move)
400 PtrType replace(typename PtrTraits::RefType target, PtrType replacement) { function in class:fbl::DoublyLinkedList
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dsequence_container_test_environment.h789 // Try (and fail) to replace an element in an empty container.
889 // Try (and fail) to replace an element in an empty container.
1018 PtrType replaced = container().replace(*iter, new_obj);
1075 PtrType replaced = container().replace(*iter, PtrTraits::Take(new_obj));
/fuchsia/zircon/system/utest/libzx/
H A Dzx-test.cpp87 ASSERT_EQ(handle.replace(ZX_RIGHT_SAME_RIGHTS, &rep), ZX_OK);
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp520 event.replace(ZX_RIGHT_NONE, &event);

Completed in 138 milliseconds