/external/valgrind/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...] |
/libcore/support/src/test/java/libcore/tlswire/record/ |
TlsRecord.java | 17 package libcore.tlswire.record; 24 * TLS Record Protocol record from TLS 1.2 RFC 5246.
|
/external/avahi/avahi-core/ |
server.c | 66 e->record->key->clazz == AVAHI_DNS_CLASS_IN && 67 avahi_domain_equal(name, e->record->key->name)) 68 callback(s, e->record, e->flags & AVAHI_PUBLISH_UNIQUE, userdata); 79 callback(s, e->record, e->flags & AVAHI_PUBLISH_UNIQUE, userdata); 110 avahi_record_list_push(s->record_list, e->record, e->flags & AVAHI_PUBLISH_UNIQUE, unicast_response, auxiliary); 118 /* Push all records that match the specified key to the record list */ 126 if (!e->dead && avahi_key_pattern_match(k, e->record->key) && avahi_entry_is_registered(s, e, i)) 196 static void incoming_probe(AvahiServer *s, AvahiRecord *record, AvahiInterface *i) { 201 assert(record); 206 for (e = avahi_hashmap_lookup(s->entries_by_key, record->key); e; e = n) 614 AvahiRecord *record; local 631 AvahiRecord *record; local 668 AvahiRecord *record; local [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
RemoteConference.java | 168 for (CallbackRecord<Callback> record : mCallbackRecords) { 170 final Callback callback = record.getCallback(); 171 record.getHandler().post(new Runnable() { 193 for (CallbackRecord<Callback> record : mCallbackRecords) { 195 final Callback callback = record.getCallback(); 196 record.getHandler().post(new Runnable() { 211 for (CallbackRecord<Callback> record : mCallbackRecords) { 213 final Callback callback = record.getCallback(); 214 record.getHandler().post(new Runnable() { 229 for (CallbackRecord<Callback> record : mCallbackRecords) [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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 -fms-extensions -fdump-record-layouts -fsyntax-only %s 2>/dev/null \ 3 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple x86_64-pc-win32 -fms-extensions -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 60 // CHECK-X64: *** Dumping AST Record Layout 74 // CHECK: *** Dumping AST Record Layout 75 // CHECK: *** Dumping AST Record Layou [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
OpenSSLEarlyCCSTest.java | 64 // for the early CCS vulnerability, the MiTM also injects an early ChangeCipherSpec record into 163 + " mode: unexpected record received after CCS was injected: " 172 * and exchange application-level data. The MiTM injects a ChangeCipherSpec record if requested 317 * client and the server, and, if requested, injects an early {@code ChangeCipherSpec} record. 319 * @param injectEarlyCCS whether to inject an early {@code ChangeCipherSpec} record. 321 * {@code ChangeCipherSpec} record into client or into server. 382 Log.i(TAG, logPrefix + ": record forwarding started"); 392 TlsRecord record = TlsRecord.parse(recordBytes); local 395 record, 400 if (record.protocol == TlsProtocols.CHANGE_CIPHER_SPEC) 573 TlsRecord record = new TlsRecord(); local [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
CanonGSUBBuilder.java | 75 ArabicCharacterData.Record record = data.getRecord(i); local 76 String decomposition = record.getDecomposition(); 79 int contextual = record.getCodePoint(); 80 int isolated = UTF16.charAt(record.getDecomposition(), 0); 82 switch (record.getDecompositionType()) { 117 ArabicCharacterData.Record record = data.getRecord(i); local 118 String decomposition = record.getDecomposition(); 121 int ligature = record.getCodePoint() 199 ArabicCharacterData.Record record = data.getRecord(i); local 274 CanonicalCharacterData.Record record = data.getRecord(script, i); local 301 CanonicalCharacterData.Record record = data.getRecord(script, r); local [all...] |
/external/autotest/client/profilers/cros_perf/ |
cros_perf.py | 10 (e.g. "perf record" or "perf stat"). It also does not produce a perf report 23 def initialize(self, options='-e cycles', profile_type='record'): 24 # The two supported options for profile_type are 'record' and 'stat'. 31 if self.profile_type == 'record': 32 # perf record allows you to specify where to place the output.
|
/external/clang/test/Sema/ |
ms_bitfield_layout.c | 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fms-extensions -fdump-record-layouts %s 2>/dev/null \ 3 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple x86_64-pc-win32 -fms-extensions -fdump-record-layouts %s 2>/dev/null \ 16 // CHECK:*** Dumping AST Record Layout 34 // CHECK:*** Dumping AST Record Layout 49 // CHECK:*** Dumping AST Record Layout 64 // CHECK:*** Dumping AST Record Layout 81 // CHECK:*** Dumping AST Record Layout 104 // CHECK:*** Dumping AST Record Layout 127 // CHECK:*** Dumping AST Record Layout 143 // CHECK:*** Dumping AST Record Layou [all...] |
/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) { 40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); 43 for (Record *Tag : Tags) {
|
/external/harfbuzz_ng/test/shaping/ |
README.md | 10 the shape results, you can use the `record-test.sh` script to add 11 this to the test suite. `record-test.sh` requires `pyftsubset` to 15 To use `record-test.sh`, just put it right before the `hb-shape` invocation: 17 $ ./hb-unicode-encode 41 42 43 627 | ./record-it.sh ../../util/hb-shape font.ttf 30 $ ./hb-unicode-encode 41 42 43 627 | ./record-it.sh ../../util/hb-shape font.ttf >> tests/test-name.test
|
/frameworks/base/services/core/java/com/android/server/am/ |
ProviderMap.java | 71 ContentProviderRecord record = mSingletonByName.get(name); local 72 if (record != null) { 73 return record; 89 ContentProviderRecord record = mSingletonByClass.get(name); local 90 if (record != null) { 91 return record; 98 void putProviderByName(String name, ContentProviderRecord record) { 101 + ", record uid = " + record.appInfo.uid); 103 if (record.singleton) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
SimTlv.java | 20 * SIM Tag-Length-Value record 38 public SimTlv(byte[] record, int offset, int length) { 39 mRecord = record; 85 * @return false on invalid record, true on valid record
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
isd1820.cxx | 35 // Instantiate a ISD1820 on digital pins 2 (play) and 3 (record) 40 // if an argument was specified (any argument), go into record mode, 43 cout << "Supply any argument to the command line to record." << endl; 58 recorder->record(true); 70 recorder->record(false);
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
isd1820.js | 29 // Instantiate a ISD1820 on digital pins 2 (play) and 3 (record) 39 // if an argument was specified (any argument), go into record mode, 41 console.log("Supply any argument to the command line to record."); 48 myRecorder.record(true); 60 myRecorder.record(false);
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
isd1820.py | 27 # Instantiate a ISD1820 on digital pins 2 (play) and 3 (record) 43 myRecorder.record(False) 53 # if an argument was specified (any argument), go into record mode, 56 print "Supply any argument to the command line to record." 64 myRecorder.record(True)
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryFlagParser.java | 40 protected boolean isSet(HistoryItem record) { 41 return ((mState2 ? record.states2 : record.states) & mFlag) != 0; 50 public void onDataPoint(long time, HistoryItem record) { 51 boolean isSet = isSet(record);
|
/prebuilts/go/darwin-x86/src/encoding/csv/ |
example_test.go | 25 record, err := r.Read() 33 fmt.Println(record) 93 for _, record := range records { 94 if err := w.Write(record); err != nil { 95 log.Fatalln("error writing record to csv:", err)
|
/prebuilts/go/linux-x86/src/encoding/csv/ |
example_test.go | 25 record, err := r.Read() 33 fmt.Println(record) 93 for _, record := range records { 94 if err := w.Write(record); err != nil { 95 log.Fatalln("error writing record to csv:", err)
|
/toolchain/binutils/binutils-2.25/gprof/ |
hist.c | 82 /* Reads just the header part of histogram record into 83 *RECORD from IFP. FILENAME is the name of IFP and 91 read_histogram_header (histogram *record, 100 if (gmon_io_read_vma (ifp, &record->lowpc) 101 || gmon_io_read_vma (ifp, &record->highpc) 102 || gmon_io_read_32 (ifp, &record->num_bins) 113 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT)) 114 / record->num_bins; 174 histogram *record, *existing_record 173 histogram *record, *existing_record; local 255 histogram *record = &histograms[r]; local [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
BitcodeWriter.cpp | 154 // Emit the finished record. 166 SmallVector<uint64_t, 64> Record; 170 Record.push_back(A.getSlotIndex(i)); 171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); 175 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY_OLD, Record); 176 Record.clear(); 336 // Emit the finished record. 572 SmallVectorImpl<uint64_t> &Record) { 575 Record.push_back(VE.getTypeID(V->getType())); 576 Record.push_back(VE.getValueID(V)) [all...] |
/build/tools/signapk/src/com/android/signapk/ |
ZipUtils.java | 43 * Returns the position at which ZIP End of Central Directory record starts in the provided 44 * buffer or {@code -1} if the record is not present. 51 // ZIP End of Central Directory (EOCD) record is located at the very end of the ZIP archive. 52 // The record can be identified by its 4-byte signature/magic which is located at the very 53 // beginning of the record. A complication is that the record is variable-length because of 55 // The algorithm for locating the ZIP EOCD record is as follows. We search backwards from 56 // end of the buffer for the EOCD record signature. Whenever we find a signature, we check 57 // the candidate record's comment length is such that the remainder of the record takes u [all...] |