Searched refs:index (Results 251 - 275 of 4641) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/fileapi/
H A DFileList.idl33 File item(in [IsIndex] unsigned long index);
/external/webkit/Source/WebCore/page/
H A DSpeechInputResultList.idl33 SpeechInputResult item(in [IsIndex] unsigned long index);
H A DWebKitAnimationList.idl33 WebKitAnimation item(in unsigned long index);
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.h44 int bindBlob(int index, const void* blob, int size);
45 int bindBlob(int index, const String&);
46 int bindText(int index, const String&);
47 int bindInt(int index, int);
48 int bindInt64(int index, int64_t);
49 int bindDouble(int index, double);
50 int bindNull(int index);
51 int bindValue(int index, const SQLValue&);
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstanceList.idl30 SVGElementInstance item(in unsigned long index);
/external/webkit/Source/WebKit2/Shared/
H A DMutableArray.cpp49 void MutableArray::removeItemAtIndex(unsigned index) argument
51 m_entries.remove(index);
/external/guava/guava/src/com/google/common/collect/
H A DForwardingList.java65 public void add(int index, E element) { argument
66 delegate().add(index, element);
70 public boolean addAll(int index, Collection<? extends E> elements) { argument
71 return delegate().addAll(index, elements);
75 public E get(int index) { argument
76 return delegate().get(index);
95 public ListIterator<E> listIterator(int index) { argument
96 return delegate().listIterator(index);
100 public E remove(int index) { argument
101 return delegate().remove(index);
105 set(int index, E element) argument
143 standardAddAll( int index, Iterable<? extends E> elements) argument
[all...]
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DBase64.java66 // index in the output array
68 // index in the input array
137 int index = 0, end = in.length - in.length % 3;
139 out[index++] = MAP[(in[i] & 0xff) >> 2];
140 out[index++] = MAP[((in[i] & 0x03) << 4) | ((in[i + 1] & 0xff) >> 4)];
141 out[index++] = MAP[((in[i + 1] & 0x0f) << 2) | ((in[i + 2] & 0xff) >> 6)];
142 out[index++] = MAP[(in[i + 2] & 0x3f)];
146 out[index++] = MAP[(in[end] & 0xff) >> 2];
147 out[index++] = MAP[(in[end] & 0x03) << 4];
148 out[index
[all...]
/external/qemu/
H A Dsoftmmu_template.h73 int index; local
74 index = (physaddr >> IO_MEM_SHIFT) & (IO_MEM_NB_ENTRIES - 1);
77 if (index > (IO_MEM_NOTDIRTY >> IO_MEM_SHIFT)
84 res = io_mem_read[index][SHIFT](io_mem_opaque[index], physaddr);
87 res = (uint64_t)io_mem_read[index][2](io_mem_opaque[index], physaddr) << 32;
88 res |= io_mem_read[index][2](io_mem_opaque[index], physaddr + 4);
90 res = io_mem_read[index][
102 int index; local
196 int index, shift; local
252 int index; local
283 int index; local
374 int index, i; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DTBCPadding.java81 int index = in.length - 1;
82 while (index > 0 && in[index - 1] == code)
84 index--;
87 return in.length - index;
/external/chromium/chrome/browser/tabs/
H A Ddefault_tab_handler.cc42 TabContentsWrapper* DefaultTabHandler::AddBlankTabAt(int index, argument
44 return delegate_->AsBrowser()->AddBlankTabAt(index, foreground);
77 bool DefaultTabHandler::CanDuplicateContentsAt(int index) { argument
78 return delegate_->AsBrowser()->CanDuplicateContentsAt(index);
81 void DefaultTabHandler::DuplicateContentsAt(int index) { argument
82 delegate_->AsBrowser()->DuplicateContentsAt(index);
98 bool DefaultTabHandler::CanCloseContentsAt(int index) { argument
99 return delegate_->AsBrowser()->CanCloseContentsAt(index);
138 int index,
140 delegate_->AsBrowser()->TabInsertedAt(contents, index, foregroun
137 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
143 TabClosingAt(TabStripModel* tab_strip_model, TabContentsWrapper* contents, int index) argument
149 TabDetachedAt(TabContentsWrapper* contents, int index) argument
157 TabSelectedAt(TabContentsWrapper* old_contents, TabContentsWrapper* new_contents, int index, bool user_gesture) argument
173 TabReplacedAt(TabStripModel* tab_strip_model, TabContentsWrapper* old_contents, TabContentsWrapper* new_contents, int index) argument
181 TabPinnedStateChanged(TabContentsWrapper* contents, int index) argument
[all...]
/external/chromium/net/tools/fetch/
H A Dfetch_server.cc46 for (int index=0; index < counter_max; index++) {
47 std::string name(table.GetRowName(index));
49 int value = table.GetRowValue(index);
/external/javassist/src/main/javassist/bytecode/
H A DConstantAttribute.java41 * @param index <code>constantvalue_index</code>
44 public ConstantAttribute(ConstPool cp, int index) { argument
47 bvalue[0] = (byte)(index >>> 8);
48 bvalue[1] = (byte)index;
68 int index = getConstPool().copy(getConstantValue(), newCp,
70 return new ConstantAttribute(newCp, index);
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DOCTTriangle.java42 private final int index; field in class:OCTTriangle
45 public OCTTriangle(Vector3f p1, Vector3f p2, Vector3f p3, int index, int geomIndex) { argument
49 this.index = index;
58 return index;
/external/proguard/src/proguard/classfile/attribute/
H A DCodeAttribute.java84 for (int index = 0; index < u2attributesCount; index++)
86 Attribute attribute = attributes[index];
149 for (int index = 0; index < u2exceptionTableLength; index++)
153 exceptionInfoVisitor.visitExceptionInfo(clazz, method, this, exceptionTable[index]);
164 for (int index = 0; index < u2exceptionTableLengt
[all...]
H A DSignatureAttribute.java73 for (int index = 0; index < referencedClasses.length; index++)
75 if (referencedClasses[index] != null)
77 referencedClasses[index].accept(classVisitor);
/external/proguard/src/proguard/gui/splash/
H A DTextSprite.java84 for (int index = 0; index < text.length; index++)
86 graphics.drawString(text[index].getString(time), xt, yt + index * spacingt);
/external/skia/legacy/src/core/
H A DSkPicturePlayback.h60 int index = getInt(); local
61 SkASSERT(index > 0);
62 return fBitmaps[index - 1];
69 int index = getInt(); local
70 if (index == 0) {
73 SkASSERT(index > 0 && index <= fMatrixCount);
74 return &fMatrices[index - 1];
82 int index = getInt(); local
83 SkASSERT(index >
88 int index = getInt(); local
113 int index = getInt(); local
[all...]
/external/skia/src/gpu/gl/debug/
H A DGrTextureObj.h34 int index = fTextureUnitReferees.find(referee); local
35 GrAlwaysAssert(0 <= index);
36 fTextureUnitReferees.removeShuffle(index);
39 int index = fTextureUnitReferees.find(referee); local
40 return 0 <= index;
/external/smack/src/org/xbill/DNS/
H A DFlags.java74 isFlag(int index) { argument
75 flags.check(index);
76 if ((index >= 1 && index <= 4) || (index >= 12))
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DRegisterID.h49 explicit RegisterID(int index) argument
51 , m_index(index)
59 void setIndex(int index) argument
65 m_index = index;
73 int index() const function in class:JSC::RegisterID
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLSelectElementCustom.cpp39 // The remove function can take either an option object or the index of an option.
48 void selectIndexSetter(HTMLSelectElement* select, JSC::ExecState* exec, unsigned index, JSC::JSValue value) argument
51 select->remove(index);
58 select->setOption(index, option, ec);
63 void JSHTMLSelectElement::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value) argument
65 selectIndexSetter(static_cast<HTMLSelectElement*>(impl()), exec, index, value);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs62 public void Insert( int index, object value ) argument
88 public void RemoveAt( int index )
93 public object this[int index]
97 if ( index < 0 || index >= Count )
100 return _source[index + _startIndex];
104 if ( index < 0 || index >= Count )
107 _source[index + _startIndex] = value;
115 public void CopyTo( Array array, int index )
281 IList.Insert( int index, object value ) argument
393 Insert( int index, T item ) argument
[all...]
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolEditor.java51 * @return the constant pool index of the Utf8Constant.
59 for (int index = 1; index < constantPoolCount; index++)
61 Constant constant = constantPool[index];
69 return index;
80 * @return the constant pool index of the LongConstant.
88 for (int index = 1; index < constantPoolCount; index
[all...]
/external/chromium/chrome/browser/extensions/
H A Dbrowser_action_test_util_views.cc37 void BrowserActionTestUtil::WaitForBrowserActionUpdated(int index) { argument
39 GetContainer(browser_)->GetBrowserActionViewAt(index)->
43 bool BrowserActionTestUtil::HasIcon(int index) { argument
44 return GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
48 void BrowserActionTestUtil::Press(int index) { argument
49 GetContainer(browser_)->TestExecuteBrowserAction(index);
52 std::string BrowserActionTestUtil::GetExtensionId(int index) { argument
54 GetContainer(browser_)->GetBrowserActionViewAt(index)->button();
58 std::string BrowserActionTestUtil::GetTooltip(int index) { argument
60 GetContainer(browser_)->GetBrowserActionViewAt(index)
[all...]

Completed in 594 milliseconds

<<11121314151617181920>>