HomeSort by relevance Sort by last modified time
    Searched full:record (Results 326 - 350 of 6429) sorted by null

<<11121314151617181920>>

  /external/chromium_org/sync/internal_api/public/base/
attachment_id_proto.cc 27 sync_pb::AttachmentMetadataRecord* record = result.add_record(); local
28 *record->mutable_id() = ids.Get(i);
29 record->set_is_on_server(true);
  /external/chromium_org/tools/binary_size/template/
test-data-generator.html 84 * record at path /a/b/c/d.foo, the maxDepth will be 6; the file 'd.foo'
92 var record = records[index];
93 var parts = record.p.split("/");
97 // field of the record. We create any intermediate nodes required.
103 node = _mk_child(node, part, record.s);
109 node = _mk_child(node, record.t, record.s);
110 node.t = record.t;
114 node = _mk_child(node, record.n, record.s)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
tracing_options.py 5 RECORD_AS_MUCH_AS_POSSIBLE = 'record-as-much-as-possible'
6 RECORD_UNTIL_FULL = 'record-until-full'
21 record modes in chrome (see
  /external/clang/test/Index/
pch-with-errors.m 26 // RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-preprocessing-record
27 // RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-PARSE %s
28 // RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-INDEX %s
  /external/icu/icu4c/source/layout/
PairPositioningSubtables.cpp 138 const PairValueRecord *record = records; local
141 if (SWAPW(record->secondGlyph) == glyphID) {
142 return record;
145 record = (const PairValueRecord *) ((char *) record + recordSize);
152 const PairValueRecord *record = records;
153 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra);
156 record = trial;
161 trial = (const PairValueRecord *) ((char *) record + probe);
164 record = trial
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_mcsn.h 38 unsigned short record; /* Record capability */ member in struct:__anon33990
41 unsigned short rint; /* Interrupt at end of record */
  /external/valgrind/main/memcheck/tests/
filter_stderr 22 # records. So we filter out the loss record numbers.
23 perl -p -e "s/in loss record \d+ of \d+/in loss record ... of .../" |
leak-delta.stderr.exp 2 10 bytes in 1 blocks are still reachable in loss record ... of ...
9 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
14 21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
20 65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ...
27 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
33 0 (-10) bytes in 0 (-1) blocks are still reachable in loss record ... of ...
38 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
44 0 (-10) bytes in 0 (-1) blocks are definitely lost in loss record ... of ...
49 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
55 32 (+32) bytes in 1 (+1) blocks are definitely lost in loss record ... of ..
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
log_test.cc 110 // Record metadata for testing initial offset functionality
136 Slice record; local
137 if (reader_.ReadRecord(&record, &scratch)) {
138 return record.ToString();
186 std::string record(initial_offset_record_sizes_[i],
188 Write(record);
198 Slice record; local
200 ASSERT_TRUE(!offset_reader->ReadRecord(&record, &scratch));
211 Slice record; local
213 ASSERT_TRUE(offset_reader->ReadRecord(&record, &scratch))
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 44 'Unrecognized flag for a timeline interaction record: %s' % f)
47 """Computes the marker string of an interaction record.
51 interaction record..
54 label: The label used to identify the interaction record.
55 flags: the flags for the interaction record see FLAGS above.
58 The interaction record marker string (e.g., Interaction.Label/flag1,flag2).
157 'Start thread of this record\'s async event is not the same as its '
161 assert m, "Async event is not an interaction record."
176 'interaction record: %s' % metric_type)
180 """Get the thread duration of timeline_slice that overlaps with this record
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TracingTimelineUIUtils.js 16 * @param {!WebInspector.TimelineModel.Record} record
19 isBeginFrame: function(record)
21 return record.type() === WebInspector.TracingTimelineModel.RecordType.BeginFrame;
25 * @param {!WebInspector.TimelineModel.Record} record
28 isProgram: function(record)
30 return record.type() === WebInspector.TracingTimelineModel.RecordType.Program;
43 * @param {!WebInspector.TimelineModel.Record} record
    [all...]
TimelineModelImpl.js 91 * @return {!Array.<!WebInspector.TimelineModel.Record>}
183 var record = this._innerAddRecord(payload, null);
184 this._updateBoundaries(record);
185 this._records.push(record);
186 if (record.type() === WebInspector.TimelineModel.RecordType.Program)
187 this._mainThreadTasks.push(record);
188 if (record.type() === WebInspector.TimelineModel.RecordType.GPUTask)
189 this._gpuThreadTasks.push(record);
191 this.dispatchEventToListeners(WebInspector.TimelineModel.Events.RecordAdded, record);
196 * @param {?WebInspector.TimelineModel.Record} parentRecor
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
seqmid.h 43 * \brief initialize event record
44 * \param ev event record pointer
46 * This macro clears the given event record pointer to the default status.
53 * \param ev event record
56 * This macro sets the tag to the given event record.
63 * \param ev event record
67 * This macro sets the client and port id numbers to the given event record.
76 * \param ev event record
88 * \param ev event record
100 * \param ev event record
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seqmid.h 43 * \brief initialize event record
44 * \param ev event record pointer
46 * This macro clears the given event record pointer to the default status.
53 * \param ev event record
56 * This macro sets the tag to the given event record.
63 * \param ev event record
67 * This macro sets the client and port id numbers to the given event record.
76 * \param ev event record
88 * \param ev event record
100 * \param ev event record
    [all...]
  /external/clang/test/Layout/
ms-x86-empty-virtual-base.cpp 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fdump-record-layouts -fsyntax-only %s 2>/dev/null \
3 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple x86_64-pc-win32 -fdump-record-layouts -fsyntax-only %s 2>/dev/null \
29 // CHECK: *** Dumping AST Record Layout
30 // CHECK: *** Dumping AST Record Layout
37 // CHECK-X64: *** Dumping AST Record Layout
38 // CHECK-X64: *** Dumping AST Record Layout
52 // CHECK: *** Dumping AST Record Layout
62 // CHECK-X64: *** Dumping AST Record Layout
78 // CHECK: *** Dumping AST Record Layout
79 // CHECK: *** Dumping AST Record Layou
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLEarlyCCSTest.java 66 // for the early CCS vulnerability, the MiTM also injects an early ChangeCipherSpec record into
165 + " mode: unexpected record received after CCS was injected: "
174 * and exchange application-level data. The MiTM injects a ChangeCipherSpec record if requested
319 * client and the server, and, if requested, injects an early {@code ChangeCipherSpec} record.
321 * @param injectEarlyCCS whether to inject an early {@code ChangeCipherSpec} record.
323 * {@code ChangeCipherSpec} record into client or into server.
384 Log.i(TAG, logPrefix + ": record forwarding started");
394 TlsRecord record = TlsRecord.parse(recordBytes); local
397 record,
402 if (record.protocol == TlsProtocols.CHANGE_CIPHER_SPEC)
575 TlsRecord record = new TlsRecord(); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
corrupt6.test 78 # Adjust value of record 1 / field 1 SerialTypeLen and see if the
90 # Adjust value of record 1 / field 1 SerialTypeLen and see if the
102 # Put value of record 1 / field 1 SerialTypeLen back.
113 # Adjust value of record 2 / field 1 SerialTypeLen and see if the
125 # Adjust value of record 2 / field 2 SerialTypeLen and see if the
137 # Put value of record 1 / field 2 SerialTypeLen back.
148 # Adjust value of record 1 / field 1 SerialTypeLen and see if the
160 # Adjust value of record 1 / field 1 SerialTypeLen and see if the
172 # Adjust value of record 1 / field 1 SerialTypeLen and see if the
184 # Adjust value of record 1 / field 1 SerialTypeLen and see if th
    [all...]
  /external/chromium_org/chrome/browser/download/
download_stats.h 10 // Record the total number of items and the number of in-progress items showing
79 // Record initiation of a download from a specific source.
82 // Record that a download warning was shown.
86 // Record that the user opened the confirmation dialog for a dangerous download.
90 // Record how a download was opened.
  /external/chromium_org/third_party/WebKit/ManualTests/
video-statistics.html 28 this.record = function(val) {
63 decodedMean.record(decodedPerSec);
64 audioMean.record(audioBytesDecodedPerSec);
65 videoMean.record(videoBytesDecodedPerSec);
66 dropMean.record(droppedFramesPerSec);
  /external/clang/utils/TableGen/
ClangCommentHTMLTagsEmitter.cpp 16 #include "llvm/TableGen/Record.h"
24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
26 for (Record *Tag : Tags) {
41 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
44 for (Record *Tag : Tags) {
  /external/guava/guava-tests/test/com/google/common/testing/
TestLogHandlerTest.java 57 LogRecord record = handler.getStoredLogRecords().iterator().next(); local
58 assertEquals(Level.INFO, record.getLevel());
59 assertEquals("message", record.getMessage());
60 assertSame(EXCEPTION, record.getThrown());
69 for (LogRecord record : handler.getStoredLogRecords()) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-trace.txt 20 perf.data files like the other tools, allowing a detached 'record' from
42 Record events on existing process ID (comma separated list).
46 Record events on existing thread ID (comma separated list).
50 Record events in threads owned by uid. Name or number.
83 linkperf:perf-record[1], linkperf:perf-script[1]
  /external/smack/src/org/xbill/DNS/
NXTRecord.java 9 * Next name - this record contains the following name in an ordered list
11 * this name. The presence of this record in a response signifies a
17 public class NXTRecord extends Record {
26 Record
32 * Creates an NXT Record from the given data
SRVRecord.java 8 * Server Selection Record - finds hosts running services in a domain. An
9 * SRV record will normally be named _&lt;service&gt;._&lt;protocol&gt;.domain
16 public class SRVRecord extends Record {
25 Record
31 * Creates an SRV Record from the given data
  /frameworks/base/services/core/java/com/android/server/am/
ProviderMap.java 70 ContentProviderRecord record = mSingletonByName.get(name); local
71 if (record != null) {
72 return record;
88 ContentProviderRecord record = mSingletonByClass.get(name); local
89 if (record != null) {
90 return record;
97 void putProviderByName(String name, ContentProviderRecord record) {
100 + ", record uid = " + record.appInfo.uid);
102 if (record.singleton)
    [all...]

Completed in 828 milliseconds

<<11121314151617181920>>