OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:column
(Results
51 - 75
of
653
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_eula.css
64
#eulas.one-
column
#cros-eula {
68
#eulas.one-
column
#cros-eula-frame {
72
#eulas.one-
column
#oem-eula {
92
-webkit-flex-direction:
column
;
/external/chromium_org/chrome/browser/resources/sync_internals/
events.css
21
.expanded .attrib-
column
{
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
ie.css
18
* html .
column
{ overflow-x: hidden; } /* IE6 fix */
/external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptCallFrame.h
43
ScriptCallFrame(const String& functionName, const String& scriptId, const String& scriptName, unsigned lineNumber, unsigned
column
= 0);
/external/chromium_org/third_party/polymer/components/core-layout/
core-layout-host.css
28
-ms-flex-direction:
column
;
29
-moz-flex-direction:
column
;
30
-webkit-flex-direction:
column
;
31
flex-direction:
column
;
44
-ms-flex-direction:
column
-reverse;
45
-moz-flex-direction:
column
-reverse;
46
-webkit-flex-direction:
column
-reverse;
47
flex-direction:
column
-reverse;
/external/chromium_org/third_party/polymer/components-chromium/core-layout/
core-layout-host.css
28
-ms-flex-direction:
column
;
29
-moz-flex-direction:
column
;
30
-webkit-flex-direction:
column
;
31
flex-direction:
column
;
44
-ms-flex-direction:
column
-reverse;
45
-moz-flex-direction:
column
-reverse;
46
-webkit-flex-direction:
column
-reverse;
47
flex-direction:
column
-reverse;
/external/guava/guava-tests/test/com/google/common/collect/
TransposedTableTest.java
66
assertEquals(original.row(1), transpose.
column
(1));
67
assertEquals(original.row(2), transpose.
column
(2));
68
assertEquals(original.
column
("foo"), transpose.row("foo"));
69
assertEquals(original.
column
("bar"), transpose.row("bar"));
/external/lldb/include/lldb/Core/
StreamString.h
56
FillLastLineToColumn (uint32_t
column
, char fill_char);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DOMSyntaxHighlighter.js
69
* @param {number}
column
73
function processToken(token, tokenType,
column
, newColumn)
78
if (
column
> plainTextStart) {
79
var plainText = line.substring(plainTextStart,
column
);
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlparser.h
54
virtual void GetPosition(unsigned long * line, unsigned long *
column
,
94
virtual void GetPosition(unsigned long * line, unsigned long *
column
,
102
void SetPosition(int line, int
column
, long byte_index);
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlparser.h
37
virtual void GetPosition(unsigned long * line, unsigned long *
column
,
77
virtual void GetPosition(unsigned long * line, unsigned long *
column
,
85
void SetPosition(int line, int
column
, long byte_index);
/external/clang/tools/libclang/
CXLoadedDiagnostic.h
66
/// \brief Decode the CXSourceLocation into file, line,
column
, and offset.
70
unsigned *
column
,
76
unsigned
column
;
member in struct:clang::CXLoadedDiagnostic::Location
79
Location() : line(0),
column
(0), offset(0) {}
/external/lldb/include/lldb/Symbol/
Declaration.h
24
/// the
column
info and can help track where functions, blocks, inlined
45
/// Construct with file specification, and optional line and
column
.
55
/// @param[in]
column
56
/// The
column
number that describes where this was declared.
57
/// Set to zero if there is no
column
number information.
59
Declaration (const FileSpec& file_spec, uint32_t line = 0, uint32_t
column
= 0) :
63
,m_column (
column
)
98
/// Sets the file specification to be empty, and the line and
column
116
/// line number and
column
numbers respectively.
147
/// Get accessor for the declaration
column
number
[
all
...]
/external/lldb/source/Core/
StreamString.cpp
81
StreamString::FillLastLineToColumn (uint32_t
column
, char fill_char)
95
if (
column
> line_columns)
97
m_packet.append(
column
- line_columns, fill_char);
/external/chromium_org/ui/views/controls/table/
table_header.cc
23
// The minimum width we allow a
column
to go down to.
89
gfx::GetStringWidth(columns[i].
column
.title, font_list_);
91
(columns[i].
column
.id == sorted_column_id &&
95
columns[i].
column
.alignment == ui::TableColumn::RIGHT) {
100
columns[i].
column
.title, font_list_, kTextColor,
103
TableColumnAlignmentToCanvasAlignment(columns[i].
column
.alignment));
112
ui::TableColumn::Alignment alignment = columns[i].
column
.alignment;
255
const TableView::VisibleColumn&
column
(table_->visible_columns()[index]);
256
if (x >=
column
.x && x <
column
.x + column.width && event.y() >= 0 &
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/translator/
VariablePacker.cpp
84
unsigned VariablePacker::makeColumnFlags(int
column
, int numComponentsPerRow)
87
kColumnMask) >>
column
;
90
void VariablePacker::fillColumns(int topRow, int numRows, int
column
, int numComponentsPerRow)
92
unsigned columnFlags = makeColumnFlags(
column
, numComponentsPerRow);
100
bool VariablePacker::searchColumn(int
column
, int numRows, int* destRow, int* destSize)
116
unsigned columnFlags = makeColumnFlags(
column
, 1);
175
// Packs the 4
column
variables.
189
// Packs the 3
column
variables.
205
// Packs the 2
column
variables.
233
// Packs the 1
column
variables
[
all
...]
/external/bison/data/
location.cc
48
,
column
(c)
60
column
= c;
63
/** \name Line and
Column
related manipulators
68
column
= ]b4_location_initial_column[u;
72
/// (
column
related) Advance to the COUNT next columns.
75
column
= std::max (]b4_location_initial_column[u,
column
+ count);
83
/// Current
column
number.
84
unsigned int
column
;
122
&& pos1.
column
== pos2.colum
[
all
...]
/external/chromium_org/third_party/sqlite/src/test/
colmeta.test
59
16 {main abc d} {1 {no such table
column
: abc.d}}
69
9 {{} v1 a} {1 {no such table
column
: v1.a}}
70
10 {main v1 b} {1 {no such table
column
: v1.b}}
71
11 {main v1 badname} {1 {no such table
column
: v1.badname}}
72
12 {main v1 rowid} {1 {no such table
column
: v1.rowid}}
/external/chromium-trace/trace-viewer/src/cc/
picture_debugger.css
13
-webkit-flex-direction:
column
;
19
-webkit-flex-direction:
column
;
50
-webkit-flex-direction:
column
;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotCommon.js
59
* @param {number}
column
67
WebInspector.HeapSnapshotCommon.SerializedAllocationNode = function(nodeId, functionName, scriptName, scriptId, line,
column
, count, size, liveCount, liveSize, hasChildren)
80
this.
column
=
column
;
98
* @param {number}
column
101
WebInspector.HeapSnapshotCommon.AllocationStackFrame = function(functionName, scriptName, scriptId, line,
column
)
112
this.
column
=
column
;
/external/chromium_org/chrome/test/chromedriver/chrome/
console_logger.cc
71
int
column
= -1;
local
72
if (message_dict->GetInteger("
column
", &
column
)) {
73
base::SStringPrintf(&line_column, "%d:%d", line,
column
);
/cts/apps/CtsVerifier/include/colorchecker/
imagetesthandler.h
42
void drawPoint(int row, int
column
, const Vec3i &color);
/developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java
97
// Pulling the relevant value from the cursor requires knowing the
column
index to pull
122
// The data type can be determined using the mime type
column
.
133
for(String
column
: cursor.getColumnNames()) {
134
Log.d(TAG,
column
+
column
+ ": " +
135
cursor.getString(cursor.getColumnIndex(
column
)) + "\n");
/developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java
97
// Pulling the relevant value from the cursor requires knowing the
column
index to pull
122
// The data type can be determined using the mime type
column
.
133
for(String
column
: cursor.getColumnNames()) {
134
Log.d(TAG,
column
+
column
+ ": " +
135
cursor.getString(cursor.getColumnIndex(
column
)) + "\n");
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
ContactablesLoaderCallbacks.java
97
// Pulling the relevant value from the cursor requires knowing the
column
index to pull
122
// The data type can be determined using the mime type
column
.
133
for(String
column
: cursor.getColumnNames()) {
134
Log.d(TAG,
column
+
column
+ ": " +
135
cursor.getString(cursor.getColumnIndex(
column
)) + "\n");
Completed in 243 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>