/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
navigation1-expected-navigate4.txt | 3 data/res/values-en-rGB/strings.xml 5 data/res/values/strings.xml 7 data/res/values-ar/strings.xml 9 data/res/values-bg/strings.xml 11 data/res/values-ca/strings.xml 13 data/res/values-cs/strings.xml 15 data/res/values-da/strings.xml 17 data/res/values-de/strings.xml 19 data/res/values-el/strings.xml 21 data/res/values-es/strings.xm [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tnc.c | 37 struct eap_tnc_data *data; local 39 data = os_zalloc(sizeof(*data)); 40 if (data == NULL) 42 data->state = WAIT_START; 43 data->fragment_size = 1300; 44 data->tncc = tncc_init(); 45 if (data->tncc == NULL) { 46 os_free(data); 50 return data; 56 struct eap_tnc_data *data = priv; local 200 struct eap_tnc_data *data = priv; local [all...] |
eap_tls_common.c | 32 const u8 **data, size_t *data_len) 47 *data = blob->data; 113 struct eap_ssl_data *data, 118 if (sm->workaround && data->eap_type != EAP_TYPE_FAST) { 139 * Use blob data, if available. Otherwise, leave reference to external 161 struct eap_ssl_data *data, 171 data->conn = tls_connection_init(data->ssl_ctx); 172 if (data->conn == NULL) [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
LocalSource.java | 73 String[] projection = {MediaStore.Images.Media.DATA, MediaStore.Images.Media.BUCKET_ID, 80 int dataIndex = cursor.getColumnIndex(MediaStore.Images.Media.DATA); 90 AlbumData data = foundAlbums.get(id); local 92 data = new AlbumData(); 93 data.id = id; 94 data.account = mLocalSourceName; 97 data.thumbnailUrl = cursor.getString(dataIndex); 101 data.title = cursor.getString(nameIndex); 103 data.title = mUnknownAlbumName; 106 log(TAG, data.title + " found") 221 ImageData data = unpackImageData(cursor, null); local [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_identity.c | 23 struct eap_identity_data *data; local 25 data = os_zalloc(sizeof(*data)); 26 if (data == NULL) 28 data->state = CONTINUE; 30 return data; 36 struct eap_identity_data *data; local 37 data = eap_identity_init(sm); 38 if (data) { 39 data->pick_up = 1 47 struct eap_identity_data *data = priv; local 55 struct eap_identity_data *data = priv; local 102 struct eap_identity_data *data = priv; local 138 struct eap_identity_data *data = priv; local 145 struct eap_identity_data *data = priv; local [all...] |
eap_server_md5.c | 27 struct eap_md5_data *data; local 29 data = os_zalloc(sizeof(*data)); 30 if (data == NULL) 32 data->state = CONTINUE; 34 return data; 40 struct eap_md5_data *data = priv; local 41 os_free(data); 47 struct eap_md5_data *data = priv; local 50 if (random_get_bytes(data->challenge, CHALLENGE_LEN)) 101 struct eap_md5_data *data = priv; local 141 struct eap_md5_data *data = priv; local 148 struct eap_md5_data *data = priv; local [all...] |
/frameworks/av/camera/ |
IProCameraCallbacks.cpp | 53 Parcel data, reply; local 54 data.writeInterfaceToken(IProCameraCallbacks::getInterfaceDescriptor()); 55 data.writeInt32(msgType); 56 data.writeInt32(ext1); 57 data.writeInt32(ext2); 58 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY); 63 Parcel data, reply; local 64 data.writeInterfaceToken(IProCameraCallbacks::getInterfaceDescriptor()); 65 data.writeInt32(newLockStatus); 66 remote()->transact(LOCK_STATUS_CHANGED, data, &reply 72 Parcel data, reply; local [all...] |
/frameworks/native/services/powermanager/ |
IPowerManager.cpp | 49 Parcel data, reply; local 50 data.writeInterfaceToken(IPowerManager::getInterfaceDescriptor()); 52 data.writeStrongBinder(lock); 53 data.writeInt32(flags); 54 data.writeString16(tag); 55 data.writeString16(packageName); 56 data.writeInt32(0); // no WorkSource 57 return remote()->transact(ACQUIRE_WAKE_LOCK, data, &reply); 63 Parcel data, reply; local 64 data.writeInterfaceToken(IPowerManager::getInterfaceDescriptor()) 76 Parcel data, reply; local 84 Parcel data, reply; local [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArrayInput.java | 28 * Implementation of {@link Input} which reads the data from a 37 /** non-null; the data itself */ 38 private byte[] data; field in class:ByteArrayInput 44 * Constructs an instance with the given data 46 * @param data non-null; data array to use for input 48 public ByteArrayInput(byte[] data) { 49 if (data == null) { 50 throw new NullPointerException("data == null"); 53 this.data = data [all...] |
/external/chromium/chrome/browser/resources/options/ |
certificate_tree.js | 10 * Creates a new tree item for certificate data. 11 * @param {Object=} data Data used to create a certificate tree item. 15 function CertificateTreeItem(data) { 18 label: data.name, 19 data: data 23 if (data.icon) { 24 treeItem.icon = data.icon; 40 return parent.pathId + ',' + this.data.id [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder1_test.cc | 26 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 27 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(), 35 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 36 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(), 50 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 51 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(), 60 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 61 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(), 70 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 71 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(), [all...] |
/external/chromium_org/base/ |
supports_user_data.h | 17 // This is a helper for classes that want to allow users to stash random data by 23 // Derive from this class and add your own data members to associate extra 26 class BASE_EXPORT Data { 28 virtual ~Data() {} 31 // The user data allows the clients to associate data with this object. 32 // Multiple user data values can be stored under different keys. 33 // This object will TAKE OWNERSHIP of the given data pointer, and will 35 Data* GetUserData(const void* key) const; 36 void SetUserData(const void* key, Data* data) 65 UserDataAdapter* data = local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
calculator.html | 26 <button class="clear" title="clear" data-button="clear"></button> 27 <button class="negate" title="negate" data-button="negate"></button> 28 <button class="divide" title="divide" data-button="divide"></button> 29 <button class="multiply" title="multiply" data-button="multiply"> 31 <button class="seven" title="seven" data-button="seven"></button> 32 <button class="eight" title="eight" data-button="eight"></button> 33 <button class="nine" title="nine" data-button="nine"></button> 34 <button class="subtract" title="subtract" data-button="subtract"> 36 <button class="four" title="four" data-button="four"></button> 37 <button class="five" title="five" data-button="five"></button [all...] |
/external/chromium_org/crypto/ |
hkdf_unittest.cc | 59 std::vector<uint8> data; local 60 ASSERT_TRUE(base::HexStringToBytes(test.key_hex, &data)); 61 const std::string key(reinterpret_cast<char*>(&data[0]), data.size()); 63 data.clear(); 67 ASSERT_TRUE(base::HexStringToBytes(salt, &data)); 68 salt.assign(reinterpret_cast<char*>(&data[0]), data.size()); 71 data.clear(); 75 ASSERT_TRUE(base::HexStringToBytes(info, &data)); [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdecoder1_test.cc | 26 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 27 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(), 35 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 36 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(), 50 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 51 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(), 60 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 61 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(), 70 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 71 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(), [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
list.h | 28 * @lk: the data to deallocate 30 * Callback function used to free data from a list. 35 * @data0: the first data 36 * @data1: the second data 38 * Callback function used to compare 2 data. 45 * @data: the data found in the list 46 * @user: extra user provided data to the walker 52 typedef int (*xmlListWalker) (const void *data, const void *user); 64 void *data); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
ldlinux-sects.asm | 12 [section .bcopy32 align=4 valign=16 follows=.data vfollows=.earlybss] 20 [section .data align=16] 34 [section .data] 40 [section .data] 43 [section .data] 48 [section .data] 50 [section .data] 55 [section .data] 62 [section .data] 66 [section .data] [all...] |
/external/doclava/src/com/google/doclava/ |
TagInfo.java | 19 import com.google.clearsilver.jsilver.data.Data; 54 public void makeHDF(Data data, String base) { 55 data.setValue(base + ".name", name()); 60 data.setValue(base + ".text", text()); 61 data.setValue(base + ".kind", kind()); 64 public static void makeHDF(Data data, String base, TagInfo[] tags) { 65 makeHDF(data, base, tags, null, 0, 0) [all...] |
/external/libxml2/include/libxml/ |
list.h | 28 * @lk: the data to deallocate 30 * Callback function used to free data from a list. 35 * @data0: the first data 36 * @data1: the second data 38 * Callback function used to compare 2 data. 45 * @data: the data found in the list 46 * @user: extra user provided data to the walker 52 typedef int (*xmlListWalker) (const void *data, const void *user); 64 void *data); [all...] |
/external/open-vcdiff/src/ |
vcdecoder1_test.cc | 26 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 27 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(), 35 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 36 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(), 50 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 51 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(), 60 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 61 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(), 70 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 71 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(), [all...] |
/frameworks/av/media/libmedia/ |
IAudioRecord.cpp | 47 Parcel data, reply; local 49 data.writeInterfaceToken(IAudioRecord::getInterfaceDescriptor()); 50 status_t status = remote()->transact(GET_CBLK, data, &reply); 59 Parcel data, reply; local 60 data.writeInterfaceToken(IAudioRecord::getInterfaceDescriptor()); 61 data.writeInt32(event); 62 data.writeInt32(triggerSession); 63 status_t status = remote()->transact(START, data, &reply); 74 Parcel data, reply; local 75 data.writeInterfaceToken(IAudioRecord::getInterfaceDescriptor()) [all...] |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9-sources.jar | |
/external/chromium/chrome/browser/ui/webui/ |
print_preview_ui_html_source.h | 20 // A SharedMemory that contains the data for print preview, 21 // and the size of the print preview data in bytes. 27 // Gets the print preview |data|. The data is valid as long as the 29 void GetPrintPreviewData(PrintPreviewData* data); 31 // Sets the print preview |data|. PrintPreviewHandler owns the data and is 33 // a) there is new data. 35 void SetPrintPreviewData(const PrintPreviewData& data); 44 // Current print preview data, the contents of which are owned b [all...] |
/external/chromium_org/third_party/icu/source/stubdata/ |
stubdata.c | 9 * Define initialized data that will build into a valid, but empty 10 * ICU data library. Used to bootstrap the ICU build, which has these 12 * ICU Common library depends on ICU data 13 * ICU data requires data building tools. 14 * ICU data building tools require the ICU common library. 16 * The stub data library (for which this file is the source) is sufficient 17 * for running the data building tools. 46 { /* data format identifier */ 57 0 , 0 , 0, 0 /* name and data entries. Count says there are none, * [all...] |
/external/chromium_org/third_party/icu/source/test/perf/usetperf/ |
bitset.cpp | 22 data = (int32_t*) uprv_malloc(len * BYTES_PER_WORD); 27 uprv_free(data); 33 return (longIndex < len) ? (((data[longIndex] >> bitInLong) & 1) != 0) 43 data[longIndex] |= (1 << bitInLong); 47 for (uint32_t i=0; i<len; ++i) data[i] = 0; 54 uprv_memcpy(newData, data, len * BYTES_PER_WORD); 55 uprv_free(data); 56 data = newData; 57 int32_t* p = data + len; 58 int32_t* limit = data + newLen [all...] |