Home
last modified time | relevance | path

Searched refs:Select (Results 1 – 25 of 161) sorted by relevance

1234567

/external/v8/src/
Dscanner.cc381 token = Select(Token::LTE); in Scan()
383 token = Select('=', Token::ASSIGN_SHL, Token::SHL); in Scan()
395 token = Select(Token::GTE); in Scan()
400 token = Select(Token::ASSIGN_SAR); in Scan()
402 token = Select('=', Token::ASSIGN_SHR, Token::SHR); in Scan()
415 token = Select('=', Token::EQ_STRICT, Token::EQ); in Scan()
425 token = Select('=', Token::NE_STRICT, Token::NE); in Scan()
435 token = Select(Token::INC); in Scan()
437 token = Select(Token::ASSIGN_ADD); in Scan()
456 token = Select(Token::ASSIGN_SUB); in Scan()
[all …]
/external/zlib/old/visualc6/
DREADME.txt29 2) Select "Build | Set Active Configuration".
32 3) Select "Build | Clean".
34 4) Select "Build | Build ... (F7)". Ignore warning messages about
43 1) Select "Project | Settings (Alt+F7)".
49 Select "Insert Project into Workspace".
53 3) Select "Build | Configurations".
60 4) Select "Build | Set Active Configuration".
63 5) Select "Build | Build ... (F7)".
/external/libpng/projects/visualc71/
DREADME_zlib.txt20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
22 binaries set it to "example" (Select "example" tree view item + Project |
24 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
27 4) Select "Build | Configuration Manager...".
30 5) Select "Build | Clean Solution".
32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
DREADME.txt21 binaries set "libpng" as the startup project (Select "libpng" tree view
23 binaries set it to "pngtest" (Select "pngtest" tree view item +
26 4) Select "Build | Configuration Manager...".
29 5) Select "Build | Clean Solution".
31 6) Select "Build | Build Solution (Ctrl-Shift-B)"
/external/linux-tools-perf/Documentation/
Dperf-timechart.txt27 Select the output file (default: output.svg)
30 Select the input file (default: perf.data)
33 Select the width of the SVG file (default: 1000)
39 Select the processes to display, by name or PID
Dperf-kmem.txt26 Select the input file (default: perf.data)
/external/llvm/test/Transforms/InstCombine/
Dudiv_select_to_select_shift.ll2 ; udiv X, (Select Cond, C1, C2) --> Select Cond, (shr X, C1), (shr X, C2)
/external/quake/
DREADME58 Select "SD card & phone storage
112 1 1 impulse 1 Select weapon 1 (axe)
113 2 2 impulse 2 Select weapon 2 (shotgun)
192 Select Settings
193 Select Applications
195 Select Quake
201 Select "SD card & phone storage
/external/libpng/projects/visualc6/
DREADME.txt19 2) Select "Build | Set Active Configuration".
23 3) Select "Build | Clean".
25 4) Select "Build | Build ... (F7)". Ignore warning messages about
/external/libpng/contrib/visupng/
DREADME.txt27 1) On the main menu Select "Build|Set Active configuration".
32 2) Select "Build|Clean"
34 3) Select "Build|Rebuild All"
/external/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll24 …pe, %struct..4sPragmaType, i32, i32, %struct.AggInfo*, i32, i32, %struct.Select*, %struct.Table*, …
46Select = type { %struct.ExprList*, i8, i8, i8, i8, i8, i8, i8, %struct.SrcList*, %struct.Expr*, %s…
48 …%struct.SrcList_item = type { i8*, i8*, i8*, %struct.Table*, %struct.Select*, i8, i8, i32, %struct…
49 …%struct.Table = type { i8*, i32, %struct.Column*, i32, %struct.Index*, i32, %struct.Select*, i32, …
53 …%struct.TriggerStep = type { i32, i32, %struct.Trigger*, %struct.Select*, %struct..4sPragmaType, %…
74 …* %pParse, %struct.SrcList* %pTabList, %struct.ExprList* %pList, %struct.Select* %pSelect, %struct…
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
Dtab_manipulation.applescript11 set active tab index of window 1 to (var - 1) -- Select the previous tab.
14 set active tab index of window 1 to (var + 1) -- Select the next tab.
/external/llvm/test/CodeGen/X86/
D2009-04-29-RegAllocAssert.ll27 …pe, %struct..5sPragmaType, i32, i32, %struct.AggInfo*, i32, i32, %struct.Select*, %struct.Table*, …
47Select = type { %struct.ExprList*, i8, i8, i8, i8, i8, i8, i8, %struct.SrcList*, %struct.Expr*, %s…
49 …%struct.SrcList_item = type { i8*, i8*, i8*, %struct.Table*, %struct.Select*, i8, i8, i32, %struct…
50 …%struct.Table = type { i8*, i32, %struct.Column*, i32, %struct.Index*, i32, %struct.Select*, i32, …
52 …%struct.TriggerStep = type { i32, i32, %struct.Trigger*, %struct.Select*, %struct..5sPragmaType, %…
/external/proguard/src/proguard/gui/
DGUIResources.properties157 Select from the currently available optimizations...
448 selectOptimizations = Select optimizations...
515 selectConfigurationFile = Select a configuration file...
517 selectUsageFile = Select a usage output file...
518 selectPrintMappingFile = Select an output mapping file...
519 selectApplyMappingFile = Select an input mapping file...
520 selectObfuscationDictionaryFile = Select an obfuscation dictionary...
521 selectSeedsFile = Select a seeds output file...
522 selectDumpFile = Select a class dump file...
523 selectStackTraceFile = Select a stack trace file...
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs164 #region Select
166 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
177 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
DStringTokenizer.cs70 … new string[] { token, str[EnumerableExtensions.Sum(EnumerableExtensions.Select(EnumerableExtensio… in StringTokenizer()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DStringTokenizer.cs71 …return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToSt… in StringTokenizer()
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp44 SDNode *Select(SDNode *N);
137 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
/external/sonivox/jet_tools/JetCreator_content/
DREADME.txt9 3. Select the IMPORT command and import one of the JetCreator_demo_*.zip files.
/external/wpa_supplicant_6/wpa_supplicant/
Ddefconfig207 # Select control interface backend for external programs, e.g, wpa_cli:
253 # Select configuration backend:
270 # Select program entry point implementation:
276 # Select wrapper for operatins system and C library specific functions
282 # Select event loop implementation
288 # Select layer 2 packet implementation
306 # Select TLS implementation
Dandroid.config204 # Select control interface backend for external programs, e.g, wpa_cli:
250 # Select configuration backend:
267 # Select program entry point implementation:
273 # Select wrapper for operatins system and C library specific functions
279 # Select event loop implementation
285 # Select layer 2 packet implementation
303 # Select TLS implementation
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config221 # Select control interface backend for external programs, e.g, wpa_cli:
262 # Select configuration backend:
279 # Select program entry point implementation:
285 # Select wrapper for operatins system and C library specific functions
291 # Select event loop implementation
297 # Select layer 2 packet implementation
315 # Select TLS implementation
Ddefconfig229 # Select control interface backend for external programs, e.g, wpa_cli:
274 # Select configuration backend:
291 # Select program entry point implementation:
297 # Select wrapper for operatins system and C library specific functions
303 # Select event loop implementation
309 # Should we use poll instead of select? Select is used by default.
312 # Select layer 2 packet implementation
330 # Select TLS implementation
/external/libmtp/
DREADME.windows.txt38 5. Select your music device from the list and click Action -> Update Driver, Choose "No, not this t…
50 2. Select your music device, right click on it and click "Properties"
/external/llvm/lib/Target/MBlaze/
DMBlazeISelDAGToDAG.cpp82 SDNode *Select(SDNode *N);
189 SDNode* MBlazeDAGToDAGISel::Select(SDNode *Node) { in Select() function in MBlazeDAGToDAGISel

1234567