Searched defs:history (Results 201 - 211 of 211) sorted by relevance

123456789

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc5 #include "chrome/browser/history/history_backend.h"
27 #include "chrome/browser/history/download_row.h"
28 #include "chrome/browser/history/history_db_task.h"
29 #include "chrome/browser/history/history_db_task.h"
30 #include "chrome/browser/history/history_notifications.h"
31 #include "chrome/browser/history/in_memory_history_backend.h"
32 #include "chrome/browser/history/in_memory_history_backend.h"
33 #include "chrome/browser/history/top_sites.h"
34 #include "chrome/browser/history/typed_url_syncable_service.h"
35 #include "chrome/browser/history/typed_url_syncable_servic
69 namespace history { namespace
[all...]
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js2986 * @see https://developer.chrome.com/extensions/history.html
2988 chrome.history = {};
2994 chrome.history.addUrl = function(details) {};
3000 chrome.history.deleteAll = function(callback) {};
3008 chrome.history.deleteRange = function(range, callback) {};
3014 chrome.history.deleteUrl = function(details) {};
3022 chrome.history.getVisits = function(details, callback) {};
3032 chrome.history.search = function(query, callback) {};
3036 chrome.history.onVisitRemoved;
3040 chrome.history
[all...]
/external/mksh/src/
H A Dsh.h827 /* temporary file used for history editing (fc -e) */
1598 EXTERN char **history; /* saved commands */ variable
1599 EXTERN char **histptr; /* last history item */
1600 EXTERN mksh_ari_t histsize; /* history size */
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c827 int *history; /* list of (depth, state-id) tuples */ member in struct:_xmlSchemaIDCStateObj
3851 if (sto->history != NULL)
3852 xmlFree(sto->history);
22486 * Register a match in the state object history.
22488 if (sto->history == NULL) {
22489 sto->history = (int *) xmlMalloc(5 * sizeof(int));
22490 if (sto->history == NULL) {
22492 "allocating the state object history", NULL);
22498 sto->history = (int *) xmlRealloc(sto->history,
[all...]
/external/libxml2/
H A Dxmlschemas.c827 int *history; /* list of (depth, state-id) tuples */ member in struct:_xmlSchemaIDCStateObj
3870 if (sto->history != NULL)
3871 xmlFree(sto->history);
22515 * Register a match in the state object history.
22517 if (sto->history == NULL) {
22518 sto->history = (int *) xmlMalloc(5 * sizeof(int));
22519 if (sto->history == NULL) {
22521 "allocating the state object history", NULL);
22527 sto->history = (int *) xmlRealloc(sto->history,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 1051 milliseconds

123456789