HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /libcore/luni/src/main/java/java/util/logging/
StreamHandler.java 281 * Accepts a logging request. The log record is formatted and written to the
284 * <li>the supplied log record has at least the required logging level;
285 * <li>the supplied log record passes the filter associated with this
289 * If it is the first time a log record is written out, the head string of
292 * @param record
293 * the log record to be logged.
296 public synchronized void publish(LogRecord record) {
298 if (this.isLoggable(record)) {
304 msg = getFormatter().format(record);
306 getErrorManager().error("Exception occurred when formatting the log record",
    [all...]
SocketHandler.java 50 * record has been published.
157 * Logs a record if necessary. A flush operation will be done afterwards.
159 * @param record
160 * the log record to be logged.
163 public void publish(LogRecord record) {
164 super.publish(record);
  /external/bluetooth/glib/tests/gobject/
override.c 47 static void record (const gchar *str);
62 record ("TestI::foo");
99 record ("TestA::foo");
113 record ("TestA::bar");
121 record ("TestA::baz");
184 record ("TestB::foo");
200 record ("TestB::bar");
218 record ("TestB::baz");
272 record ("TestC::foo");
288 record ("TestC::bar")
348 record (const gchar *str) function
    [all...]
  /external/webkit/JavaScriptCore/runtime/
TimeoutChecker.h 67 android::TimeCounter::record(android::TimeCounter::JavaScriptTimeCounter, __FUNCTION__);
  /frameworks/base/cmds/stagefright/
Android.mk 32 record.cpp
46 LOCAL_MODULE:= record
  /packages/apps/Tag/src/com/android/apps/tag/record/
ParsedNdefRecord.java 17 package com.android.apps.tag.record;
35 * Returns a view to display this record.
42 * Returns a {@link RecordEditInfo} for editing this record.
UnknownRecord.java 17 package com.android.apps.tag.record;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
BiasExperiment.java 44 protected void compare(byte[] stim, byte[] record) {
45 short[] pcm = Utils.byteToShortArray(record);
SequenceExperiment.java 25 * An extension to LoopbackExperiment, in which the "playback and record"
44 protected void compare(byte[][] stim, byte[][] record) {
GainLinearityExperiment.java 64 protected void compare(byte[][] stim, byte[][] record) {
67 pcms[i] = Utils.byteToShortArray(record[i]);
SoundLevelExperiment.java 61 protected void compare(byte[] stim, byte[] record) {
62 short[] pcm = Utils.byteToShortArray(record);
SpectrumShapeExperiment.java 50 protected void compare(byte[] stim, byte[] record) {
51 short[] pcm = Utils.byteToShortArray(record);
  /external/icu4c/layout/
LEInsertionList.cpp 39 InsertionRecord *record = head; local
42 LE_DELETE_ARRAY(record);
  /external/netcat/data/
dns-any.d 5 # you should get at least *one* record back out
  /external/bluetooth/bluez/plugins/
pnat.c 81 uint32_t record_handle; /* Local SDP record handle */
363 sdp_record_t *record; local
366 record = sdp_record_alloc();
367 if (!record)
372 sdp_set_browse_groups(record, root);
378 sdp_set_service_classes(record, svclass_id);
383 sdp_set_profile_descs(record, pfseq);
396 sdp_set_access_protos(record, aproto);
398 sdp_set_info_attr(record, "Dial-Up Networking", 0, 0);
409 return record;
425 sdp_record_t *record; local
    [all...]
service.c 60 sdp_record_t *record; member in struct:context_data
99 if (!strcmp(element_name, "record"))
156 ctx_data->stack_head, ctx_data->record);
169 if (!strcmp(element_name, "record"))
174 int ret = sdp_attr_add(ctx_data->record, ctx_data->attr_id,
245 sdp_record_t *record; local
251 record = sdp_record_alloc();
252 if (!record) {
258 ctx_data->record = record;
457 const char *record; local
516 const char *sender, *record; local
616 sdp_record_t *record; local
    [all...]
  /external/bluetooth/bluez/audio/
control.c 212 sdp_record_t *record; local
217 record = sdp_record_alloc();
218 if (!record)
223 sdp_set_browse_groups(record, root);
228 sdp_set_service_classes(record, svclass_id);
244 sdp_set_access_protos(record, aproto);
250 sdp_set_profile_descs(record, pfseq);
253 sdp_attr_add(record, SDP_ATTR_SUPPORTED_FEATURES, features);
255 sdp_set_info_attr(record, "AVRCP CT", 0, 0);
267 return record;
276 sdp_record_t *record; local
864 sdp_record_t *record; local
    [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 490 SwitchRecord record = m_switches[i]; local
491 unsigned bytecodeIndex = record.bytecodeIndex;
493 if (record.type != SwitchRecord::String) {
494 ASSERT(record.type == SwitchRecord::Immediate || record.type == SwitchRecord::Character);
495 ASSERT(record.jumpTable.simpleJumpTable->branchOffsets.size() == record.jumpTable.simpleJumpTable->ctiOffsets.size());
497 record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeIndex + record.defaultOffset]);
499 for (unsigned j = 0; j < record.jumpTable.simpleJumpTable->branchOffsets.size(); ++j)
    [all...]
  /external/bluetooth/bluez/src/
sdpd-database.c 54 * Ordering function called when inserting a service record.
56 * and the service record handle is the sort key
64 error("NULL RECORD LIST FATAL");
77 error("NULL RECORD LIST FATAL");
100 sdp_record_t *record; member in struct:_indexed
116 sdp_record_remove(item->record->handle);
117 sdp_record_free(item->record);
140 if (rec == item->record) {
159 void sdp_svcdb_set_collectable(sdp_record_t *record, int sock)
163 item->record = record
    [all...]
sdpd-service.c 70 * attribute of the service record of the SDP server
85 * The service database state is an attribute of the service record
286 * The SDP server must present its own service record to
288 * discovery clients. This method constructs a service record
303 /* Force the record to be SDP_SERVER_RECORD_HANDLE */
352 sdp_record_t *record = sdp_record_alloc(); local
354 info("Adding device id record for %04x:%04x", vendor, product);
360 record->handle = sdp_next_handle();
362 sdp_record_add(BDADDR_ANY, record);
363 sdp_data = sdp_data_alloc(SDP_UINT32, &record->handle)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 85 public boolean isLoggable(LogRecord record) {
86 return !record.getMessage().equals("false");
93 public void publish(LogRecord record) {}
  /external/bluetooth/bluez/input/
manager.c 87 const sdp_record_t *record; local
98 record = btd_device_get_record(device, uuids->data);
100 if (!record || sdp_get_access_protos(record, &protos) < 0) {
101 error("Invalid record");
  /external/webkit/WebCore/inspector/front-end/
TimelineOverviewPane.js 129 function markTimeline(record)
131 var percentages = this._overviewCalculator.computeBarGraphPercentages(record);
134 var categoryName = record.category.name;
276 computeBarGraphPercentages: function(record)
278 var start = (record.startTime - this.minimumBoundary) / this.boundarySpan * 100;
279 var end = (record.endTime - this.minimumBoundary) / this.boundarySpan * 100;
289 updateBoundaries: function(record)
291 if (typeof this.minimumBoundary === "undefined" || record.startTime < this.minimumBoundary) {
292 this.minimumBoundary = record.startTime;
295 if (typeof this.maximumBoundary === "undefined" || record.endTime > this.maximumBoundary)
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-leaks 202 RECORD: for (my $i = 0; $i < @$recordList;) {
203 my $record = $recordList->[$i];
206 if ($record->{$key} =~ $regexp) {
208 next RECORD;
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 505 ToastRecord record; local
510 record = mToastQueue.get(index);
511 record.update(duration);
513 record = new ToastRecord(callingPid, pkg, callback, duration);
514 mToastQueue.add(record);
555 ToastRecord record = mToastQueue.get(0); local
556 while (record != null) {
557 if (DBG) Slog.d(TAG, "Show pkg=" + record.pkg + " callback=" + record.callback);
559 record.callback.show()
581 ToastRecord record = mToastQueue.get(index); local
    [all...]

Completed in 543 milliseconds

1 23 4 5 6 7 8