Home
last modified time | relevance | path

Searched refs:Take (Results 1 – 25 of 135) sorted by relevance

123456

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs47 .Take( _endIndex - _startIndex + 1 ) in Contains()
164 .Take( _endIndex - _startIndex + 1 ) in GetEnumerator()
267 return _source.Cast<object>().Skip( _startIndex ).Take( Count ).Contains( value ); in Contains()
334 return _source.Skip( _startIndex ).Take( Count ).GetEnumerator(); in GetEnumerator()
353 return _source.Skip( _startIndex ).Take( Count ).Contains( item ); in Contains()
DStringTokenizer.cs71 …return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToSt… in StringTokenizer()
/external/libvpx/libvpx/vpx_dsp/x86/
Dvariance_impl_mmx.asm98 movq mm2, mm0 ; Take copies
99 movq mm3, mm1 ; Take copies
121 movq mm2, mm0 ; Take copies
122 movq mm3, mm1 ; Take copies
144 movq mm2, mm0 ; Take copies
145 movq mm3, mm1 ; Take copies
167 movq mm2, mm0 ; Take copies
168 movq mm3, mm1 ; Take copies
190 movq mm2, mm0 ; Take copies
191 movq mm3, mm1 ; Take copies
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
Dtouch_firmware_report-link-fw_1.0.AA-robot-20130806_2213214Take 3 seconds to draw a straight, horizontal line from left to right…
53Take 3 seconds to draw a straight, horizontal line from left to right…
102Take 3 seconds to draw a straight, horizontal line from left to right…
151Take 1 second to draw a straight, horizontal line from left to right…
200Take 1 second to draw a straight, horizontal line from left to right…
249Take 1 second to draw a straight, horizontal line from left to right…
298Take 3 seconds to draw a straight, horizontal line from right to left…
347Take 3 seconds to draw a straight, horizontal line from right to left…
396Take 3 seconds to draw a straight, horizontal line from right to left…
445Take 1 second to draw a straight, horizontal line from right to left…
[all …]
/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc35 FilePath path = dir.Take(); in TEST()
92 EXPECT_TRUE(other_dir.Set(dir.Take())); in TEST()
Dscoped_temp_dir.h48 FilePath Take();
Dscoped_temp_dir.cc73 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp80 template<template<decltype(X)> class ...Take,
83 typedef types<typename Take<_>::type...> take;
/external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/
Dcontrol14 Take inventory of process and shared lib unique RSS on a Brillo device.
/external/opencv3/doc/py_tutorials/py_photo/
Dpy_table_of_contents_photo.markdown15 … degraded photo with many black spots and strokes on it? Take it. Let's try to restore them with a
/external/libchrome/crypto/
Dscoped_test_nss_db.cc52 temp_dir_.Take(); in ~ScopedTestNSSDB()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DStringTokenizer.cs70 …str[EnumerableExtensions.Sum(EnumerableExtensions.Select(EnumerableExtensions.Take(_tokens, i + 1), in StringTokenizer()
DEnumerableExtensions.cs246 #region Take
248 public static IEnumerable<TSource> Take<TSource>(IEnumerable<TSource> source, int count) { in Take() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065557155Take 3 seconds to draw a straight, horizontal line from left to right…
202Take 1 second to draw a straight, horizontal line from left to right…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065817306Take 3 seconds to draw a straight, horizontal line from left to right…
353Take 3 seconds to draw a straight, horizontal line from left to right…
400Take 1 second to draw a straight, horizontal line from left to right…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065717306Take 3 seconds to draw a straight, horizontal line from left to right…
353Take 3 seconds to draw a straight, horizontal line from left to right…
400Take 1 second to draw a straight, horizontal line from left to right…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065448306Take 3 seconds to draw a straight, horizontal line from left to right…
353Take 3 seconds to draw a straight, horizontal line from left to right…
400Take 1 second to draw a straight, horizontal line from left to right…
/external/nanopb-c/tests/field_size_16/
DSConscript6 # Take copy of the files for custom build.
/external/nanopb-c/tests/field_size_32/
DSConscript6 # Take copy of the files for custom build.
/external/nanopb-c/tests/no_errmsg/
DSConscript5 # Take copy of the files for custom build.
/external/nanopb-c/tests/buffer_only/
DSConscript5 # Take copy of the files for custom build.
/external/libpng/contrib/pngminim/encoder/
Dpngusr.dfa34 # program here, pnm2pngm, requires the following. Take a look
/external/libpng/contrib/pngminim/decoder/
Dpngusr.dfa32 # program here, pngm2pnm, requires the following. Take a look
/external/libpng/contrib/pngminim/preader/
Dpngusr.dfa30 # program here, rpng2-x, requires the following. Take a look
/external/chromium-trace/catapult/third_party/flot/
DREADME.md8 Take a look at the the examples in examples/index.html; they should give a good
73 settings if you want to customize the plot. Take a look at the

123456