Searched refs:at (Results 1 - 25 of 1292) sorted by last modified time

1234567891011>>

/external/webp/src/dec/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/webp/src/enc/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_sqrt_floor.s2 @ Refer to NOTICE file at the root of git project.
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp42 return timeList.at(index.row());
46 return msgList.at(index.row());
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak59 # at least for now since snprintf and strncpy can be used in a safe way
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp36 return timeList.at(index.row());
40 return msgList.at(index.row());
H A Dpeers.cpp526 QString str = items.at(i);
910 QString str = items.at(i);
/external/yaffs2/yaffs2/
H A DKconfig20 Further information on YAFFS2 is available at
H A Ddevextras.h168 struct list_head *at = head->next; local
173 last->next = at;
174 at->prev = last;
/external/zlib/src/as400/
H A Dzlib.inc94 D zs_avail_in 10U 0 Byte cnt at next_in
/external/zlib/src/contrib/delphi/
H A DZLib.pas25 avail_in: Integer; // number of bytes available at next_in
29 avail_out: Integer; // remaining free space at next_out
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm129 ;;; program to crash horribly, without so much as a warning at
417 ;;; Test the strings for equality, 8 bytes at a time. At the end,
420 ;;; We already know at this point that the first three bytes of the
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm12 ; * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
17 ; * versions of this and inffast.S can be found at
25 ; and in VC++2003 toolkit at http://msdn.microsoft.com/visualc/vctoolkit2003/
H A Dmatch686.asm144 ;;; program to crash horribly, without so much as a warning at
165 ;;; You can look at http://www.muppetlabs.com/~breadbox/software/assembly.html
356 ;;; Test the strings for equality, 8 bytes at a time. At the end,
359 ;;; We already know at this point that the first three bytes of the
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas30 avail_in: Integer; (* number of bytes available at next_in *)
34 avail_out: Integer; (* remaining free space at next_out *)
57 extra_max: Integer; (* space at extra (only when reading header) *)
59 name_max: Integer; (* space at name (only when reading header) *)
61 comm_max: Integer; (* space at comment (only when reading header) *)
/external/zlib/src/
H A Dmake_vms.com4 $! In case of problems with the install you might contact me at
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineFlowBox.cpp10 * version 2 of the License, or (at your option) any later version.
125 const SVGTextFragment& fragment = fragments.at(i);
H A DSVGInlineTextBox.cpp9 * version 2 of the License, or (at your option) any later version.
136 const SVGTextFragment& fragment = m_textFragments.at(i);
221 SVGTextFragment& fragment = m_textFragments.at(i);
296 SVGTextFragment& fragment = m_textFragments.at(i);
726 const SVGTextFragment& fragment = m_textFragments.at(i);
H A DSVGRenderTreeAsText.cpp136 ts << "at (";
441 ts << " at (" << text.x() << "," << text.y() << ") size " << logicalWidth << "x" << box->logicalHeight();
464 SVGTextFragment& fragment = fragments.at(i);
490 ts << "text run " << i + 1 << " at (" << fragment.x << "," << fragment.y << ")";
585 ts << " [ref at " << marker->referencePoint() << "]";
H A DSVGRootInlineBox.cpp10 * version 2 of the License, or (at your option) any later version.
234 float temp = firstVector.at(first);
235 firstVector.at(first) = lastVector.at(last);
236 lastVector.at(last) = temp;
256 SVGTextLayoutAttributes& current = attributes.at(i);
H A DSVGTextChunk.cpp7 * version 2 of the License, or (at your option) any later version.
42 SVGInlineTextBox* textBox = m_boxes.at(boxPosition);
50 SVGTextFragment& fragment = fragments.at(i);
H A DSVGTextLayoutAttributes.cpp7 * version 2 of the License, or (at your option) any later version.
92 float value = values.at(i);
127 const SVGTextMetrics& metrics = m_textMetricsValues.at(i);
H A DSVGTextLayoutAttributesBuilder.cpp7 * version 2 of the License, or (at your option) any later version.
71 const SVGLength& length = list.at(i);
84 floatValues.append(list.at(i));

Completed in 267 milliseconds

1234567891011>>