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

1 2 3 4 5 67 8 9

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-x86/clang-4691093/include/llvm/MC/
MCObjectFileInfo.h 349 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm };
350 Environment getObjectFileType() const { return Env; }
355 Environment Env;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 230 struct Environment
241 Environment (Context& context, deUint32 maxResourceConsumers_)
253 Environment (const PlatformInterface& vkp_,
279 Dependency (const Environment& env, const typename Case::Parameters& params)
344 const Environment env (context.getPlatformInterface(),
448 Resources (const Environment&, const Parameters&) {}
456 static Move<VkInstance> create (const Environment& env, const Resources&, const Parameters& params)
518 Resources (const Environment& env, const Parameters& params)
557 static Move<VkDevice> create (const Environment& env, const Resources& res, const Parameters&)
617 Resources (const Environment& env, const Parameters& params
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 60 Environment* environment() const { return owner_->environment(); } function in class:v8::internal::compiler::BASE_EMBEDDED
120 depth_(builder_->environment()->context_chain_length()) {
121 builder_->environment()->PushContext(context); // Push.
127 builder_->environment()->PopContext();
128 CHECK_EQ(depth_, builder_->environment()->context_chain_length());
154 context_length_(builder->environment()->context_chain_length()),
155 stack_height_(builder->environment()->stack_height()) {
177 // this also drops extra operands from the environment for each skipped scope
198 Environment* environment() { return builder_->environment(); } function in class:v8::internal::compiler::BASE_EMBEDDED
    [all...]
bytecode-graph-builder.cc 23 // The abstract execution environment simulates the content of the interpreter
24 // register file. The environment performs SSA-renaming of all tracked nodes at
26 class BytecodeGraphBuilder::Environment : public ZoneObject {
28 Environment(BytecodeGraphBuilder* builder, int register_count,
31 // Specifies whether environment binding methods should attach frame state
52 // Effect dependency tracked by this environment.
58 // Preserve a checkpoint of the environment for the IR graph. Any
59 // further mutation of the environment will not affect checkpoints.
64 // Control dependency tracked by this environment.
73 Environment* Copy()
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 546 * \brief A variable environment.
548 * An Environment object maintains the mapping between variables of the
554 class Environment
584 * point precision and the current variable environment.
591 Environment& env_,
600 Environment& env;
653 * the environment.
656 * when it is evaluated, it can add a variable binding to the environment
664 //! Execute the statement, modifying the environment of `ctx`
994 * environment
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 580 * \brief A variable environment.
582 * An Environment object maintains the mapping between variables of the
588 class Environment
618 * point precision and the current variable environment.
625 Environment& env_,
634 Environment& env;
687 * the environment.
690 * when it is evaluated, it can add a variable binding to the environment
698 //! Execute the statement, modifying the environment of `ctx`
1028 * environment
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 261 // Environment variable utilities:
262 // GetEnv() - gets the value of an environment variable.
263 // BoolFromGTestEnv() - parses a bool environment variable.
264 // Int32FromGTestEnv() - parses an Int32 environment variable.
265 // StringFromGTestEnv() - parses a string environment variable.
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 286 // Environment variable utilities:
287 // GetEnv() - gets the value of an environment variable.
288 // BoolFromGTestEnv() - parses a bool environment variable.
289 // Int32FromGTestEnv() - parses an Int32 environment variable.
290 // StringFromGTestEnv() - parses a string environment variable.
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 286 // Environment variable utilities:
287 // GetEnv() - gets the value of an environment variable.
288 // BoolFromGTestEnv() - parses a bool environment variable.
289 // Int32FromGTestEnv() - parses an Int32 environment variable.
290 // StringFromGTestEnv() - parses a string environment variable.
    [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 57 import android.os.Environment;
425 this(Environment.getDataDirectory(), permissions, lock);
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 87 class Environment;
649 /* upb::Environment ***********************************************************/
651 /* A upb::Environment provides a means for injecting malloc and an
653 * independent of nearly all assumptions about their actual environment.
663 UPB_DECLARE_TYPE(upb::Environment, upb_env)
695 class upb::Environment {
697 /* The given Arena must outlive this environment. */
698 Environment() { upb_env_initonly(this); }
700 Environment(void *mem, size_t len, Allocator *a) : arena_(mem, len, a) {
720 /* Reports an error to this environment's callback, returning true i
    [all...]

Completed in 1068 milliseconds

1 2 3 4 5 67 8 9