HomeSort by relevance Sort by last modified time
    Searched full:records (Results 301 - 325 of 2236) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/asm-mips/dec/
ecc.h 31 * The register is frozen when EAR.VALID is set, otherwise it records bits
  /external/mtpd/
mtpd.c 268 struct addrinfo *records; local
274 error = getaddrinfo(server, port, &hints, &records);
281 for (r = records; r; r = r->ai_next) {
291 freeaddrinfo(records);
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
RecordingReceiver.java 27 * Records received HTTP responses so they can be later retrieved by tests.
  /external/skia/src/core/
SkBBoxHierarchyRecord.h 16 * This records bounding box information into an SkBBoxHierarchy, and clip/transform information
  /external/stlport/test/eh/
SortClass.h 16 comparisons on SortClass may fail. Also records its own address for
  /frameworks/av/media/libmediaplayerservice/
StagefrightPlayer.h 63 const media::Metadata::Filter& ids, Parcel *records);
  /frameworks/base/core/java/android/content/
SyncContext.java 51 * downloads or sends records to/from the server, this may be called after each record
  /frameworks/base/core/java/android/nfc/
package.html 21 <dd>Represents an NDEF data message, which is the standard format in which "records"
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 23 * An implementation of a GL canvas that records drawing operations.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManagerProxy.java 28 * access ADN-like SIM records.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
RuimPhoneBookInterfaceManager.java 29 * access ADN-like SIM records.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimPhoneBookInterfaceManager.java 29 * access ADN-like SIM records.
  /libcore/support/src/test/java/libcore/dalvik/system/
CloseGuardTester.java 57 // print the log records with the output of this test
  /packages/apps/ContactsCommon/src/com/android/contacts/common/database/
NoNullCursorAsyncQueryHandler.java 27 * Instead, will return a {@link Cursor} with 0 records.
  /external/bluetooth/bluedroid/conf/
bt_did.conf 4 # Record Number: 1, 2 or 3 - maximum of 3 records
36 # Record number: 1, 2 or 3 - maximum of 3 records
68 # Record number: 1, 2 or 3 - maximum of 3 records
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 84 // Records current uptime and disk usage for metrics use.
94 // Records the data previously saved by SaveChromeMainStats(), using the
98 // Records the time that a login was attempted. This will overwrite any
  /external/chromium/chrome/browser/sync/sessions/
sync_session.h 113 const ExtensionsActivityMonitor::Records& extensions_activity() const {
116 ExtensionsActivityMonitor::Records* mutable_extensions_activity() {
142 ExtensionsActivityMonitor::Records extensions_activity_;
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.h 109 // Records the mouse x coordinate at the start of a drag operation.
112 // Records the scroll offset at the time of the start of a drag operation.
123 // Records the tab that was under the initial mouse press. Must match the
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.h 89 // Records a web store launch in the appropriate histograms. |promo_active|
93 // Records an app launch in the corresponding |bucket| of the app launch
98 // Records an app launch in the corresponding |bucket| of the app launch
  /external/chromium_org/base/mac/
libdispatch_task_runner_unittest.cc 60 // Vector that records data from TaskOrderMarker.
64 // Scoper that records the beginning and end of a running task.
85 // Returns a closure that records the task order.
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.h 51 // Records current uptime and disk usage for metrics use.
61 // Records the data previously saved by SaveChromeMainStats(), using the
65 // Records the time that a login was attempted. This will overwrite any
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database.cc 34 // more than kSizeThresholdForFlush action records are queued in memory. This
36 // records, but not so large that too much space can be tied up holding records
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_impl.h 145 // Respond to transaction finishing for SRV records.
149 // Respond to transaction finishing for TXT records.
153 // Respond to transaction finishing for A records.
  /external/chromium_org/net/dns/
dns_response.h 39 // Iterator to walk over resource records of the DNS response packet.
81 // and resource records. After reading into |io_buffer| must call InitParse to
144 // Returns an iterator to the resource records in the answer section.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Tests.js 582 function onTimelineRecorded(records)
587 for (var i = 0; i < records.length; ++i) {
588 var record = records[i];
653 function onTimelineRecorded(records)
656 for (var i = 0; i < records.length; ++i)
657 types[records[i].type] = (types[records[i].type] || 0) + 1;
674 * Records timeline till console.timeStamp("ready"), invokes callback with resulting records.
679 var records = []
    [all...]

Completed in 698 milliseconds

<<11121314151617181920>>