/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
FixedTableLayout.cpp | 311 int pos = 0; local 313 m_table->setColumnPosition(i, pos); 314 pos += calcWidth[i] + hspacing; 318 m_table->setColumnPosition(colPositionsSize - 1, pos);
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleToScriptMapping.cpp | 393 size_t pos = canonicalLocale.reverseFind('_'); 394 if (pos == kNotFound) 396 UScriptCode code = scriptNameToCode(canonicalLocale.substring(pos + 1)); 399 canonicalLocale = canonicalLocale.substring(0, pos);
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshrec.h | 75 FT_Int pos; member in struct:PS_HintRec_
|
/external/chromium_org/third_party/icu/source/common/ |
sprpimpl.h | 104 int32_t pos,
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_rule.h | 263 * If a full match is obtained, perform a replacement, update pos, 264 * and return U_MATCH. Otherwise both text and pos are unchanged. 267 * @param pos the position indices 269 * be completed by additional text inserted at pos.limit. 275 UTransPosition& pos,
|
/external/chromium_org/third_party/icu/source/io/ |
ufile.h | 40 int32_t pos; /* Beginning of untranslitted data */ member in struct:__anon11457 48 UChar *fPos; /* current pos in fUCBuffer */
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
leveldb_main.cc | 24 size_t pos = fname.rfind('/'); local 26 if (pos == std::string::npos) { 29 basename = std::string(fname.data() + pos + 1, fname.size() - pos - 1);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
bytebuffer_unittest.cc | 108 ByteBuffer::ReadPosition pos(buffer.GetReadPosition()); 109 EXPECT_TRUE(buffer.SetReadPosition(pos)); 115 EXPECT_TRUE(buffer.SetReadPosition(pos)); 125 EXPECT_FALSE(buffer.SetReadPosition(pos));
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
unicodestring.h | 87 void setCharAt(int pos, char32 c);
|
/external/chromium_org/third_party/lzma_sdk/ |
7zFile.h | 49 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mpeg12_decoder.h | 58 struct pipe_vertex_buffer pos; member in struct:vl_mpeg12_decoder
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.h | 109 const LLVMValueRef *pos; member in struct:lp_build_interp_soa_context
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_renderer.h | 71 int *pos,
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDeviceFlattener.h | 40 const SkScalar pos[], SkScalar constY,
|
/external/chromium_org/ui/views/ |
background.h | 63 // have multiple |colors|. The |pos| array contains the relative positions of 64 // each corresponding color. |colors| and |pos| must be the same size. The 65 // first element in |pos| must be 0.0 and the last element must be 1.0. 66 // |count| contains the number of elements in |colors| and |pos|. 68 SkScalar* pos,
|
/external/chromium_org/v8/src/arm/ |
codegen-arm.h | 72 int pos,
|
/external/chromium_org/v8/src/ |
codegen.cc | 205 int pos, 207 if (pos != RelocInfo::kNoPosition) { 208 masm->positions_recorder()->RecordStatementPosition(pos); 209 masm->positions_recorder()->RecordPosition(pos);
|
func-name-inferrer.h | 114 Handle<String> MakeNameFromStackHelper(int pos, Handle<String> prev);
|
/external/chromium_org/v8/src/ia32/ |
codegen-ia32.h | 59 int pos,
|
/external/chromium_org/v8/src/mips/ |
codegen-mips.h | 74 int pos,
|
/external/chromium_org/v8/test/cctest/ |
log-eq-of-logging-and-traversal.js | 86 var line, pos = 0, log_lines_length = log_lines.length; 90 for ( ; pos < log_lines_length; ++pos) { 91 line = log_lines[pos]; 93 ++pos; 104 for ( ; pos < log_lines_length; ++pos) { 105 line = log_lines[pos];
|
/external/chromium_org/webkit/child/ |
multipart_response_delegate.h | 112 // Checks to see if data[pos] character is a line break; handles crlf, lflf, 114 int PushOverLine(const std::string& data, size_t pos);
|
/external/clang/test/FixIt/ |
typo.cpp | 48 == std::string::pos; // expected-error{{no member named 'pos' in 'std::basic_string<char>'; did you mean 'npos'?}}
|
/external/dropbear/ |
dropbearkey.c | 310 len = buf->len - buf->pos; 355 while (buf->pos != buf->len) { 356 len = write(fd, buf_getptr(buf, buf->len - buf->pos), 357 buf->len - buf->pos);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
antenv.cmd | 81 if pos(translate(elem), translate(path)) = 0 then path = path || glue || elem || ';' 90 if pos(translate(elem), translate(path)) = 0 then path = elem || ';' || path
|