HomeSort by relevance Sort by last modified time
    Searched defs:List (Results 51 - 75 of 461) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
_typecheck.py 45 `List(int)` rather than `List[int]`.
100 class List(_SingleArgumentType):
101 """A typed list.
103 A correct type is a list where each element has the single provided type.
107 return (isinstance(instance, list)
225 *types: A list of Python types.
276 *types: A list of Python types.
277 A list of one element corresponds to a single return value.
278 A list of several elements corresponds to several return values
    [all...]
  /external/v8/src/zone/
zone-handle-set.h 28 return list()->length();
37 return Handle<T>(list()->at(static_cast<int>(i)));
49 List* list = new (zone) List(2, zone);
51 list->Add(singleton(), zone);
52 list->Add(value, zone);
54 list->Add(value, zone);
55 list->Add(singleton(), zone);
57 DCHECK(IsAligned(bit_cast<intptr_t>(list), kPointerAlignment))
140 List const* list() const { function in class:v8::internal::final
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
47 /// MachinePassRegistryNode - Machine pass node stored in registration list.
54 MachinePassRegistryNode *Next; // Next function pass in list.
88 MachinePassRegistryNode *List; // List of registry nodes.
90 MachinePassRegistryListener* Listener;// Listener for list adds are removes.
99 MachinePassRegistryNode *getList() { return List; }
105 /// Add - Adds a function pass to the registration list.
109 /// Remove - Removes a function pass from the registration list.
140 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
47 /// MachinePassRegistryNode - Machine pass node stored in registration list.
54 MachinePassRegistryNode *Next; // Next function pass in list.
88 MachinePassRegistryNode *List; // List of registry nodes.
90 MachinePassRegistryListener* Listener;// Listener for list adds are removes.
99 MachinePassRegistryNode *getList() { return List; }
105 /// Add - Adds a function pass to the registration list.
109 /// Remove - Removes a function pass from the registration list.
140 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
47 /// MachinePassRegistryNode - Machine pass node stored in registration list.
54 MachinePassRegistryNode *Next; // Next function pass in list.
88 MachinePassRegistryNode *List; // List of registry nodes.
90 MachinePassRegistryListener* Listener;// Listener for list adds are removes.
99 MachinePassRegistryNode *getList() { return List; }
105 /// Add - Adds a function pass to the registration list.
109 /// Remove - Removes a function pass from the registration list.
140 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
48 /// MachinePassRegistryNode - Machine pass node stored in registration list.
53 MachinePassRegistryNode *Next = nullptr; // Next function pass in list.
78 MachinePassRegistryNode *List; // List of registry nodes.
80 MachinePassRegistryListener *Listener; // Listener for list adds are removes.
88 MachinePassRegistryNode *getList() { return List; }
94 /// Add - Adds a function pass to the registration list.
98 /// Remove - Removes a function pass from the registration list.
127 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
48 /// MachinePassRegistryNode - Machine pass node stored in registration list.
53 MachinePassRegistryNode *Next = nullptr; // Next function pass in list.
78 MachinePassRegistryNode *List; // List of registry nodes.
80 MachinePassRegistryListener *Listener; // Listener for list adds are removes.
88 MachinePassRegistryNode *getList() { return List; }
94 /// Add - Adds a function pass to the registration list.
98 /// Remove - Removes a function pass from the registration list.
127 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
48 /// MachinePassRegistryNode - Machine pass node stored in registration list.
53 MachinePassRegistryNode *Next = nullptr; // Next function pass in list.
78 MachinePassRegistryNode *List; // List of registry nodes.
80 MachinePassRegistryListener *Listener; // Listener for list adds are removes.
88 MachinePassRegistryNode *getList() { return List; }
94 /// Add - Adds a function pass to the registration list.
98 /// Remove - Removes a function pass from the registration list.
127 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
48 /// MachinePassRegistryNode - Machine pass node stored in registration list.
53 MachinePassRegistryNode *Next = nullptr; // Next function pass in list.
78 MachinePassRegistryNode *List; // List of registry nodes.
80 MachinePassRegistryListener *Listener; // Listener for list adds are removes.
88 MachinePassRegistryNode *getList() { return List; }
94 /// Add - Adds a function pass to the registration list.
98 /// Remove - Removes a function pass from the registration list.
127 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
47 /// MachinePassRegistryNode - Machine pass node stored in registration list.
54 MachinePassRegistryNode *Next; // Next function pass in list.
88 MachinePassRegistryNode *List; // List of registry nodes.
90 MachinePassRegistryListener* Listener;// Listener for list adds are removes.
99 MachinePassRegistryNode *getList() { return List; }
105 /// Add - Adds a function pass to the registration list.
109 /// Remove - Removes a function pass from the registration list.
140 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
47 /// MachinePassRegistryNode - Machine pass node stored in registration list.
54 MachinePassRegistryNode *Next; // Next function pass in list.
88 MachinePassRegistryNode *List; // List of registry nodes.
90 MachinePassRegistryListener* Listener;// Listener for list adds are removes.
99 MachinePassRegistryNode *getList() { return List; }
105 /// Add - Adds a function pass to the registration list.
109 /// Remove - Removes a function pass from the registration list.
140 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
47 /// MachinePassRegistryNode - Machine pass node stored in registration list.
54 MachinePassRegistryNode *Next; // Next function pass in list.
88 MachinePassRegistryNode *List; // List of registry nodes.
90 MachinePassRegistryListener* Listener;// Listener for list adds are removes.
99 MachinePassRegistryNode *getList() { return List; }
105 /// Add - Adds a function pass to the registration list.
109 /// Remove - Removes a function pass from the registration list.
140 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
48 /// MachinePassRegistryNode - Machine pass node stored in registration list.
53 MachinePassRegistryNode *Next = nullptr; // Next function pass in list.
78 MachinePassRegistryNode *List; // List of registry nodes.
80 MachinePassRegistryListener *Listener; // Listener for list adds are removes.
88 MachinePassRegistryNode *getList() { return List; }
94 /// Add - Adds a function pass to the registration list.
98 /// Remove - Removes a function pass from the registration list.
127 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachinePassRegistry.h 32 /// registration list.
48 /// MachinePassRegistryNode - Machine pass node stored in registration list.
53 MachinePassRegistryNode *Next = nullptr; // Next function pass in list.
78 MachinePassRegistryNode *List; // List of registry nodes.
80 MachinePassRegistryListener *Listener; // Listener for list adds are removes.
88 MachinePassRegistryNode *getList() { return List; }
94 /// Add - Adds a function pass to the registration list.
98 /// Remove - Removes a function pass from the registration list.
127 // Make sure we listen for list changes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
107 /// An intrusive list node.
111 /// \a value_type for the list.
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// list. (ilist_sentinel_tracking<false> turns sentinel tracking off all the
131 /// multiple lists simultaneously, where each list is given the same tag.
252 /// An ilist node that can access its parent list.
255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
274 /// \brief Get the previous node, or \c nullptr for the list head.
277 // (and would need the type of the list)
    [all...]

Completed in 775 milliseconds

1 23 4 5 6 7 8 91011>>