HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 226 - 250 of 643) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/doc/
refcard.tex 41 % The final reference card has two columns:
44 % produces two separate pages, each of which needs to be reduced to 80%.
102 %%%% smallcopyrightnotice for two column printing on one page.
157 % two lines below commented out in Yet Another Attempt to eliminate
182 %%%% Reduce skip from .8 to .75 to permit printing on two pages.
215 %% in case we never use \columnb (two-column mode)
  /external/chromium_org/athena/wm/
window_list_provider_impl_unittest.cc 19 const aura::Window::Windows& two) {
20 return one.size() == two.size() &&
21 std::equal(one.begin(), one.end(), two.begin());
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 18 /** In this rule, the functionHeader left prefix on the last two
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 53 // two minutes apart.
57 timestamp += 2 * 60 * 1000; // Next visit is two minutes later.
  /external/chromium_org/third_party/skia/experimental/Intersection/
CurveIntersection.h 22 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
ShapeOps.cpp 216 void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result) {
227 builder.addOperand(two);
  /external/chromium_org/v8/test/mjsunit/
arguments.js 135 x = "two";
142 assertEquals("two", x);
debug-stepin-builtin-callback.js 119 // Test two levels of builtin callbacks:
133 // Step two steps further every four breaks to skip the
  /external/chromium_org/v8/tools/
v8-info.sh 70 -u Print a link to all SVN revisions between two V8 revision tags.
  /external/clang/test/Parser/
cxx-template-decl.cpp 173 char two[2];
  /external/clang/test/Sema/
designated-initializers.c 230 int two; member in struct:__anon23716::__anon23717
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 3 set noclip two
  /external/libvorbis/examples/
frameview.pl 251 my$two=$graph_shell->Canvas()->
262 $twostate{"canvas"}=$two;
505 $two->place(-relwidth=>1.,-relheight=>1.,-rely=>1.,
521 $two->placeForget();
  /external/libvpx/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 48 ; copy two rows at one time
108 ;copy two rows at one time
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-lock.c 201 /* build simple key function one is bigger than two */
204 struct lock_stat *two) \
206 return one->member > two->member; \
215 struct lock_stat *two)
218 u64 s2 = two->wait_time_min;
  /external/openssl/crypto/bn/asm/
mips-mont.S 45 sub $29,2*4 # place for two extra words
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 19 * 1. Compute and return log2(x) in two pieces:
69 two = 2.0, variable
299 r = (z*t1)/(t1-two)-(w+z*w);
e_powf.c 28 two = 2.0, variable
242 r = (z*t1)/(t1-two)-(w+z*w);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 58 // There is a scenario where two copies of the content script can get
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 24 // Create a parent item and two children.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 39 // Create a parent item and two children.
  /external/chromium_org/media/base/simd/
scale_yuv_to_rgb_sse2_x64.asm 78 shufps xmm1, xmm2, 0x44 ; Join two pixels into one XMM register
  /external/chromium_org/remoting/webapp/unittests/
it2me_service_unittest.js 48 test('should establish a channel two way channel when the webapp connects',
xmpp_stream_parser_unittest.js 46 // Split one UTF-8 sequence into two chunks
  /external/chromium_org/third_party/skia/tools/lua/
paths.lua 11 -- number of uploads, since there is some overlap with clipping: e.g. two clipped paths

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>