HomeSort by relevance Sort by last modified time
    Searched defs:Environment (Results 51 - 75 of 100) sorted by null

1 23 4

  /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() { }
323 static Environment Unreachable() {
324 Environment env;
329 static Environment Merge(const Environment& l
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.cc 27 frame_state_before_ = builder_->environment()->Checkpoint(
34 DCHECK(builder_->environment()->StateValuesAreUpToDate(output_poke_offset_,
39 friend class Environment;
50 builder_->environment()->Checkpoint(id_after_, combine);
81 BytecodeGraphBuilder::Environment::Environment(BytecodeGraphBuilder* builder,
123 BytecodeGraphBuilder::Environment::Environment(
124 const BytecodeGraphBuilder::Environment* other)
141 int BytecodeGraphBuilder::Environment::RegisterToValuesIndex
    [all...]
ast-graph-builder.cc 57 Environment* environment() const { return owner_->environment(); } function in class:v8::internal::compiler::BASE_EMBEDDED
117 depth_(builder_->environment()->context_chain_length()) {
118 builder_->environment()->PushContext(context); // Push.
124 builder_->environment()->PopContext();
125 CHECK_EQ(depth_, builder_->environment()->context_chain_length());
151 context_length_(builder->environment()->context_chain_length()),
152 stack_height_(builder->environment()->stack_height()) {
176 // this also drops extra operands from the environment for each skipped scope
197 Environment* environment() { return builder_->environment(); } function in class:v8::internal::compiler::BASE_EMBEDDED
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 537 * \brief A variable environment.
539 * An Environment object maintains the mapping between variables of the
545 class Environment
575 * point precision and the current variable environment.
582 Environment& env_,
591 Environment& env;
644 * the environment.
647 * when it is evaluated, it can add a variable binding to the environment
655 //! Execute the statement, modifying the environment of `ctx`
985 * environment
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 558 * \brief A variable environment.
560 * An Environment object maintains the mapping between variables of the
566 class Environment
596 * point precision and the current variable environment.
603 Environment& env_,
612 Environment& env;
665 * the environment.
668 * when it is evaluated, it can add a variable binding to the environment
676 //! Execute the statement, modifying the environment of `ctx`
1006 * environment
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/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/opencv3/modules/ts/include/opencv2/ts/
ts_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/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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/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 
ant-1.6.5.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 54 import android.os.Environment;
401 this(Environment.getDataDirectory(), lock);
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /frameworks/base/core/java/android/app/
ActivityThread.java 64 import android.os.Environment;
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
hibernate-annotations.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.8.ALPHA.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 3537 milliseconds

1 23 4