HomeSort by relevance Sort by last modified time
    Searched defs:Environment (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/minijail/
testrunner.cc 17 class Environment : public ::testing::Environment {
19 ~Environment() override = default;
30 ::testing::AddGlobalTestEnvironment(new Environment());
  /external/libchrome/base/
environment.h 27 class BASE_EXPORT Environment {
29 virtual ~Environment();
32 static std::unique_ptr<Environment> Create();
34 // Gets an environment variable's value and stores it in |result|.
56 // Returns a modified environment vector constructed from the given environment
57 // and the list of changes given in |changes|. Each key in the environment is
62 // This Windows version takes and returns a Windows-style environment block
77 // This Posix version takes and returns a Posix-style environment block, which
  /external/pdfium/testing/
unit_test_main.cpp 22 class Environment : public testing::Environment {
44 Environment* env_ = nullptr;
59 env_ = new Environment();
embedder_test_main.cpp 31 class Environment : public testing::Environment {
64 Environment* env_ = nullptr;
75 env_ = new Environment();
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
WorkDir.java 20 import android.os.Environment;
32 Assert.assertEquals(Environment.getExternalStorageState(), Environment.MEDIA_MOUNTED);
33 return Environment.getExternalStorageDirectory();
  /hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
EnvironmentTearDown.h 37 class Environment : public ::testing::VtsHalHidlTargetTestEnvBase {
  /cts/tests/tests/os/src/android/os/cts/
EnvironmentTest.java 18 import android.os.Environment;
30 new Environment();
31 assertNotNull(Environment.getExternalStorageState());
32 assertTrue(Environment.getExternalStorageDirectory().isDirectory());
33 assertTrue(Environment.getRootDirectory().isDirectory());
34 assertTrue(Environment.getDownloadCacheDirectory().isDirectory());
35 assertTrue(Environment.getDataDirectory().isDirectory());
45 assertNull("environment variable TMPDIR should not be set",
75 final File file = Environment.getDataDirectory();
  /build/soong/ui/build/
environment.go 25 // Environment adds a number of useful manipulation functions to the list of
27 type Environment []string
29 // OsEnvironment wraps the current environment returned by os.Environ()
30 func OsEnvironment() *Environment {
31 env := Environment(os.Environ())
37 // Environment.
38 func (e *Environment) Get(key string) (string, bool) {
49 func (e *Environment) Set(key, value string) {
54 // Unset removes the specified keys from the Environment.
55 func (e *Environment) Unset(keys ...string)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
ReadExternalStorageTest.java 26 import android.os.Environment;
39 assertDirReadOnlyAccess(Environment.getExternalStorageDirectory());
52 assertEquals("Valid media must be inserted during CTS", Environment.MEDIA_MOUNTED,
53 Environment.getExternalStorageState(path));
65 if (Environment.MEDIA_MOUNTED.equals(Environment.getExternalStorageState(path))) {
  /external/puffin/src/
fuzzer.cc 62 struct Environment {
63 Environment() {
71 Environment* env = new Environment();
  /external/vulkan-validation-layers/tests/
test_environment.h 33 class Environment : public ::testing::Environment {
35 Environment();
test_environment.cpp 40 Environment::Environment() : default_dev_(0) {
50 bool Environment::parse_args(int argc, char **argv) {
77 void Environment::SetUp() {
150 void Environment::TearDown() {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
test_environment.h 33 class Environment : public ::testing::Environment {
35 Environment();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
EnvironmentTest.java 11 import android.os.Environment;
29 assertThat( Environment.getExternalStorageState(), equalTo("removed") );
31 assertThat( Environment.getExternalStorageState(), equalTo("mounted") );
36 assertTrue(Environment.getExternalStorageDirectory().exists());
41 File extStoragePublic = Environment.getExternalStoragePublicDirectory("Movies");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb)
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) {
92 bool operator==(const Environment& RHS) const
    [all...]

Completed in 1113 milliseconds

1 2 3 4 5 6 7 8 9