HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 51 - 75 of 210) sorted by null

1 23 4 5 6 7 8 9

  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 32 // AMDGPUDAGToDAGISel - AMDGPU specific code to select AMDGPU machine instructions
44 SDNode *Select(SDNode *N);
154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) {
  /external/webp/src/dsp/
lossless_neon.c 207 static WEBP_INLINE uint32_t Select(const uint32_t* const c0,
223 return Select(top + 0, &left, top - 1);
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 29 #include <sys/select.h>
347 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout)
364 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp));
366 ALOGE("%s: select returned %d and failed: %d -> %s",
391 ALOGW_IF(fd < 0 || !FD_ISSET(fd, fds), "%s: Undefined 'select' result",
EmulatedFakeCameraDevice.cpp 196 getWorkerThread()->Select(-1, 1000000 / mEmulatedFPS);
367 /* Select the color. */
  /external/chromium_org/chrome/browser/ui/views/
ssl_client_certificate_selector.cc 138 // Select the first row automatically. This must be done after the dialog has
140 table_->Select(0);
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 269 // Select the search tab.
286 // Select the first list item and verify the search tab remains selected.
  /external/chromium_org/remoting/host/
chromoting_host.cc 305 if (!protocol_config_->Select(session->candidate_config(), &config)) {
  /external/chromium_org/remoting/protocol/
session_config.cc 78 bool CandidateSessionConfig::Select(
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider 57 --suite Select a specific benchmark suite. The default is sunspider-1.0
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
getstring.c 262 *params = ctx->Select.Buffer;
  /external/chromium_org/tools/android/adb_profile_chrome/
main.py 87 chrome_opts.add_option('-c', '--categories', help='Select Chrome tracing '
142 parser.add_option('-b', '--browser', help='Select among installed browsers. '
  /external/chromium_org/tools/cr/cr/base/
host.py 46 def Select(cls):
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 212 case Instruction::Select: case Instruction::PHI:
  /external/mesa3d/src/mesa/main/
getstring.c 262 *params = ctx->Select.Buffer;
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.js 132 // Select Treatment 0 to start
143 * A key handler so the user can use the arrow keys to select their treatments.
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 560 // Select another icon and check that the profile name was updated.
565 // Select icon without an associated name; the profile name shouldn't change.
571 // Select another icon with a name and check that the name is updated again.
617 // Now select another avatar and check that the name remained the same.
641 // Select another icon and check if the profile name was updated.
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 233 case Instruction::Select:
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 105 // Look if the incoming value is a select with a constant but LVI tells us
107 // the incoming value with the other value of the select. This often allows
108 // us to remove the select later.
297 case Instruction::Select:
  /external/chromium_org/third_party/sqlite/src/src/
trigger.c 333 ** Turn a SELECT statement (that the pSelect parameter points to) into
336 ** The parser calls this routine when it finds a SELECT statement in
339 TriggerStep *sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect){
387 Select *pSelect, /* A SELECT statement that supplies values */
749 Select *pSelect = sqlite3SelectDup(db, pStep->pSelect, 0);
    [all...]
insert.c 133 ** a statement of the form "INSERT INTO <iDb, pTab> SELECT ..." can
134 ** run without using temporary table for the results of the SELECT.
326 Select *pSelect, /* A SELECT statement to use as the data source */
335 ** insert into TABLE (IDLIST) select
343 ** NULL and pSelect is a pointer to the select statement used to generate
347 ** select with data coming from a VALUES clause, the code executes
358 ** INSERT INTO <table> SELECT ...
360 ** If the SELECT clause is of the restricted form "SELECT * FROM <table2>"
    [all...]
attach.c 58 ** SELECT sqlite_attach(x, y, z)
234 ** SELECT sqlite_detach(x)
471 Select *pSelect /* The SELECT statement to be fixed to one database */
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 236 case Instruction::Select:
253 /// Select whose cost is 2.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 328 SDNode *Select(SDNode *Node) override;
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 210 template<typename ConditionMatrixType, typename ThenMatrixType, typename ElseMatrixType> class Select;
  /external/llvm/lib/Analysis/
CostModel.cpp 420 case Instruction::Select: {

Completed in 562 milliseconds

1 23 4 5 6 7 8 9