Searched
full:record (Results
651 -
675 of
7466) sorted by null
<<21222324252627282930>>
/external/selinux/libsemanage/src/ |
nodes_policy.c | 38 int (*handler) (const semanage_node_t * record,
|
port_internal.h | 29 /* PORT RECORD: method table */
|
ports_policy.c | 38 int (*handler) (const semanage_port_t * record,
|
seuser_record.c | 5 * Implements: record_t (Database Record) 6 * Implements: record_key_t (Database Record Key) 70 ERR(handle, "could not extract seuser key from record"); 257 /* Record base functions */
|
seusers_policy.c | 42 int (*handler) (const semanage_seuser_t * record,
|
users_join.c | 24 /* USER record: JOIN extension: method table */
|
users_policy.c | 42 int (*handler) (const semanage_user_t * record,
|
/external/selinux/libsepol/src/ |
context.h | 19 sepol_context_t ** record);
|
/external/selinux/policycoreutils/semanage/ |
semanage-fcontext.8 | 32 Add a record of the specified object type 35 Delete a record of the specified object type 38 Modify a record of the specified object type 63 MLS/MCS Security Range (MLS/MCS Systems only) SELinux Range for SELinux login mapping defaults to the SELinux user record range. SELinux Range for SELinux user defaults to s0.
|
/external/sfntly/cpp/src/sfntly/table/ |
table.h | 75 // Get the tag for the table from the record header. 78 // Get the offset for the table from the record header. 81 // Get the length of the table from the record header. 84 // Get the checksum for the table from the record header.
|
/external/skia/bench/ |
PictureOverheadBench.cpp | 9 // We record an empty picture and a picture with one draw op to force memory allocation.
|
skpbench.json | 33 "type": "RECORD",
|
/external/skia/platform_tools/android/bin/ |
android_perf | 6 # 1) perf record [gm/tests/bench] # runs profiler on specified app 83 $ADB shell perf record -p ${APP_PID} sleep 70 104 record) 116 echo "setup, record, report, clean"
|
/external/tcpdump/ |
print-rtsp.c | 38 "RECORD",
|
/external/tpm2/ |
ClearControl.c | 42 // Record the change to NV
|
DictionaryAttackParameters.c | 33 // Record the changes to NV
|
/external/webrtc/webrtc/tools/loopback_test/ |
stat_tracker.js | 34 // sample period so they can extract and record the tracked variables. 47 var record = report.namedItem(recordName); 48 if (record) sample = record.stat(statName);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothActivityEnergyInfo.java | 25 * Record of energy and activity information from controller and 26 * underlying bt stack state.Timestamp the record with system 141 * @return timestamp(real time elapsed in milliseconds since boot) of record creation. 156 * @return if the record is valid
|
/frameworks/base/core/java/android/bluetooth/le/ |
ScanResult.java | 33 // Scan record, including advertising data and scan response data. 47 * @param scanRecord Scan record including both advertising data and scan response data. 105 * Returns the scan record, which is a combination of advertisement and scan response. 120 * Returns timestamp since boot when the scan record was observed.
|
/frameworks/base/core/java/android/net/nsd/ |
NsdServiceInfo.java | 111 // There can be multiple TXT records after each other. Each record has to following format: 115 // 0 unsigned 8 bit yes size of record excluding this byte 118 // n + 2 - record size uninterpreted bytes optional value 128 // invalid characters instead of skipping the record. 130 // handle this by reducing the length of the record as needed. 139 throw new IllegalArgumentException("Zero sized txt record"); 141 Log.w(TAG, "Corrupt record length (pos = " + pos + "): " + recordLen); 164 // If '=' was not found we have a boolean record 171 throw new IllegalArgumentException("Invalid txt record (key is empty)"); 175 // When we have a duplicate record, the later ones are ignored (RFC6763 6.4 [all...] |
/frameworks/base/core/java/com/android/internal/logging/ |
AndroidHandler.java | 125 public void publish(LogRecord record) { 126 int level = getAndroidLevel(record.getLevel()); 127 String tag = DalvikLogging.loggerNameToTag(record.getLoggerName()); 133 String message = getFormatter().format(record);
|
/frameworks/base/media/java/android/media/ |
package.html | 4 <p>The Media APIs are used to play and, in some cases, record media files. This includes
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
MtpDocumentsService.java | 73 for (final MtpDeviceRecord record : provider.getOpenedDeviceRecordsCache()) { 76 record.name); 77 notificationId = record.deviceId; 85 mNotificationManager.notify(record.deviceId, notification);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSPanel.java | 73 private Record mDetailRecord; 130 for (TileRecord record : mRecords) { 131 record.tile.removeCallbacks(); 266 Record r = new Record(); 277 protected void showDetail(boolean show, Record r) { 286 for (TileRecord record : mRecords) { 287 mTileLayout.removeTile(record); 288 record.tile.removeCallback(record.callback) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBarView.java | 86 AccessibilityEvent record = AccessibilityEvent.obtain(); local 87 onInitializeAccessibilityEvent(record); 88 dispatchPopulateAccessibilityEvent(record); 89 event.appendRecord(record);
|
Completed in 2270 milliseconds
<<21222324252627282930>>