Home
last modified time | relevance | path

Searched defs:new_out (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libchrome/base/strings/
H A Dutf_string_conversions_regression_fuzzer.cc17 base::string16 new_out; in UTF8ToCheck() local
29 std::wstring new_out; in UTF8ToCheck() local
46 std::string new_out; in UTF16ToCheck() local
58 std::wstring new_out; in UTF16ToCheck() local
75 std::string new_out; in WideToCheck() local
87 base::string16 new_out; in WideToCheck() local
/aosp_15_r20/prebuilts/build-tools/common/flex/
H A DFlexLexer.h77 int yylex( std::istream& new_in, std::ostream& new_out ) in yylex()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dgcd.c284 BIGNUM *new_out = NULL; in BN_mod_inverse() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dgcd.c285 BIGNUM *new_out = NULL; in BN_mod_inverse() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dgcd.c284 BIGNUM *new_out = NULL; in BN_mod_inverse() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dgcd.c285 BIGNUM *new_out = NULL; in BN_mod_inverse() local
/aosp_15_r20/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android_arm64_armv8-2a_cortex-a55_static/gen/lex/frameworks/compile/mclinker/lib/Script/
DScriptScanner.cpp2445 void yyFlexLexer::switch_streams( std::istream& new_in, std::ostream& new_out ) in switch_streams()
2457 void yyFlexLexer::switch_streams( std::istream* new_in, std::ostream* new_out ) in switch_streams()
/aosp_15_r20/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/linux_glibc_x86_64_static/gen/lex/frameworks/compile/mclinker/lib/Script/
DScriptScanner.cpp2445 void yyFlexLexer::switch_streams( std::istream& new_in, std::ostream& new_out ) in switch_streams()
2457 void yyFlexLexer::switch_streams( std::istream* new_in, std::ostream* new_out ) in switch_streams()
/aosp_15_r20/system/core/trusty/keymaster/ipc/
H A Dtrusty_keymaster_ipc.cpp146 std::vector<uint8_t> new_out(out.size() + KEYMASTER_MAX_BUFFER_LENGTH); in trusty_keymaster_call_2() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcontrol_flow_deps_to_chains.cc201 auto* new_out = modified_body.add_node_def(); in Run() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dexit_transforms.cpp584 auto new_out = first_if.node()->addOutput()->copyMetadata(output); in inlineConsecutiveIfs() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dremove_inplace_ops_for_onnx.cpp825 Value *orig_data = nullptr, *new_out = nullptr; in convertInplaceOpsAndTrackAlias() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dpasses.cpp935 Value* new_out = new_node->addOutput(); in FuseListUnpack() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp1371 auto new_out = replace_node->addOutput()->copyMetadata(v); in replaceWithNewSymbol() local