HomeSort by relevance Sort by last modified time
    Searched full:with (Results 351 - 375 of 182733) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libsrtp/srtp/
timing 18 plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SEAL" with lines
27 plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines
36 plot "timing.dat" index 5 title "TMMH/SEAL" with lines, "timing.dat" index 6 title "TMMH/AES" with lines, "timing.dat" index 7 title "HMAC/AES" with line
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
091-hash-line.c 9 #line 45 2 /* A line with a comment */
12 #line NINETY TWO /* A #line line with macro expansion */
  /external/chromium_org/third_party/skia/experimental/webtry/sys/
webtry_monit 1 check process webtry with pidfile /var/run/webtry.pid
5 check process squid3 with pidfile /var/run/squid3.pid
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobal.asm 1 ; Note: you should be able to link elfreloc.o with elfglobal.o to make a
2 ; program that calls function with eax=constant, thus exiting err=0
  /external/chromium_org/tools/gyp/test/android/
space_filenames.gyp 12 'inputs': [ 'name with spaces' ],
13 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/name with spaces' ],
  /external/chromium_org/tools/win/ChromeDebug/
README.txt 4 the Visual Studio version with which you will compile.
5 1) Compile with VS2012 or VS2013.
  /external/clang/test/CXX/over/over.load/
p2-0x.cpp 3 // Member function declarations with the same name and the same
5 // declarations with the same name, the same parameter-type-list, and
14 void i() const; // expected-error{{cannot overload a member function without a ref-qualifier with a member function with ref-qualifier '&'}}
20 template<typename T> void g(T*); // expected-error{{cannot overload a member function without a ref-qualifier with a member function with ref-qualifier '&'}}
23 void k() &&; // expected-error{{cannot overload a member function with ref-qualifier '&&' with a member function without a ref-qualifier}}
  /external/clang/test/CodeGenCXX/
threadsafe-statics.cpp 1 // RUN: %clang_cc1 -emit-llvm -triple=x86_64-apple-darwin10 -o - %s | FileCheck -check-prefix=WITH-TSS %s
6 // WITH-TSS: @_ZZ1gvE1a = internal global i32 0, align 4
7 // WITH-TSS: @_ZGVZ1gvE1a = internal global i64 0
9 // WITH-TSS: define void @_Z1gv() [[NUW:#[0-9]+]]
10 // WITH-TSS: call i32 @__cxa_guard_acquire
11 // WITH-TSS: call void @__cxa_guard_release
12 // WITH-TSS: ret void
25 // WITH-TSS: attributes [[NUW]] = { nounwind{{.*}} }
  /external/clang/test/SemaObjC/
no-objc-exceptions.m 4 @throw @"Hello"; // expected-error {{cannot use '@throw' with Objective-C exceptions disabled}}
8 @try { // expected-error {{cannot use '@try' with Objective-C exceptions disabled}}
  /external/e2fsprogs/lib/et/test_cases/
continuation.h 12 /* For compatibility with Heimdal */
17 /* for compatibility with older versions... */
  /external/iptables/extensions/
libxt_SECMARK.man 1 This is used to set the security mark value associated with the
5 table (for backwards compatibility with older kernels, it is also
libxt_quota.man 1 Implements network quotas by decrementing a byte counter with each
3 is reversed with negation (i.e. the condition does not match until the
  /external/libunwind/src/coredump/
README 4 Files with names starting with _UCD_ are substantially changed
  /external/llvm/test/YAMLParser/
construct-value.data 4 link with:
8 link with:
spec-05-14.data 3 "Fun with \\
9 # CHECK: !!str "Fun with \\\n\" \a \b \e \f \n \r \t \v \0 \_ \N \L \P A A A"
  /external/markdown/tests/misc/
blockquote-hr.html 4 <p>Block quote with horizontal lines.</p>
12 With multiple lines.
blockquote-hr.txt 5 > Block quote with horizontal lines.
16 > With multiple lines.
lists5.html 3 With just two lines</p>
8 With a list item inside the quote</p>
  /external/mesa3d/src/glsl/glcpp/tests/
091-hash-line.c 9 #line 45 2 /* A line with a comment */
12 #line NINETY TWO /* A #line line with macro expansion */
  /external/mockito/
README.android 1 Mockito is a mocking framework with a clean and simple API.
4 For Android, we need to combine Mockito with a MockMaker provided by the
  /external/scrypt/lib/
README 3 with permission of the author); keeping this code in sync with the Tarsnap
  /external/skia/experimental/webtry/sys/
webtry_monit 1 check process webtry with pidfile /var/run/webtry.pid
5 check process squid3 with pidfile /var/run/squid3.pid
  /external/srtp/
timing 18 # timing.plt # # gnuplot script file for plotting the output generated by srtp_driver -t # # David A. McGrew # Cisco Systems, Inc. # set xrange [0:2500] set term pict "Times-Roman" 9 # # plot authentication-only data # set title "Authentication Only" set ylabel "Megabits per second" set xlabel "Octets in packet" set yrange [0:2000] set output "plot-auth.pict" plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SEAL" with lines # # plot encryption-only data # set title "Encryption Only" set ylabel "Megabits per second" set xlabel "Octets in packet" set output "plot-enc.pict" set yrange [0:1200] plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines # # plot encryption and authentication data # set title "Encryption and Authentication" set ylabel "Megabits per second" set xlabel "Octets in packet" set yrange [0:1000] set output "plot-enc-auth.pict" plot "timing.dat" index 5 title "TMMH/SEAL" with lines, "timing.dat" index 6 title "TMMH/AES" with lines, "timing.dat" index 7 title "HMAC/AES" with line
  /external/tinyalsa/
README 1 tinyalsa: a small library to interface with ALSA in the Linux kernel
8 dealt with at a higher level
  /external/tremolo/
README 3 with sample files available here:
7 When syncing with svn, please ensure that these defects are not

Completed in 769 milliseconds

<<11121314151617181920>>