HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 1 - 25 of 2110) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/hs20/server/www/
add-free.php 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
18 if ($row == false) {
22 $uri = $row['redirect_uri'];
23 $rowid = $row['rowid'];
24 $realm = $row['realm'];
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); variable
27 if (!$row || strlen($row['value']) == 0) {
31 $user = $row['value'];
33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch() variable
    [all...]
redirect.php 15 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
16 if ($row == false) {
20 $uri = $row['redirect_uri'];
24 $user = $row['user'];
25 $realm = $row['realm'];
cert-enroll.php 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
18 if ($row == false) {
22 $uri = $row['redirect_uri'];
23 $rowid = $row['rowid'];
24 $realm = $row['realm'];
users.php 22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch(); variable
23 $dump = $row['dump'];
41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch(); variable
44 echo $row[$mo];
49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch(); variable
51 echo $row['cert_pem'];
128 $row = $db->query("SELECT rowid,* FROM users WHERE rowid=$id")->fetch(); variable
130 echo "<H3>" . $row['identity'] . "@" . $row['realm'] . "</H3>\n";
133 if (strlen($row['devinfo']) > 0)
    [all...]
  /external/eigen/bench/btl/generic_bench/init/
init_matrix.hh 28 BTL_DONT_INLINE void init_row(Vector & X, int size, int row){
33 X[j]=typename Vector::value_type(init_function(row,j));
45 for (int row=0; row<A.size() ; row++){
46 init_row<init_function>(A[row],size,row);
53 for (int row=0; row<A.size() ; row++
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_pow2.cpp 24 Row* row = &fRows[HeightToRowIndex(height)]; local
25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
31 this->initRow(row, height);
33 if (!row->canAddWidth(width, this->width())) {
37 // that row is now "full", so retarget our Row record for
39 this->initRow(row, height)
    [all...]
  /external/skia/src/gpu/
GrRectanizer_pow2.cpp 24 Row* row = &fRows[HeightToRowIndex(height)]; local
25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
31 this->initRow(row, height);
33 if (!row->canAddWidth(width, this->width())) {
37 // that row is now "full", so retarget our Row record for
39 this->initRow(row, height)
    [all...]
  /external/chromium_org/chrome/browser/history/android/
urls_sql_handler_unittest.cc 52 // Insert a row only has URL to verify the visit count and last visit time
55 HistoryAndBookmarkRow row; local
56 row.set_raw_url("http://google.com");
57 row.set_url(GURL("http://google.com"));
59 ASSERT_TRUE(urls_sql_handler_.Insert(&row));
61 ASSERT_TRUE(history_db_.GetURLRow(row.url_id(), &url_row));
62 EXPECT_EQ(row.url(), url_row.url());
66 // The new row's id was set in url_row correctly.
67 EXPECT_EQ(row.url_id(), url_row.id());
70 // Insert a row with last visit time to verify the visit count is set to 1 b
73 HistoryAndBookmarkRow row; local
91 HistoryAndBookmarkRow row; local
110 HistoryAndBookmarkRow row; local
131 HistoryAndBookmarkRow row; local
148 HistoryAndBookmarkRow row; local
167 HistoryAndBookmarkRow row; local
200 HistoryAndBookmarkRow row; local
239 HistoryAndBookmarkRow row; local
269 HistoryAndBookmarkRow row; local
294 HistoryAndBookmarkRow row; local
322 HistoryAndBookmarkRow row; local
    [all...]
urls_sql_handler.cc 30 bool UrlsSQLHandler::Insert(HistoryAndBookmarkRow* row) {
31 URLRow url_row(row->url());
33 URLID id = history_db_->GetRowForURL(row->url(), &url_row);
36 return false; // We already has this row.
39 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::TITLE))
40 url_row.set_title(row->title());
42 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::LAST_VISIT_TIME))
43 url_row.set_last_visit(row->last_visit_time());
45 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::VISIT_COUNT))
46 url_row.set_visit_count(row->visit_count())
    [all...]
visit_sql_handler_unittest.cc 55 HistoryAndBookmarkRow row; local
56 row.set_raw_url("http://google.com");
57 row.set_url(GURL("http://google.com"));
59 ASSERT_TRUE(urls_sql_handler_.Insert(&row));
60 ASSERT_TRUE(visit_sql_handler_.Insert(&row));
63 ASSERT_TRUE(history_db_.GetURLRow(row.url_id(), &url_row));
67 ASSERT_TRUE(history_db_.GetVisitsForURL(row.url_id(), &visits));
73 HistoryAndBookmarkRow row; local
74 row.set_raw_url("http://google.com");
75 row.set_url(GURL("http://google.com"))
92 HistoryAndBookmarkRow row; local
112 HistoryAndBookmarkRow row; local
132 HistoryAndBookmarkRow row; local
157 HistoryAndBookmarkRow row; local
190 HistoryAndBookmarkRow row; local
223 HistoryAndBookmarkRow row; local
255 HistoryAndBookmarkRow row; local
282 HistoryAndBookmarkRow row; local
    [all...]
  /external/chromium_org/v8/tools/
process-heap-prof.py 64 for row in logreader:
65 if row[0] == 'heap-sample-begin' and row[1] == 'Heap':
66 sample_time = float(row[3])/1000.0
72 elif row[0] == 'heap-sample-end' and row[1] == 'Heap':
75 elif row[0] == itemname and sampling:
76 print(row[1]),
78 print('%d' % (int(row[2]))),
80 print('%d' % (int(row[3])))
    [all...]
  /external/libhevc/common/
ihevc_padding.c 95 WORD32 row; local
97 for(row = 1; row <= pad_size; row++)
99 memcpy(pu1_src - row * src_strd, pu1_src, wd);
100 memcpy(pu1_src + (ht + row - 1) * src_strd,
149 WORD32 row; local
157 for(row = 0; row < ht; row++
216 WORD32 row; local
273 WORD32 row; local
327 WORD32 row; local
382 WORD32 row; local
438 WORD32 row; local
503 WORD32 row; local
559 WORD32 row; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusChangeWithInterestingRectHintTest.java 37 * when taking focus to best select the internal row to show as selected.
73 for (int row = 0; row < numRows; row++) {
75 if ((row % 2) == 0) {
76 assertEquals("row " + row + ": should be at left column",
77 row, mLeftColumn.getSelectedRow());
80 assertTrue("row " + row + ": should be at middle column"
    [all...]
  /external/chromium_org/ui/views/controls/
prefix_delegate.h 18 // Returns the row of the currently selected item, or -1 if no item is
22 // Sets the selection to the specified row.
23 virtual void SetSelectedRow(int row) = 0;
25 // Returns the item at the specified row.
26 virtual base::string16 GetTextForRow(int row) = 0;
  /external/eigen/doc/snippets/
MatrixBase_row.cpp 2 m.row(1) = Vector3d(4,5,6);
MatrixBase_setOnes.cpp 2 m.row(1).setOnes();
MatrixBase_setZero.cpp 2 m.row(1).setZero();
  /frameworks/rs/
rsMatrix2x2.h 28 inline float get(uint32_t col, uint32_t row) const {
29 return m[col*2 + row];
32 inline void set(uint32_t col, uint32_t row, float v) {
33 m[col*2 + row] = v;
rsMatrix3x3.h 28 inline float get(uint32_t col, uint32_t row) const {
29 return m[col*3 + row];
32 inline void set(uint32_t col, uint32_t row, float v) {
33 m[col*3 + row] = v;
  /cts/tools/dasm/src/java_cup/
parse_action_table.java 7 * It has one row for each state in the parse machine, and a column for
67 for (int row = 0; row < num_states(); row++)
69 for (int col = 0; col < under_state[row].size(); col++)
72 act = under_state[row].under_term[col];
112 for (int row = 0; row < num_states(); row++)
114 result += "From state #" + row + "\n"
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_mode_3_to_9.s 179 sub r1, r1, #9 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row
196 vmov.i8 d27, #7 @row 0 to 7
198 vsub.s8 d8, d8, d2 @ref_main_idx (sub row)
199 vsub.s8 d8, d26, d8 @ref_main_idx (row 0)
201 vsub.s8 d9, d8, d2 @ref_main_idx + 1 (row 0)
202 vtbl.8 d12, {d0,d1}, d8 @load from ref_main_idx (row 0)
205 vtbl.8 d13, {d0,d1}, d9 @load from ref_main_idx + 1 (row 0)
206 vsub.s8 d4, d8, d2 @ref_main_idx (row 1)
207 vsub.s8 d5, d9, d2 @ref_main_idx + 1 (row 1
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
event_analyzing_sample.py 134 for row in commq:
135 print "%16s %8d %s" % (row[0], row[1], num2sym(row[1]))
140 for row in symbolq:
141 print "%32s %8d %s" % (row[0], row[1], num2sym(row[1]))
146 for row in dsoq:
147 print "%40s %8d %s" % (row[0], row[1], num2sym(row[1])
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
AbstractKeyboardBuilder.java 24 * A keyboard consists of an array of rows, and a row consists of an array of elements. Each row
25 * may have different number of elements. A element of a keyboard can be specified by a row number
57 final E[] row = rows[rowIndex]; local
58 mRows[rowIndex] = Arrays.copyOf(row, row.length);
79 * Get the current contents of the specified row.
80 * @param row the row number to get the contents.
81 * @return the array of elements at row number <code>row</code>
    [all...]
  /external/eigen/test/
schur_real.cpp 22 for(int row = 2; row < size; ++row) {
23 for(int col = 0; col < row - 1; ++col) {
24 VERIFY(T(row,col) == Scalar(0));
30 for(int row = 1; row < size; ++row) {
31 if (T(row,row-1) != Scalar(0))
    [all...]
  /frameworks/base/core/java/android/database/
CursorWindow.java 71 private static native int nativeGetType(long windowPtr, int row, int column);
72 private static native byte[] nativeGetBlob(long windowPtr, int row, int column);
73 private static native String nativeGetString(long windowPtr, int row, int column);
74 private static native long nativeGetLong(long windowPtr, int row, int column);
75 private static native double nativeGetDouble(long windowPtr, int row, int column);
76 private static native void nativeCopyStringToBuffer(long windowPtr, int row, int column,
79 private static native boolean nativePutBlob(long windowPtr, byte[] value, int row, int column);
80 private static native boolean nativePutString(long windowPtr, String value, int row, int column);
81 private static native boolean nativePutLong(long windowPtr, long value, int row, int column);
82 private static native boolean nativePutDouble(long windowPtr, double value, int row, int column)
    [all...]

Completed in 614 milliseconds

1 2 3 4 5 6 7 8 91011>>