Searched refs:Item (Results 76 - 100 of 159) sorted by relevance

1234567

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_rename_regs.c73 struct rc_variable * var = var_ptr->Item;
H A Dradeon_variable.c75 struct rc_reader * reader = readers->Item;
301 for (var = list_ptr->Item; var; var = var->Friend) {
415 struct rc_reader * b = temp->Item;
481 struct rc_variable * var = list_ptr->Item;
512 rc_variable_readers_union(writer_list->Item);
H A Dradeon_pair_regalloc.c364 struct rc_reader * r = readers->Item;
564 rc_variable_compute_live_intervals(var_ptr->Item);
566 class_index = variable_get_class(var_ptr->Item, rc_class_list);
646 struct rc_variable * var_a = a->Item;
648 struct rc_variable * var_b = b->Item;
670 struct rc_variable * var = var_ptr->Item;
694 struct rc_variable * var = var_ptr->Item;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_arraynodelist.cpp55 CXFA_Node* CXFA_ArrayNodeList::Item(int32_t iIndex) { function in class:CXFA_ArrayNodeList
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVUtil.h178 std::string Item; local
179 while (std::getline(SS, Item, Delim))
180 Strs.push_back(Item);
188 std::string Item; local
189 while (std::getline(SS, Item, Delim))
190 Strs.insert(Item);
198 std::string Item; local
199 while (std::getline(SS, Item, Delim))
200 Strs.insert(Item);
/external/llvm/include/llvm/Support/
H A DScopedPrinter.h210 for (const auto &Item : List) {
213 OS << Item; local
223 for (const auto &Item : List) {
226 Printer(OS, Item);
235 for (const auto &Item : List) {
238 OS << hex(Item);
/external/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp57 unsigned getSubEntrySize(CFStack::StackItem Item);
69 bool CFStack::branchStackContains(CFStack::StackItem Item) { argument
72 if (*I == Item)
116 unsigned CFStack::getSubEntrySize(CFStack::StackItem Item) { argument
117 switch(Item) {
151 CFStack::StackItem Item = CFStack::ENTRY; local
158 Item = CFStack::FIRST_NON_WQM_PUSH; // May not be required on Evergreen/NI
165 Item = CFStack::FIRST_NON_WQM_PUSH_W_FULL_ENTRY;
167 Item = CFStack::SUB_ENTRY;
169 Item
[all...]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DPollingAction.java124 List<Contacts.Item> contacts = mPollingTask.mContacts;
126 Contacts.Item item = contacts.get(i);
H A DCapabilityPolling.java472 List<Contacts.Item> list = null;
494 list = new ArrayList<Contacts.Item>();
503 Contacts.Item item = new Contacts.Item(id);
582 List<Contacts.Item> list = null;
596 list = new ArrayList<Contacts.Item>();
602 Contacts.Item item = new Contacts.Item(id);
631 for (Contacts.Item item : list) {
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DWireFormatTest.java407 RawMessageSet.Item.newBuilder()
415 RawMessageSet.Item.newBuilder()
423 RawMessageSet.Item.newBuilder()
472 RawMessageSet.Item.newBuilder()
511 RawMessageSet.Item.newBuilder()
553 RawMessageSet.Item.newBuilder()
566 List<RawMessageSet.Item> items = raw.getItemList();
568 RawMessageSet.Item item = items.get(i);
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp377 return (int32_t)strcmp(((Item *)left)->name, ((Item *)right)->name);
570 // reset the Item entries
571 memset(items, 0, itemCount*sizeof(Item));
691 Item *pItem;
1038 memmove(items+idx+1, items+idx, (itemCount-idx)*sizeof(Item));
1042 // reset this Item entry
1043 memset(items+idx, 0, sizeof(Item));
1078 const Item *pItem;
1096 memmove(items+idx, items+idx+1, (itemCount-(idx+1))*sizeof(Item));
[all...]
H A Dpkgitems.cpp64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) {
80 void setItem(const Item *item, UDataSwapFn *swap) {
116 const Item *pItem;
408 // TODO: Cache the native version in the Item itself.
578 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp294 if (AttributeItem *Item = getAttributeItem(Attribute)) {
297 Item->Type = AttributeItem::NumericAttribute;
298 Item->IntValue = Value;
303 AttributeItem Item = {
309 Contents.push_back(Item);
315 if (AttributeItem *Item = getAttributeItem(Attribute)) {
318 Item->Type = AttributeItem::TextAttribute;
319 Item->StringValue = Value;
324 AttributeItem Item = {
330 Contents.push_back(Item);
[all...]
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.hpp118 template <typename Item, typename Iterator, class Filter>
119 class FilteredIterator : public std::iterator<std::input_iterator_tag, Item>
162 const Item& operator* (void)
/external/emma/core/java12/com/vladium/emma/report/
H A DSrcFileItem.java23 final class SrcFileItem extends Item
290 private static final Item.ItemMetadata METADATA; // set in <clinit>
294 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_SRCFILE, "srcfile",
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestIssues.cs58 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ItemField), global::UnitTest.Issues.TestProtos.ItemField.Parser, new[]{ "Item" }, null, null, null),
808 public int Item { property in class:UnitTest.Issues.TestProtos.ItemField
826 if (Item != other.Item) return false;
832 if (Item != 0) hash ^= Item.GetHashCode();
841 if (Item != 0) {
843 output.WriteInt32(Item);
849 if (Item != 0) {
850 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Item);
[all...]
/external/deqp/executor/
H A DxeTestResultParser.cpp392 ri::Item* TestResultParser::getCurrentItem (void)
407 for (vector<ri::Item*>::reverse_iterator i = m_itemStack.rbegin(); i != m_itemStack.rend(); i++)
409 ri::Item* item = *i;
429 void TestResultParser::pushItem (ri::Item* item)
474 ri::Item* item = DE_NULL;
475 ri::Item* parentItem = getCurrentItem();
741 ri::Item* curItem = getCurrentItem();
772 ri::Item* curItem = getCurrentItem();
/external/mdnsresponder/mDNSWindows/SystemService/
H A DFirewall.cpp145 err = fwApps->Item(fwBstrProcessImageFileName, &fwApp);
327 err = fwServices->Item(NET_FW_SERVICE_FILE_AND_PRINT, &fwService);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DCompactConstructorExampleTest.java139 Item top = box.getTop();
143 Item bottom = box.getBottom();
/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc191 static PyObject* Item(RepeatedScalarContainer* self, Py_ssize_t index) { function in namespace:google::protobuf::python::repeated_scalar_container
321 return Item(self, from);
336 ScopedPyObjectPtr s(Item(self, index));
347 ScopedPyObjectPtr s(Item(self, index));
546 ScopedPyObjectPtr elem(Item(self, i));
646 PyObject* item = Item(self, index);
738 (ssizeargfunc)Item, /* sq_item */
/external/autotest/frontend/client/src/autotest/tko/
H A DTableView.java20 import autotest.common.ui.MultiListSelectPresenter.Item;
77 public Item getItem() {
78 return Item.createGeneratedItem(getName(), getSqlName());
512 public void onRemoveGeneratedItem(Item generatedItem) {
/external/deqp/executor/tools/
H A DxeExtractSampleLists.cpp82 const xe::ri::Item& child = items.getItem(itemNdx);
/external/webrtc/webrtc/base/
H A Dwinfirewall.cc94 hr = apps->Item(bfilename, &app);
/external/abi-compliance-checker/modules/Internals/
H A DSysCheck.pm1085 my ($Item, $Skip) = @_;
1093 if($Item=~/$Pattern/) {
1100 if(index($Item, $Pattern)!=-1) {
1104 elsif($Item eq $Pattern
1105 or get_filename($Item) eq $Pattern)
1156 foreach my $Item (@Items)
1159 $Item = path_format($Item, $OSgroup);
1161 push(@{$DInfo{$Tag}}, $Item);
1172 foreach my $Item (
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas170 function BinarySearch(const Item: T; out Index: Integer): Boolean; overload;
171 function BinarySearch(const Item: T; out Index: Integer; const AComparer: IComparer<T>): Boolean; overload;
389 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
500 Item: T;
502 for Item in List do
504 Insert(Index, Item);
760 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
762 Result := (Bottom < Item) and (Item <= TopInc) // normal
763 or (TopInc < Bottom) and (Item > Botto
[all...]

Completed in 650 milliseconds

1234567