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

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 97 int numSources = mScriptSources.size();
98 if (numSources == 1) {
100 } else if (numSources > 1 ) {
102 mCurrentSource = mScriptSources.get(mRandom.nextInt(numSources));
104 mCurrentSource = mScriptSources.get(mScriptCount % numSources);
  /external/webkit/Tools/Scripts/
parallelcl 81 my $numSources = @sources;
82 exit unless $numSources > 0;
91 print STDERR "\n\n####### COMPILING $numSources FILES USING AT MOST $numJobs PARALLEL INSTANCES OF cl.exe ###########\n\n";# if $debug;
98 my $jobSize = POSIX::ceil($numSources / (2 * $numJobs));
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 248 int worldId, const WebScriptSource* sources, unsigned numSources,
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 104 int worldId, const WebScriptSource* sources, unsigned numSources,
WebFrameImpl.cpp 778 int worldId, const WebScriptSource* sourcesIn, unsigned numSources,
783 for (unsigned i = 0; i < numSources; ++i) {
    [all...]

Completed in 80 milliseconds