Searched refs:Select (Results 1 - 25 of 143) sorted by path

123456

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs164 #region Select
166 public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, TResult> selector) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
177 public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, int, TResult> selector) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
H A DStringTokenizer.cs70 return new string[] { token, str[EnumerableExtensions.Sum(EnumerableExtensions.Select(EnumerableExtensions.Take(_tokens, i + 1),
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringTokenizer.cs71 return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToString() };
/external/bison/build-aux/
H A Dtexinfo.tex1453 % Select #1 fonts with the current style.
/external/bison/
H A Dmaint.mk143 # Select which lines of NEWS are searched for $(news-check-regexp).
229 # Select the files (non) containing strings matching this regexp.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex342 \texttt{--verbose}\\Select Verbose Output}
511 \texttt{--verbose}\\Select Verbose Output}
/external/chromium-trace/
H A Dscript.js507 "center",d)}},get keyHelp(){var a="Qwerty Controls\n w/s : Zoom in/out (with shift: go faster)\n a/d : Pan left/right\n\nDvorak Controls\n ,/o : Zoom in/out (with shift: go faster)\n a/e : Pan left/right\n\nMouse Controls\n drag (Selection mode) : Select slices (with "+(0==navigator.platform.indexOf("Mac")?"cmd":"ctrl")+": zoom to slices)\n drag (Pan mode) : Pan left/right/up/down)\n\n",a=this.focusElement.tabIndex?
508 a+" <- : Select previous event on current timeline\n -> : Select next event on current timeline\n":a+"General Navigation\n g/General : Shows grid at the start/end of the selected task\n <-,^TAB : Select previous event on current timeline\n ->, TAB : Select next event on current timeline\n";return a+"\nSpace to switch between select / pan modes\nShift to temporarily switch between select / pan modes\nScroll to zoom in/out (in pan mode)\nDbl-click to add timing markers\nf to zoom into selection\nz to reset zoom and pan to initial view\n/ to search\n"},
/external/chromium_org/chrome/browser/ui/views/
H A Dssl_client_certificate_selector.cc138 // Select the first row automatically. This must be done after the dialog has
140 table_->Select(0);
/external/chromium_org/remoting/host/
H A Dchromoting_host.cc289 if (!protocol_config_->Select(session->candidate_config(), &config)) {
/external/chromium_org/remoting/protocol/
H A Dsession_config.cc71 bool CandidateSessionConfig::Select( function in class:remoting::protocol::CandidateSessionConfig
H A Dsession_config.h144 bool Select(const CandidateSessionConfig* client_config,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dsunspider57 --suite Select a specific benchmark suite. The default is sunspider-1.0
H A Dsunspider-compare-results42 --suite Select a specific benchmark suite. The default is sunspider-1.0
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventFactoryMac.mm629 // "Select"
631 return @"Select";
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c453 // gcc-4.9 on ARM generates incorrect code in Select() when Sub3() is inlined.
468 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { function
528 const uint32_t pred = Select(top[0], left, top[-1]);
H A Dlossless_neon.c207 static WEBP_INLINE uint32_t Select(const uint32_t* const c0, function
223 return Select(top + 0, &left, top - 1);
H A Dlossless_sse2.c56 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { function
144 const uint32_t pred = Select(top[0], left, top[-1]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp44 SDNode *Select(SDNode *N);
154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { function in class:AMDGPUDAGToDAGISel
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c185 struct gl_selection Select; member in struct:save_state
802 save->Select = ctx->Select; /* struct copy */
1113 ctx->Select = save->Select;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfeedback.c163 * the fields in __struct gl_contextRec::Select with the given buffer.
182 ctx->Select.Buffer = buffer;
183 ctx->Select.BufferSize = size;
184 ctx->Select.BufferCount = 0;
185 ctx->Select.HitFlag = GL_FALSE;
186 ctx->Select.HitMinZ = 1.0;
187 ctx->Select.HitMaxZ = 0.0;
203 if (ctx->Select.BufferCount < ctx->Select.BufferSize) {
204 ctx->Select
[all...]
H A Dget.c903 { GL_NAME_STACK_DEPTH, CONTEXT_INT(Select.NameStackDepth), NO_EXTRA },
929 { GL_SELECTION_BUFFER_SIZE, CONTEXT_INT(Select.BufferSize), NO_EXTRA },
H A Dgetstring.c262 *params = ctx->Select.Buffer;
H A Dmtypes.h3492 struct gl_selection Select; /**< Selection */ member in struct:gl_context
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7604 typedef struct Select Select; typedef in typeref:struct:Select
9621 Select *pSelect; /* NULL for tables. Points to definition if a view. */
9869 ** original Select structure that describes the SELECT statement. These
10000 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */
10186 Select *pSelect; /* A SELECT statement used in place of a table name */
10375 struct Select { struct
10385 Select *pPrior; /* Prior select in a compound select statement */
10386 Select *pNext; /* Next select to the left in a compound */
10387 Select *pRightmos
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dattach.c471 Select *pSelect /* The SELECT statement to be fixed to one database */

Completed in 5387 milliseconds

123456