/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/io/ |
D | syscalls.rs | 294 pub(crate) fn dup(fd: BorrowedFd<'_>) -> io::Result<OwnedFd> { in dup() function
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | socket.py | 210 def dup(self): member in _socketobject
|
/aosp_15_r20/external/ethtool/ |
H A D | test-common.c | 83 char *dup = test_malloc(size); in test_strdup() local
|
/aosp_15_r20/external/fmtlib/src/ |
H A D | os.cc | 285 file file::dup(int fd) { in dup() function in file
|
/aosp_15_r20/external/armnn/delegate/common/src/ |
H A D | DelegateOptions.cpp | 155 char* dup = strdup(options_values[i]); in DelegateOptions() local
|
/aosp_15_r20/external/libtextclassifier/native/utils/base/ |
H A D | arena_test.cc | 376 char* dup = arena.Strndup(source, sizeof(kFoo)); in TestStrndupUnterminated() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_mem_access_bit_sizes.c | 38 nir_intrinsic_instr *dup = in dup_mem_intrinsic() local
|
/aosp_15_r20/external/antlr/tool/src/test/java/org/antlr/test/ |
H A D | TestTrees.java | 163 CommonTree dup = (CommonTree)(new CommonTreeAdaptor()).dupTree(r0); in testDupTree() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | io_win32.cc | 345 int dup(int fd) { return ::_dup(fd); } in dup() function
|
/aosp_15_r20/external/libwebsockets/lib/roles/mqtt/ |
H A D | mqtt.c | 1849 uint8_t dup, lws_mqtt_qos_levels_t qos, in lws_mqtt_fill_fixed_header()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | io_win32.cc | 345 int dup(int fd) { return ::_dup(fd); } in dup() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/ |
H A D | proc.c | 307 HFILE save_in, save_out, save_err, dup; in apr_proc_create() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/ |
D | test_regression.py | 452 def dup(v): function
|
/aosp_15_r20/external/igt-gpu-tools/runner/ |
H A D | settings.c | 98 char *dup, *origdup, *p; in parse_abort_conditions() local
|
/aosp_15_r20/external/sonivox/arm-wt-22k/misc/ |
H A D | eas_host.c | 91 EAS_BOOL dup; member
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | AudioMetadata.java | 336 public AudioMetadataMap dup() { in dup() method in BaseMap
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | test_persistable_bundle.cpp | 34 APersistableBundle* dup = APersistableBundle_dup(bundle); in TEST_F() local
|
/aosp_15_r20/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioRecord.h | 840 mediametrics::Item *dup() { return mMetricsItem->dup(); } in dup() function
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/ |
H A D | GrammarAST.java | 461 public static GrammarAST dup(Tree t) { in dup() method in GrammarAST
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/ |
D | DataBrokerTest.java | 753 ParcelFileDescriptor dup = null; in invokeScriptForLargeInput() local
|
/aosp_15_r20/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperPreview.java | 568 MotionEvent dup = MotionEvent.obtainNoHistory(ev); in dispatchTouchEvent() local
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 501 std::unique_ptr<InputChannel> InputChannel::dup() const { in dup() function in android::InputChannel
|
/aosp_15_r20/external/libxml2/ |
H A D | valid.c | 3721 xmlChar *dup, *nam = NULL, *cur, save; in xmlValidateAttributeValue2() local 6258 xmlChar *dup, *str = NULL, *cur, save; in xmlValidateRef() local 6293 xmlChar *dup, *str = NULL, *cur, save; in xmlValidateRef() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | valid.c | 3724 xmlChar *dup, *nam = NULL, *cur, save; in xmlValidateAttributeValue2() local 6259 xmlChar *dup, *str = NULL, *cur, save; in xmlValidateRef() local 6294 xmlChar *dup, *str = NULL, *cur, save; in xmlValidateRef() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pystrtod.c | 389 char *dup, *end; in _Py_string_to_number_with_underscores() local
|