Home
last modified time | relevance | path

Searched defs:Environment (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/rust/android-crates-io/crates/config/src/
Denv.rs10 pub struct Environment { struct
18 prefix: Option<String>,
21 prefix_separator: Option<String>,
49 /// # use config::{Environment, Config}; argument
80 impl Environment { argument
153 impl Source for Environment { implementation
/aosp_15_r20/external/cronet/testing/libfuzzer/fuzzers/
H A Dv8_fuzzer.cc96 struct Environment { struct
97 Environment() { in Environment() function
134 static Environment* env = new Environment(); in LLVMFuzzerTestOneInput() argument
H A Dlibsrtp_fuzzer.cc50 struct Environment { struct
51 srtp_policy_t GetCryptoPolicy(LibSrtpFuzzer::CryptoPolicy crypto_policy, in GetCryptoPolicy()
90 Environment() { in Environment() function
125 Environment* env = new Environment(); argument
H A Dskia_image_filter_proto_fuzzer.cc33 struct Environment { struct
35 Environment() { in Environment() argument
H A Dempty_fuzzer.cc11 struct Environment { struct
12 Environment() { in Environment() argument
H A Dgfx_png_image_fuzzer.cc12 struct Environment { struct
13 Environment() { in Environment() argument
H A Dskia_pathop_fuzzer.cc13 struct Environment { struct
14 Environment() { in Environment() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Denv.rs87 pub fn build(self) -> Environment { in build()
128 pub struct Environment { struct
134 impl Environment { argument
142 pub fn new(cq_count: usize) -> Environment { in new()
162 impl Drop for Environment { implementation
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_cache_fuzzer.cc25 struct Environment { struct
26 Environment() { logging::SetMinLogLevel(logging::LOGGING_INFO); } in Environment() function
27 const bool kDumpStats = getenv("DUMP_FUZZER_STATS");
28 const bool kDumpNativeInput = getenv("LPM_DUMP_NATIVE_INPUT");
/aosp_15_r20/external/libchrome/mojo/public/tools/fuzzers/
H A Dmojo_parse_message_proto_fuzzer.cc48 struct Environment { struct
49 Environment() : message_loop(base::MessageLoop::TYPE_UI) { in Environment() function
56 base::MessageLoop message_loop;
59 mojo::internal::ScopedSuppressValidationErrorLoggingForTests log_suppression;
H A Dmojo_parse_message_fuzzer.cc37 struct Environment { struct
38 Environment() : message_loop(base::MessageLoop::TYPE_UI) { in Environment() function
53 static Environment* env = new Environment(); in LLVMFuzzerTestOneInput() argument
H A Dmojo_fuzzer_message_dump.cc20 struct Environment { struct
21 Environment() : message_loop() { in Environment() argument
35 Environment* env = new Environment(); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DEnvironment.h35 friend class Environment; variable
59 Environment() {} in Environment() function
60 Environment(const Environment &RHS) : Base(static_cast<const Base&>(RHS)) {} in Environment() function
61 Environment(Environment &&RHS) : Base(std::move(RHS)) {} in Environment() function
62 Environment(char *const *Env) in Environment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DEnvironment.h35 friend class Environment; variable
59 Environment() {} in Environment() function
60 Environment(const Environment &RHS) : Base(static_cast<const Base&>(RHS)) {} in Environment() function
61 Environment(Environment &&RHS) : Base(std::move(RHS)) {} in Environment() function
62 Environment(char *const *Env) in Environment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DEnvironment.h35 friend class Environment; variable
59 Environment() {} in Environment() function
60 Environment(const Environment &RHS) : Base(static_cast<const Base&>(RHS)) {} in Environment() function
61 Environment(Environment &&RHS) : Base(std::move(RHS)) {} in Environment() function
62 Environment(char *const *Env) in Environment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DEnvironment.h35 friend class Environment; variable
59 Environment() {} in Environment() function
60 Environment(const Environment &RHS) : Base(static_cast<const Base&>(RHS)) {} in Environment() function
61 Environment(Environment &&RHS) : Base(std::move(RHS)) {} in Environment() function
62 Environment(char *const *Env) in Environment() function
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Dpseudotcp_parser_fuzzer.cc32 struct Environment { struct
33 explicit Environment(cricket::IPseudoTcpNotify* notifier) in Environment() argument
38 rtc::AutoThread thread;
39 cricket::PseudoTcp ptcp;
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dpreg_parser_fuzzer.cc25 struct Environment { struct
26 Environment() : root(base::ASCIIToUTF16(kRegistryChromePolicyKey)) { in Environment() argument
30 const base::string16 root;
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp249 struct Environment { struct
250 Environment( in Environment() argument
261 GraphFunction& method;
262 ResolverPtr resolver;
263 std::unordered_map<std::string, std::function<std::string()>> error_messages;
264 Block* b;
266 std::shared_ptr<Environment> next;
270 void setVariableTypeError( in setVariableTypeError()
281 std::optional<std::string> findVariableTypeError(const std::string& name) { in findVariableTypeError()
294 SugaredValuePtr insertLoad(const std::string& name, const TypePtr& type) { in insertLoad()
[all …]
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/
H A DEnvironment.java34 public class Environment implements Cloneable { class
42 public Environment(int size) { in Environment() method in Environment
47 private Environment(Vector<EnvEntry>[] table) { in Environment() method in Environment
52 public Environment() { in Environment() method in Environment
/aosp_15_r20/external/zucchini/fuzzers/
H A Dapply_fuzzer.cc19 struct Environment { struct
20 Environment() { in Environment() argument
H A Ddisassembler_win32_fuzzer.cc20 struct Environment { struct
21 Environment() { in Environment() argument
H A Ddisassembler_elf_fuzzer.cc16 struct Environment { struct
17 Environment() { logging::SetMinLogLevel(logging::LOG_FATAL); } in Environment() argument
H A Draw_gen_fuzzer.cc26 struct Environment { struct
27 Environment() { in Environment() function
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_allocator_fuzzer.cc11 struct Environment { struct
12 Environment() { logging::SetMinLogLevel(logging::LOGGING_FATAL); } in Environment() function

12345678910>>...22