HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /external/webkit/Source/WebKit/chromium/src/
WebSearchableFormData.cpp 112 // least one item is selected, determine which one.
193 const Vector<FormDataList::Item>& items = dataList.items();
202 for (Vector<FormDataList::Item>::const_iterator j(items.begin()); j != items.end(); ++j) {
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 383 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
698 ScriptField_ListAllocs_s.Item texElem = new ScriptField_ListAllocs_s.Item();
699 texElem.item = loadTextureRGB(R.drawable.globe);
707 ScriptField_ListAllocs_s.Item textElem = new ScriptField_ListAllocs_s.Item();
708 textElem.item = Allocation.createFromString(mRS, SAMPLE_TEXT, Allocation.USAGE_SCRIPT);
716 ScriptField_ListAllocs_s.Item textElem = new ScriptField_ListAllocs_s.Item();
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 112 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 384 RawMessageSet.Item.newBuilder()
392 RawMessageSet.Item.newBuilder()
400 RawMessageSet.Item.newBuilder()
  /external/webkit/Source/WebCore/platform/network/
FormData.cpp 190 const Vector<FormDataList::Item>& items = list.items();
194 const FormDataList::Item& key = items[i];
195 const FormDataList::Item& value = items[i + 1];
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 183 ScriptField_Blade.Item item = new ScriptField_Blade.Item(); local
184 createBlade(item);
185 mBlades.set(item, i, false);
187 mIndicies += item.size * 2 * 3;
188 mVerticies += item.size + 2;
189 mBladeSizes[i] = item.size;
227 private void createBlade(ScriptField_Blade.Item blades) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 57 public Collection<? extends Item> items() {
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefsSection.java 57 public Collection<? extends Item> items() {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 67 // Set the last selected item.
75 mLogger.info("MyRssReader.onCreate-6 -- Last selected item:" + selectedItem);
116 public boolean onOptionsItemSelected(Menu.Item item){
117 switch (item.getId()){
149 // Here's our only important override--returning the list item.
153 // Get the item from the underlying array,
155 RssItem item = (RssItem)this.getItem(position); local
156 if(item != null)
159 view.setText(item.toString())
    [all...]
MyRssReader3.java 56 // Set the last selected item.
99 public boolean onOptionsItemSelected(Menu.Item item){
100 super.onOptionsItemSelected(item);
102 switch (item.getId()){
109 case 2: // Add Item
112 // Use an ID so that if we create a "remove item" form we
116 case 3: // Delete item.
132 // Called by the "Add RSS Item" floating screen when it closes.
157 // Here's our only important override--returning the list item
163 RssItem item = (RssItem)this.getItem(position); local
    [all...]
MyRssReader4.java 66 // Set the last selected item.
109 public boolean onOptionsItemSelected(Menu.Item item){
110 super.onOptionsItemSelected(item);
112 switch (item.getId()){
119 case 2: // Add Item
122 // Use an ID so that if we create a "remove item" form we
126 case 3: // Delete item.
130 // Create our content URI by adding the ID of the currently selected item using a
146 // Called by the "Add RSS Item" floating screen when it closes
    [all...]
MyRssReader5.java 74 // Set the last selected item.
86 // with the index of a recently deleted item.
93 // This method is sometimes called after a backing data item
141 public boolean onOptionsItemSelected(Menu.Item item){
142 super.onOptionsItemSelected(item);
144 switch (item.getId()){
153 case 2: // Add Item
155 // Use an ID so that if we create a "remove item" form we
159 case 3: // Delete item
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.cc 111 hr = apps->Item(bfilename, &app);
  /external/icu4c/tools/toolutil/
pkgitems.cpp 16 * Companion file to package.cpp. Deals with details of ICU data item formats.
17 * Used for item dependencies.
38 /* item formats in common */
57 // a data item in native-platform form ------------------------------------- ***
64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) {
65 setItem(item, swap);
80 void setItem(const Item *item, UDataSwapFn *swap) {
81 pItem=item;
325 Resource item=res_getTableItemByIndex(pResData, res, i, &itemKey); local
346 Resource item=res_getArrayItem(pResData, res, i); local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 770 fp.add(FetchProfile.Item.FLAGS);
771 fp.add(FetchProfile.Item.ENVELOPE);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 286 InnerClassList.Item foundThisClass = null;
290 InnerClassList.Item item = list.get(i); local
291 CstType innerClass = item.getInnerClass();
293 foundThisClass = item;
294 } else if (thisClass.equals(item.getOuterClass())) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 22 import android.content.ClipData.Item;
77 // Handle drag events when a list item is dragged into the view
159 // is restored, it selects the appropriate item and sends the event
175 public boolean onOptionsItemSelected(MenuItem item) {
177 switch (item.getItemId()) {
185 return super.onOptionsItemSelected(item);
244 Item item = data.getItemAt(0); local
245 String textData = (String) item.getText();
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 148 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 114 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 129 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
  /packages/apps/Email/src/com/android/email/
MessagingController.java 470 fp.add(FetchProfile.Item.BODY);
487 fp.add(FetchProfile.Item.STRUCTURE);
495 fp.add(FetchProfile.Item.BODY_SANE);
533 fp.add(FetchProfile.Item.FLAGS);
534 fp.add(FetchProfile.Item.ENVELOPE);
673 fp.add(FetchProfile.Item.FLAGS);
674 fp.add(FetchProfile.Item.ENVELOPE);
675 fp.add(FetchProfile.Item.STRUCTURE);
676 fp.add(FetchProfile.Item.BODY_SANE);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 265 ScriptField_AllVectorTypes.Item avtItem;
266 avtItem = new ScriptField_AllVectorTypes.Item();
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 407 MusicRetriever.Item playingItem = null;
415 playingItem = new MusicRetriever.Item(0, null, manualUrl, null, 0);
475 // TODO: fetch real item artwork
  /frameworks/base/tools/aapt/
ResourceTable.cpp 584 const String16 item16("item");
762 const String16 item16("item");
3737 const Item* item = getItem(resID, attrID); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 250 ClipData.Item item = data.getItemAt(i); local
251 Log.i(TAG, "Dropped item " + i + " : " + item);
253 String text = item.coerceToText(getContext()).toString();

Completed in 2099 milliseconds

1 2 3 45 6 7