/external/chromium_org/third_party/icu/source/test/intltest/ |
dtifmtts.cpp | 220 FieldPosition pos = 0; local 222 dtitvfmt->format(formattable, res, pos, status); 231 pos = 0; 233 dtitvfmt->format(formattable, res, pos, status); 243 pos = 0; 245 dtitvfmt->format(*fromCal, *toCal, res, pos, status); [all...] |
/external/chromium_org/v8/src/ |
string-search.h | 226 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>( local 230 if (pos == NULL) return -1; 231 return static_cast<int>(pos - subject.start()); 257 int pos = 0; local 259 if (pattern[pos] != subject[pos]) { 262 pos++; 263 } while (pos < length); 282 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>( local 286 if (pos == NULL) return -1 533 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>( local [all...] |
/external/harfbuzz/src/ |
harfbuzz-khmer.c | 316 int pos = start; local 319 while (pos < end) { 321 if (pos == start) { 326 KHDEBUG("state[%d]=%d class=%8lx (uc=%4x)", pos - start, state, 333 ++pos; 335 return pos; 360 int syllableEnd = item->item.pos + item->item.length; 394 for (i = item->item.pos; i < syllableEnd; i += 1) { 405 /* if a vowel with pos before write it out */ 437 if (getKhmerCharClass(item->string[item->item.pos]) & CF_DOTTED_CIRCLE) [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-khmer.c | 316 int pos = start; local 319 while (pos < end) { 321 if (pos == start) { 326 KHDEBUG("state[%d]=%d class=%8lx (uc=%4x)", pos - start, state, 333 ++pos; 335 return pos; 360 int syllableEnd = item->item.pos + item->item.length; 394 for (i = item->item.pos; i < syllableEnd; i += 1) { 405 /* if a vowel with pos before write it out */ 437 if (getKhmerCharClass(item->string[item->item.pos]) & CF_DOTTED_CIRCLE) [all...] |
/external/v8/src/ |
lithium-allocator.h | 219 void SplitAt(LifetimePosition pos, Zone* zone); 247 UsePosition(LifetimePosition pos, LOperand* operand); 258 LifetimePosition pos() const { return pos_; } function in class:v8::internal::UsePosition 315 bool CanBeSpilled(LifetimePosition pos); 331 UsePosition* pos = FirstPosWithHint(); local 332 if (pos != NULL) return pos->hint(); 366 UsePosition* AddUsePosition(LifetimePosition pos, 507 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged); 539 // Otherwise returns the live range that starts at pos and contain [all...] |
string-search.h | 218 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>( local 222 if (pos == NULL) return -1; 223 return static_cast<int>(pos - subject.start()); 249 int pos = 0; local 251 if (pattern[pos] != subject[pos]) { 254 pos++; 255 } while (pos < length); 274 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>( local 278 if (pos == NULL) return -1 525 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>( local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_udp.c | 151 char buf[256], *pos; local 213 pos = buf + 7 + 2 * COOKIE_LEN; 214 while (*pos == ' ') 215 pos++; 217 if (os_strcmp(pos, "ATTACH") == 0) { 224 } else if (os_strcmp(pos, "DETACH") == 0) { 229 } else if (os_strncmp(pos, "LEVEL ", 6) == 0) { 231 pos + 6)) 236 reply = wpa_supplicant_ctrl_iface_process(wpa_s, pos, 448 char buf[256], *pos; local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
DividedImageCanvas.java | 180 final Integer pos = mDivisionMap.get(transformKeyToDivisionId(key)); local 181 if (pos != null && pos >= 0) { 197 switch (pos) { 243 final Integer pos = mDivisionMap.get(transformKeyToDivisionId(key)); local 244 if (pos != null && pos >= 0) { 245 mDivisionImages.set(pos, b); 262 switch (pos) { 281 switch (pos) { 336 final Integer pos = mDivisionMap.get(transformKeyToDivisionId(key)); local [all...] |
/development/samples/Spinner/src/com/android/example/spinner/ |
SpinnerActivity.java | 187 * @param pos - the 0-based position of the selection in the mLocalAdapter 190 public void onItemSelected(AdapterView<?> parent, View v, int pos, long row) { 192 SpinnerActivity.this.mPos = pos; 193 SpinnerActivity.this.mSelection = parent.getItemAtPosition(pos).toString(); 363 public void setSpinnerPosition(int pos) { 364 this.mPos = pos;
|
/external/chromium_org/media/filters/ |
ffmpeg_glue.cc | 40 int64 pos; local 41 if (!protocol->GetPosition(&pos)) 43 if (protocol->SetPosition(pos + offset)) 164 int64 pos = AVIOSeekOperation(avio_context_.get()->opaque, 0, SEEK_CUR); local 168 AVIOSeekOperation(avio_context_.get()->opaque, pos, SEEK_SET);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
FontMac.cpp | 132 SkPoint* pos = storage.get(); local 135 pos[i].set(x, y); 146 rotator.mapPoints(pos, numGlyphs); 158 gc->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, paint); 177 gc->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, paint);
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
IntRect.cpp | 134 static inline int distanceToInterval(int pos, int start, int end) 136 if (pos < start) 137 return start - pos; 138 if (pos > end) 139 return end - pos;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_cliptest_tmp.h | 37 const unsigned pos = draw_current_shader_position_output(pvs->draw); local 50 if (cd[0] != pos || cd[1] != pos) 54 float *position = out->data[pos]; 63 if ((flags & DO_CLIP_USER) && cv != pos)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 191 Iterator(Item *head, bool r) : rev(r), pos(r ? head->prev : head->next), 194 virtual void next() { if (!end()) pos = rev ? pos->prev : pos->next; } 195 virtual void *get() const { return pos->data; } 196 virtual bool end() const { return pos == term; } 207 Item *pos; member in class:nv50_ir::DLList::Iterator 213 inline void erase(Iterator& pos) 215 pos.erase(); 382 Iterator(const ArrayList *array) : pos(0), data(array->data [all...] |
/external/chromium_org/ui/base/webui/ |
web_ui_util.cc | 113 std::size_t pos = path->rfind('@'); local 114 if (pos != std::string::npos) { 119 pos + 1, stripped_path.length() - pos - 1), &factor)) { 121 stripped_path.remove_suffix(stripped_path.length() - pos);
|
/external/chromium_org/v8/test/mjsunit/ |
sparse-array-reverse.js | 91 var pos = poses[pos_pos]; 94 a[pos] = letter; 98 Array.prototype[pos] = letter; 101 to_delete.push(pos); 108 var pos = size - poses[pos_pos] - 1; 110 a[pos] = letter; 114 Array.prototype[pos] = letter; 117 to_delete.push(pos); 125 var pos = to_delete.pop(); 126 delete(Array.prototype[pos]); [all...] |
/external/harfbuzz_ng/src/ |
hb-icu-le.cc | 205 hb_glyph_position_t *pos = &buffer->pos[i]; local 208 pos->x_advance = info->mask; 209 pos->x_offset = info->var1.u32; 210 pos->y_offset = info->var2.u32;
|
/external/icu4c/i18n/ |
selfmt.cpp | 71 FieldPosition& pos, 78 return format(obj.getString(status), appendTo, pos, status); 88 FieldPosition& /*pos */, 185 ParsePosition& pos) const 188 pos.setErrorIndex(pos.getIndex());
|
/external/marisa-trie/lib/marisa/ |
trie-build.cc | 182 (keys[range.begin()].str().length() == range.pos())) { 194 if (keys[i - 1].str()[range.pos()] != keys[i].str()[range.pos()]) { 195 wranges.push_back(WRange(range.begin(), i, range.pos(), weight)); 210 UInt32 pos = wrange.pos() + 1; local 212 while (pos < keys[wrange.begin()].str().length()) { 215 if (keys[j - 1].str()[pos] != keys[j].str()[pos]) { 222 ++pos; [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
trie-build.cc | 191 (keys[range.begin()].str().length() == range.pos())) { 203 if (keys[i - 1].str()[range.pos()] != keys[i].str()[range.pos()]) { 204 wranges.push_back(WRange(range.begin(), i, range.pos(), weight)); 219 UInt32 pos = wrange.pos() + 1; local 222 while (pos < keys[wrange.begin()].str().length()) { 225 if (keys[j - 1].str()[pos] != keys[j].str()[pos]) { 232 ++pos; [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_cliptest_tmp.h | 37 const unsigned pos = draw_current_shader_position_output(pvs->draw); local 50 if (cd[0] != pos || cd[1] != pos) 54 float *position = out->data[pos]; 63 if ((flags & DO_CLIP_USER) && cv != pos)
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 191 Iterator(Item *head, bool r) : rev(r), pos(r ? head->prev : head->next), 194 virtual void next() { if (!end()) pos = rev ? pos->prev : pos->next; } 195 virtual void *get() const { return pos->data; } 196 virtual bool end() const { return pos == term; } 207 Item *pos; member in class:nv50_ir::DLList::Iterator 213 inline void erase(Iterator& pos) 215 pos.erase(); 382 Iterator(const ArrayList *array) : pos(0), data(array->data [all...] |
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
MockResponse.java | 185 int pos = 0; local 186 while (pos < body.length) { 187 int chunkSize = Math.min(body.length - pos, maxChunkSize); 190 bytesOut.write(body, pos, chunkSize); 192 pos += chunkSize;
|
/external/oprofile/libutil++/ |
file_manip.cpp | 134 * erase all trailing '/' in path_name except if the last '/' is at pos 0 159 size_t pos = result.find_last_of('/'); 162 if (pos == 0) 163 pos = 1; 165 result.erase(pos, result.length() - pos);
|
/external/skia/bench/ |
PicturePlaybackBench.cpp | 114 SkPoint* pos = new SkPoint[len]; local 119 pos[i].set(x + advX, y); 121 pos[i].set(x + advX, y + i); 125 canvas->drawPosText(text, len, pos, paint); 126 delete[] pos;
|