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

1 2 3 45 6 7 8 91011>>

  /external/skia/src/animator/
SkDisplayList.cpp 49 for (int index = 0; index < fDrawList.count(); index++) {
50 SkDrawable* draw = fDrawList[index];
82 for (int index = 0; index < (*list)->count(); index++) {
83 SkDrawable* draw = (**list)[index];
85 return index;
89 return index;
135 int index = fActiveList.find(active); local
    [all...]
SkDisplayNumber.h 26 virtual bool getProperty(int index, SkScriptValue* value) const;
  /external/webkit/Source/WebCore/html/canvas/
CanvasPixelArray.h 49 void set(unsigned index, double value)
51 m_data->set(index, value);
54 void set(unsigned index, unsigned char value)
56 m_data->set(index, value);
59 bool get(unsigned index, unsigned char& result) const
61 return m_data->get(index, result);
64 unsigned char get(unsigned index) const
66 return m_data->get(index);
  /external/webkit/Source/WebCore/platform/android/
SSLKeyGeneratorAndroid.cpp 38 String signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url)
40 return PlatformBridge::getSignedPublicKeyAndChallengeString(index, challenge, url);
  /frameworks/base/core/java/android/app/
IThumbnailRetriever.aidl 24 Bitmap getThumbnail(int index);
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d_gain_p.cpp 59 index -- Word16 -- index of quantization
76 Purpose : Decodes the pitch gain using the received index.
178 Word16 index /* i : index of quantization */
183 gain = qua_gain_pitch[index];
  /libcore/luni/src/main/java/java/security/cert/
CertPathValidatorException.java 27 * path instance that failed the validation and the index of the failed
40 * the index of the certificate.
42 private int index = -1; field in class:CertPathValidatorException
46 * message , cause, certification path and certificate index in the
55 * @param index
56 * the index of the failed certificate.
58 * if {@code certPath} is {@code null} and index is not {@code
61 * if {@code certPath} is not {@code null} and index is not
65 CertPath certPath, int index) {
67 // check certPath and index parameter
    [all...]
  /libcore/luni/src/main/java/java/sql/
DataTruncation.java 32 private int index = 0; field in class:DataTruncation
56 * @param index
57 * the Index value of the column value or parameter that was
70 public DataTruncation(int index, boolean parameter, boolean read,
73 this.index = index;
85 * @param index
86 * the Index value of the column value or parameter that was
103 public DataTruncation(int index, boolean parameter, boolean read,
107 this.index = index
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
NameList.java 20 * integral index, starting from 0.
26 * Returns the <code>index</code>th name item in the collection.
27 * @param index Index into the collection.
28 * @return The name at the <code>index</code>th position in the
30 * the specified index or if the index is out of range.
32 public String getName(int index);
35 * Returns the <code>index</code>th namespaceURI item in the collection.
36 * @param index Index into the collection
    [all...]
  /system/media/wilhelm/doc/
Makefile 1 html/index.html : Doxyfile clean
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 150 int index = iter.u16bitAt(pos + 2); local
164 return opcodes[opcode] + " " + index;
195 private static String classInfo(ConstPool pool, int index) {
196 return "#" + index + " = Class " + pool.getClassInfo(index);
200 private static String interfaceMethodInfo(ConstPool pool, int index) {
201 return "#" + index + " = Method "
202 + pool.getInterfaceMethodrefClassName(index) + "."
203 + pool.getInterfaceMethodrefName(index) + "("
204 + pool.getInterfaceMethodrefType(index) + ")"
225 int index = (pos & ~3) + 4; local
244 int index = (pos & ~3) + 4; local
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_index.py 7 index = Index.create()
9 # FIXME: test Index.read
12 index = Index.create()
13 assert isinstance(index, Index)
14 tu = index.parse(os.path.join(kInputsDir, 'hello.cpp'))
  /external/skia/emoji/
EmojiFont.h 44 /** Returns index for the corresponding index to the emoji table, or 0
52 static bool IsEmojiGlyph(uint16_t index) {
53 return index >= kGlyphBase;
58 static SkScalar GetAdvanceWidth(uint16_t index, const SkPaint& paint);
64 static void Draw(SkCanvas*, uint16_t index, SkScalar x, SkScalar y,
76 index. We also assume the the number of emoji will not overflow
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLSelectElementCustom.h 36 void selectIndexSetter(HTMLSelectElement*, JSC::ExecState*, unsigned index, JSC::JSValue);
  /external/webkit/Source/WebCore/css/
CSSValueList.cpp 49 CSSValue* CSSValueList::item(unsigned index)
51 if (index >= m_values.size())
53 return m_values[index].get();
76 for (size_t index = 0; index < m_values.size(); index++) {
77 if (m_values.at(index)->cssText() == val->cssText()) {
78 m_values.remove(index);
90 for (size_t index = 0; index < m_values.size(); index++)
    [all...]
  /frameworks/base/core/java/android/webkit/
WebBackForwardListClient.java 34 * Notify the client that the <var>item</var> at <var>index</var> is now
37 * @param index The new history index
39 public void onIndexChanged(WebHistoryItem item, int index) { }
  /frameworks/base/core/java/com/android/internal/util/
MemInfoReader.java 30 private boolean matchText(byte[] buffer, int index, String text) {
32 if ((index+N) >= buffer.length) {
36 if (buffer[index+i] != text.charAt(i)) {
43 private long extractMemValue(byte[] buffer, int index) {
44 while (index < buffer.length && buffer[index] != '\n') {
45 if (buffer[index] >= '0' && buffer[index] <= '9') {
46 int start = index;
47 index++
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_ele_list.cpp 128 FOR (index = 0; index < elementCount; index++)
130 pElementList->ele_is_cpe[index] =
133 pElementList->ele_is_cpe[index] = 0;
136 pElementList->ele_tag[index] = getbits(LEN_TAG, pInputStream);
218 Int index; local
225 for (index = pElementList->num_ele; index > 0; index--
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
d_gain_p.h 39 * Purpose : Decodes the pitch gain using the received index.
63 * Purpose : Decodes the pitch gain using the received index.
65 * from the quantization table at the given index;
73 Word16 index /* i : index of quantization */
  /frameworks/compile/linkloader/include/
ELFSectionBits.h 48 unsigned char &operator[](size_t index) {
49 return chunk[index];
52 unsigned char const &operator[](size_t index) const {
53 return chunk[index];
ELFSectionRelTable.h 49 ELFRelocTy const *operator[](size_t index) const {
50 return table[index];
53 ELFRelocTy *operator[](size_t index) {
54 return table[index];
MemChunk.h 47 unsigned char &operator[](size_t index) {
48 return buf[index];
51 unsigned char const &operator[](size_t index) const {
52 return buf[index];
  /packages/apps/Mms/src/org/w3c/dom/smil/
TimeList.java 20 * index, starting from 0.
24 * Returns the <code>index</code> th item in the collection. If
25 * <code>index</code> is greater than or equal to the number of times in
27 * @param index Index into the collection.
28 * @return The time at the <code>index</code> th position in the
30 * index.
32 public Time item(int index);
  /external/bluetooth/bluez/plugins/
mgmtops.c 96 hdr.index = htobs(MGMT_INDEX_NONE);
98 error("Unable to read controller index list: %s (%d)",
102 static void add_controller(uint16_t index)
104 if (index > max_index) {
105 size_t size = sizeof(struct controller_info) * (index + 1);
106 max_index = index;
110 memset(&controllers[index], 0, sizeof(struct controller_info));
112 controllers[index].valid = TRUE;
114 DBG("Added controller %u", index);
117 static void read_info(int sk, uint16_t index)
603 int index; member in struct:confirm_data
760 uint16_t index; local
1388 uint16_t len, opcode, index; local
    [all...]
  /external/chromium/base/
fix_wp64.h 34 inline LONG_PTR SetWindowLongPtrA(HWND window, int index, LONG_PTR new_long) {
35 return ::SetWindowLongA(window, index, static_cast<LONG>(new_long));
41 inline LONG_PTR SetWindowLongPtrW(HWND window, int index, LONG_PTR new_long) {
42 return ::SetWindowLongW(window, index, static_cast<LONG>(new_long));
48 inline LONG_PTR GetWindowLongPtrA(HWND window, int index) {
49 return ::GetWindowLongA(window, index);
55 inline LONG_PTR GetWindowLongPtrW(HWND window, int index) {
56 return ::GetWindowLongW(window, index);
62 inline LONG_PTR SetClassLongPtrA(HWND window, int index, LONG_PTR new_long) {
63 return ::SetClassLongA(window, index, static_cast<LONG>(new_long))
    [all...]

Completed in 1398 milliseconds

1 2 3 45 6 7 8 91011>>