HomeSort by relevance Sort by last modified time
    Searched defs:octane (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/native_Benchmarks/
octane.py 8 class octane(object): class in inherits:object
9 """Build v8 and run octane with it on client"""
17 # download octane to client
18 src = '%s/octane.tar.bz2' % SERVER_TEST_ROOT
19 dst = '%s/octane.tar.bz2' % scratch_cli
21 'Error occurred while sending octane to client.\n')
23 # unpack octane
25 run_check(client, cmd, 'Error occurred while unpacking octane')
29 # Octane needs to run in PATH_TO/octane
    [all...]
  /external/toybox/scripts/
mkflags.c 141 void octane(char *from) function
176 octane(flags);
177 octane(allflags);

Completed in 193 milliseconds