Searched refs:One (Results 1 - 25 of 183) sorted by path

12345678

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas49 Stream := TANTLRStringStream.Create('One'#13#10'Two');
109 Stream := TANTLRStringStream.Create('One'#13#10'Two');
167 Stream := TANTLRStringStream.Create('One'#13#10'Two'#13#10'Three');
170 CheckEquals('One', Stream.Substring(0, 2));
176 CheckEquals('One', Stream.Substring(0, 2));
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb95 assumptions about the class of the actual nodes it processes. One consequence of
/external/bison/build-aux/
H A Dtexinfo.tex2652 % One more complication: by default we'll break after the special
2800 % One complication: _ usually means subscripts, but it could also mean
6240 % One exception: @ is still an escape character, so that @end tex works.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex159 these record data files by spawning a new pair of threads per file. One
200 One idea to reduce errors in this area would be to push the IO replay
208 \texttt{--max-pkts} option). One \emph{could} simply specify
226 \medskip\emph{One could also add in the notion of CPU mappings as well --
/external/blktrace/btt/doc/
H A Dbtt.tex159 of IOs during the run\footnote{One of the areas that needs some
360 One must be aware, however, that the process ID may not have anything
709 \item One of the following characters:
924 being measured can have up to 2 files output: One with Q2Q information
/external/blktrace/doc/
H A Dblktrace.tex65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
397 & & (One device per line.) \\ \hline
/external/ceres-solver/internal/ceres/
H A Dcollections_port.h66 # error One of: CERES_NO_UNORDERED_MAP, CERES_TR1_UNORDERED_MAP,\
/external/chromium_org/extensions/common/
H A Durl_pattern_set_unittest.cc45 TEST(URLPatternSetTest, One) {
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
H A Ddynamic-loading.rst137 One significant difference between newlib and glibc applications is that glibc
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
H A D__init__.pxd183 # One should use PyArray_* macros instead to access the C fields.
804 # One could encode it in the format string and have Cython
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm252 ;One word each is reserved. Label filter_coeff can be used to access the data.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm766 ;# edges. One of the filters can be null, but both won't be. Needs to use a
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_packed_depth_stencil.spec78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
H A DMESA_sprite_point.spec73 squares. One could define rotated texture images if desired. A 3D
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A DarmCOMM_s.h417 @ $a0,$a1,$a2. Addressing mode and condition. One of:
444 @ $a0,$a1,$a2. Addressing mode and condition. One of:
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids530 7611 DeskJet F2492 All-in-One
815 0034 109 Japanese Keyboard with One-touch start buttons
816 003f Wireless Keyboard with One-touch start buttons
819 004f Wireless Keyboard with One-touch start buttons
829 0094 Japanese Keyboard with One-touch start buttons
3060 03a0 Xerox 4800 One Touch
5474 0019 Bamboo One Medium
5507 0069 Bamboo One
6914 0200 All-In-One Multi-Card Reader CA200/B/S
9531 1105 USB One
[all...]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialcli.py107 self._port_handle.StopBits = System.IO.Ports.StopBits.One
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-function-scopes.js109 var f4 = (function One() {
/external/chromium_org/v8/test/webkit/
H A Dcomparison-operators-greater.js61 var One = 1; variable
103 doTest('0', 'One', -1);
104 doTest('One', '0', 1);
H A Dcomparison-operators-less.js60 var One = 1; variable
101 doTest('0', 'One', -1);
102 doTest('One', '0', 1);
H A Dcomparison-operators.js61 var One = 1; variable
93 doTest('0', 'One', -1);
94 doTest('One', '0', 1);
/external/clang/include/clang/AST/
H A DCharUnits.h57 /// One - Construct a CharUnits quantity of one.
58 static CharUnits One() { function in class:clang::CharUnits
/external/clang/lib/AST/
H A DAPValue.cpp398 S = CharUnits::One();
H A DExprConstant.cpp411 /// One bit of information passed *into* the request for constant folding
1866 Size = CharUnits::One();
2897 APFloat One(Value.getSemantics(), 1);
2899 Value.add(One, APFloat::rmNearestTiesToEven);
2901 Value.subtract(One, APFloat::rmNearestTiesToEven);
6241 Size == CharUnits::One() ||
H A DRecordLayoutBuilder.cpp630 Alignment(CharUnits::One()), UnpackedAlignment(CharUnits::One()),
636 NonVirtualAlignment(CharUnits::One()),
950 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign;
1169 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign;
1202 Alignment = CharUnits::One();
1711 FieldAlign = CharUnits::One();
1778 setSize(CharUnits::One());
1781 setSize(CharUnits::One());
1799 Alignment = CharUnits::One();
[all...]

Completed in 1124 milliseconds

12345678