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

1 2 3 4 56 7 8 9

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 277 enum Environment { IsMachO, IsELF, IsCOFF };
278 Environment Env;
  /frameworks/base/core/java/android/os/
Environment.java 31 * Provides access to environment variables.
33 public class Environment {
34 private static final String TAG = "Environment";
    [all...]
  /frameworks/base/core/java/com/android/server/
SystemConfig.java 26 import android.os.Environment;
289 readPermissions(Environment.buildPath(
290 Environment.getRootDirectory(), "etc", "sysconfig"), ALLOW_ALL);
293 readPermissions(Environment.buildPath(
294 Environment.getRootDirectory(), "etc", "permissions"), ALLOW_ALL);
302 readPermissions(Environment.buildPath(
303 Environment.getVendorDirectory(), "etc", "sysconfig"), vendorPermissionFlag);
304 readPermissions(Environment.buildPath(
305 Environment.getVendorDirectory(), "etc", "permissions"), vendorPermissionFlag);
310 readPermissions(Environment.buildPath
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 78 private final Environment mEnvironment;
415 public NotificationData(Environment environment) {
416 mEnvironment = environment;
417 mGroupManager = environment.getGroupManager();
421 * Returns the sorted list of active notifications (depending on {@link Environment}
425 * when the environment changes.
668 // TODO: This should not be public. Instead the Environment should notify this class when
813 public interface Environment {
  /external/llvm/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
218 /// The parsed Environment type.
219 EnvironmentType Environment;
230 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
240 Environment == Other.Environment &&
273 /// hasEnvironment - Does this triple have the optional environment
279 /// getEnvironment - Get the parsed environment type of this triple.
280 EnvironmentType getEnvironment() const { return Environment; }
346 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 347 enum Environment { IsMachO, IsELF, IsCOFF };
348 Environment getObjectFileType() const { return Env; }
353 Environment Env;
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 896 // An Environment object is capable of setting up and tearing down an
897 // environment. The user should subclass this to define his own
898 // environment(s).
900 // An Environment object does the set-up and tear-down in virtual
910 class Environment {
912 // The d'tor is virtual as we need to subclass Environment.
913 virtual ~Environment();
915 // Override this to define how to set up the environment.
918 // Override this to define how to tear down the environment.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
226 /// The parsed Environment type.
227 EnvironmentType Environment;
238 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
248 Environment == Other.Environment &&
281 /// hasEnvironment - Does this triple have the optional environment
287 /// getEnvironment - Get the parsed environment type of this triple.
288 EnvironmentType getEnvironment() const { return Environment; }
354 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 275 class Environment;
289 static ExprEffect NoneWithEnv(Environment* env) {
298 Environment* env() {
299 return reinterpret_cast<Environment*>(effect_ & ~kAllEffects);
307 ExprEffect(int effect, Environment* env)
319 class Environment {
321 Environment() = default;
323 static Environment Unreachable() {
324 Environment env;
329 static Environment Merge(const Environment& l
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
228 /// The parsed Environment type.
229 EnvironmentType Environment;
240 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
250 Environment == Other.Environment &&
283 /// hasEnvironment - Does this triple have the optional environment
289 /// getEnvironment - Get the parsed environment type of this triple.
290 EnvironmentType getEnvironment() const { return Environment; }
356 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 341 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
342 Environment getObjectFileType() const { return Env; }
347 Environment Env;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
231 /// The parsed Environment type.
232 EnvironmentType Environment;
244 : Data(), Arch(), SubArch(), Vendor(), OS(), Environment(),
255 Environment == Other.Environment &&
292 /// hasEnvironment - Does this triple have the optional environment
298 /// getEnvironment - Get the parsed environment type of this triple.
299 EnvironmentType getEnvironment() const { return Environment; }
365 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCObjectFileInfo.h 345 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
346 Environment getObjectFileType() const { return Env; }
351 Environment Env;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
231 /// The parsed Environment type.
232 EnvironmentType Environment;
244 : Data(), Arch(), SubArch(), Vendor(), OS(), Environment(),
255 Environment == Other.Environment &&
292 /// hasEnvironment - Does this triple have the optional environment
298 /// getEnvironment - Get the parsed environment type of this triple.
299 EnvironmentType getEnvironment() const { return Environment; }
365 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCObjectFileInfo.h 345 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
346 Environment getObjectFileType() const { return Env; }
351 Environment Env;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
234 /// The parsed Environment type.
235 EnvironmentType Environment;
247 : Data(), Arch(), SubArch(), Vendor(), OS(), Environment(),
258 Environment == Other.Environment &&
295 /// hasEnvironment - Does this triple have the optional environment
301 /// getEnvironment - Get the parsed environment type of this triple.
302 EnvironmentType getEnvironment() const { return Environment; }
368 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCObjectFileInfo.h 349 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
350 Environment getObjectFileType() const { return Env; }
355 Environment Env;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
234 /// The parsed Environment type.
235 EnvironmentType Environment;
247 : Data(), Arch(), SubArch(), Vendor(), OS(), Environment(),
258 Environment == Other.Environment &&
295 /// hasEnvironment - Does this triple have the optional environment
301 /// getEnvironment - Get the parsed environment type of this triple.
302 EnvironmentType getEnvironment() const { return Environment; }
368 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCObjectFileInfo.h 349 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
350 Environment getObjectFileType() const { return Env; }
355 Environment Env;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
234 /// The parsed Environment type.
235 EnvironmentType Environment;
247 : Data(), Arch(), SubArch(), Vendor(), OS(), Environment(),
258 Environment == Other.Environment &&
295 /// hasEnvironment - Does this triple have the optional environment
301 /// getEnvironment - Get the parsed environment type of this triple.
302 EnvironmentType getEnvironment() const { return Environment; }
368 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCObjectFileInfo.h 349 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
350 Environment getObjectFileType() const { return Env; }
355 Environment Env;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
234 /// The parsed Environment type.
235 EnvironmentType Environment;
247 : Data(), Arch(), SubArch(), Vendor(), OS(), Environment(),
258 Environment == Other.Environment &&
295 /// hasEnvironment - Does this triple have the optional environment
301 /// getEnvironment - Get the parsed environment type of this triple.
302 EnvironmentType getEnvironment() const { return Environment; }
368 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCObjectFileInfo.h 349 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
350 Environment getObjectFileType() const { return Env; }
355 Environment Env;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
228 /// The parsed Environment type.
229 EnvironmentType Environment;
240 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
250 Environment == Other.Environment &&
283 /// hasEnvironment - Does this triple have the optional environment
289 /// getEnvironment - Get the parsed environment type of this triple.
290 EnvironmentType getEnvironment() const { return Environment; }
356 /// getEnvironmentName - Get the optional environment (fourth
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 341 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
342 Environment getObjectFileType() const { return Env; }
347 Environment Env;

Completed in 1239 milliseconds

1 2 3 4 56 7 8 9