OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updated
(Results
901 - 925
of
6390
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/third_party/sqlite/src/test/
e_update.test
249
# of the row being
updated
.
351
# attached is in the TEMP database, the table being
updated
by the
378
# table being
updated
is resolved in the same way as it is for a
530
# the maximum number of rows that will be
updated
is found by evaluating
550
# then all rows that would be
updated
in the absence of the LIMIT clause
551
# are sorted according to the ORDER BY and the first N
updated
.
564
# first M rows are skipped and the following N rows
updated
instead.
574
# clause, then all rows that would be
updated
in the absence of the
576
# LIMIT and OFFSET clauses to determine which are actually
updated
.
/external/libnfc-nxp/inc/
phNfcTypes.h
545
* is
updated
for every device discovery.
577
* is
updated
for every device discovery.
614
/* TODO: This will be
updated
later */
625
* is
updated
for every device discovery.
647
* is
updated
for every device discovery.
667
* is
updated
for every device discovery.
722
* is
updated
for every device discovery.
[
all
...]
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java
76
// Load last
updated
value.
77
// We store last
updated
value in preferences.
172
// If feed update time is newer, or zero (if never
updated
, for new
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java
151
*
updated
on the server-side that need to be
updated
locally.
187
// Send the
updated
friends data to the server
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MDGoldenData.java
52
// digest
updated
with myMessage bytes
61
// use MD algorithm name + "_NU" if not
updated
MD value is needed
192
* not
updated
MD value requested
/external/bison/build-aux/
update-copyright
26
# copyright statements to be
updated
. The copyright holder's name
35
# year is not the current year, then the statement is
updated
for the
105
# year. If unset or set to 0, only
updated
FSF copyright
/external/chromium/chrome/browser/bookmarks/
bookmark_index_unittest.cc
152
// Makes sure match positions are
updated
appropriately.
177
// Makes sure index is
updated
when a node is removed.
187
// Makes sure index is
updated
when a node's title is changed.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h
164
// to call when a folder menu window is open as that window will be
updated
.
179
// to call when a folder menu window is open as that window will be
updated
.
184
// to call when a folder menu window is open as that window will be
updated
.
/external/chromium/chrome/common/extensions/docs/static/
autoupdate.html
6
<p>If you publish your extension using the <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, you can <em>ignore this page</em>. You can use the dashboard to release
updated
versions of your extension to users, as well as to the Extensions Gallery or Chrome Web Store.</p>
99
<p>As we add more APIs to the extensions system, it's possible you will want to release an
updated
version of an extension that will only work with newer versions of the browser. While Google Chrome itself is autoupdated, it can take a few days before the majority of the user base has
updated
to any given new release. To ensure that a given extension update will apply only to Google Chrome versions at or higher than a specific version, you would add the prodversionmin parameter to the <code><app></code> tag in your update manifest. For example:</p>
/external/chromium_org/chrome/browser/bookmarks/
bookmark_index_unittest.cc
158
// Makes sure match positions are
updated
appropriately.
188
// Makes sure index is
updated
when a node is removed.
198
// Makes sure index is
updated
when a node's title is changed.
/external/chromium_org/chrome/browser/history/android/
visit_sql_handler_unittest.cc
155
// Test the case that both visit time and visit count
updated
.
221
// that visits row are
updated
correctly.
246
// Though both time are
updated
, visit count was increase by 1 because of
/external/chromium_org/chrome/browser/history/
expire_history_backend.h
149
// NOTE: If the url is bookmarked only the segments and text db are
updated
,
174
// the visit and typed counts will be
updated
(we want to clear these when a
183
// DeleteOneURL fills in will be
updated
, and this function will also delete
thumbnail_database.h
79
// Gets the last
updated
time, bitmap data, and pixel size of the favicon
100
// Sets the bitmap data and the last
updated
time for the favicon bitmap at
107
// Sets the last
updated
time for the favicon bitmap at |bitmap_id|.
/external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js
112
// If this header file is
updated
, the below list also should be
updated
.
222
$('prefs-supported-languages-last-
updated
').querySelector('span');
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h
161
// to call when a folder menu window is open as that window will be
updated
.
174
// to call when a folder menu window is open as that window will be
updated
.
179
// to call when a folder menu window is open as that window will be
updated
.
/external/chromium_org/chrome/browser/ui/webui/help/
version_updater_win.cc
176
Status status =
UPDATED
;
202
// To confirm the
updated
version is running, the reading
259
callback_.Run(
UPDATED
, 0, base::string16());
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
autoupdate.html
6
<p>If you publish using the <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, you can <em>ignore this page</em>. You can use the dashboard to release
updated
versions to users, as well as to the Chrome Web Store.</p>
146
<p>As we add more APIs to the extensions system, it's possible you will want to release an
updated
version of an extension or app that will work only with newer versions of the browser. While Google Chrome itself is autoupdated, it can take a few days before the majority of the user base has
updated
to any given new release. To ensure that a given update will apply only to Google Chrome versions at or higher than a specific version, you add the "prodversionmin" attribute to the <app> element in your update manifest. For example:</p>
/external/chromium_org/content/public/browser/
notification_types.h
68
// sent when the entry is
updated
outside of navigation (like when a new
131
// This notification is sent after WebContents' title is
updated
. The source
178
// Sent after the backing store has been
updated
but before the widget has
/external/chromium_org/sync/engine/
sync_scheduler_impl.h
259
//
updated
by the server.
300
// in the call will have its TimeTicks value
updated
.
317
// after credentials are
updated
.
/external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.h
164
//
updated
with the newer encryption state.
196
// bootstrap token was
updated
.
296
// conflict resolver)
updated
the nigori's encryption keys in this chrome
/external/chromium_org/third_party/WebKit/ManualTests/
media-controls.html
85
'of the timeline gliding smoothly along the track,
updated
every 200ms or so.</p>',
93
'of the timeline gliding smoothly along the track,
updated
every 200ms or so.</p>',
155
'with current and remaining time should changing and the thumb of the timeline gliding smoothly along the track,
updated
every 200ms or so.</p>' +
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js
224
dict.forEach(function(item, key,
updated
) {
233
dict.forEach(function(item, key,
updated
) {
234
updated
&& updates.push(key);
/external/chromium_org/third_party/icu/source/i18n/unicode/
format.h
13
* 03/17/97 clhuang
Updated
per C++ implementation.
14
* 03/27/97 helena
Updated
to pass the simple test after code review.
201
* parse_pos.index
updated
to 3 (just before the second space).
/external/clang/lib/StaticAnalyzer/
README.txt
33
updated
program point and an
updated
state. A bug is found by hitting
65
ProgramState and ExplodedNode which contains
updated
checker state. If it
/external/icu4c/i18n/unicode/
format.h
13
* 03/17/97 clhuang
Updated
per C++ implementation.
14
* 03/27/97 helena
Updated
to pass the simple test after code review.
201
* parse_pos.index
updated
to 3 (just before the second space).
Completed in 707 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>