/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
pn532-writeurl.cxx | 31 // the URL we want to add as an NDEF record 104 printf("Failed to write NDEF record tag.\n"); 108 printf("Success, URL record written to tag.\n");
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
pn532-writeurl.js | 51 console.log("Failed to write NDEF record tag."); 55 console.log("Success, URL record written to tag."); 104 // the URL we want to add as an NDEF record
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
pn532-writeurl.py | 68 # the URL we want to add as an NDEF record 102 print "Failed to write NDEF record tag." 105 print "Success, URL record written to tag."
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldMemoryHandlerTest.java | 85 public boolean isLoggable(LogRecord record) { 86 return !record.getMessage().equals("false"); 93 public void publish(LogRecord record) {}
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
PrivateVolumeForget.java | 92 final VolumeRecord record = storage.findRecordByUuid(fsUuid); local 96 getText(R.string.storage_internal_forget_confirm_title), record.getNickname())); 98 getText(R.string.storage_internal_forget_confirm), record.getNickname()));
|
/packages/apps/Tag/src/com/android/apps/tag/ |
TagViewer.java | 21 import com.android.apps.tag.record.ParsedNdefRecord; 101 ParsedNdefRecord record = records.get(i); local 102 content.addView(record.getView(this, inflater, content, i));
|
/system/connectivity/shill/doc/ |
ipconfig-api.txt | 9 a device is connected, it will have an IPConifg record associated with 11 which will contain the path to this record. These properties of the 12 IPConfig record represent the current state of connectivity of the
|
/system/core/crash_reporter/ |
kernel_collector.h | 82 void GetRamoopsRecordPath(base::FilePath *path, size_t record); 86 // Read a record to string, modified from file_utils since that didn't 91 // Not finding a valid record is not an error state and is signaled by the
|
/system/extras/simpleperf/ |
thread_tree.h | 108 struct Record; 110 void BuildThreadTree(const Record& record, ThreadTree* thread_tree);
|
/toolchain/binutils/binutils-2.25/gas/ |
cgen.h | 70 output the insn and record any fixups. */ 75 /* Record a fixup. */ 95 /* Optional target supplied routine to record a fixup for an expression. */
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
MultiRecordExampleAgent.java | 36 * stores each distinct piece of application data in a separate record within 39 * datum's backup record is updated, not the entire data file. 42 // Key strings for each record in the backup set 144 // Helper: write the boolean 'value' as a backup record under the given 'key', 169 // In this implementation, we trust that we won't see any record keys 171 // go ahead and extract the data for each record before deciding how
|
/external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/ |
audio_AudioBasicBluetoothRecord.py | 5 """This is a server side bluetooth record test using the Chameleon board.""" 21 """Server side bluetooth record audio test. 24 bluetooth record audio function of the Cros device. 99 @param suspend: suspend flag to enable suspend before play/record 100 @param disable: disable flag to disable BT module before play/record 102 before play/record
|
/external/avahi/avahi-core/ |
lookup.h | 58 AvahiIfIndex interface, /**< Logical OS network interface number the record was found on */ 59 AvahiProtocol protocol, /**< Protocol number the record was found. */ 61 AvahiRecord *record, /**< The record that was found */ 69 AvahiProtocol protocol, /**< Protocol number to use when looking for the record, or AVAHI_PROTO_UNSPEC to look on all protocols */ 213 AvahiStringList *txt, /**< TXT record data */
|
/external/icu/icu4c/source/i18n/ |
alphaindex.cpp | 55 // UVector<Record *> support function, delete a Record. 58 delete static_cast<AlphabeticIndex::Record *>(obj); 84 inline AlphabeticIndex::Record *getRecord(const UVector &list, int32_t i) { 85 return static_cast<AlphabeticIndex::Record *>(list[i]); 660 Record *r = getRecord(*inputList_, i); 674 // now put the record into the bucket. [all...] |
/external/libavc/encoder/ |
ih264e_rc_mem_interface.c | 126 * @brief This function fills memory record attributes 129 * This function fills memory record attributes 135 * size of the record 169 * @brief This function fills memory record attributes 172 * This function fills memory record attributes 178 * handle to the memory record storage space
|
/external/llvm/include/llvm/CodeGen/ |
StackMaps.h | 174 /// \brief Generate a stackmap record for a stackmap instruction. 179 /// \brief Generate a stackmap record for a patchpoint instruction. 182 /// \brief Generate a stackmap record for a statepoint instruction. 221 /// \brief Create a live-out register record for the given register @p Reg. 231 /// instruction are stored, and outputs a label to record the offset of 242 /// \brief Emit the function frame record for each function.
|
/frameworks/compile/mclinker/include/mcld/LD/ |
EhFrame.h | 59 class Record : public RegionFragment { 61 explicit Record(llvm::StringRef pRegion); 62 virtual ~Record(); 71 DISALLOW_COPY_AND_ASSIGN(Record); 79 class CIE : public Record { 137 class FDE : public Record {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
TelephonyRegistryMock.java | 39 private static class Record { 78 private final ArrayList<Record> mRecords = new ArrayList<Record>(); 110 Record r; 123 r = new Record(); 162 for (Record r : mRecords) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
pystone.py | 25 record to None. This is rather inefficient and not 29 comparison of the record). Version 1.1 runs 5-10 43 class Record: 54 return Record(self.PtrComp, self.Discr, self.EnumComp, 94 PtrGlbNext = Record() 95 PtrGlb = Record()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
pystone.py | 25 record to None. This is rather inefficient and not 29 comparison of the record). Version 1.1 runs 5-10 43 class Record: 54 return Record(self.PtrComp, self.Discr, self.EnumComp, 94 PtrGlbNext = Record() 95 PtrGlb = Record()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 25 record to None. This is rather inefficient and not 29 comparison of the record). Version 1.1 runs 5-10 43 class Record: 54 return Record(self.PtrComp, self.Discr, self.EnumComp, 94 PtrGlbNext = Record() 95 PtrGlb = Record()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 25 record to None. This is rather inefficient and not 29 comparison of the record). Version 1.1 runs 5-10 43 class Record: 54 return Record(self.PtrComp, self.Discr, self.EnumComp, 94 PtrGlbNext = Record() 95 PtrGlb = Record()
|
/system/bt/bta/hf_client/ |
bta_hf_client_sdp.c | 75 ** HFP Client information to an SDP record. Prior to 77 ** SDP_CreateRecord() to create an SDP record. 158 ** Description Create SDP record for registered service. 166 /* add sdp record if not already registered */ 185 ** Description Delete SDP record for registered service. 229 /* get next record; if none found, we're done */
|
/system/bt/stack/sdp/ |
sdpint.h | 119 /* Define the attribute element of the SDP database record */ 128 /* An SDP record consists of a handle, and 1 or more attributes */ 142 UINT32 di_primary_handle; /* Device ID Primary record or NULL if nonexistent */ 144 tSDP_RECORD record[SDP_MAX_RECORDS]; member in struct:__anon72865 159 tSDP_RECORD *prev_sdp_rec; /* last sdp record that was completely sent in the response */ 191 UINT32 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */
|
/toolchain/binutils/binutils-2.25/include/coff/ |
mips.h | 159 /* File descriptor external record */ 206 /* Procedure descriptor external record */ 250 /* Symbol external record */ 291 /* External symbol external record */ 310 /* Dense numbers external record */ 325 /* Optimizer symbol external record */
|