HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 2101 - 2125 of 4804) sorted by null

<<81828384858687888990>>

  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_ls.cc 219 base::string16::size_type pos = entry.name.rfind(ASCIIToUTF16(" -> ")); local
223 if (pos != base::string16::npos)
224 entry.name = entry.name.substr(0, pos);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.cpp 96 size_t pos = m_serviceType.find(";"); local
97 if (pos != kNotFound)
98 m_serviceType = m_serviceType.left(pos);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SkiaFontWin.cpp 68 SkPoint* pos = storage.get(); local
71 pos[i].set(x + SkIntToScalar(offsets[i].du),
75 context->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, *paint);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestInterfaces.cpp 159 vector<WebTestProxyBase*>::iterator pos = find(m_windowList.begin(), m_windowList.end(), proxy); local
160 if (pos == m_windowList.end()) {
164 m_windowList.erase(pos);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 65 unsigned int idx; /* Cursor into ->info and ->pos arrays */
66 unsigned int len; /* Length of ->info and ->pos arrays */
72 hb_glyph_position_t *pos; member in struct:hb_buffer_t
77 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; }
78 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; }
  /external/chromium_org/third_party/icu/source/common/
hash.h 87 const UHashElement* nextElement(int32_t& pos) const;
185 inline const UHashElement* Hashtable::nextElement(int32_t& pos) const {
186 return uhash_nextElement(hash, &pos);
  /external/chromium_org/third_party/lzma_sdk/
Types.h 166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
196 size_t pos; member in struct:__anon12286
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_texture.c 433 uint32_t pos = 0; local
442 pos = 0;
460 uint32_t pos = 0; local
469 pos = 0;
496 uint32_t pos = 0; local
505 pos = 0;
530 uint32_t pos = 0; local
539 pos = 0;
558 uint32_t pos = 0; local
567 pos = 0
596 uint32_t pos = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 45 pos = NULL;
57 unsigned int pos = u32Hash(imm->reg.data.u32); local
59 while (imms[pos])
60 pos = (pos + 1) % NV50_IR_BUILD_IMM_HT_SIZE;
61 imms[pos] = imm;
356 unsigned int pos = u32Hash(u); local
358 while (imms[pos] && imms[pos]->reg.data.u32 != u)
359 pos = (pos + 1) % NV50_IR_BUILD_IMM_HT_SIZE
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 167 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
181 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
197 size_t pos; member in struct:__anon13860
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 155 string::size_type pos = result.find_first_of('\n'); local
156 if (pos != string::npos) {
157 result.erase(pos);
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 126 $graph.bind('plotclick', function(event, pos, item) {
132 }), pos.x);
152 var interpolateY = slope * (pos.x - rightPoint.x) + rightPoint.y;
153 if (interpolateY >= pos.y)
157 // If pos.y is higher than all lines, return.
163 self.profiler_.setSelected(lines[i].id, pos);
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 65 pos = working_directory.find(target_directory)
66 if pos < 0:
72 os.chdir(working_directory[:pos + len(target_directory)])
  /external/elfutils/libdwfl/
dwfl_module_build_id.c 81 size_t pos = 0; local
85 while ((pos = gelf_getnote (data, pos, &nhdr, &name_pos, &desc_pos)) > 0)
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 65 unsigned int idx; /* Cursor into ->info and ->pos arrays */
66 unsigned int len; /* Length of ->info and ->pos arrays */
72 hb_glyph_position_t *pos; member in struct:hb_buffer_t
77 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; }
78 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; }
  /external/icu4c/common/
hash.h 88 const UHashElement* nextElement(int32_t& pos) const;
186 inline const UHashElement* Hashtable::nextElement(int32_t& pos) const {
187 return uhash_nextElement(hash, &pos);
  /external/javassist/src/main/javassist/util/proxy/
FactoryHelper.java 217 int pos = filename.lastIndexOf(File.separatorChar); local
218 if (pos > 0) {
219 String dir = filename.substring(0, pos);
  /external/libvorbis/vq/
latticetune.c 119 char *pos=strchr(line,':'); local
120 if(pos){
122 long val=atol(pos+1);
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_dspr2.c 239 uint32_t pos = 38; local
243 "wrdsp %[pos], 1 \n\t"
245 : [pos] "r" (pos)
vp9_convolve2_vert_dspr2.c 224 uint32_t pos = 38; local
228 "wrdsp %[pos], 1 \n\t"
230 : [pos] "r" (pos)
  /external/llvm/lib/Support/
DataExtractor.cpp 123 StringRef::size_type pos = Data.find('\0', offset); local
124 if (pos != StringRef::npos) {
125 *offset_ptr = pos + 1;
StreamableMemoryObject.cpp 97 size_t pos = BytesRead + kChunkSize;
99 while (fetchToPos(pos)) pos += kChunkSize;
  /external/lzma/C/
Types.h 166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
196 size_t pos; member in struct:__anon22607
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.c 433 uint32_t pos = 0; local
442 pos = 0;
460 uint32_t pos = 0; local
469 pos = 0;
496 uint32_t pos = 0; local
505 pos = 0;
530 uint32_t pos = 0; local
539 pos = 0;
558 uint32_t pos = 0; local
567 pos = 0
596 uint32_t pos = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 45 pos = NULL;
57 unsigned int pos = u32Hash(imm->reg.data.u32); local
59 while (imms[pos])
60 pos = (pos + 1) % NV50_IR_BUILD_IMM_HT_SIZE;
61 imms[pos] = imm;
356 unsigned int pos = u32Hash(u); local
358 while (imms[pos] && imms[pos]->reg.data.u32 != u)
359 pos = (pos + 1) % NV50_IR_BUILD_IMM_HT_SIZE
    [all...]

Completed in 1034 milliseconds

<<81828384858687888990>>