HomeSort by relevance Sort by last modified time
    Searched defs:node_id (Results 26 - 50 of 53) sorted by null

12 3

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /external/openfst/src/include/fst/extensions/pdt/
collection.h 41 I node_id; // Root is kNoNodeId; member in struct:fst::Collection::Node
44 Node() : node_id(kNoNodeId), element(T()) {}
45 Node(I i, const T &t) : node_id(i), element(t) {}
48 return n.node_id == node_id && n.element == element;
54 return n.node_id + hash_(n.element) * kPrime;
70 id_ = node_.node_id;
86 I node_id = kNoNodeId; local
88 Node node(node_id, set[i]);
89 node_id = node_table_.FindId(node, insert)
    [all...]
  /frameworks/av/include/media/
IOMX.h 42 typedef void *node_id; typedef in class:android::IOMX
44 // Given a node_id and the calling process' pid, returns true iff
47 virtual bool livesLocally(node_id node, pid_t pid) = 0;
57 node_id *node) = 0;
59 virtual status_t freeNode(node_id node) = 0;
62 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) = 0;
65 node_id node, OMX_INDEXTYPE index,
69 node_id node, OMX_INDEXTYPE index,
73 node_id node, OMX_INDEXTYPE index,
77 node_id node, OMX_INDEXTYPE index
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 153 int64 node_id = node->id(); local
154 EXPECT_TRUE(assigned_ids->find(node_id) == assigned_ids->end());
155 assigned_ids->insert(node_id);
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 185 int64 BookmarkModelAssociator::GetSyncIdFromChromeId(const int64& node_id) {
186 BookmarkIdToSyncIdMap::const_iterator iter = id_map_.find(node_id);
197 const int64& node_id,
200 int64 sync_id = GetSyncIdFromChromeId(node_id);
212 int64 node_id = node->id(); local
214 DCHECK(id_map_.find(node_id) == id_map_.end());
216 id_map_[node_id] = sync_id;
  /external/chromium/chrome/browser/sync/
profile_sync_service_preference_unittest.cc 114 int64 node_id = model_associator_->GetSyncIdFromChromeId(name); local
115 if (node_id == sync_api::kInvalidId)
117 if (!node.InitByIdLookup(node_id))
144 int64 node_id = model_associator_->GetSyncIdFromChromeId(name); local
145 if (node_id == sync_api::kInvalidId) {
150 } else if (node.InitByIdLookup(node_id)) {
158 int64 node_id = model_associator_->GetSyncIdFromChromeId(name); local
161 record->id = node_id;
369 int64 node_id = model_associator_->GetSyncIdFromChromeId(prefs::kHomePage); local
372 record->id = node_id;
388 int64 node_id = SetSyncedValue(prefs::kHomePage, *expected); local
410 int64 node_id = SetSyncedValue("unknown preference", *expected); local
443 int64 node_id = SetSyncedValue(prefs::kHomePage, *sync_value); local
482 int64 node_id = SetSyncedValue(prefs::kHomePage, *sync_value); local
    [all...]
profile_sync_service_session_unittest.cc 324 int64 node_id = model_associator_->GetSyncIdFromSessionTag( local
328 record->id = node_id;
343 int64 node_id = model_associator_->GetSyncIdFromSessionTag( local
347 record->id = node_id;
362 int64 node_id = model_associator_->GetSyncIdFromSessionTag( local
366 record->id = node_id;
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 220 static int get_node_id(unsigned char *node_id)
291 if (node_id) {
292 memcpy(node_id, a, 6);
555 static unsigned char node_id[6]; local
561 if (get_node_id(node_id) <= 0) {
562 get_random_bytes(node_id, 6);
568 node_id[0] |= 0x01;
576 memcpy(uu.node, node_id, 6);
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 148 syncable::Id node_id = syncable::Id::CreateFromServerId(type_tag); local
150 node_id);
294 int64 node_id; local
315 node_id = wnode.GetId();
353 EXPECT_EQ(wnode.GetId(), node_id);
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 82 std::string node_id; local
83 if (!args->GetString(0, &node_id)){
86 net::X509Certificate* cert = IdToCert(node_id);
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 239 unsigned node_id = iterator.Next(); local
240 USE(node_id);
241 ASSERT(node_id == ast_id);
585 int node_id = iterator->Next(); local
592 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes);
724 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 330 unsigned node_id = iterator.Next(); local
331 USE(node_id);
332 ASSERT(node_id == ast_id);
664 int node_id = iterator->Next(); local
671 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes);
801 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 229 unsigned node_id = iterator.Next(); local
230 USE(node_id);
231 ASSERT(node_id == ast_id);
575 int node_id = iterator->Next(); local
582 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes);
714 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 216 unsigned node_id = iterator.Next(); local
217 USE(node_id);
218 ASSERT(node_id == ast_id);
563 int node_id = iterator->Next(); local
570 PrintF(" => node=%d, height=%d\n", node_id, height_in_bytes);
704 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 54 * @node_id: New node ID of this node
68 __u32 node_id; member in struct:fw_cdev_event_bus_reset
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 54 * @node_id: New node ID of this node
68 __u32 node_id; member in struct:fw_cdev_event_bus_reset
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 54 * @node_id: New node ID of this node
68 __u32 node_id; member in struct:fw_cdev_event_bus_reset

Completed in 1827 milliseconds

12 3