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

<<111213141516171819

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ProtoIdsSection.java 50 public Collection<? extends Item> items() {
121 ProtoIdItem item = protoIds.get(prototype); local
123 if (item == null) {
127 return item.getIndex();
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 50 public Collection<? extends Item> items() {
129 FieldIdItem item = fieldIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
MethodIdsSection.java 50 public Collection<? extends Item> items() {
129 MethodIdItem item = methodIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
ProtoIdsSection.java 49 public Collection<? extends Item> items() {
120 ProtoIdItem item = protoIds.get(prototype); local
122 if (item == null) {
126 return item.getIndex();
  /external/chromium_org/chrome/common/
automation_messages.cc 45 ContextMenuModel::Item::Item()
80 ContextMenuModel::Item item; local
81 if (!ReadParam(m, iter, &item.type))
83 if (!ReadParam(m, iter, &item.item_id))
85 if (!ReadParam(m, iter, &item.label))
87 if (!ReadParam(m, iter, &item.checked))
89 if (!ReadParam(m, iter, &item.enabled))
92 if (item.type == static_cast<int>(ui::MenuModel::TYPE_SUBMENU))
111 const ContextMenuModel::Item& item = p.items[i]; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp 379 return (int32_t)strcmp(((Item *)left)->name, ((Item *)right)->name);
500 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
514 /* offset of the last item plus at least 20 bytes for its header */
523 /* do not modify the package length variable until the last item's length is set */
535 /* swap the item name strings */
539 // don't include padding bytes at the end of the item names
545 fprintf(stderr, "icupkg: total length of item name strings too long\n");
552 fprintf(stderr, "icupkg failed to swap the input .dat package item name strings\n");
557 // reset the Item entrie
    [all...]
  /external/chromium_org/tools/gn/
toolchain.cc 29 : Item(settings, label) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-swapelements.js 31 function Item(val) {
48 array1[i] = new Item(i);
  /external/chromium_org/webkit/browser/blob/
blob_storage_context.h 76 const BlobData::Item& data_item);
blob_url_request_job.h 78 bool ReadBytesItem(const BlobData::Item& item, int bytes_to_read);
93 // Returns a FileStreamReader for a blob item at |index|.
94 // If the item at |index| is not of file this returns NULL.
97 // Creates a FileStreamReader for the item at |index| with additional_offset.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
FieldIdsSection.java 50 public Collection<? extends Item> items() {
129 FieldIdItem item = fieldIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
MethodIdsSection.java 50 public Collection<? extends Item> items() {
129 MethodIdItem item = methodIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
ProtoIdsSection.java 50 public Collection<? extends Item> items() {
121 ProtoIdItem item = protoIds.get(prototype); local
123 if (item == null) {
127 return item.getIndex();
  /external/icu4c/tools/toolutil/
package.cpp 380 return (int32_t)strcmp(((Item *)left)->name, ((Item *)right)->name);
512 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
526 /* offset of the last item plus at least 20 bytes for its header */
535 /* do not modify the package length variable until the last item's length is set */
551 /* swap the item name strings */
555 // don't include padding bytes at the end of the item names
561 fprintf(stderr, "icupkg: total length of item name strings too long\n");
568 fprintf(stderr, "icupkg failed to swap the input .dat package item name strings\n");
573 // reset the Item entrie
    [all...]
  /external/v8/test/mjsunit/regress/
regress-swapelements.js 31 function Item(val) {
48 array1[i] = new Item(i);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 87 ScriptField_TestScripts_s.Item[] mIndividualTests;
115 ScriptField_TestScripts_s.Item[] newTests = testSet.getTests();
117 ScriptField_TestScripts_s.Item[] combined;
118 combined = new ScriptField_TestScripts_s.Item[newTests.length + mIndividualTests.length];
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_element.java 99 _RS_ASSERT("complexElem.getSizeBytes() == ScriptField_ComplexStruct.Item.sizeof",
100 complexElem.getBytesSize() == ScriptField_ComplexStruct.Item.sizeof);
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramFragmentTest.java 56 c1.set(new ScriptField_ConstMatrix.Item(), 0, true);
62 c2.set(new ScriptField_ConstComplex.Item(), 0, true);
68 c3.set(new ScriptField_ConstExtra.Item(), 0, true);
ProgramVertexTest.java 67 c1.set(new ScriptField_ConstMatrix.Item(), 0, true);
73 c2.set(new ScriptField_ConstComplex.Item(), 0, true);
79 c3.set(new ScriptField_ConstExtra.Item(), 0, true);
  /external/emma/core/java12/com/vladium/emma/report/
SrcFileItem.java 23 final class SrcFileItem extends Item
110 // coverage computation dependent on the order of how item
290 private static final Item.ItemMetadata METADATA; // set in <clinit>
294 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_SRCFILE, "srcfile",
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
CompoundTransform.java 38 protected ScriptField_TransformComponent_s.Item mData;
41 mData = new ScriptField_TransformComponent_s.Item();
58 ScriptField_TransformComponent_s.Item getRSData() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ValueParser.java 104 * Retrieves Item information from the COMPREHENSION-TLV object.
107 * @return An Item
110 static Item retrieveItem(ComprehensionTlv ctlv) throws ResultException {
111 Item item = null; local
124 item = new Item(id, text);
130 return item;
134 * Retrieves Item id information from the COMPREHENSION-TLV object.
137 * @return An Item i
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_variable.c 75 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);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 75 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);
  /external/valgrind/unittest/
windows_tests.cc 394 struct Item {
400 Item *item = new Item; local
401 item->foo = 42;
402 InterlockedPushEntrySList(&list, (PSINGLE_LIST_ENTRY)item);
406 Item *item; local
407 while (0 == (item = (Item*)InterlockedPopEntrySList(&list)))
    [all...]

Completed in 2015 milliseconds

<<111213141516171819