Home
last modified time | relevance | path

Searched refs:findCmd (Results 1 – 25 of 102) sorted by relevance

12345

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dquery_stage_subplan.cpp334 std::string findCmd = in TEST_F() local
343 std::string findCmd = in TEST_F() local
353 std::string findCmd = in TEST_F() local
363 std::string findCmd = in TEST_F() local
373 std::string findCmd = in TEST_F() local
383 std::string findCmd = in TEST_F() local
393 std::string findCmd = in TEST_F() local
410 std::string findCmd = in TEST_F() local
421 std::string findCmd = in TEST_F() local
431 std::string findCmd = in TEST_F() local
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/query/
H A Dasync_results_merger_test.cpp124 boost::optional<BSONObj> findCmd = boost::none, in makeCursorFromExistingCursors() argument
130 if (findCmd) { in makeCursorFromExistingCursors()
285 makeCursorFromExistingCursors(std::move(cursors), findCmd); in TEST_F()
398 makeCursorFromExistingCursors(std::move(cursors), findCmd); in TEST_F()
554 makeCursorFromExistingCursors(std::move(cursors), findCmd); in TEST_F()
606 makeCursorFromExistingCursors(std::move(cursors), findCmd); in TEST_F()
1070 makeCursorFromExistingCursors(std::move(cursors), findCmd); in TEST_F()
1117 makeCursorFromExistingCursors(std::move(cursors), findCmd); in TEST_F()
1144 makeCursorFromExistingCursors(std::move(cursors), findCmd); in TEST_F()
1168 makeCursorFromExistingCursors(std::move(cursors), findCmd); in TEST_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/
H A Dcoherency_tests_gen12lp.inl219 auto findCmd = [&](bool expectToBeProgrammed, bool expectCoherent, bool expectPipeControl) { local
249 findCmd(true, false, true); // first time
251 findCmd(true, false, false); // first time
255 findCmd(false, false, false); // not changed
258 findCmd(true, true, false); // changed
261 findCmd(false, true, false); // not changed
264 findCmd(true, false, false); // changed
267 findCmd(false, false, false); // not changed
/dports/security/gopass/gopass-1.13.0/internal/action/
H A Dfind.go22 return s.findCmd(c, nil, false)
27 return s.findCmd(c, s.show, true)
30 func (s *Action) findCmd(c *cli.Context, cb showFunc, fuzzy bool) error { func
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_stream/
H A Dcompute_mode_tests_xehp_and_later.cpp175 auto findCmd = [&](bool expectToBeProgrammed, bool expectCoherent) { in HWTEST2_F() local
198 findCmd(true, false); // first time in HWTEST2_F()
201 findCmd(false, false); // not changed in HWTEST2_F()
204 findCmd(true, true); // changed in HWTEST2_F()
207 findCmd(false, true); // not changed in HWTEST2_F()
210 findCmd(true, false); // changed in HWTEST2_F()
213 findCmd(false, false); // not changed in HWTEST2_F()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Ddist_lock_catalog_impl_test.cpp115 void checkReadConcern(const BSONObj& findCmd) { in checkReadConcern() argument
1514 const auto& findCmd = request.cmdObj; in TEST_F() local
1518 findCmd["filter"].Obj()); in TEST_F()
1520 checkReadConcern(findCmd); in TEST_F()
1602 const auto& findCmd = request.cmdObj; in TEST_F() local
1603 ASSERT_EQUALS("locks", findCmd["find"].str()); in TEST_F()
1606 checkReadConcern(findCmd); in TEST_F()
1687 const auto& findCmd = request.cmdObj; in TEST_F() local
1688 ASSERT_EQUALS("locks", findCmd["find"].str()); in TEST_F()
1691 findCmd["filter"].Obj()); in TEST_F()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/commands/
H A Dpipeline_s.cpp201 auto findCmd = cmdBuilder.obj(); in lookupSingleDocument() local
218 findCmd = findCmd.addField(BSON("find" << nss.coll()).firstElement()); in lookupSingleDocument()
233 {{shardInfo.first, appendShardVersion(findCmd, shardInfo.second)}}, in lookupSingleDocument()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/
H A Dlist_indexes.go89 findCmd := command.Find{
104 return legacyFind(ctx, findCmd, nil, ss, conn, findOpts)
H A Dlist_collections.go100 findCmd := command.Find{
107 batchCursor, err := legacyFind(ctx, findCmd, nil, ss, conn)
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Ddatabase_test.go342 findCmd := bson.D{{"find", findCollName}}
361 {"success find", findCollName, findCmd, data, nil, 5, "3.2"},
396 findCmd := bson.D{
400 return mt.DB.RunCommandCursor(mtest.Background, findCmd)
406 findCmd := bson.D{
410 return mt.DB.RunCommandCursor(mtest.Background, findCmd)
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/unsupported/motifshell/
H A Dmotifshell.c581 char *findCmd; in SysCall() local
593 findCmd = (char *) XtMalloc(strlen(systemCommand) + sizeof(CMD) + 1); in SysCall()
594 sprintf(findCmd, CMD, systemCommand); in SysCall()
595 file = popen(findCmd, "r"); in SysCall()
596 XtFree(findCmd); in SysCall()
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/locales/en-US/
H A Dsourceeditor.properties16 # LOCALIZATION NOTE (findCmd.promptTitle): This is the dialog title used
19 findCmd.promptTitle=Find…
21 # LOCALIZATION NOTE (findCmd.promptMessage): This is the message shown when
24 findCmd.promptMessage=Search for:
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/locales/en-US/
H A Dsourceeditor.properties16 # LOCALIZATION NOTE (findCmd.promptTitle): This is the dialog title used
19 findCmd.promptTitle=Find…
21 # LOCALIZATION NOTE (findCmd.promptMessage): This is the message shown when
24 findCmd.promptMessage=Search for:
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmSearchPath.cxx15 cmSearchPath::cmSearchPath(cmFindCommon* findCmd) in cmSearchPath() argument
16 : FC(findCmd) in cmSearchPath()
H A DcmSearchPath.h26 cmSearchPath(cmFindCommon* findCmd = nullptr);
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmSearchPath.cxx15 cmSearchPath::cmSearchPath(cmFindCommon* findCmd) in cmSearchPath() argument
16 : FC(findCmd) in cmSearchPath()
H A DcmSearchPath.h26 cmSearchPath(cmFindCommon* findCmd = nullptr);
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmSearchPath.cxx15 cmSearchPath::cmSearchPath(cmFindCommon* findCmd) in cmSearchPath() argument
16 : FC(findCmd) in cmSearchPath()
H A DcmSearchPath.h26 cmSearchPath(cmFindCommon* findCmd = nullptr);
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frscript/
H A DxdpTop.tcl128 if {[string first "xccl: web" $action] != -1 && ![findCmd "$xdp(DP_BROWSER)"]} {
133 if {![findCmd cis]} {$topBnam($j) configure -state disabled}
436 proc findCmd {cmd} { procedure
555 if {[findCmd $cmd]} {set state normal} else {set state disabled}
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hpc_core/pvc/
H A Dcompute_mode_tests_pvc.cpp172 auto findCmd = [&](bool expectToBeProgrammed) { in PVCTEST_F() local
198 findCmd(true); // first time in PVCTEST_F()
201 findCmd(false); // not changed in PVCTEST_F()
204 findCmd(true); // changed in PVCTEST_F()
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DHelpCmd.h72 Cmd *cmdptr = ui->findCmd(argv[1]); in action()
H A DUserInterface.h70 Cmd *findCmd(const char *cmdname) in findCmd() function
/dports/emulators/z80pack/z80pack-1.37/frontpanel/
H A Dlp_utils.h106 int findCmd(char *s);
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Ddatabase_test.go150 findCmd := bson.D{{"find", findCollName}}
169 {"success find", findCollName, findCmd, data, nil, 5, "3.2"},

12345