HomeSort by relevance Sort by last modified time
    Searched full:ncpu (Results 26 - 48 of 48) sorted by null

12

  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 100 return int(os.popen2("sysctl -n hw.ncpu")[1].read())
  /external/chromium_org/third_party/openssl/openssl/
check-all-builds.sh 134 NUM_CORES=$(sysctl -n hw.ncpu)
  /external/clang/utils/analyzer/
SATestBuild.py 67 return int(capture(['sysctl', '-n', 'hw.ncpu']))
  /external/llvm/utils/release/
test-release.sh 144 NumJobs=`sysctl -n hw.ncpu 2> /dev/null || true`
  /external/mesa3d/scons/
gallium.py 100 return int(os.popen2("sysctl -n hw.ncpu")[1].read())
  /external/openssl/
check-all-builds.sh 134 NUM_CORES=$(sysctl -n hw.ncpu)
  /ndk/build/tools/
build-mingw64-toolchain.sh 119 NUM_CORES=`sysctl -n hw.ncpu`
ndk-common.sh 372 HOST_NUM_CPUS=`sysctl -n hw.ncpu`
  /external/chromium_org/third_party/re2/benchlog/
benchlog.wreck 3 hw.ncpu = 4
22 hw.ncpu: 4
    [all...]
  /external/regex-re2/benchlog/
benchlog.wreck 3 hw.ncpu = 4
22 hw.ncpu: 4
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 249 #define EM_NCPU 56 /* Sony nCPU embedded RISC processor */
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py     [all...]
  /external/llvm/include/llvm/Support/
ELF.h 166 EM_NCPU = 56, // Sony nCPU embedded RISC processor
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 363 chomp($numberOfCPUs = `sysctl -n hw.ncpu`);
    [all...]
  /external/elfutils/libelf/
elf.h 222 #define EM_NCPU 56 /* Sony nCPU embeeded RISC */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-readelf 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 213 #define EM_NCPU 56 /* Sony nCPU embeeded RISC */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-readelf 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 213 #define EM_NCPU 56 /* Sony nCPU embeeded RISC */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 213 #define EM_NCPU 56 /* Sony nCPU embeeded RISC */
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-readelf 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-readelf 

Completed in 1958 milliseconds

12