Home
last modified time | relevance | path

Searched +defs:d +defs:table +defs:get (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/client/
H A DTestMultiParallel.java185 Get get = new Get(k); in testBatchWithGet() local
268 Table table = UTIL.getConnection().getTable(TEST_TABLE); in doTestFlushCommits() local
328 Table table = CONNECTION.getTable(TEST_TABLE); in testBatchWithPut() local
378 Get get = new Get(k); in testBatchWithDelete() local
407 Get get = new Get(k); in testHTableDeleteWithList() local
434 Get get = new Get(ONE_ROW); in testBatchWithManyColsInOneRowGetAndPut() local
459 Delete d = new Delete(ONE_ROW); in testBatchWithIncrementAndAppend() local
489 Table table = connection.getTable(TEST_TABLE); in testNonceCollision() local
524 Get get = new Get(ONE_ROW); in testNonceCollision() local
594 Get get = new Get(KEYS[10]); in testBatchWithMixedActions() local
[all …]
H A DTestFromClientSide.java204 Delete d = new Delete(T1, ts+3); in testKeepDeletedCells() local
259 Get get = new Get(ROW); in testPurgeFutureDeletes() local
947 Get get; in testSingleRowMultipleFamily() local
1382 Get get = new Get(ROW); in testVersions() local
1590 Get get = new Get(ROW); in testVersionLimits() local
1805 Get get = null; in testDeleteFamilyVersionWithOtherDeletes() local
1928 Get get = new Get(ROW); in testDeletes() local
2581 Get get = new Get(row); in getVersionRangeAndVerifyGreaterThan() local
2592 Get get = new Get(row); in getVersionRangeAndVerify() local
4279 HTable table = in testGetClosestRowBefore() local
[all …]
H A DTestReplicasClient.java87 private static HTable table = null; field in TestReplicasClient
113 final Get get, final List<Cell> results) throws IOException { in preGetOp()
400 Delete d = new Delete(row); in testFlushTable() local
419 Delete d = new Delete(row); in testFlushPrimary() local
438 Delete d = new Delete(row); in testFlushSecondary() local
531 Delete d = new Delete(b1); in testUseRegionWithReplica() local
595 Delete d = new Delete(b1); in testCancelOfMultiGet() local
661 Delete d = new Delete(b1); in testCancelOfScan() local
742 Delete d = new Delete(b1); in runMultipleScansOfOneType() local
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/
H A DTableNamespaceManager.java127 public synchronized NamespaceDescriptor get(String name) throws IOException { in get() method in TableNamespaceManager
137 Table table = getNamespaceTable(); in update() local
144 private NamespaceDescriptor get(Table table, String name) throws IOException { in get() method in TableNamespaceManager
156 private void create(Table table, NamespaceDescriptor ns) throws IOException { in create()
170 private void upsert(Table table, NamespaceDescriptor ns) throws IOException { in upsert()
203 Delete d = new Delete(Bytes.toBytes(name)); in remove() local
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/
H A DTestRegionObserverInterface.java123 Table table = util.createTable(tableName, new byte[][] {A, B, C}); in testRegionObserver() local
147 Get get = new Get(ROW); in testRegionObserver() local
185 Table table = util.createTable(tableName, new byte[][] {A, B, C}); in testRowMutation() local
222 Table table = util.createTable(tableName, new byte[][] {A, B, C}); in testIncrementHook() local
278 Table table = util.createTable(tableName, new byte[][] {A, B, C}); in testCheckAndDeleteHooks() local
283 Delete d = new Delete(Bytes.toBytes(0)); in testCheckAndDeleteHooks() local
307 Table table = util.createTable(tableName, new byte[][] {A, B, C}); in testAppendHook() local
346 Table table = new HTable(util.getConfiguration(), tableName); in testHBase3583() local
351 Get get = new Get(ROW); in testHBase3583() local
386 HTable table = util.createTable(tableName, new byte[][] { A }); in testHBASE14489() local
[all …]
H A DTestRowProcessorEndpoint.java110 private volatile static Table table = null; field in TestRowProcessorEndpoint
170 Get get = new Get(ROW); in testDoubleScan() local
181 Get get = new Get(ROW); in testReadModifyWrite() local
199 private int incrementCounter(Table table) throws Throwable { in incrementCounter()
262 private void swapRows(Table table) throws Throwable { in swapRows()
532 Delete d = new Delete(rows[i]); in process() local
/dports/databases/kdb/kdb-3.2.0/src/parser/
H A DKDbParser_p.h46 inline static KDbParserPrivate* get(KDbParser *parser) { in get() function
80 KDbTableSchema *table; variable
124 Private * const d; variable
/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/
H A Ddictionary.h47 association *table; variable
77 dictionary d; variable
89 inline int object_dictionary_iterator::get(symbol *sp, object **op) in get() function
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Ddictionary.h46 association *table; variable
76 dictionary d; variable
88 inline int object_dictionary_iterator::get(symbol *sp, object **op) in get() function
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/
H A DExpAsStringVisibilityLabelServiceImpl.java124 Delete d = new Delete(user); in clearAuths() local
158 Get get = new Get(user); in getUserAuths() local
161 Table table = null; in getUserAuths() local
190 Get get = new Get(Bytes.toBytes(AuthUtil.toGroupEntry(group))); in getGroupAuths() local
193 Table table = null; in getGroupAuths() local
/dports/comms/redsea/redsea-0.20/src/
H A Dutil.cc34 std::string join(std::vector<std::string> strings, const std::string& d) { in join()
44 std::string join(std::vector<uint16_t> nums, const std::string& d) { in join()
156 std::set<CarrierFrequency> AltFreqList::get() const { in get() function in redsea::AltFreqList
215 CSVTable table; in readCSVWithTitles() local
259 std::string get_string(const CSVTable& table, const CSVRow& row, const std::string& title) { in get_string()
263 int get_int(const CSVTable& table, const CSVRow& row, const std::string& title) { in get_int()
267 uint16_t get_uint16(const CSVTable& table, const CSVRow& row, const std::string& title) { in get_uint16()
271 bool row_contains(const CSVTable& table, const CSVRow& row, const std::string& title) { in row_contains()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/
H A DAccessControlLists.java175 try (Table table = connection.getTable(ACL_TABLE_NAME)) { in addUserPermission()
196 Delete d = new Delete(userPermissionRowKey(userPerm)); in removeUserPermission() local
205 try (Table table = connection.getTable(ACL_TABLE_NAME)) { in removeUserPermission()
216 Delete d = new Delete(tableName.getName()); in removeTablePermissions() local
223 try (Table table = connection.getTable(ACL_TABLE_NAME)) { in removeTablePermissions()
234 Delete d = new Delete(Bytes.toBytes(toNamespaceEntry(namespace))); in removeNamespacePermissions() local
241 try (Table table = connection.getTable(ACL_TABLE_NAME)) { in removeNamespacePermissions()
259 try (Table table = connection.getTable(ACL_TABLE_NAME)) { in removeTablePermissions()
282 Delete d = new Delete(tableName.getName()); in removeTablePermissions() local
418 try (Table table = connection.getTable(ACL_TABLE_NAME)) { in loadAll()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/diags/
H A DCheckExamples.java138 int d = declaredCounts.get(p); in run() local
256 int get(String p) { in get() method in CheckExamples.Counts
266 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/diags/
H A DCheckExamples.java138 int d = declaredCounts.get(p); in run() local
256 int get(String p) { in get() method in CheckExamples.Counts
266 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/sysutils/heirloom/heirloom-070715/units/
H A Dunits.c71 static struct table struct
76 } table[NTAB]; argument
432 double d, e; in getflt() local
486 get(void) in get() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/diags/
H A DCheckExamples.java144 int d = declaredCounts.get(p); in run() local
262 int get(String p) { in get() method in CheckExamples.Counts
272 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/diags/
H A DCheckExamples.java144 int d = declaredCounts.get(p); in run() local
262 int get(String p) { in get() method in CheckExamples.Counts
272 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/diags/
H A DCheckExamples.java144 int d = declaredCounts.get(p); in run() local
262 int get(String p) { in get() method in CheckExamples.Counts
272 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/diags/
H A DCheckExamples.java144 int d = declaredCounts.get(p); in run() local
262 int get(String p) { in get() method in CheckExamples.Counts
272 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/diags/
H A DCheckExamples.java144 int d = declaredCounts.get(p); in run() local
262 int get(String p) { in get() method in CheckExamples.Counts
272 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/diags/
H A DCheckExamples.java144 int d = declaredCounts.get(p); in run() local
262 int get(String p) { in get() method in CheckExamples.Counts
272 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/diags/
H A DCheckExamples.java144 int d = declaredCounts.get(p); in run() local
262 int get(String p) { in get() method in CheckExamples.Counts
272 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/diags/
H A DCheckExamples.java144 int d = declaredCounts.get(p); in run() local
262 int get(String p) { in get() method in CheckExamples.Counts
272 Map<String,Integer> table = new HashMap<String,Integer>(); field in CheckExamples.Counts
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DClarisWksTable.cxx149 TableCell *get(int id) in get() function
217 void TableCell::update(Table const &table) in update()
276 bool TableCell::sendContent(MWAWListenerPtr listener, MWAWTable &table) in sendContent()
352 for (auto &d : dim) d = float(input->readLong(4))/256.f; in readTableZone() local
464 auto table = iter->second; in sendZone() local
481 std::shared_ptr<ClarisWksTableInternal::Table> table = iter.second; in flushExtra() local
494 bool ClarisWksTable::readTableBorders(ClarisWksTableInternal::Table &table) in readTableBorders()
561 bool ClarisWksTable::readTableCells(ClarisWksTableInternal::Table &table) in readTableCells()
668 bool ClarisWksTable::readTableBordersId(ClarisWksTableInternal::Table &table) in readTableBordersId()
713 bool ClarisWksTable::readTablePointers(ClarisWksTableInternal::Table &table) in readTablePointers()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/
H A Dwal_tmpls.h102 template <class T, size_t Step> inline T& ccollect<T, Step>::get( int n ) in get() function
215 std::vector<LT* >& table; variable
252 LT* get() in get() function
308 std::vector<LT*> table; variable
452 template <class LT> void destroy_hash_table( std::vector<LT*> table, HashIndex size ) in destroy_hash_table()
593 static void cp( T* d, const T* s ) in cp()
715 T& get( const CT* s ) in get() function

12345678910>>...19