/external/chromium_org/third_party/WebKit/Source/core/css/ |
LocalFontFaceSource.cpp | 24 m_histograms.record(fontData); 28 void LocalFontFaceSource::LocalFontHistograms::record(bool loadSuccess) function in class:blink::LocalFontFaceSource::LocalFontHistograms
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
TimelineEventOverview.js | 86 * @param {!WebInspector.TimelineModel.Record} record 89 function appendRecord(record) 91 if (this._uiUtils.isBeginFrame(record)) 93 var recordStart = Math.floor((record.startTime() - timeOffset) * scale); 94 var recordEnd = Math.ceil((record.endTime() - timeOffset) * scale); 95 var category = this._uiUtils.categoryForRecord(record); 101 // If record fits entirely into previous bar just absorb it ignoring the category match.
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_writer.h | 33 // crc32c values for all supported record types. These are 35 // record type stored in the header.
|
/external/chromium_org/tools/perf/measurements/ |
loading_trace.py | 32 record = tir_module.TimelineInteractionRecord( 37 [record],
|
/external/chromium_org/tools/perf/page_sets/ |
startup_pages_record.py | 17 """ Pages to record data for testing starting Chrome with a URL. 20 testing; but we do want to record the pages it uses. Also, record_wpr
|
/external/chromium_org/v8/src/ |
circular-queue-inl.h | 29 return &dequeue_pos_->record; 46 return &enqueue_pos_->record;
|
/external/chromium_org/v8/src/third_party/kernel/tools/perf/util/ |
jitdump.h | 34 /* record prefix (mandatory in each record) */
|
/external/icu/icu4c/source/layout/ |
LEInsertionList.cpp | 39 InsertionRecord *record = head; local 42 LE_DELETE_ARRAY(record);
|
/external/jmdns/src/javax/jmdns/ |
ServiceEvent.java | 53 * Returns the service info record, or null if the service could not be resolved. Always returns null, if the event is sent to a service type listener. 55 * @return service info record
|
ServiceListener.java | 41 * A service has been resolved. Its details are now available in the ServiceInfo record.<br/>
45 * The ServiceEvent providing the name, the fully qualified type of the service, and the service info record.
|
/external/kernel-headers/original/uapi/linux/nfsd/ |
cld.h | 32 Cld_Create, /* create a record for this cm_id */ 33 Cld_Remove, /* remove record of this cm_id */
|
/external/libsepol/src/ |
interfaces.c | 11 /* Create a low level structure from record */ 14 ocontext_t ** iface, const sepol_iface_t * record) 25 tmp_iface->u.name = strdup(sepol_iface_get_name(record)); 31 &tmp_con, sepol_iface_get_ifcon(record)) < 0) 40 &tmp_con, sepol_iface_get_msgcon(record)) < 0) 68 ocontext_t * iface, sepol_iface_t ** record) 98 *record = tmp_record; 102 ERR(handle, "could not convert interface %s to record", name);
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCCodeEmitter.h | 65 // record the relocation and return zero. 72 // record the relocation and return zero. 79 // record the relocation and return zero. 86 // record the relocation and return zero. 93 // record the relocation and return zero. 100 // record the relocation and return zero. 107 // record the relocation and return zero. 113 // operand requires relocation, record the relocation and return zero.
|
/external/llvm/utils/TableGen/ |
CodeGenTarget.cpp | 24 #include "llvm/TableGen/Record.h" 37 /// record corresponds to. 38 MVT::SimpleValueType llvm::getValueType(Record *Rec) { 121 /// getQualifiedName - Return the name of the specified record, with a 122 /// namespace qualifier if the record contains one. 124 std::string llvm::getQualifiedName(const Record *R) { 137 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); 166 Record *CodeGenTarget::getInstructionSet() const { 173 Record *CodeGenTarget::getAsmParser() const { 174 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyParsers") [all...] |
/external/ltrace/testsuite/ltrace.minor/ |
count-record.c | 1 /* Ltrace Test : count-record.c. 17 /* Do as many operations as possible to record these calls. */
|
/external/nist-sip/java/gov/nist/javax/sip/ |
LogRecordFactory.java | 16 * Create a log record. 29 * @return -- a log record with the appropriate fields set.
|
/external/replicaisland/src/com/replica/replicaisland/ |
InventoryComponent.java | 36 public void applyUpdate(UpdateRecord record) { 37 mInventory.add(record);
|
/external/smack/src/org/xbill/DNS/ |
SIGRecord.java | 24 Record 30 * Creates an SIG Record from the given data
|
U16NameBase.java | 8 * Implements common functionality for the many record types whose format 14 abstract class U16NameBase extends Record {
|
/external/srec/audio/AudioIn/UNIX/src/ |
audioinwrapper.cpp | 59 static AudioRecord* record; variable 97 // TODO: get record buffer size from hardware. 98 record = new android::AudioRecord( 105 if (!record) return -1; 107 return record->start() == NO_ERROR ? 0 : -1; 116 record->stop(); 117 delete record; 134 n = record->read(buffer, nreq);
|
/external/valgrind/main/drd/tests/ |
std_string.cpp | 38 std::list<std::string> record; local 39 record.push_back("some data");
|
/external/valgrind/main/memcheck/tests/ |
leak-tree.stderr.exp | 5 16 bytes in 1 blocks are definitely lost in loss record ... of ... 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
/frameworks/support/v4/ics/android/support/v4/view/accessibility/ |
AccessibilityEventCompatIcs.java | 31 public static void appendRecord(AccessibilityEvent event, Object record) { 32 event.appendRecord((AccessibilityRecord) record);
|
/ndk/build/core/ |
add-platform.mk | 19 # And record them in NDK_PLATFORM_$(platform)_ABIS 28 # Record the sysroots for each supported ABI
|
/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.
|