HomeSort by relevance Sort by last modified time
    Searched defs:pos (Results 1 - 25 of 4019) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
position-handler.js 77 var pos = 0; variable
84 pos = {left: 0, right: 0, center: pos, top: 1, bottom: 1}[token];
85 out[pos] = offsetMap[token];
88 pos++;
96 out[pos] = token;
97 pos++;
  /external/icu/icu4c/source/i18n/
msgfmt_impl.h 35 int32_t pos; member in class:FormatNameEnumeration
numsys_impl.h 37 int32_t pos; member in class:NumsysNameEnumeration
region_impl.h 35 int32_t pos; member in class:RegionNameEnumeration
  /external/opencv3/3rdparty/openexr/Iex/
IexThrowErrnoExc.cpp 56 std::string::size_type pos; local
58 while (std::string::npos != (pos = tmp.find ("%T")))
59 tmp.replace (pos, 2, entext, strlen (entext));
  /external/v8/test/intl/break-iterator/
en-break.js 37 var pos = iterator.first(); variable
38 while (pos !== -1) {
42 slices.push(textToSegment.slice(pos, nextPos));
45 pos = nextPos;
zh-break.js 38 var pos = iterator.first(); variable
39 while (pos !== -1) {
43 slices.push(textToSegment.slice(pos, nextPos));
46 pos = nextPos;
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
hmc5883l.cxx 35 int16_t *pos; local
42 pos = compass->coordinates();
43 fprintf(stdout, "coor: %5d %5d %5d ", pos[0], pos[1], pos[2]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 49 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
50 entry_pointer p_e = m_entries[pos];
68 return std::make_pair(insert_new_imp(r_val, pos), true);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 49 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
50 entry_pointer p_e = m_entries[pos];
68 return std::make_pair(insert_new_imp(r_val, pos), true);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 49 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
50 entry_pointer p_e = m_entries[pos];
68 return std::make_pair(insert_new_imp(r_val, pos), true);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 49 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
50 entry_pointer p_e = m_entries[pos];
68 return std::make_pair(insert_new_imp(r_val, pos), true);
  /external/deqp/framework/egl/
egluStrUtil.cpp 149 int pos = 0; local
155 int attrib = fmt.attribs[pos];
157 if (pos != 0)
172 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
173 pos += 2;
189 int pos = 0; local
195 int attrib = fmt.attribs[pos];
197 if (pos != 0)
212 str << attribName << ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]);
213 pos += 2
229 int pos = 0; local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
fpositer.h 110 int32_t pos; member in class:FieldPositionIterator
  /external/icu/icu4c/source/samples/msgfmt/answers/
main_2.cpp 25 FieldPosition pos; local
37 msg.format(msgArgs, 2, str, pos, status);
main_3.cpp 25 FieldPosition pos; local
37 msg.format(msgArgs, 2, str, pos, status);
  /external/icu/icu4c/source/samples/msgfmt/
main.cpp 25 FieldPosition pos; local
37 msg.format(msgArgs, 2, str, pos, status);
  /external/netcat/
atomicio.c 44 size_t pos = 0; local
50 while (n > pos) {
51 res = (f) (fd, s + pos, n - pos);
63 return pos;
65 pos += (size_t)res;
68 return (pos);
  /external/opencv3/modules/viz/test/
test_precomp.cpp 22 String::size_type pos = file.find_last_of('.'); local
23 return pos == String::npos ? file : file.substr(0, pos+1) + ext;
  /external/skia/gm/
bigtext.cpp 39 SkPoint pos = { variable
45 canvas->drawText("/", 1, pos.fX, pos.fY, paint);
48 canvas->drawPosText("\\", 1, &pos, paint);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
simple_lsf_dequant.c 31 int i, j, pos, cb_pos; local
35 pos = 0;
39 lsfdeq[pos + j] = WebRtcIlbcfix_kLsfCb[cb_pos + j + index[i] *
42 pos += WebRtcIlbcfix_kLsfDimCb[i];
48 pos = 0;
52 lsfdeq[LPC_FILTERORDER + pos + j] = WebRtcIlbcfix_kLsfCb[
55 pos += WebRtcIlbcfix_kLsfDimCb[i];
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d2_11pf.cpp 160 Word16 pos[NB_PULSE]; local
170 pos[0] = i * 5 + j * 2 + 1;
185 pos[1] = i * 5 + 4;
189 pos[1] = i * 5 + j;
210 * cod[pos[j]] = 8191;
214 * cod[pos[j]] = -8192;
218 cod[pos[j]] = i * 16383 - 8192;
d3_14pf.cpp 165 Word16 pos[NB_PULSE]; local
171 pos[0] = i * 5;
185 pos[1] = i * 5 + j * 2 + 1;
199 pos[2] = i * 5 + j * 2 + 2;
218 * cod[pos[j]] = 8191;
222 * cod[pos[j]] = -8192;
226 cod[pos[j]] = i * 16383 - 8192;
d4_17pf.cpp 46 the calculation of pos[2] incorrectly. The correct formula is pos2 =i*5+2,
185 Word16 pos[NB_PULSE]; local
203 pos[0] = i * 5; /* pos0 =i*5 */
212 pos[1] = i * 5 + 1; /* pos1 =i*5+1 */
222 pos[2] = i * 5 + 2; /* pos2 =i*5+2 */
238 pos[3] = i * 5 + 3 + j; /* pos3 =i*5+3+j */
257 * cod[pos[j]] = 8191;
261 * cod[pos[j]] = -8192;
265 cod[pos[j]] = i * 16383 - 8192;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_InterpolateHalfHor_Luma.c 69 OMX_S32 HalfCoeff, pos; local
79 pos = y * iSrcStep + x;
81 pSrc [pos - 2] -
82 5 * pSrc [pos - 1] +
83 20 * pSrc [pos] +
84 20 * pSrc [pos + 1] -
85 5 * pSrc [pos + 2] +
86 pSrc [pos + 3];

Completed in 538 milliseconds

1 2 3 4 5 6 7 8 91011>>