HomeSort by relevance Sort by last modified time
    Searched defs:num_nodes (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
dev_fs_for_testing.h 32 int num_nodes() { return (int)inode_pool_.size(); } function in class:DevFsForTesting
filesystem_test.cc 40 int num_nodes() { return (int)inode_pool_.size(); } function in class:__anon13579::MemFsForTesting
58 EXPECT_EQ(1, fs.num_nodes());
63 EXPECT_EQ(1, fs.num_nodes());
71 ASSERT_EQ(2, fs.num_nodes());
82 EXPECT_EQ(2, fs.num_nodes());
86 EXPECT_EQ(2, fs.num_nodes());
98 EXPECT_EQ(2, fs.num_nodes());
102 EXPECT_EQ(2, fs.num_nodes());
115 EXPECT_EQ(2, fs.num_nodes());
122 EXPECT_EQ(2, fs.num_nodes());
    [all...]
mem_fs_node_test.cc 48 int num_nodes() { return inode_pool_.size(); } function in class:__anon13594::MemFsForTesting
  /external/chromium_org/third_party/freetype/src/cache/
ftcmanag.h 99 FT_UInt num_nodes; member in struct:FTC_ManagerRec_
ftcglyph.h 138 FT_UInt num_nodes; /* current number of nodes in this family */ member in struct:FTC_FamilyRec_
299 _gqfamily->num_nodes++; \
303 if ( --_gqfamily->num_nodes == 0 ) \
  /external/freetype/src/cache/
ftcmanag.h 99 FT_UInt num_nodes; member in struct:FTC_ManagerRec_
ftcglyph.h 138 FT_UInt num_nodes; /* current number of nodes in this family */ member in struct:FTC_FamilyRec_
299 _gqfamily->num_nodes++; \
303 if ( --_gqfamily->num_nodes == 0 ) \
  /external/chromium_org/net/spdy/
spdy_priority_forest.h 39 int num_nodes() const;
158 int SpdyPriorityForest<NodeId, Priority>::num_nodes() const { function in class:net::SpdyPriorityForest
516 if (count > num_nodes() || node_id == child_id) {
spdy_priority_tree.h 83 int num_nodes() const;
197 int SpdyPriorityTree<NodeId>::num_nodes() const { function in class:net::SpdyPriorityTree
545 // Make sure num_nodes reflects the total number of nodes the map contains.
546 if (total_nodes != num_nodes()) {
552 DCHECK(nodes_visited == 2*num_nodes() - 1);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 111 L_(avl) *tree, AVL_BUILD_ITER_TYPE p, L_SIZE num_nodes); variable
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 111 L_(avl) *tree, AVL_BUILD_ITER_TYPE p, L_SIZE num_nodes); variable
  /external/stressapptest/src/
os.h 227 int num_nodes() const { return num_nodes_; } function in class:OsLayer
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 111 L_(avl) *tree, AVL_BUILD_ITER_TYPE p, L_SIZE num_nodes); variable
  /external/openssl/crypto/lhash/
lhash.h 143 unsigned int num_nodes; member in struct:lhash_st
  /external/openssl/include/openssl/
lhash.h 143 unsigned int num_nodes; member in struct:lhash_st
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 107 int num_nodes; member in struct:RT_LTREE
  /external/srec/srec/include/
srec_context.h 110 nodeID num_nodes; member in struct:srec_context
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 124 unsigned num_nodes; variable
  /external/lldb/source/Expression/
IRForTarget.cpp 389 unsigned num_nodes = named_metadata->getNumOperands(); local
393 node_index < num_nodes;
    [all...]
  /external/srec/srec/crec/
srec_context.c 230 for (i = 0; i < context->num_nodes; i++)
233 if (i != context->num_nodes)
913 nodeID from_node, last_from_node, into_node, num_nodes, max_node_number = 0; local
3604 nodeID *nodes, num_nodes, num_alloc; member in struct:nodeID_list_t
    [all...]

Completed in 1190 milliseconds