Searched refs:record (Results 226 - 250 of 508) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_perf6 # 1) perf record [gm/tests/bench] # runs profiler on specified app
82 $ADB shell perf record -p ${APP_PID} sleep 70
103 record)
115 echo "setup, record, report, clean"
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dcommand-list.txt19 perf-record mainporcelain common
/external/skia/platform_tools/android/bin/
H A Dandroid_perf6 # 1) perf record [gm/tests/bench] # runs profiler on specified app
82 $ADB shell perf record -p ${APP_PID} sleep 70
103 record)
115 echo "setup, record, report, clean"
/external/valgrind/main/memcheck/tests/
H A Dmempool.stderr.exp35 10 bytes in 1 blocks are definitely lost in loss record ... of ...
40 10 bytes in 1 blocks are definitely lost in loss record ... of ...
45 20 bytes in 1 blocks are definitely lost in loss record ... of ...
50 48 (32 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c53 ** Description This function searches for a record that contains the
55 ** beginning, or the previous record found.
57 ** Returns Pointer to the record, or NULL if not found.
64 tSDP_RECORD *p_end = &sdp_cb.server_db.record[sdp_cb.server_db.num_records];
66 /* If NULL, start at the beginning, else start at the first specified record */
68 p_rec = &sdp_cb.server_db.record[0];
73 /* the record contains all the passed UUIDs in it. */
96 /* If any UUID was not found, on to the next record */
101 /* If every UUID was found in the record, return the record */
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnfc_debug_ui.cc208 const NfcNdefRecord* record) OVERRIDE;
213 const NfcNdefRecord* record) OVERRIDE;
234 // Called by the UI to push an NDEF record to a remote device or tag. |args|
235 // will contain one dictionary that contains the record data.
352 const NfcNdefRecord* record) {
363 const NfcNdefRecord* record) {
488 NfcNdefRecord record; local
489 if (!record.Populate(RecordTypeStringValueToEnum(type), record_data)) {
490 OnSubmitRecordFormFailed("Invalid record data provided. Missing required "
503 message.AddRecord(&record);
350 RecordReceived( NfcTag* tag, const NfcNdefRecord* record) argument
361 RecordReceived( NfcPeer* peer, const NfcNdefRecord* record) argument
646 const NfcNdefRecord* record = (*iter); local
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings.js25 * Used to record usage statistics.
97 this.metrics_.record(print_preview.Metrics.PrintSettingsUiBucket.
107 this.metrics_.record(print_preview.Metrics.PrintSettingsUiBucket.
/external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
H A Dinit.js31 whisperDecoder = new WhisperDecoder(audioParams.record, whispernetNacl);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_index_writer.h39 void WriteIndexKeys(const IndexedDBBackingStore::RecordIdentifier& record,
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record.cc54 VLOG(1) << "Tried to populate record with invalid field: "
87 VLOG(1) << "Populating record with type \"Text\".";
94 VLOG(1) << "Failed to populate record.";
113 VLOG(1) << "Populating record with type \"SmartPoster\".";
126 VLOG(1) << "Failed to populate record.";
156 VLOG(1) << "Populating record with type \"URI\".";
165 VLOG(1) << "Failed to populate record.";
245 void NfcNdefMessage::AddRecord(NfcNdefRecord* record) { argument
246 records_.push_back(record);
249 bool NfcNdefMessage::RemoveRecord(NfcNdefRecord* record) { argument
[all...]
H A Dnfc_tag_technology.h81 // This method will be called when an NDEF record |record|, stored on the
86 virtual void RecordReceived(NfcTag* tag, const NfcNdefRecord* record) {} argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationRecord.cpp147 MutationRecordWithNullOldValue(PassRefPtrWillBeRawPtr<MutationRecord> record) argument
148 : m_record(record)
208 PassRefPtrWillBeRawPtr<MutationRecord> MutationRecord::createWithNullOldValue(PassRefPtrWillBeRawPtr<MutationRecord> record) argument
210 return adoptRefWillBeNoop(new MutationRecordWithNullOldValue(record));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/host/
H A DUserMetrics.js102 record: function()
/external/chromium_org/third_party/freetype/src/base/
H A Dbasepic.c38 FT_Init_Table_raccess_guess_table( ft_raccess_guess_rec* record );
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTUtils.cpp64 // The required 'name' record types: Family, Style, Unique, Full and PostScript.
184 SkOTTableName::Iterator::Record record; local
185 if (fFamilyNameIter.next(record)) {
186 localizedString->fString = record.name;
187 localizedString->fLanguage = record.language;
/external/chromium_org/tools/gn/
H A Dbuilder_record.h95 void AddDep(BuilderRecord* record);
/external/freetype/src/base/
H A Dbasepic.c38 FT_Init_Table_ft_raccess_guess_table( ft_raccess_guess_rec* record );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dbasepic.c38 FT_Init_Table_raccess_guess_table( ft_raccess_guess_rec* record );
/external/skia/src/sfnt/
H A DSkOTUtils.cpp64 // The required 'name' record types: Family, Style, Unique, Full and PostScript.
184 SkOTTableName::Iterator::Record record; local
185 if (fFamilyNameIter.next(record)) {
186 localizedString->fString = record.name;
187 localizedString->fLanguage = record.language;
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py146 summary("WPS carrier type match - add WPS carrier record")
149 summary("Could not get handover select carrier record from hostapd")
151 print "Handover select carrier record from hostapd:"
153 if "OK" in wpas_report_handover(carrier.record, data):
176 for record in tag.ndef.message:
177 print "record type " + record.type
178 if record.type == "application/vnd.wfa.wsc":
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogRecordTest.java377 public void publish(LogRecord record) { argument
378 className = record.getSourceClassName();
379 methodName = record.getSourceMethodName();
422 public void log(LogRecord record) { argument
423 if (isLoggable(record.getLevel())) {
428 ha[i].publish(record);
436 ha[i].publish(record);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp466 for (ElementRecord* record = m_top.get(); record; record = record->next()) {
467 HTMLStackItem* item = record->stackItem().get();
631 for (ElementRecord* record = m_top.get(); record; record = record->next())
632 record
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.h45 int record_size; /* size of binary record */
94 struct pevent_record *record,
537 struct pevent_record *record);
549 const char *name, struct pevent_record *record,
553 const char *name, struct pevent_record *record,
556 const char *name, struct pevent_record *record,
559 const char *name, struct pevent_record *record,
564 struct pevent_record *record, int err);
591 struct trace_seq *s, struct pevent_record *record);
597 struct pevent_record *record);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DFunctionReceiverChecker.java182 for (FunctionRecord record : nestedFunctionsByName.values()) {
183 processFunctionUsesAsArgument(record, symbolicArgumentsByName.get(record.name));
184 processFunctionCallSites(record, callSitesByFunctionName.get(record.name));

Completed in 1756 milliseconds

1234567891011>>