HomeSort by relevance Sort by last modified time
    Searched refs:supported_platforms (Results 1 - 15 of 15) sorted by null

  /development/tools/elftree/
Android.mk 17 supported_platforms := linux-x86 darwin-x86 macro
18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/chromium/chrome/browser/
about_flags.h 64 unsigned supported_platforms; // bitmask member in struct:about_flags::Experiment
about_flags_unittest.cc 100 kExperiments[i].supported_platforms = GetCurrentPlatform();
105 kExperiments[2].supported_platforms = os_other_than_current;
about_flags.cc 440 if (experiments[i].supported_platforms & current_platform)
486 if (!(experiment.supported_platforms & current_platform))
  /external/chromium_org/chrome/browser/
about_flags.h 76 unsigned supported_platforms; // bitmask member in struct:about_flags::Experiment
about_flags.cc 1825 ListValue* supported_platforms = new ListValue(); local
    [all...]
about_flags_unittest.cc 122 kExperiments[i].supported_platforms = GetCurrentPlatform();
127 kExperiments[2].supported_platforms = os_other_than_current;
  /external/elfutils/libdwfl/
Android.mk 17 supported_platforms := linux-x86 darwin-x86 macro
18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/elfutils/libebl/
Android.mk 17 supported_platforms := linux-x86 darwin-x86 macro
18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/elfutils/libdw/
Android.mk 17 supported_platforms := linux-x86 darwin-x86 macro
18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/elfutils/libelf/
Android.mk 17 supported_platforms := linux-x86 darwin-x86 macro
18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/linux-tools-perf/
Android.mk 18 supported_platforms := none macro
20 supported_platforms := linux-x86 darwin-x86 macro
23 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/chromium_org/chrome/browser/resources/
flags.js 123 * supported_platforms: [
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 484 supported_platforms=('win32','win16','dos','os2')):
496 if sys.platform not in supported_platforms:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 484 supported_platforms=('win32','win16','dos','os2')):
496 if sys.platform not in supported_platforms:
    [all...]

Completed in 553 milliseconds