HomeSort by relevance Sort by last modified time
    Searched refs:environment (Results 701 - 725 of 1050) sorted by null

<<21222324252627282930>>

  /prebuilts/gradle-plugin/com/android/tools/draw9patch/25.1.0-beta1/
draw9patch-25.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/draw9patch/25.1.0-beta3/
draw9patch-25.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/draw9patch/25.1.0-rc1/
draw9patch-25.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/draw9patch/25.1.2/
draw9patch-25.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/draw9patch/25.2.0-alpha1/
draw9patch-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/draw9patch/25.2.0-alpha3/
draw9patch-25.2.0-alpha3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/dhcpcd-6.8.2/
configure 96 To assign environment variables (e.g., CC, CFLAGS...), specify them as
135 Some influential environment variables:
  /external/libcxx/test/libcxx/test/
config.py 115 self.lit_config.note('Using environment: %r' % self.env)
160 self.config.environment['PATH'])
213 # If LIT_USE_INTERNAL_SHELL is in the environment, we use that as the
    [all...]
  /external/minijail/
common.mk 91 # - External CXXFLAGS and CFLAGS should be passed via the environment since
405 # TODO: add version support extracted from PV environment variable
    [all...]
  /external/mksh/src/
check.pl 69 # which are put in the environment before
72 # environment. Programs are run with
73 # the following minimal environment:
77 # (values taken from the environment of
186 -e e=v Set the environment variable e to v for all tests
276 # Set up a very minimal environment
    [all...]
  /external/modp_b64/
common.mk 91 # - External CXXFLAGS and CFLAGS should be passed via the environment since
405 # TODO: add version support extracted from PV environment variable
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 995 public Map<String, Object> environment() { method in class:AndroidFacade
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 54 environment()->PrintTo(stream);
591 // Thus we still need to attach environment to this call even if
598 // We can't really figure out if the environment is needed or not.
599 instr->environment()->set_has_been_used();
755 // We have a single predecessor => copy environment and outgoing
761 // Only copy the environment, if it is later used again.
776 // No need to copy the environment, it cannot be used later.
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 168 environment()->PrintTo(stream);
483 // Thus we still need to attach environment to this call even if
490 // We can't really figure out if the environment is needed or not.
491 instr->environment()->set_has_been_used();
595 // We have a single predecessor => copy environment and outgoing
602 // Only copy the environment, if it is later used again.
617 // No need to copy the environment, it cannot be used later.
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 73 environment()->PrintTo(stream);
642 // Thus we still need to attach environment to this call even if
649 // We can't really figure out if the environment is needed or not.
650 instr->environment()->set_has_been_used();
794 // We have a single predecessor => copy environment and outgoing
800 // Only copy the environment, if it is later used again.
815 // No need to copy the environment, it cannot be used later.
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 56 environment()->PrintTo(stream);
598 // Thus we still need to attach environment to this call even if
605 // We can't really figure out if the environment is needed or not.
606 instr->environment()->set_has_been_used();
765 // We have a single predecessor => copy environment and outgoing
771 // Only copy the environment, if it is later used again.
786 // No need to copy the environment, it cannot be used later.
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 56 environment()->PrintTo(stream);
598 // Thus we still need to attach environment to this call even if
605 // We can't really figure out if the environment is needed or not.
606 instr->environment()->set_has_been_used();
765 // We have a single predecessor => copy environment and outgoing
771 // Only copy the environment, if it is later used again.
786 // No need to copy the environment, it cannot be used later.
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 52 environment()->PrintTo(stream);
603 // Thus we still need to attach environment to this call even if
609 // We can't really figure out if the environment is needed or not.
610 instr->environment()->set_has_been_used();
769 // We have a single predecessor => copy environment and outgoing
775 // Only copy the environment, if it is later used again.
790 // No need to copy the environment, it cannot be used later.
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 57 environment()->PrintTo(stream);
626 // Thus we still need to attach environment to this call even if
633 // We can't really figure out if the environment is needed or not.
634 instr->environment()->set_has_been_used();
779 // We have a single predecessor => copy environment and outgoing
785 // Only copy the environment, if it is later used again.
800 // No need to copy the environment, it cannot be used later.
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 84 environment()->PrintTo(stream);
648 // Thus we still need to attach environment to this call even if
655 // We can't really figure out if the environment is needed or not.
656 instr->environment()->set_has_been_used();
792 // We have a single predecessor => copy environment and outgoing
798 // Only copy the environment, if it is later used again.
813 // No need to copy the environment, it cannot be used later.
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 115 self.lit_config.note('Using environment: %r' % self.env)
160 self.config.environment['PATH'])
213 # If LIT_USE_INTERNAL_SHELL is in the environment, we use that as the
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.3.0-alpha1/
lint-24.3.0-alpha1.jar 

Completed in 2437 milliseconds

<<21222324252627282930>>