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

1 2 34 5 6 7 8

  /packages/apps/Tag/src/com/android/apps/tag/provider/
TagProvider.java 250 NdefRecord record = null; local
265 record = records[offset];
274 return record;
291 NdefRecord record = getRecord(uri); local
292 if (record != null) {
293 return new String(record.getType(), Charsets.US_ASCII).toLowerCase();
311 NdefRecord record = getRecord(uri); local
312 if (record == null) return;
315 byte[] data = record.getPayload();
  /libcore/luni/src/main/java/java/util/logging/
Handler.java 178 * @param record
179 * the log record to be logged; {@code null} records are ignored.
181 public abstract void publish(LogRecord record);
236 * Determines whether the supplied log record needs to be logged. The
239 * @param record
240 * the log record to be checked.
241 * @return {@code true} if the supplied log record needs to be logged,
244 public boolean isLoggable(LogRecord record) {
245 if (null == record) {
250 } else if (record.getLevel().intValue() >= this.level.intValue())
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 17 package com.android.apps.tag.record;
79 * Returns a view in a list of record types for adding new records to a message.
101 public static ImageRecord parse(NdefRecord record) {
102 MimeRecord underlyingRecord = MimeRecord.parse(record);
114 public static boolean isImage(NdefRecord record) {
116 parse(record);
138 * The actual current value of the image for the record.
RecordEditInfo.java 17 package com.android.apps.tag.record;
42 * The record type being edited.
61 * Returns the current value of the record in edit. Can be {@code null} if not fully inputted
79 * Builds a {@link View} that can edit an underlying record, or launch a picker to change
80 * the value of the record.
97 throw new IllegalArgumentException("All record edit layouts must have a delete button");
  /external/webkit/WebCore/inspector/
TimelineRecordFactory.cpp 48 ScriptObject record = frontend->newScriptObject(); local
49 record.set("startTime", startTime);
50 return record;
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 108 // Record our backup state and we're done
225 byte[] record = bufstream.toByteArray();
226 crc.update(record);
227 outfstream.write(record);
239 // construct the flattened record in a byte array
247 // Update the CRC and write the record to the temp file
248 record = bufstream.toByteArray();
249 crc.update(record);
250 outfstream.write(record);
259 // Write the file to backup as a single record under the given ke
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
ClippingExperiment.java 60 protected void compare(byte[] stim, byte[] record) {
61 short[] pcm = Utils.byteToShortArray(record);
GlitchExperiment.java 72 protected void compare(byte[] stim, byte[] record) {
75 short[] pcm = Utils.byteToShortArray(record);
  /external/skia/include/core/
SkFlattenable.h 129 uint32_t record(SkRefCnt* ref) { function in class:SkRefCntRecorder
152 uint32_t record(SkFlattenable::Factory fact) { function in class:SkFactoryRecorder
  /external/skia/src/core/
SkPicturePlayback.cpp 15 SkPicturePlayback::SkPicturePlayback(const SkPictureRecord& record) {
19 int bitmaps = record.bitmaps(&bitmapBytes);
20 int matrices = record.matrices(&matricesBytes);
21 int paints = record.paints(&paintBytes);
22 int paths = record.paths(&pathBytes);
23 int pictures = record.pictures(&pictureBytes);
24 int regions = record.regions(&regionBytes);
25 SkDebugf("picture record mem used %zd (stream %zd) ", record.size(),
26 record.streamlen())
    [all...]
SkFlattenable.cpp 153 this->write32(fTFRecorder->record(obj));
161 this->write32(fRCRecorder->record(obj));
172 this->write32(fFactoryRecorder->record(factory));
180 // record the current size, so we can subtract after the object writes.
185 // record the obj's size
  /external/bluetooth/bluez/serial/
proxy.c 96 uint32_t record_id; /* Service record id */
175 sdp_record_t *record; local
178 record = sdp_record_alloc();
179 if (!record)
184 sdp_set_browse_groups(record, root);
190 sdp_set_service_classes(record, svclass_id);
196 sdp_set_profile_descs(record, profiles);
210 sdp_set_access_protos(record, aproto);
212 add_lang_attr(record);
214 sdp_set_info_attr(record, "Serial Proxy", NULL, "Serial Proxy")
512 sdp_record_t *record; local
    [all...]
  /external/webkit/JavaScriptCore/parser/
Parser.cpp 76 android::TimeCounter::record(android::TimeCounter::JavaScriptParseTimeCounter, __FUNCTION__);
  /external/webkit/WebKit/android/
TimeCounter.h 67 static void record(enum Type type, const char* functionName);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldXMLFormatterTest.java 72 public void publish(LogRecord record) {}
  /external/v8/src/
log-utils.cc 398 bool LogRecordCompressor::Store(const Vector<const char>& record) {
399 // Check if the record is the same as the last stored one.
402 if (record.length() == curr.length()
403 && strncmp(record.start(), curr.start(), record.length()) == 0) {
410 Vector<char> record_copy = Vector<char>::New(record.length());
411 memcpy(record_copy.start(), record.start(), record.length());
437 // We're moving backwards until we reach the current record.
462 // Record compression results
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 22 import com.android.apps.tag.record.ParsedNdefRecord;
193 NdefRecord record = new NdefRecord(NdefRecord.TNF_UNKNOWN, empty, empty, empty); local
194 NdefMessage msg = new NdefMessage(new NdefRecord[] { record });
256 ParsedNdefRecord record = records.get(i); local
257 content.addView(record.getView(this, inflater, content, i));
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 179 // that appear in the TLV object indicated by Tag 'A9' in the reference file record.
183 byte[] record = null;
185 record = mIapFileRecord.get(i);
187 Log.e(LOG_TAG, "Error: Improper ICC card: No IAP record for ADN, continuing");
190 int recNum = record[mEmailTagNumberInIap];
194 // SIM record numbers are 1 based
200 // might be a record with only email
243 Log.e(LOG_TAG, "Error: Improper ICC card: No email record for ADN, continuing");
258 // SIM record numbers are 1 based.
264 // SIM record numbers are 1 based
    [all...]
SimSmsInterfaceManager.java 102 * @param index record index of message to update
122 // manipulating the SIM record
125 byte[] record = makeSmsRecordData(status, pdu);
128 index, record, null, response);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimSmsInterfaceManager.java 105 * @param index record index of message to update
125 // manipulating the RUIM record
128 byte[] record = makeSmsRecordData(status, pdu);
130 IccConstants.EF_SMS, index, record, null, response);
  /ndk/build/core/
add-platform.mk 19 # And record them in NDK_PLATFORM_$(platform)_ABIS
28 # Record the sysroots for each supported ABI
build-module.mk 19 # This file is used to record the LOCAL_XXX definitions of a given
  /external/strace/
strace.spec 15 received by a running process. Strace can print a record of each
30 received by a running process. Strace can print a record of each
  /external/v8/test/mjsunit/
array-reduce.js 51 var record = [];
57 if (record.length > 0) {
58 var prevRecord = record[record.length - 1];
66 record.push(args);
69 f.record = record;
89 var calls = rec.record;
  /external/v8/tools/
logreader.js 161 * Processes stack record.
190 * @param {!Object} dispatch Dispatch record.
199 * Does a dispatch of a log record.
201 * @param {Array.<string>} fields Log record.
279 * Processes alias log record. Adds an alias to a corresponding map.
325 * Processes repeat log record. Expands it according to calls count and

Completed in 1029 milliseconds

1 2 34 5 6 7 8