/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 85 uint64_t pos; member in class:raw_debug_ostream 88 raw_debug_ostream() : pos(0) { } 93 uint64_t current_pos() const { return pos; } 96 uint64_t current_pos() { return pos; } 111 pos += Size;
|
/external/chromium_org/third_party/skia/src/views/ |
SkStackViewLayout.cpp | 159 SkScalar pos = startM + gAlignProcs[fPack](childLimit, parentLimit); local 170 pos = SkIntToScalar(SkScalarRound(pos)); 171 (child->*mainLocP)(pos); 181 pos += (child->*mainGetSizeP)() + fSpacer;
|
/external/chromium_org/tools/grit/grit/format/ |
html_inline.py | 195 pos = begin_if.end() 197 end_if = _END_IF_BLOCK.search(str, pos) 201 next_if = _BEGIN_IF_BLOCK.search(str, pos) 206 pos = end_if.end() 209 pos = next_if.end()
|
/external/chromium_org/v8/src/third_party/vtune/ |
vtune-jit.cc | 92 void SetPosition(intptr_t pc, int pos) { 93 AddCodeLineInfo(LineNumInfo(pc, pos)); 97 LineNumInfo(intptr_t pc, int pos) 98 : pc_(pc), pos_(pos) { } 252 static_cast<int>(event->line_info.pos));
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_libc.cc | 171 for (uptr pos = 0; pos <= len1 - len2; pos++) { 172 if (internal_memcmp(haystack + pos, needle, len2) == 0) 173 return (char*)haystack + pos;
|
/external/doclava/src/com/google/doclava/ |
SampleTagInfo.java | 116 static String loadInclude(SourcePositionInfo pos, String filename, String id, boolean trim) { 192 Errors.error(Errors.BAD_INCLUDE_TAG, pos, "Error reading file for" + " include \"" + id 201 Errors.error(Errors.BAD_INCLUDE_TAG, pos, "Did not find " + end + " in file " + filename); 205 static String readFile(SourcePositionInfo pos, String filename, String id, boolean trim, 268 Errors.error(Errors.BAD_INCLUDE_TAG, pos, "Error reading file for" + " include \"" + id
|
/external/eigen/demos/mandelbrot/ |
mandelbrot.cpp | 177 lastpos = event->pos(); 179 center = Eigen::Vector2d(center.x() + (event->pos().x() - width()/2) * xradius * 2 / width(), 180 center.y() + (event->pos().y() - height()/2) * yradius * 2 / height()); 190 QPoint delta = event->pos() - lastpos; 191 lastpos = event->pos();
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedLongs.java | 267 for (int pos = 0; pos < s.length(); pos++) { 268 int digit = Character.digit(s.charAt(pos), radix); 272 if (pos > max_safe_pos && overflowInParse(value, digit, radix)) {
|
/external/icu4c/i18n/unicode/ |
unum.h | 61 * UFieldPosition pos; 70 * reslenneeded=unum_format(nf, a[i], NULL, resultlength, &pos, &status); 76 * unum_format(nf, a[i], result, resultlength, &pos, &status); 94 * int32_t pos=0; 96 * num = unum_parse(nf, str, u_strlen(str), &pos, &status); 404 * @param pos A pointer to a UFieldPosition. On input, position->field 423 UFieldPosition *pos, 433 * @param pos A pointer to a UFieldPosition. On input, position->field 452 UFieldPosition *pos, 462 * @param pos A pointer to a UFieldPosition. On input, position->fiel [all...] |
/external/linux-tools-perf/ |
builtin-stat.c | 1082 struct perf_evsel *pos; local 1092 pos = perf_evsel__new(default_attrs + c, c + attr_nr); 1093 if (pos == NULL) 1095 perf_evlist__add(evsel_list, pos); 1107 pos = perf_evsel__new(detailed_attrs + c, c + attr_nr); 1108 if (pos == NULL) 1110 perf_evlist__add(evsel_list, pos); 1119 pos = perf_evsel__new(very_detailed_attrs + c, c + attr_nr); 1120 if (pos == NULL) 1122 perf_evlist__add(evsel_list, pos); 1144 struct perf_evsel *pos; local [all...] |
/external/llvm/lib/Transforms/Utils/ |
SpecialCaseList.cpp | 109 for (size_t pos = 0; (pos = Regexp.find("*", pos)) != std::string::npos; 110 pos += strlen(".*")) { 111 Regexp.replace(pos, strlen("*"), ".*");
|
/external/lzma/Java/SevenZip/ |
LzmaAlone.java | 73 int pos = 0;
local 104 if (pos == 0)
115 else if(pos == 1)
133 else if(pos == 2)
137 pos++;
157 " -lp{N}: set number of literal pos bits - [0, 4], default: 0\n" +
158 " -pb{N}: set number of pos bits - [0, 4], default: 2\n" +
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_wide_line.c | 62 const unsigned pos = draw_current_shader_position_output(stage->draw); local 72 float *pos0 = v0->data[pos]; 73 float *pos1 = v1->data[pos]; 74 float *pos2 = v2->data[pos]; 75 float *pos3 = v3->data[pos];
|
draw_pipe_wide_point.c | 124 const unsigned pos = draw_current_shader_position_output(stage->draw); local 137 float *pos0 = v0->data[pos]; 138 float *pos1 = v1->data[pos]; 139 float *pos2 = v2->data[pos]; 140 float *pos3 = v3->data[pos];
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 85 uint64_t pos; member in class:raw_debug_ostream 88 raw_debug_ostream() : pos(0) { } 93 uint64_t current_pos() const { return pos; } 96 uint64_t current_pos() { return pos; } 111 pos += Size;
|
/external/skia/src/views/ |
SkStackViewLayout.cpp | 159 SkScalar pos = startM + gAlignProcs[fPack](childLimit, parentLimit); local 170 pos = SkIntToScalar(SkScalarRound(pos)); 171 (child->*mainLocP)(pos); 181 pos += (child->*mainGetSizeP)() + fSpacer;
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_filter.c | 179 int k, n, m, ind, pos, pos3QQ; local 199 pos = ind + PITCH_BUFFSIZE; 229 pos3QQ = pos - (indW16 + 4); 240 ubufQQ[pos] = indatQ0[ind]; 259 pos++;
|
/frameworks/base/test-runner/src/junit/runner/ |
TestCaseClassLoader.java | 175 int pos= 0; local 176 while (pos < size) { 177 int n= stream.read(data, pos, data.length - pos); 178 pos += n;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
LinearGradient_Delegate.java | 225 float pos; local 227 pos = (y - mY0) / mDy; 229 pos = (x - mX0) / mDx; 234 pos = (_x - mX0) / mDx; 237 return getGradientColor(pos);
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDecimalFormatTest.java | 922 ParsePosition pos = new ParsePosition(0); local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_rfind/ |
pointer_size.pass.cpp | 12 // size_type rfind(const charT* s, size_type pos = npos) const; 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, 24 assert(s.rfind(str, pos) == x); 28 assert(x <= pos && x + n <= s.size()); 39 typename S::size_type pos = s.size(); local 41 assert(x <= pos && x + n <= s.size());
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageGrad.java | 71 int pos = -1; local 79 pos = i; 83 pos = -1; 86 if (pos != -1) { 87 mGradRep.setSelectedPoint(pos);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/ |
header_read_write_utils.cpp | 87 int pos = getHeaderOptionsPosition(); local 88 if (pos == NOT_A_DICT_POS) { 94 while (pos < headerSize) { 96 MAX_ATTRIBUTE_KEY_LENGTH, keyBuffer, &pos); 100 MAX_ATTRIBUTE_VALUE_LENGTH, valueBuffer, &pos);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 171 pos = doc.find("\n") 172 if pos < 0 or pos > 70: 173 pos = 70 176 arg_text += doc[:pos]
|
ReplaceDialog.py | 149 first = pos = text.index("sel.first") 152 pos = None 153 if not pos: 154 first = last = pos = text.index("insert") 155 line, col = SearchEngine.get_line_col(pos)
|