/system/extras/boot_control_copy/ |
bootinfo.c | 61 struct fstab_rec *record; local 83 record = fs_mgr_get_entry_for_mount_point(fstab, "/misc"); 84 if (record == NULL) { 89 path = strdup(record->blk_device); 92 const char *end_slash = strrchr(record->blk_device, '/'); 97 trimmed_len = end_slash - record->blk_device + 1; 100 strncpy(path, record->blk_device, trimmed_len);
|
/external/bison/src/ |
muscle-tab.h | 119 definitions are processed before grammar file definitions.) Record 128 the empty string. Also, record Bison's usage of VARIABLE by defining 137 Don't record this as a Bison usage of VARIABLE as there's no reason to 144 b4_syncline invocation. Don't record this as a Bison usage of VARIABLE as 151 Also, record Bison's usage of VARIABLE by defining 159 to any other value (possibly a user error). Also, record Bison's usage of 165 Don't record this as a Bison usage of VARIABLE as there's no reason to 177 a user error). Don't record this as a Bison usage of the variable as 183 QUALIFIER_LOC with code CODE appearing at CODE_LOC. Record this as a
|
/external/clang/lib/CodeGen/ |
CGRecordLayout.h | 1 //===--- CGRecordLayout.h - LLVM Record Layout Information ------*- C++ -*-===// 29 /// When the AST record layout does this, we represent it in the LLVM IR's type 116 /// The LLVM type corresponding to this record layout; used when 120 /// The LLVM type for the non-virtual part of this record layout; 125 /// type field no. This info is populated by record builder. 129 /// field no. This info is populated by record builder. 160 /// this record. 166 /// this record. 187 assert(FieldInfo.count(FD) && "Invalid field for record!");
|
/external/clang/lib/Frontend/ |
LayoutOverrideSource.cpp | 1 //===--- LayoutOverrideSource.cpp --Override Record Layouts ---------------===// 35 // Parse the output of -fdump-record-layouts. 47 if (LineStr.find("*** Dumping AST Record Layout") != StringRef::npos) { 156 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, 163 if (!Record->getIdentifier()) 166 // Check whether we have a layout for this record. 167 llvm::StringMap<Layout>::iterator Known = Layouts.find(Record->getName()); 173 for (RecordDecl::field_iterator F = Record->field_begin(), 174 FEnd = Record->field_end();
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/ |
IndexDecoder.java | 63 // Catch Record counts that obviously too high to be valid. 70 // If the Record count doesn't fit into an int, we cannot 85 int record = 0; local 89 // Get the next Record. 100 // Add the new Record. 101 unpadded[record] = blocksSum + unpaddedSize; 102 uncompressed[record] = uncompressedSum + uncompressedSize; 103 ++record; 105 assert record == recordCount;
|
/external/selinux/libsemanage/src/ |
database_llist.c | 65 ERR(handle, "could not cache record"); 144 ERR(handle, "could not check if record exists"); 162 ERR(handle, "could not add record to the database"); 178 ERR(handle, "record not found in the database"); 190 ERR(handle, "could not set record value"); 218 ERR(handle, "could not modify record value"); 249 ERR(handle, "could not query record value"); 255 int (*fn) (const record_t * record, 377 ERR(handle, "could not allocate record array");
|
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiRecordListener.java | 23 * Listener for hdmi record feature including one touch record and timer recording. 31 * Called when TV received one touch record request from record device. The client of this 35 * @return record source to be used for recording. Null if no device is available. 40 * Called when one touch record is started or failed during initialization. 42 * @param recorderAddress An address of recorder that reports result of one touch record 222 * Check record connection. Other values of this class should be ignored. 224 * Fail to record selected source. Other values of this class should be ignored.
|
/packages/apps/Settings/src/com/android/settings/ |
ResetNetwork.java | 152 for (SubscriptionInfo record : mSubscriptions) { 153 if (record.getSubscriptionId() == defaultSubscription) { 157 String name = record.getDisplayName().toString(); 159 name = record.getNumber(); 162 name = record.getCarrierName().toString(); 165 name = String.format("MCC:%s MNC:%s Slot:%s Id:%s", record.getMcc(), 166 record.getMnc(), record.getSimSlotIndex(), record.getSubscriptionId());
|
/system/bt/stack/avrc/ |
avrc_sdp.c | 52 ** finds the first record in the database that matches the 54 ** from the record. When it is finished it calls the 67 /* return info from sdp record in app callback function */ 78 ** discovery and retrieve AVRCP SDP record information from a 80 ** record found on the server that matches the service UUID. 163 ** Description This function is called to build an AVRCP SDP record. 165 ** call SDP_CreateRecord() to create an SDP record. 185 ** profile_version: profile version of avrcp record. 191 ** AVRC_NO_RESOURCES if not enough resources to build the SDP record.
|
/external/mdnsresponder/mDNSShared/ |
dns_sd.h | 211 * record's name is to be unique on the network (e.g. SRV records). 225 /* Flag for creating a record for which we will answer remote queries 236 * Currently defined only for DNSServiceReconfirmRecord(), where it forces a record to 238 * concluding that the record is no longer valid and then removing it. This flag should 239 * be used with caution because if a service browsing PTR record is indeed still valid 251 * Similarly, if a query results in a CNAME record, then in addition to following 264 * an associated PTR record. 418 kDNSServiceType_NULL = 10, /* Null resource record. */ 445 kDNSServiceType_CERT = 37, /* Certification record */ 572 * The full (escaped) DNS name of this service's SRV record would be [all...] |
/art/runtime/gc/ |
allocation_record.cc | 105 AllocRecord& record = it->second; local 107 buffered_visitor.VisitRootIfNonNull(record.GetClassGcRoot()); 112 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) { 113 const AllocRecordStackTraceElement& element = record.StackElement(i); 120 static inline void SweepClassObject(AllocRecord* record, IsMarkedVisitor* visitor) 123 GcRoot<mirror::Class>& klass = record->GetClassGcRoot(); 146 AllocRecord& record = it->second; local 151 SweepClassObject(&record, visitor); 162 SweepClassObject(&record, visitor); 284 // Do not record for DDM thread [all...] |
/external/autotest/client/common_lib/ |
log.py | 27 def record(fn): function 56 job.record('GOOD', subdir, operation) 58 job.record('FAIL', subdir, operation, str(detail))
|
/external/autotest/client/site_tests/platform_Quipper/ |
platform_Quipper.py | 17 return ('quipper', str(duration), 'perf', 'record', '-a') + \ 22 return ('perf', 'record', '-a') + perf_options + \ 70 # If the perf command fails, don't test quipper. But record that
|
/external/autotest/server/control_segments/ |
provision | 25 job.record('START', None, 'provision') 32 job.record('END FAIL', None, 'provision') 60 job.record('END GOOD', None, 'provision',
|
/external/avahi/avahi-common/ |
error.c | 37 N_("Resource record key is pattern"), 39 N_("Invalid record"), 44 N_("Invalid record key"),
|
/external/avahi/avahi-core/ |
cache.h | 47 AvahiRecord *record; member in struct:AvahiCacheEntry 96 /* Stop a previously started POOF algorithm for a record. (Used for response suppresions records */ 97 void avahi_cache_stop_poof(AvahiCache *c, AvahiRecord *record, const AvahiAddress *a);
|
rr-util.h | 46 * the record in a DNS packet. */ 54 /** Return 1 if the specified record is an mDNS goodbye record. i.e. TTL is zero. */
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
TestLogHandler.java | 63 * Adds the most recently logged record to our list. 66 public void publish(@Nullable LogRecord record) { 67 list.add(record);
|
/external/libchrome/base/metrics/ |
histogram_snapshot_manager.h | 33 // Snapshot all histograms, and ask |histogram_flattener_| to record the 43 // Snapshot this histogram, and record the delta. 52 // each histogram) so that we can record only the delta with the next log.
|
/external/llvm/include/llvm/Bitcode/ |
BitstreamWriter.h | 256 // Record Emission 261 /// record. This is a no-op, since the abbrev specifies the literal to use. 268 "Invalid abbrev for record!"); 294 /// EmitRecordWithAbbrevImpl - This is the core implementation of the record 297 /// known to exist at the end of the record. If Code is specified, then 298 /// it is the record code to emit before the Vals, which must not contain 330 assert(RecordIdx < Vals.size() && "Invalid abbrev/record"); 338 // If this record has blob data, emit it, otherwise we must have record 342 "Blob data and record entries specified for array!") [all...] |
/external/llvm/utils/TableGen/ |
CallingConvEmitter.cpp | 17 #include "llvm/TableGen/Record.h" 31 void EmitCallingConv(Record *CC, raw_ostream &O); 32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O); 38 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv"); 61 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) { 81 void CallingConvEmitter::EmitAction(Record *Action, 91 Record *VT = VTs->getElementAsRecord(i); 108 Record *CC = Action->getValueAsDef("CC"); 222 Record *DestTy = Action->getValueAsDef("DestTy"); 236 Record *DestTy = Action->getValueAsDef("DestTy") [all...] |
OptParserEmitter.cpp | 14 #include "llvm/TableGen/Record.h" 44 static int CompareOptionRecords(Record *const *Av, Record *const *Bv) { 45 const Record *A = *Av; 46 const Record *B = *Bv; 89 static const std::string getOptionName(const Record &R) { 90 // Use the record name unless EnumName is defined. 110 const std::vector<Record*> &Groups = 112 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option"); 124 const Record &R = *Opts[i] [all...] |
PseudoLoweringEmitter.cpp | 18 #include "llvm/TableGen/Record.h" 33 Record *Reg; // Physical register. 55 unsigned addDagOperandMapping(Record *Rec, DagInit *Dag, 59 void evaluateExpansion(Record *Pseudo); 74 addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Insn, 122 void PseudoLoweringEmitter::evaluateExpansion(Record *Rec) { 135 Record *Operator = OpDef->getDef(); 166 // Record the mapping of the source to result arguments for use by 239 Record *Reg = Expansion.OperandMap[MIOpNo + i].Data.Reg; 274 Record *ExpansionClass = Records.getClass("PseudoInstExpansion") [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
AlloCommandHandler.java | 30 * Each invocation record stored by this CommandHandler includes the following data element key/values:
34 * <li>{@link #RECORD_SIZE_KEY} ("recordSize") - the record size optionally submitted
66 Assert.isTrue(tokenizer.hasMoreTokens(), "Missing record size: [" + parametersString + "]");
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
AlloCommandHandler.java | 30 * Each invocation record stored by this CommandHandler includes the following data element key/values:
34 * <li>{@link #RECORD_SIZE_KEY} ("recordSize") - the record size optionally submitted
68 Assert.isTrue(tokenizer.hasMoreTokens(), "Missing record size: [" + parametersString + "]");
|