/ndk/build/core/ |
add-platform.mk | 19 # And record them in NDK_PLATFORM_$(platform)_ABIS 28 # Record the sysroots for each supported ABI
|
build-module.mk | 19 # This file is used to record the LOCAL_XXX definitions of a given
|
/external/clang/include/clang/Analysis/FlowSensitive/ |
DataflowSolver.h | 301 void ProcessStmt(const Stmt *S, bool record, dataflow::forward_analysis_tag) { 302 if (record) D.getStmtDataMap()[S] = TF.getVal(); 306 void ProcessStmt(const Stmt *S, bool record, dataflow::backward_analysis_tag){ 308 if (record) D.getStmtDataMap()[S] = TF.getVal();
|
/external/mesa3d/src/glsl/ |
ir_rvalue_visitor.cpp | 101 handle_rvalue(&ir->record);
|
/external/strace/ |
strace.spec | 15 received by a running process. Strace can print a record of each 30 received by a running process. Strace can print a record of each
|
/external/v8/test/mjsunit/ |
array-reduce.js | 51 var record = []; 57 if (record.length > 0) { 58 var prevRecord = record[record.length - 1]; 66 record.push(args); 69 f.record = record; 89 var calls = rec.record;
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
HandlerTest.java | 343 public void publish(LogRecord record) { 356 public boolean isLoggable(LogRecord record) { 357 CallVerificationStack.getInstance().push(record);
|
/external/bluetooth/bluez/sap/ |
server.c | 197 sdp_record_t *record; local 200 record = sdp_record_alloc(); 201 if (!record) 206 sdp_set_browse_groups(record, root); 214 sdp_set_service_classes(record, svclass_id); 220 sdp_set_profile_descs(record, profiles); 234 sdp_set_access_protos(record, aproto); 236 sdp_set_info_attr(record, "SIM Access Server", 245 return record; 1343 sdp_record_t *record = NULL local [all...] |
/external/bluetooth/bluez/src/ |
attrib-server.c | 95 sdp_record_t *record; local 105 record = sdp_record_alloc(); 106 if (record == NULL) 111 sdp_set_browse_groups(record, root); 115 sdp_set_service_classes(record, svclass_id); 133 sdp_set_access_protos(record, aproto); 143 return record; 1056 error("Failed to register GAP service record"); 1068 error("Failed to register GATT service record"); 1171 sdp_record_t *record; local [all...] |
sdp-xml.c | 389 * Will convert the sdp record to XML. The appender and data can be used 390 * to control where to output the record (e.g. file or a data buffer). The 404 appender(data, "<record>\n"); 407 appender(data, "</record>\n"); 438 sdp_data_t *sdp_xml_parse_uuid(const char *data, sdp_record_t *record) 469 if (record && ret) 470 sdp_pattern_add_uuid(record, &ret->val.uuid); 747 sdp_record_t *record) 774 return sdp_xml_parse_uuid(data, record);
|
/external/clang/lib/Sema/ |
JumpDiagnostics.cpp | 35 /// GotoScope - This is a record that we use to keep track of all of the 92 // defined scope record for every "goto" and label. 166 // We actually give variables of record type (or array thereof) 173 const CXXRecordDecl *record = 0; local 177 record = ctor->getParent(); 181 inDiagToUse = (record->hasTrivialDestructor() ? 0 : 184 if (record->isPOD()) 189 record = VD->getType()->getBaseElementTypeUnsafe() 197 if (record && !record->hasTrivialDestructor() [all...] |
/sdk/traceview/src/com/android/traceview/ |
DmTraceReader.java | 144 // read record size 260 // We represent context switches in the trace by pushing a call record 601 * timeline for each thread. Each record is a pair: (row, block) where: row: 606 public ArrayList<TimeLineView.Record> getThreadTimeRecords() { 607 TimeLineView.Record record; local 608 ArrayList<TimeLineView.Record> timeRecs; 609 timeRecs = new ArrayList<TimeLineView.Record>(); 615 record = new TimeLineView.Record(threadData, threadData.getRootCall()) [all...] |
/frameworks/base/voip/jni/rtp/ |
AudioGroup.cpp | 810 AudioRecord record; local 812 AUDIO_CHANNEL_OUT_MONO, output) != NO_ERROR || record.set( 818 LOGD("latency: output %d, input %d", track.latency(), record.latency()); 839 record.getSessionId(), 840 record.getInput()); 852 (track.latency() + record.latency()) * sampleRate / 1000); 858 record.start(); 860 record.read(&one, sizeof(one)); 896 status_t status = record.obtainBuffer(&buffer, 1); 901 record.releaseBuffer(&buffer) [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 159 sync_api::SyncManager::ChangeRecord record; local 160 record.action = sync_api::SyncManager::ChangeRecord::ACTION_ADD; 161 record.id = node.GetId(); 162 changes_.push_back(record); 196 sync_api::SyncManager::ChangeRecord record; local 197 record.action = sync_api::SyncManager::ChangeRecord::ACTION_DELETE; 198 record.id = id; 202 // children before parents. Thus, we must insert the deletion record 204 changes_.insert(changes_.begin(), record); 249 // Helper function to push an ACTION_UPDATE record onto the bac [all...] |
/external/clang/lib/CodeGen/ |
CGDeclCXX.cpp | 84 const CXXRecordDecl *record = 0; local 86 (record = type->getAsCXXRecordDecl())) { 87 assert(!record->hasTrivialDestructor()); 88 CXXDestructorDecl *dtor = record->getDestructor();
|
/external/skia/gpu/include/ |
GrContext.h | 579 OffscreenRecord* record); 586 OffscreenRecord* record);
|
/external/v8/test/mjsunit/regress/ |
regress-1060.js | 28 // Make sure that we do not record multiple bailouts in the unoptimized code
|
regress-1104.js | 29 // an arguments object access should not record duplicate AST IDs for
|
regress-1149.js | 28 // We should not try to record duplicate bailout IDs for the 'left-hand
|
/frameworks/base/core/java/android/nfc/ |
NdefRecord.java | 29 * Represents a logical (unchunked) NDEF (NFC Data Exchange Format) record. 30 * <p>An NDEF record always contains: 33 * <li>Variable length type: Describes the record format 34 * <li>Variable length ID: A unique identifier for the record 37 * <p>The underlying record 44 * Indicates no type, id, or payload is associated with this NDEF Record. 47 * record. 85 * The type field must be empty to be a valid TNF_UNKNOWN record. 91 * NDEF Record. 146 * The payload of a record with type RTD_ANDROID_AP [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SimSmsInterfaceManager.java | 126 * @param index record index of message to update 146 // manipulating the SIM record 149 byte[] record = makeSmsRecordData(status, pdu); 152 index, record, null, response);
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLoggerTest.java | 222 public void publish(LogRecord record) {} 226 public boolean isLoggable(LogRecord record) {
|
/external/bluetooth/bluez/audio/ |
headset.c | 1442 const sdp_record_t *record, uint16_t svc) 1447 if (sdp_get_access_protos(record, &protos) < 0) { 1448 error("Unable to get access protos from headset record"); 1458 error("Unable to get RFCOMM channel from Headset record"); 1465 headset->hfp_handle = record->handle; 1468 headset->hsp_handle = record->handle; 1480 sdp_record_t *record = NULL; local 1487 error("Unable to get service record: %s (%d)", 1506 record = r->data; 1508 if (sdp_get_service_classes(record, &classes) < 0) 2097 const sdp_record_t *record; local 2199 const sdp_record_t *record; local [all...] |
/external/chromium/net/base/ |
dnsrr_resolver.cc | 275 PDNS_RECORD record = NULL; local 278 NULL /* pExtra (reserved) */, &record, NULL /* pReserved */); 290 for (DNS_RECORD* cur = record; cur; cur = cur->pNext) { 292 response_.ttl = record->dwTtl; 294 // of these types then we have to reserialise the record. 334 DnsRecordListFree(record, DnsFreeRecordList);
|
/frameworks/base/core/java/android/widget/ |
ActivityChooserModel.java | 173 * The tag for a record in the history file. 175 private static final String TAG_HISTORICAL_RECORD = "historical-record"; 209 * Default weight for a choice record. 449 * adding a historical record for that action and construct intent with 520 * historical record with weight high enough that this activity will 522 * will eventually change if not used. Also the weight of the record for 534 // Add a record with weight enough to boost the chosen at the top. 684 * Adds a historical record. 686 * @param historicalRecord The record to add. 687 * @return True if the record was added 1107 HistoricalRecord record = records.remove(0); local [all...] |