/external/nist-sip/java/gov/nist/javax/sip/ |
LogRecordFactory.java | 16 * Create a log record. 29 * @return -- a log record with the appropriate fields set.
|
/external/replicaisland/src/com/replica/replicaisland/ |
InventoryComponent.java | 36 public void applyUpdate(UpdateRecord record) { 37 mInventory.add(record);
|
/external/selinux/libsepol/src/ |
interfaces.c | 11 /* Create a low level structure from record */ 14 ocontext_t ** iface, const sepol_iface_t * record) 25 tmp_iface->u.name = strdup(sepol_iface_get_name(record)); 31 &tmp_con, sepol_iface_get_ifcon(record)) < 0) 40 &tmp_con, sepol_iface_get_msgcon(record)) < 0) 68 ocontext_t * iface, sepol_iface_t ** record) 98 *record = tmp_record; 102 ERR(handle, "could not convert interface %s to record", name);
|
/external/selinux/policycoreutils/semanage/ |
semanage-permissive.8 | 16 Add a record of the specified object type 19 Delete a record of the specified object type
|
/external/v8/src/profiler/ |
circular-queue-inl.h | 29 return &dequeue_pos_->record; 46 return &enqueue_pos_->record;
|
/external/valgrind/drd/tests/ |
std_string.cpp | 39 std::list<std::string> record; local 40 record.push_back("some data");
|
/external/valgrind/memcheck/tests/ |
leak-tree.stderr.exp | 5 16 bytes in 1 blocks are definitely lost in loss record ... of ... 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
/frameworks/support/design/src/android/support/design/widget/ |
SnackbarManager.java | 85 // Else, we need to create a new record and queue it 197 private boolean cancelSnackbarLocked(SnackbarRecord record, int event) { 198 final Callback callback = record.callback.get(); 201 mHandler.removeCallbacksAndMessages(record); 232 private void handleTimeout(SnackbarRecord record) { 234 if (mCurrentSnackbar == record || mNextSnackbar == record) { 235 cancelSnackbarLocked(record, Snackbar.Callback.DISMISS_EVENT_TIMEOUT);
|
/frameworks/support/v4/ics/android/support/v4/view/accessibility/ |
AccessibilityEventCompatIcs.java | 31 public static void appendRecord(AccessibilityEvent event, Object record) { 32 event.appendRecord((AccessibilityRecord) record);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
InfoStoreTrojan.java | 32 ViewInfoStore.InfoRecord record = store.mLayoutHolderMap.valueAt(i); local 33 if ((record.flags & flags) != 0) {
|
/ndk/build/core/ |
add-platform.mk | 19 # And record them in NDK_PLATFORM_$(platform)_ABIS 28 # Record the sysroots for each supported ABI
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryWifiParser.java | 27 protected boolean isSet(HistoryItem record) { 28 switch ((record.states2 & HistoryItem.STATE2_WIFI_SUPPL_STATE_MASK)
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
ParsedNdefRecord.java | 17 package com.android.apps.tag.record; 35 * Returns a view to display this record.
|
/system/extras/simpleperf/ |
cmd_dumprecord.cpp | 30 #include "record.h" 39 : Command("dump", "dump perf record file", 41 " Dump different parts of a perf record file. Default file is perf.data.\n"), 104 PLOG(WARNING) << "record file header size " << header.header_size 109 PLOG(WARNING) << "record file attr size " << header.attr_size 182 record_file_reader_->ReadDataSection([](std::unique_ptr<Record> record) { 183 record->Dump();
|
/toolchain/binutils/binutils-2.25/include/vms/ |
eidc.h | 28 /* Record type. */ 31 /* Record size. */
|
/external/avahi/specs/ |
draft-cheshire-dnsext-multicastdns-05.txt | 41 to look up DNS resource record data types (including, but not limited 78 11. Resource Record TTL Values and Cache Coherency................23 134 and no new operation codes, response codes, or resource record types. 196 fully qualified domain name that has an address record. It does not 203 routing loops. Each Resource Record also contains a TTL, which is 204 the number of seconds for which the Resource Record may be cached. 209 Record TTL (cache lifetime). 217 resource record sets. 219 A "shared" resource record set is one where several Multicast DNS 223 A "unique" resource record set is one where all the records with tha [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/ |
handlers.py | 68 def emit(self, record): 70 Emit a record. 72 Output the record to the file, catering for rollover as described 76 if self.shouldRollover(record): 78 logging.FileHandler.emit(self, record) 82 self.handleError(record) 144 def shouldRollover(self, record): 148 Basically, see if the supplied record would cause the file to exceed 154 msg = "%s\n" % self.format(record) 281 def shouldRollover(self, record) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/logging/ |
handlers.py | 68 def emit(self, record): 70 Emit a record. 72 Output the record to the file, catering for rollover as described 76 if self.shouldRollover(record): 78 logging.FileHandler.emit(self, record) 82 self.handleError(record) 144 def shouldRollover(self, record): 148 Basically, see if the supplied record would cause the file to exceed 154 msg = "%s\n" % self.format(record) 281 def shouldRollover(self, record) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
handlers.py | 68 def emit(self, record): 70 Emit a record. 72 Output the record to the file, catering for rollover as described 76 if self.shouldRollover(record): 78 logging.FileHandler.emit(self, record) 82 self.handleError(record) 144 def shouldRollover(self, record): 148 Basically, see if the supplied record would cause the file to exceed 154 msg = "%s\n" % self.format(record) 281 def shouldRollover(self, record) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
handlers.py | 68 def emit(self, record): 70 Emit a record. 72 Output the record to the file, catering for rollover as described 76 if self.shouldRollover(record): 78 logging.FileHandler.emit(self, record) 82 self.handleError(record) 144 def shouldRollover(self, record): 148 Basically, see if the supplied record would cause the file to exceed 154 msg = "%s\n" % self.format(record) 281 def shouldRollover(self, record) [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
MemoryHandlerTest.java | 138 LogRecord record = new LogRecord(Level.FINER, "MSG1"); local 139 assertFalse(handler.isLoggable(record)); 141 record = new LogRecord(Level.FINE, "MSG2"); 142 assertTrue(handler.isLoggable(record)); 144 record = new LogRecord(Level.CONFIG, "MSG3"); 145 assertTrue(handler.isLoggable(record)); 147 record = new LogRecord(Level.CONFIG, "false"); 148 assertFalse(handler.isLoggable(record)); 151 record = new LogRecord(Level.CONFIG, "false"); 152 assertTrue(handler.isLoggable(record)); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
route53 | 10 # Add a non-weighted record, change its value, then delete. Default TTL: 16 # Add a weighted record with two different weights. Note that the TTL 72 for record in response: 73 print '%-40s %-5s %-20s %s' % (record.name, record.type, record.ttl, record.to_print()) 76 from boto.route53.record import ResourceRecordSets 85 from boto.route53.record import ResourceRecordSets 94 """Add a new record to a zone. identifier and weight are optional."" [all...] |
/external/llvm/unittests/ProfileData/ |
CoverageMappingTest.cpp | 65 std::error_code readNextRecord(CoverageMappingRecord &Record) override { 70 Record.FunctionName = Name; 71 Record.FunctionHash = Hash; 72 Record.Filenames = Filenames; 73 Record.Expressions = {}; 74 Record.MappingRegions = Regions; 191 InstrProfRecord Record("func", 0x1234, {30, 20, 10, 0}); 192 ProfileWriter.addRecord(std::move(Record)); 242 InstrProfRecord Record("func", 0x1234, {10, 20, 30}); 243 ProfileWriter.addRecord(std::move(Record)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
audit.h | 79 #define AUDIT_DAEMON_START 1200 /* Daemon startup record */ 80 #define AUDIT_DAEMON_END 1201 /* Daemon normal stop record */ 81 #define AUDIT_DAEMON_ABORT 1202 /* Daemon error stop record */ 87 #define AUDIT_IPC 1303 /* IPC record */ 93 #define AUDIT_IPC_SET_PERM 1311 /* IPC new permissions record type */ 94 #define AUDIT_MQ_OPEN 1312 /* POSIX MQ open record type */ 95 #define AUDIT_MQ_SENDRECV 1313 /* POSIX MQ send/receive record type */ 96 #define AUDIT_MQ_NOTIFY 1314 /* POSIX MQ notify record type */ 97 #define AUDIT_MQ_GETSETATTR 1315 /* POSIX MQ get/set attribute record type */ 99 #define AUDIT_FD_PAIR 1317 /* audit record for pipe/socketpair * [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
TaskListView.java | 51 // Add a record for ourselves as well. 52 AccessibilityEvent record = AccessibilityEvent.obtain(); local 53 super.onInitializeAccessibilityEvent(record); 57 record.setContentDescription(priorityStr); 59 event.appendRecord(record);
|