/external/llvm/utils/TableGen/ |
InstrInfoEmitter.cpp | 22 #include "llvm/TableGen/Record.h" 56 Record *InstrInfo, 57 std::map<std::vector<Record*>, unsigned> &EL, 75 static void PrintDefList(const std::vector<Record*> &Uses, 109 Record *OpR = cast<DefInit>(MIOI->getArg(j))->getDef(); 115 Record *OpR = OperandList[j].Rec; 313 std::vector<Record *> Operands = Records.getAllDerivedDefinitions("Operand"); 323 for (const Record *Op : Operands) { 354 Record *InstrInfo = Target.getInstructionSet(); 357 std::map<std::vector<Record*>, unsigned> EmittedLists [all...] |
AsmMatcherEmitter.cpp | 109 #include "llvm/TableGen/Record.h" 136 typedef std::set<Record*, LessRecordByID> RegisterSet; 170 /// sake user operands only record their immediate super class, while register 324 /// Register record if this token is singleton register. 325 Record *SingletonReg; 367 /// Register - This is the register record. 368 Record *Register; 399 static ResOperand getRegOp(Record *Reg) { 417 Record *const TheDef; 493 SmallPtrSetImpl<Record*> &SingletonRegisters [all...] |
/external/mdnsresponder/ |
PrivateDNS.txt | 23 mDNSResponder looks up an additional SRV record "_dns-private._tcp". If 24 it finds this record, mDNSResponder will re-issue the query privately. 25 If either there is no _dns-private._tcp record, or there is no secret 28 Once the secret key is found and the SRV record is looked up, mDNSResponder 30 record just looked up. After the connection succeeds, mDNSResponder 32 the server. Every private packet must also have a TSIG record; 33 the DNS server uses this TSIG record to allow access to its data. 41 an additional TSIG' resource record added to the end of it. The TSIG
|
/external/pdfium/third_party/freetype/src/pshinter/ |
pshrec.h | 22 /* font drivers to record the hints of a given character/glyph. */ 51 /* handle to hint record */
|
/external/selinux/libsemanage/man/man3/ |
semanage_node.3 | 19 .SH "Record API Overview" 128 .SH "Record Store API Overview"
|
semanage_user.3 | 22 .SH "Record API Overview" 135 .SH "Record Store API Overview"
|
/external/selinux/libsemanage/src/ |
booleans_file.c | 97 ERR(handle, "could not parse boolean record"); 103 /* BOOL RECORD: FILE extension: method table */
|
port_record.c | 5 * Implements: record_t (Database Record) 6 * Implements: record_key_t (Database Record Key)
|
seusers_file.c | 105 ERR(handle, "could not parse seuser record"); 111 /* SEUSER RECORD: FILE extension: method table */
|
/external/selinux/libsepol/src/ |
boolean_record.c | 132 "could not create boolean record"); 164 ERR(handle, "could not clone boolean record");
|
/external/valgrind/gdbserver_tests/ |
mcleak.stdinB.gdb | 77 #output the biggest leak record: 79 # output the biggest definitely leaked record:
|
/external/wpa_supplicant_8/hostapd/ |
wps-ap-nfc.py | 146 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":
|
/frameworks/base/core/java/android/bluetooth/ |
SdpOppOpsRecord.java | 23 * Data representation of a Object Push Profile Server side SDP record. 100 StringBuilder sb = new StringBuilder("Bluetooth OPP Server SDP Record:\n");
|
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/ |
CameraEffectsRecordingSample.java | 85 mRunButton.setText("Record"); 94 mRunButton.setText("Record");
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
Util.java | 58 final AccessibilityRecordCompat record = AccessibilityEventCompat.asRecord(event); local 59 record.setSource(view);
|
/frameworks/volley/src/main/java/com/android/volley/ |
Cache.java | 80 /** TTL for this record. */ 83 /** Soft TTL for this record. */
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryCellParser.java | 54 public void onDataPoint(long time, HistoryItem record) { 55 int value = getValue(record);
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/ |
TunerRecordingSession.java | 104 Log.d(TAG, "Notifying record successfully finished."); 111 Log.w(TAG, "Notifying record failed: " + reason);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
DatabaseAsserts.java | 53 * Create a contact and assert that the record exists. 67 * Create a contact with name and assert that the record exists.
|
DeletedContactUtil.java | 62 * @return A list of records. Where each record is represented as an array of strings. 72 * @return A list of records. Where each record is represented as an array of strings.
|
/packages/services/Telephony/src/com/android/phone/ |
PhoneDisplayMessage.java | 88 * Dismiss the DisplayInfo record 91 if (DBG) log("Dissmissing Display Info Record...");
|
/system/bt/bta/include/ |
bta_ar_api.h | 116 ** Description This function is called to register an SDP record for AVRCP. 129 ** Description This function is called to de-register/delete an SDP record for AVRCP.
|
/system/bt/stack/a2dp/ |
a2d_api.c | 47 ** finds the first record in the database that matches the 49 ** from the record. When it is finished it calls the 70 /* get next record; if none found, we're done */ 117 /* return info from sdp record in app callback function */ 146 ** SRC or SNK information to an SDP record. Prior to 148 ** SDP_CreateRecord() to create an SDP record. 241 ** record information from a server. Information is 242 ** returned for the first service record found on the
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
test_modulegraph.py | 301 with warnings.catch_warnings(record=True) as w: 568 record = [] 570 record.append(('import_hook',) + args) 574 record.append(('_safe_import_hook',) + args) 588 self.assertEqual(record, []) 595 self.assertEqual(record, [ 660 record = [] 662 record.append((partname, fqname, parent)) 669 record = [] 673 self.assertEqual(record, [ [all...] |
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiRecordSources.java | 24 * Container for record source used for one touch record. 43 /** Record source type for "Own Source". */ 45 /** Record source type for "Digital Service". */ 47 /** Record source type for "Analogue Service". */ 49 /** Record source type for "Exteranl Plug". */ 51 /** Record source type for "External Physical Address". */ 57 * Base class for each record source. 79 // {[Record Source Type]} | 80 // {[Record Source Type] [Digital Service Identification]} [all...] |