HomeSort by relevance Sort by last modified time
    Searched full:row (Results 426 - 450 of 4359) sorted by null

<<11121314151617181920>>

  /external/skia/src/effects/
SkColorFilterImageFilter.cpp 38 bool component_needs_clamping(SkScalar row[5]) {
39 SkScalar maxValue = row[4] / 255;
40 SkScalar minValue = row[4] / 255;
42 if (row[i] > 0)
43 maxValue += row[i];
45 minValue += row[i];
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 37 public ExpandableNotificationRow row; // the outer expanded view field in class:NotificationData.Entry
51 row.setExpandable(bigContentView != null);
60 row.setUserLocked(userLocked);
113 public int add(IBinder key, StatusBarNotification notification, ExpandableNotificationRow row,
118 entry.row = row;
  /external/chromium/chrome/browser/importer/
mork_reader.h 67 // of a 32-bit row id or atom map key, plus the terminating null.
83 // The key for each row is the identifier for it, and the data is a pointer
99 // Get the "meta row" for the table. Each table has at most one meta row,
101 // meta row contains columns in the same order as returned by columns().
102 // Returns null if there is no meta row for this table.
110 // |first| will be the row ID, and the iterator's |second| will be a
131 // Parses a line of the file which contains a table or row definition,
133 // from |stream_| of the line ends mid-row. An entry is added to |table_|
134 // using the row ID as the key, which contains a column array for the row
    [all...]
  /external/chromium/chrome/browser/ui/views/
generic_info_view.h 37 void SetNameByStringId(int row, int id);
38 void SetName(int row, const string16& name);
39 void SetValue(int row, const string16& value);
  /external/chromium_org/ash/system/tray/
tray_details_view.h 31 // Creates a row with special highlighting etc. This is typically the
32 // bottom-most row in the popup.
36 // any other view between the list and the footer row at the bottom.
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc 155 HistoryAndBookmarkRow row; local
156 row.set_raw_url("http://www.google.com");
157 row.set_url(GURL("http://www.google.com"));
161 // Insert a row and verify it succeeded.
162 service_->InsertHistoryAndBookmark(row, &cancelable_consumer_,
171 // Query the inserted row.
189 // Update the row.
199 // Delete the row.
217 // Insert a row and verify it succeeded.
227 // Query the inserted row
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.css 40 [data-issue] + .trunk-status-row > td,
41 .closer-status-row + .other-status-row > td {
  /external/chromium_org/components/precache/core/
precache_url_table.h 21 // precached but not used. Each row in this table represents a URL that was
35 // precache timestamp. Replaces the row if one already exists.
41 // Deletes the row from the table that has the given URL, if it exists.
  /external/chromium_org/third_party/skia/src/views/mac/
SkOptionsTableView.mm 150 - (id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
153 const SkOSMenu::Item* item = ((SkOptionItem*)[fItems objectAtIndex:row]).fItem;
164 - (NSCell *)tableView:(NSTableView *)tableView dataCellForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
168 return [((SkOptionItem*)[fItems objectAtIndex:row]).fCell copy];
175 - (void)tableView:(NSTableView *)tableView willDisplayCell:(id)cell forTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
178 SkOptionItem* option = (SkOptionItem*)[self.fItems objectAtIndex:row];
209 - (void)tableView:(NSTableView *)tableView setObjectValue:(id)anObject forTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
genfkey.README 15 An SQL foreign key is a constraint that requires that each row in
16 the "child" table corresponds to a row in the "parent" table. For
22 implies that for each row in table "child", there must be a row in
32 row in the parent table. So, taking this into account, the expression that
33 must be true for every row of the child table in the above example is
40 Attempting to insert or update a row in the child table so that the
41 affected row violates this constraint results in an exception being
44 The effect of attempting to delete or update a row in the parent table
52 RESTRICT: Attempting to update or delete a row in the parent table s
    [all...]
  /external/iputils/doc/
iputils.db 83 <row>
86 </row>
87 <row>
90 </row>
91 <row>
94 </row>
95 <row>
98 </row>
99 <row>
102 </row>
    [all...]
  /external/llvm/test/CodeGen/X86/
loop-strength-reduce-3.ll 12 define void @test(i32 %row, i32 %N.in) nounwind {
22 %tmp = getelementptr [16 x [16 x i32]]* @A, i32 0, i32 %row, i32 %tmp2 ; <i32*> [#uses=1]
25 %tmp7 = getelementptr [16 x [16 x i32]]* @A, i32 0, i32 %row, i32 %tmp5.upgrd.1 ; <i32*> [#uses=1]
loop-strength-reduce.ll 12 define void @test(i32 %row, i32 %N.in) nounwind {
22 %tmp = getelementptr [16 x [16 x i32]]* @A, i32 0, i32 %row, i32 %tmp2 ; <i32*> [#uses=1]
25 %tmp7 = getelementptr [16 x [16 x i32]]* @A, i32 0, i32 %row, i32 %tmp5.upgrd.1 ; <i32*> [#uses=1]
  /external/replicaisland/src/com/replica/replicaisland/
LevelTree.java 68 public static final Level get(int row, int index) {
69 return levels.get(row).levels.get(index);
199 final ArrayList<Level> row = levels.get(x).levels; local
200 final int levelCount = row.size();
202 final Level level = row.get(y);
252 public static boolean levelIsValid(int row, int index) {
254 if (row >= 0 && row < levels.size()) {
255 final LevelGroup group = levels.get(row);
264 public static boolean rowIsValid(int row) {
    [all...]
  /external/skia/src/views/mac/
SkOptionsTableView.mm 150 - (id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
153 const SkOSMenu::Item* item = ((SkOptionItem*)[fItems objectAtIndex:row]).fItem;
164 - (NSCell *)tableView:(NSTableView *)tableView dataCellForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
168 return [((SkOptionItem*)[fItems objectAtIndex:row]).fCell copy];
175 - (void)tableView:(NSTableView *)tableView willDisplayCell:(id)cell forTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
178 SkOptionItem* option = (SkOptionItem*)[self.fItems objectAtIndex:row];
209 - (void)tableView:(NSTableView *)tableView setObjectValue:(id)anObject forTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 51 String row[] = (String[]) res.rows.elementAt(0); local
52 String val = row[0];
64 String row[] = (String[]) res.rows.elementAt(0); local
65 String val = row[0];
77 String row[] = (String[]) res.rows.elementAt(0); local
78 String val = row[0];
122 String row[] = (String[]) res.rows.elementAt(0); local
123 String val = row[0];
160 String row[] = (String[]) res.rows.elementAt(0); local
161 String val = row[0]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 114 // Row matches:
115 int row = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y1); local
116 int rowY = mGrid.getRowY(row);
117 addTopMatch(y1, rowMatches, max, row, rowY);
118 addBaselineMatch(feedback.dragBaseline, y1, rowMatches, max, row, rowY);
179 int row = mGrid.getRow(y1); local
183 int topDistance = mGrid.getRowDistance(row, y1);
184 int bottomDistance = mGrid.getRowDistance(row + 1, y1);
193 row = Math.min(row + 1, mGrid.actualRowCount)
476 int row = mRowMatch.cellIndex; local
775 int row = mRowMatch.cellIndex; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout7.java 64 TableRow row = new TableRow(this); local
75 row.addView(label, new TableRow.LayoutParams(1));
76 row.addView(shortcut, new TableRow.LayoutParams());
78 table.addView(row, new TableLayout.LayoutParams());
  /external/chromium/chrome/browser/resources/
active_downloads.html 330 clicked: function(row) {
331 var menuicon = row.menuicon;
368 * DownloadRow contains all the elements that go into a row of the downloads
388 * Create the row html element and book-keeping for the row.
393 var row = document.createElement('li');
394 row.className = 'downloadrow';
395 row.id = this.path;
396 row.downloadRow = this;
397 list.append(row);
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_host_impl_view.css 7 -webkit-flex-direction: row;
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
mali_parser_test.js 13 // Row 1 open
18 // Row 2 open
23 // Row 3 open
28 // Row 3 close
32 // Row 3 open
37 // Row 4 open
42 // Row 5 open
47 // Row 6 open
52 // Row 7 open
57 // Row 8 ope
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
list_and_associated_view.css 7 -webkit-flex-direction: row;
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_view.h 18 // CandidateView renderes a row of a candidate.
44 // Selects the candidate row. Changes the appearance to make it look
48 // Unselects the candidate row. Changes the appearance to make it look
52 // Enables or disables the candidate row based on |enabled|. Changes the

Completed in 1672 milliseconds

<<11121314151617181920>>