Home
last modified time | relevance | path

Searched defs:first_column (Results 1 – 14 of 14) sorted by relevance

/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/database/
DCopiedSQLiteDatabaseTest.java72 database.query("table_name", new String[] {"first_column"}, null, null, null, null, null)) { in shouldGetBlobFromString()
88 database.query("table_name", new String[] {"first_column"}, null, null, null, null, null)) { in shouldGetBlobFromNullString()
102 database.query("table_name", new String[] {"first_column"}, null, null, null, null, null)) { in shouldGetBlobFromEmptyString()
DSQLiteDatabaseTest.java71 database.query("table_name", new String[] {"first_column"}, null, null, null, null, null)) { in shouldGetBlobFromString()
87 database.query("table_name", new String[] {"first_column"}, null, null, null, null, null)) { in shouldGetBlobFromNullString()
101 database.query("table_name", new String[] {"first_column"}, null, null, null, null, null)) { in shouldGetBlobFromEmptyString()
/external/dtc/
Dsrcpos.h59 int first_column; member
/external/yapf/yapf/yapflib/
Dformat_token.py174 def RetainHorizontalSpacing(self, first_column, depth): argument
/external/mesa3d/src/intel/tools/
Di965_gram.y35 int first_column; member
/external/mesa3d/src/mesa/program/
Dprogram_parser.h233 int first_column; member
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h78 int first_column; member
/external/igt-gpu-tools/assembler/
Dgram.y51 int first_column; member
/external/angle/src/compiler/translator/
Dglslang_tab_autogen.h310 int first_column; member
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h192 IndexType first_column ;/* first column in row (used in garbage collection) */ member
/external/crosvm/docs/book/
Dmermaid.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.mermaid=e():t.mermaid=e()}("undef… property
24 …tion(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.c… function
/external/mesa3d/src/compiler/glsl/
Dast.h127 unsigned first_column; /**< First column in the first line. */ member
Dglsl_parser_extras.h67 int first_column; member
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp813 bool first_column = true; in snapshot_swapchain_frame() local