HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/libpng/projects/visualc71/
README_zlib.txt 14 1) On the main menu, select "File | Open Solution".
20 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)"
  /frameworks/base/services/sensorservice/
traits.h 67 struct Select {
71 struct Select<false, T, U> {
112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 32 * Select multiple files.
40 * Select a single file.
167 SELECT_FOLDER_TITLE: 'Select a folder to open',
168 SELECT_OPEN_FILE_TITLE: 'Select a file to open',
169 SELECT_OPEN_MULTI_FILE_TITLE: 'Select one or more files',
170 SELECT_SAVEAS_FILE_TITLE: 'Select a file to save as',
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 32 /// BlackfinDAGToDAGISel - Blackfin specific code to select blackfin machine
53 SDNode *Select(SDNode *N);
77 SDNode *BlackfinDAGToDAGISel::Select(SDNode *N) {
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 119 case Instruction::Select:
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h 51 // or <optgroup> in a <select> widget) and is used by PopupListBox.
100 // Autocomplete popups are restricted, combo-boxes (select tags) aren't.
107 Select, // HTML select popup.
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.h 371 /* Values returned from the Select method of this class. */
383 /* Select on an FD event, keeping in mind thread exit message.
393 SelectRes Select(int fd, int timeout);
EmulatedQemuCameraDevice.cpp 238 getWorkerThread()->Select(-1, 1000000 / mEmulatedFPS);
EmulatedCameraDevice.cpp 29 #include <sys/select.h>
306 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout)
323 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp));
325 LOGE("%s: select returned %d and failed: %d -> %s",
350 LOGW_IF(fd < 0 || !FD_ISSET(fd, fds), "%s: Undefined 'select' result",
  /external/webkit/Tools/Scripts/
sunspider-compare-results 52 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
run-sunspider 64 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 92 LogCatView_Select_All=Select All
111 TableView_Select_All=Select All
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 42 // MBlazeDAGToDAGISel - MBlaze specific code to select MBlaze machine
82 SDNode *Select(SDNode *N);
187 /// Select instructions not customized! Used for
189 SDNode* MBlazeDAGToDAGISel::Select(SDNode *Node) {
261 // Select the default instruction
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 28 /// SparcDAGToDAGISel - SPARC specific code to select SPARC machine
44 SDNode *Select(SDNode *N);
137 SDNode *SparcDAGToDAGISel::Select(SDNode *N) {
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 39 str += "<li>Select the Console";
  /external/chromium/chrome/browser/resources/
bug_report.js 123 * Select the current screenshots div, restoring the image that was
140 * Select the saved screenshots div, restoring the image that was
  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 42 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 42 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine
84 SDNode *Select(SDNode *N);
187 /// Select instructions not customized! Used for
189 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) {
325 // Select the default instruction
  /external/llvm/lib/Target/PTX/
PTXISelDAGToDAG.cpp 26 // PTXDAGToDAGISel - PTX specific code to select PTX machine
36 SDNode *Select(SDNode *Node);
74 SDNode *PTXDAGToDAGISel::Select(SDNode *Node) {
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 35 /// XCoreDAGToDAGISel - XCore specific code to select XCore machine
49 SDNode *Select(SDNode *N);
154 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) {
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 40 /// AlphaDAGToDAGISel - Alpha specific code to select Alpha machine
143 // Select - Convert the specified operand from a target-independent to a
145 SDNode *Select(SDNode *N);
206 // Select - Convert the specified operand from a target-independent to a
208 SDNode *AlphaDAGToDAGISel::Select(SDNode *N) {
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 88 /// MSP430DAGToDAGISel - MSP430 specific code to select MSP430 machine
118 SDNode *Select(SDNode *N);
174 // If so, we cannot select it.
384 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) {
481 // Select the default instruction
  /external/v8/src/
scanner-base.h 404 inline Token::Value Select(Token::Value tok) {
409 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 75 /// Select - Main hook targets implement to select a node.
76 virtual SDNode *Select(SDNode *N) = 0;
78 /// SelectInlineAsmMemoryOperand - Select the specified address as a target
296 /// via the SchedulerRegistry, use it, otherwise select the

Completed in 620 milliseconds

1 2 3 4