HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 251 - 275 of 526) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 91 WorklistItem Item = VisitStack.pop_back_val();
92 BasicBlock *BB = Item.getPointer();
93 bool IsSubloopHeader = Item.getInt();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
FormatUtil.h 125 explicit EndianAdapter(EndianType &&Item)
126 : FormatAdapter<EndianType>(std::move(Item)) {}
129 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style);
  /external/tensorflow/tensorflow/python/grappler/
datasets_test.py 29 from tensorflow.python.grappler import item
56 grappler_item = item.Item(mg)
81 grappler_item = item.Item(mg)
117 grappler_item = item.Item(mg)
130 grappler_item = item.Item(mg)
156 grappler_item = item.Item(mg
    [all...]
cluster_test.py 25 from tensorflow.python.grappler import item
42 grappler_item = item.Item(mg)
59 grappler_item = item.Item(mg)
77 grappler_item = item.Item(mg)
97 grappler_item = item.Item(mg)
124 grappler_item = item.Item(mg
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.cpp 29 for (Item *next, *item = head.next; item != &head; item = next) {
30 next = item->next;
31 delete item;
39 Item *rem = pos;
51 Item *item = pos; local
58 DLLIST_DEL(item);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DependencyRules.py 256 # List of item (FilePath)
266 # List of item (PkgGuid, PkgVersion, InstallPath)
317 # List of item (FilePath)
329 # List of item (PkgGuid, PkgVersion, InstallPath)
381 for Item in PomAli.GetPackageDependencyList():
382 if Item.GetPackageFilePath() in DpPackagePathList:
383 Logger.Info(ST.MSG_MODULE_DEPEND_ON % (Path, Item.GetPackageFilePath()))
410 for Item in PomAli.GetPackageDependencyList():
411 if Item.GetPackageFilePath() in DpPackagePathList:
412 Guid, Version = Item.GetGuid(), Item.GetVersion()
    [all...]
  /external/dynamic_depth/internal/dynamic_depth/
app_info.cc 44 const string& item_uri, std::vector<std::unique_ptr<Item>>* items) {
57 LOG(ERROR) << "Item URI given, but no place to store the generated item "
63 LOG(ERROR) << "Data provided, but no item URI given";
71 items->emplace_back(Item::FromData(item_params));
  /external/v8/src/heap/
item-parallel-job.cc 5 #include "src/heap/item-parallel-job.h"
23 base::Semaphore* on_finish, std::vector<Item*>* items, size_t start_index,
55 Item* item = items_[i]; local
56 CHECK(item->IsFinished());
57 delete item;
81 // In the event of an uneven workload, distribute an extra item to the first
  /frameworks/av/media/libstagefright/httplive/
M3UParser.h 64 struct Item {
84 Vector<Item> mItems;
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 383 std::unique_ptr<EmitterWorkItem> Item;
401 // Add a dummy work item as a placeholder. This maintains sequence
403 Item = makeUnique<EmitterWorkItem>(Func->getSequenceNumber());
404 emitQueueBlockingPush(std::move(Item));
415 Item = makeUnique<EmitterWorkItem>(Func->getSequenceNumber());
430 Item = makeUnique<EmitterWorkItem>(Func->getSequenceNumber(),
432 Item->setGlobalInits(Func->getGlobalInits());
439 Item = makeUnique<EmitterWorkItem>(Func->getSequenceNumber(),
441 Item->setGlobalInits(std::move(GlobalInits));
445 assert(Item != nullptr)
    [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 61 /// \brief A single item in the hash table.
62 class Item {
66 Item *Next;
69 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data,
77 llvm::SpecificBumpPtrAllocator<Item> BA;
83 Item *Head;
89 /// \brief Insert an item into the appropriate hash bucket.
90 void insert(Bucket *Buckets, size_t Size, Item *E) {
102 for (Item *E = Buckets[I].Head; E;) {
103 Item *N = E->Next
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
OnDiskHashTable.h 60 /// A single item in the hash table.
61 class Item {
65 Item *Next;
68 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data,
76 llvm::SpecificBumpPtrAllocator<Item> BA;
82 Item *Head;
88 /// Insert an item into the appropriate hash bucket.
89 void insert(Bucket *Buckets, size_t Size, Item *E) {
102 for (Item *E = Buckets[I].Head; E;) {
103 Item *N = E->Next
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CallSiteIdsSection.java 32 /** A map from call site instances to their DEX file item. */
70 public Collection<? extends Item> items() {
103 * @param callSiteItem {@code non-null;} a call site item as represented in a DEX file
122 * @return {@code non-null;} a call site item as represented in a DEX file
MethodHandlesSection.java 48 for (MethodHandleItem item : methodHandles.values()) {
49 item.setIndex(index++);
54 public Collection<? extends Item> items() {
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 28 * the first {@link android.content.ClipData.Item} in the {@link DragEvent} is set as the image
83 ClipData.Item item = clipData.getItemAt(0); local
84 if (item == null) {
87 Uri uri = item.getUri();
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
ImageDragListener.java 75 ClipData.Item item = clipData.getItemAt(0); local
76 if (item == null) {
79 Uri uri = item.getUri();
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
ListViewAdapter.java 30 public class ListViewAdapter<T extends Item> extends ArrayAdapter<T> {
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 28 * the first {@link android.content.ClipData.Item} in the {@link DragEvent} is set as the image
83 ClipData.Item item = clipData.getItemAt(0); local
84 if (item == null) {
87 Uri uri = item.getUri();
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
ImageDragListener.java 75 ClipData.Item item = clipData.getItemAt(0); local
76 if (item == null) {
79 Uri uri = item.getUri();
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
ListViewAdapter.java 31 public class ListViewAdapter<T extends Item> extends ArrayAdapter<T> {
  /development/samples/ApiDemos/src/com/example/android/apis/media/
VideoViewDemo.java 62 ClipData.Item item = clipData.getItemAt(0);
63 Uri uri = item.getUri();
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 82 public boolean onOptionsItemSelected(Menu.Item item){
83 switch (item.getId()) {
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
ImageDragListener.java 28 * the first {@link android.content.ClipData.Item} in the {@link DragEvent} is set as the image
83 ClipData.Item item = clipData.getItemAt(0); local
84 if (item == null) {
87 Uri uri = item.getUri();
  /development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
ImageDragListener.java 75 ClipData.Item item = clipData.getItemAt(0); local
76 if (item == null) {
79 Uri uri = item.getUri();
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Handle.c 66 PROTOCOL_ENTRY *Item;
78 Item = CR(Link, PROTOCOL_ENTRY, AllEntries, PROTOCOL_ENTRY_SIGNATURE);
79 if (CompareGuid (&Item->ProtocolID, Protocol)) {
83 ProtEntry = Item;

Completed in 384 milliseconds

<<11121314151617181920>>