/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
FormatParagraph.py | 82 lineno, col = map(int, mark.split("."))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 129 def _data_key(table, col, rowid): 130 return table + _data + col + _data + rowid 132 def _search_col_data_key(table, col): 133 return table + _data + col + _data
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
FormatParagraph.py | 82 lineno, col = map(int, mark.split("."))
|
/external/deqp/modules/gles2/functional/ |
es2fMultisampleTests.cpp | [all...] |
es2fShaderInvarianceTests.cpp | 368 const tcu::RGBA col = surface.getPixel(x, y); local 370 if (col.getRed() != 0) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fMultisampleTests.cpp | [all...] |
es3fShaderMatrixTests.cpp | [all...] |
es3fShaderInvarianceTests.cpp | 368 const tcu::RGBA col = surface.getPixel(x, y); local 370 if (col.getRed() != 0) [all...] |
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
ath5k_phy.c | 56 u8 offset, bank, num_bits, col, position; local 82 col = rfreg->field.col; 91 if (!(col <= 3 && num_bits <= 32 && first_bit + num_bits <= 319)) { 109 (col * 8); 113 rfb[entry] |= ((data << position) << (col * 8)) & mask; 116 data |= (((rfb[entry] & mask) >> (col * 8)) >> position) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderMatrixTests.cpp | [all...] |
/external/deqp/modules/gles2/scripts/ |
genutil.py | 605 for col in range(0, numCols): 607 scalars.append(1.0 if col == row else 0.0) 622 for col in range(0, min(self.numCols, numCols)): 624 res.set(col, row, self.get(col, row))
|
/external/swiftshader/src/OpenGL/compiler/ |
OutputASM.cpp | 853 void OutputASM::emitDeterminant(TIntermTyped *result, TIntermTyped *arg, int size, int col, int row, int outCol, int outRow) 860 bool isMov = (row == col); 863 mov->src[0].swizzle = 0x55 * (isMov ? 1 - col : col); 871 bool isCofactor = (col >= 0) && (row >= 0); 872 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; 873 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; 874 bool negate = isCofactor && ((col & 0x01) ^ (row & 0x01)); 885 bool isCofactor = (col >= 0) && (row >= 0); 886 int col0 = (isCofactor && (col <= 0)) ? 1 : 0 [all...] |
/external/dng_sdk/source/ |
dng_negative.cpp | [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
inv_txfm_ssse3.c | 623 __m128i in[32], col[32]; local 642 add_sub_butterfly(stp1, col, 32); 646 array_transpose_8x8(col + i * 8, in); 1303 __m128i col[128], in[32]; local [all...] |
/external/swiftshader/src/OpenGL/libGLESv2/ |
Program.cpp | 148 LinkedVarying::LinkedVarying(const std::string &name, GLenum type, GLsizei size, int reg, int col) 149 : name(name), type(type), size(size), reg(reg), col(col) 1417 int col = varying.col; local [all...] |
/external/libhevc/decoder/ |
ihevcd_parse_slice.c | 2940 WORD32 row, col; local 3084 WORD32 row, col; local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationTest.java | 67 static void doTest(TestFmwk test, RuleBasedCollator col, String source, 70 doTestVariant(test, col, source, target, result); 72 doTestVariant(test, col, target, source, 1); 75 doTestVariant(test, col, target, source, -1); 78 doTestVariant(test, col, target, source, 0); 81 CollationElementIterator iter = col.getCollationElementIterator(source); [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationTest.java | 66 static void doTest(TestFmwk test, RuleBasedCollator col, String source, 69 doTestVariant(test, col, source, target, result); 71 doTestVariant(test, col, target, source, 1); 74 doTestVariant(test, col, target, source, -1); 77 doTestVariant(test, col, target, source, 0); 80 CollationElementIterator iter = col.getCollationElementIterator(source); [all...] |
/external/protobuf/src/google/protobuf/ |
text_format.cc | 292 void ReportError(int line, int col, const string& message) { 299 << (col + 1) << ": " << message; 306 error_collector_->AddError(line, col, message); 310 void ReportWarning(int line, int col, const string& message) { 316 << (col + 1) << ": " << message; 323 error_collector_->AddWarning(line, col, message); [all...] |
/external/v8/benchmarks/spinning-balls/ |
v.js | 438 function col(a) { function in function:Form 446 tr.appendChild(col(a)); 447 tr.appendChild(col(b));
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_intra_prediction.c | 548 u32 row, col; local 563 col = mbNum - row * width; 566 ptr = image->data + row * 16 * width + col * 16; 570 * sample above-left if col is zero. However, usage of pels in prediction 580 if (col) 588 ptr = image->data + picSize * 256 + row * 8 * width + col * 8; 600 if (col) [all...] |
/build/make/tools/droiddoc/templates-ndk/ |
sdkpage.cs | 25 ?>class="col-13" id="doc-col"<?cs /if ?> > 258 <div class="pax col-13 online" style="margin:0;"> 393 </div><!-- end col-13 for lower-half content -->
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BaseRecognizer.pm | 226 my $col = $e->get_char_position_in_line(); 228 return "line $line:$col";
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
vktTessellationPrimitiveDiscardTests.cpp | 130 const int col = index % numCols; local 136 result.push_back((float)col / (float)numCols * 2.0f - 1.0f);
|
/external/deqp/modules/egl/ |
teglColorClearCase.cpp | 96 tcu::RGBA col (rnd.getUint32()); 98 return ClearOp(x, y, w, h, col);
|