HomeSort by relevance Sort by last modified time
    Searched refs:qw (Results 51 - 75 of 91) sorted by null

1 23 4

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 52 @headerlist = qw(api vc/api vc/m4p2/api vc/m4p10/api);
  /external/clang/tools/scan-build/
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
19 use File::Temp qw/ tempfile /;
20 use File::Path qw / mkpath /;
scan-build 17 use FindBin qw($RealBin);
21 use File::Copy qw(copy);
22 use File::Path qw( rmtree mkpath );
24 use Term::ANSIColor qw(:constants);
25 use Cwd qw/ getcwd abs_path /;
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
19 use File::Temp qw/ tempfile /;
20 use File::Path qw / mkpath /;
scan-build 17 use FindBin qw($RealBin);
22 use Term::ANSIColor qw(:constants);
23 use Cwd qw/ getcwd abs_path /;
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
19 use File::Temp qw/ tempfile /;
20 use File::Path qw / mkpath /;
scan-build 17 use FindBin qw($RealBin);
22 use Term::ANSIColor qw(:constants);
23 use Cwd qw/ getcwd abs_path /;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
rwtop.pl 20 use POSIX qw/SIGALRM SA_RESTART/;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-create-patch 54 use POSIX qw(:errno_h);
254 my %testDirectories = map { $_ => 1 } qw(LayoutTests);
webkitdirs.pm 35 use Digest::MD5 qw(md5_hex);
38 use File::Path qw(mkpath rmtree);
48 @ISA = qw(Exporter);
49 @EXPORT = qw(
    [all...]
VCSUtils.pm 36 use Cwd qw(); # "qw()" prevents warnings about redefining getcwd() with "use POSIX;"
41 use Term::ANSIColor qw(colored);
47 @ISA = qw(Exporter);
48 @EXPORT = qw(
    [all...]
svn-apply 68 use POSIX qw(strftime);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 5 use List::Util qw( max );
CommonTokenStream.pm 5 use UNIVERSAL qw( isa );
Lexer.pm 3 use English qw( -no_match_vars );
  /external/bison/etc/
bench.pl.in 21 use Benchmark qw (:all);
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 19 use POSIX qw(strftime);
  /external/icu/icu4c/source/tools/genren/
genren.pl 19 use POSIX qw(strftime);
  /external/lldb/scripts/
build-llvm.pl 14 use List::Util qw[min max];
sed-sources 5 use File::Temp qw/ tempfile tempdir /;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/jemalloc/bin/
pprof     [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js 1000 qx = q[0], qy = q[1], qz = q[2], qw = q[3],
1003 ix = qw * x + qy * z - qz * y,
1004 iy = qw * y + qz * x - qx * z,
1005 iz = qw * z + qx * y - qy * x,
1009 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy;
1010 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz;
1011 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 30 use File::Temp qw(tempfile);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]

Completed in 1328 milliseconds

1 23 4