/external/webkit/Source/WebKit/android/plugins/ |
PluginDebugAndroid.cpp | 19 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 72 if(evt->data.key.action < ARRAY_COUNT(inputActions)) { 74 npp, returnVal, elapsedTime, inputActions[evt->data.key.action], 75 evt->data.key.nativeCode, evt->data.key.virtualCode, 76 evt->data.key.unichar, evt->data.key.repeatCount, 77 evt->data.key.modifiers); 84 if(evt->data.mouse.action < ARRAY_COUNT(inputActions)) { 86 returnVal, elapsedTime, inputActions[evt->data.mouse.action] [all...] |
/external/wpa_supplicant_8/src/utils/ |
trace.c | 128 struct bfd_data *data = obj; local 132 if (data->found) 139 if (data->pc < vma) 143 if (data->pc >= vma + size) 146 data->found = bfd_find_nearest_line(abfd, section, syms, 147 data->pc - vma, 148 &data->filename, 149 &data->function, 150 &data->line); 157 struct bfd_data data; local 200 struct bfd_data data; local [all...] |
/frameworks/av/media/libmedia/ |
IEffect.cpp | 47 Parcel data, reply; local 48 data.writeInterfaceToken(IEffect::getInterfaceDescriptor()); 49 remote()->transact(ENABLE, data, &reply); 56 Parcel data, reply; local 57 data.writeInterfaceToken(IEffect::getInterfaceDescriptor()); 58 remote()->transact(DISABLE, data, &reply); 69 Parcel data, reply; local 70 data.writeInterfaceToken(IEffect::getInterfaceDescriptor()); 71 data.writeInt32(cmdCode); 76 data.writeInt32(size) 106 Parcel data, reply; local 114 Parcel data, reply; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
HexEncoder.java | 46 * encode the input data producing a Hex output stream. 51 byte[] data, 59 int v = data[i] & 0xff; 75 * decode the Hex encoded byte data writing it to the given output stream, 81 byte[] data, 94 if (!ignore((char)data[end - 1])) 105 while (i < end && ignore((char)data[i])) 110 b1 = decodingTable[data[i++]]; 112 while (i < end && ignore((char)data[i])) 117 b2 = decodingTable[data[i++]] [all...] |
/external/chromium/base/memory/ |
weak_ptr_unittest.cc | 44 int data; local 45 WeakPtrFactory<int> factory(&data); 47 EXPECT_EQ(&data, ptr.get()); 51 int data; local 52 WeakPtrFactory<int> factory(&data); 62 int data; local 63 WeakPtrFactory<int> factory(&data); 72 int data; local 73 WeakPtrFactory<int> factory(&data); 76 EXPECT_EQ(&data, a.get()) 84 Derived data; local 98 int data; local 109 int data; local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_expanded_container.cc | 40 SizeAllocateData* data = reinterpret_cast<SizeAllocateData*>(userdata); 43 child_requisition.width = data->allocation->width - data->border_width * 2; 44 child_requisition.height = data->allocation->height - data->border_width * 2; 48 g_signal_emit(data->container, 64 GetChildPosition(data->container, child, &x, &y); 66 child_allocation.x = x + data->border_width; 67 child_allocation.y = y + data->border_width; 69 if (GTK_WIDGET_NO_WINDOW(data->container)) 154 SizeAllocateData data; local 159 gtk_container_foreach(GTK_CONTAINER(widget), ChildSizeAllocate, &data); local [all...] |
/external/icu4c/data/unidata/ |
ucdterms.txt | 1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE 3 Unicode Data Files include all data files under the directories 9 INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), 12 DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. 20 the Unicode data files and associated documentation (the "Data Files") or 22 Data Files or Software without restriction, including without limitation the 24 the Data Files or Software, and to permit persons to whom the Data Files o [all...] |
/external/skia/include/core/ |
SkData.h | 17 * SkData holds an immutable data buffer. Not only is the data immutable, 18 * but the actual ptr that is returned (by data() or bytes()) is guaranteed 33 * Returns the ptr to the data. 35 const void* data() const { return fPtr; } function in class:SkData 38 * Like data(), returns a read-only ptr into the data, but in this case 46 * Helper to copy a range of the data into a caller-provided buffer. 48 * length to the size of the data. If buffer is NULL, it is ignored, and 61 * of scope, allowing for custom allocation/freeing of the data [all...] |
/external/skia/legacy/src/xml/ |
SkBML_XMLParser.cpp | 23 static int rdata(SkStream& s, int data) 25 SkASSERT((data & ~31) == 0); 26 if (data == 31) 28 data = rbyte(s); 29 if (data == 0xFF) 31 data = rbyte(s); 32 data = (data << 8) | rbyte(s); 35 return data; 38 static void set(char* array[256], int index, SkStream& s, int data) 88 int data = verb & 31; local 123 int data = verb & 31; local [all...] |
/external/skia/src/xml/ |
SkBML_XMLParser.cpp | 23 static int rdata(SkStream& s, int data) 25 SkASSERT((data & ~31) == 0); 26 if (data == 31) 28 data = rbyte(s); 29 if (data == 0xFF) 31 data = rbyte(s); 32 data = (data << 8) | rbyte(s); 35 return data; 38 static void set(char* array[256], int index, SkStream& s, int data) 88 int data = verb & 31; local 123 int data = verb & 31; local [all...] |
/external/srec/srec/ca/ |
utt_data.c | 46 if (utterance_started(&hUtt->data)) 48 if ((gap = getBlockGap(hUtt->data.gen_utt.frame)) > 0) 49 (void) setRECframePtr(hUtt->data.gen_utt.frame, gap, 1); 50 if (hUtt->data.gen_utt.frame->holdOffPeriod > 0) 51 setRECframePtr(hUtt->data.gen_utt.frame, -MIN(hUtt->data.gen_utt.frame->holdOffPeriod, getFrameGap(hUtt->data.gen_utt.frame)), 1); 52 while (!(rec_frame_voicing_status(hUtt->data.gen_utt.frame) & VOICE_BIT)) 54 incRECframePtr(hUtt->data.gen_utt.frame); 55 if (getFrameGap(hUtt->data.gen_utt.frame) == 0 [all...] |
/external/webkit/Source/WebCore/loader/ |
CachedMetadata.h | 25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 41 // Serialized data is NOT portable across architectures. However, reading the 42 // data type ID will reject data generated with a different byte-order. 45 static PassRefPtr<CachedMetadata> create(unsigned dataTypeID, const char* data, size_t size) 47 return adoptRef(new CachedMetadata(dataTypeID, data, size)); 50 static PassRefPtr<CachedMetadata> deserialize(const char* data, size_t size) 52 return adoptRef(new CachedMetadata(data, size)); 67 const char* data() const function in class:WebCore::CachedMetadata 71 return m_serializedData.data() + dataStart [all...] |
/system/core/libcorkscrew/ |
ptrace.c | 87 map_info_data_t* data = (map_info_data_t*)calloc(1, sizeof(map_info_data_t)); local 88 if (data) { 89 mi->data = data; 91 data->symbol_table = load_symbol_table(mi->name); 94 load_ptrace_map_info_data_arch(pid, mi, data); 114 map_info_data_t* data = (map_info_data_t*)mi->data; local 115 if (data) { 116 if (data->symbol_table) 140 const map_info_data_t* data = (const map_info_data_t*)mi->data; local [all...] |
/external/chromium/net/disk_cache/ |
storage_block.h | 16 // This class encapsulates common behavior of a single "block" of data that is 19 // This object provides a memory buffer for the related data, and it can be used 26 // DoSomething(a.Data()); 27 // b.SetData(a.Data()); 28 // ModifySomething(b.Data()); 29 // // Data modified on the previous call will be saved by b's destructor. 48 // Deletes the data, even if it was modified and not saved. This object must 52 // Stops sharing the data with another object. 55 // Sets the object to lazily save the in-memory data on destruction. 59 T* Data(); [all...] |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
Connector.java | 26 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 39 * and receiving of data. As opposed to the Kernel, this will 40 * only ever receive data from one Endpoint and so bypasses 60 * Returns true if there is currently data available for 68 * Reads a chunk of data from the connection, blocking if 69 * there is no data available. The buffer may only be valid 71 * the data if they need it for longer than that. 73 * @return The data read or null if there is no more data 79 * Writes a chunk of data to the connection from data.position( [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
UnmodifiableData.java | 17 package com.google.clearsilver.jsilver.data; 24 * Data wrapper that prevents modifying the delegated Data node or its tree. 28 private static final String MODIFICATION_ERROR_MSG = "Cannot modify this Data object."; 30 public UnmodifiableData(Data delegate) { 35 protected DelegatedData newInstance(Data newDelegate) { 40 public void copy(Data from) { 45 public void copy(String toPath, Data from) { 54 public Data createChild(String path) { 56 Data child = getChild(path) [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_AudioCVT.3 | 22 .SH "STRUCTURE DATA" 58 The \fBSDL_AudioCVT\fR is used to convert audio data between different formats\&. A \fBSDL_AudioCVT\fR structure is created with the \fI\fBSDL_BuildAudioCVT\fP\fR function, while the actual conversion is done by the \fI\fBSDL_ConvertAudio\fP\fR function\&. 61 .IP "\fBUint8 *\fP\fBbuf\fR" 10This points to the audio data that will be used in the conversion\&. It is both the source and the destination, which means the converted audio data overwrites the original data\&. It also means that the converted data may be larger than the original data (if you were converting from 8-bit to 16-bit, for instance), so you must ensure \fBbuf\fR is large enough\&. See below\&. 62 .IP "\fBint\fP \fBlen\fR" 10This is the length of the original audio data in bytes\&. 63 .IP "\fBint\fP \fBlen_mult\fR" 10As explained above, the audio buffer needs to be big enough to store the converted data, which may be bigger than the original audio data\&. The length of \fBbuf\fR should be \fBlen\fR*\fBlen_mult\fR\& [all...] |
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
DataListener.java | 21 import org.jivesoftware.smackx.bytestreams.ibb.packet.Data;
24 * DataListener handles all In-Band Bytestream IQ stanzas containing a data
27 * If a data packet is received it looks if a stored In-Band Bytestream session
31 * Data packets belonging to a running In-Band Bytestream session are processed
42 /* packet filter for all In-Band Bytestream data packets */
44 new PacketTypeFilter(Data.class));
56 Data data = (Data) packet;
local 58 data.getDataPacketExtension().getSessionID()); [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
Threading.cpp | 20 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 36 NewThreadContext(ThreadFunction entryPoint, void* data, const char* name) 38 , data(data) 44 void* data; member in struct:WTF::NewThreadContext 64 void* data = context->data; local 67 return entryPoint(data); 70 ThreadIdentifier createThread(ThreadFunction entryPoint, void* data, const char* name) 79 NewThreadContext* context = new NewThreadContext(entryPoint, data, name) [all...] |
/external/webkit/Source/WebCore/html/canvas/ |
ArrayBuffer.cpp | 19 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 35 void* data = tryAllocate(numElements, elementByteSize); local 36 if (!data) 38 return adoptRef(new ArrayBuffer(data, numElements * elementByteSize)); 43 return ArrayBuffer::create(other->data(), other->byteLength()); 48 void* data = tryAllocate(byteLength, 1); local 49 if (!data) 51 RefPtr<ArrayBuffer> buffer = adoptRef(new ArrayBuffer(data, byteLength)); 52 memcpy(buffer->data(), source, byteLength); 56 ArrayBuffer::ArrayBuffer(void* data, unsigned sizeInBytes 62 void* ArrayBuffer::data() function in class:WebCore::ArrayBuffer 67 const void* ArrayBuffer::data() const function in class:WebCore::ArrayBuffer [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
SVGTextQuery.h | 48 struct Data; 51 typedef bool (SVGTextQuery::*ProcessTextFragmentCallback)(Data*, const SVGTextFragment&) const; 52 bool executeQuery(Data*, ProcessTextFragmentCallback) const; 55 bool mapStartEndPositionsIntoFragmentCoordinates(Data*, const SVGTextFragment&, int& startPosition, int& endPosition) const; 56 void modifyStartEndPositionsRespectingLigatures(Data*, int& startPosition, int& endPosition) const; 59 bool numberOfCharactersCallback(Data*, const SVGTextFragment&) const; 60 bool textLengthCallback(Data*, const SVGTextFragment&) const; 61 bool subStringLengthCallback(Data*, const SVGTextFragment&) const; 62 bool startPositionOfCharacterCallback(Data*, const SVGTextFragment&) const; 63 bool endPositionOfCharacterCallback(Data*, const SVGTextFragment&) const [all...] |
/frameworks/native/libs/binder/ |
IPermissionController.cpp | 42 Parcel data, reply; local 43 data.writeInterfaceToken(IPermissionController::getInterfaceDescriptor()); 44 data.writeString16(permission); 45 data.writeInt32(pid); 46 data.writeInt32(uid); 47 remote()->transact(CHECK_PERMISSION_TRANSACTION, data, &reply); 59 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 61 //printf("PermissionController received: "); data.print(); 64 CHECK_INTERFACE(IPermissionController, data, reply); 65 String16 permission = data.readString16() [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
CursorPhotoSource.java | 48 ImageData data = null; local 50 data = unpackImageData(current.cursor, null); 51 data.cursor = current.cursor; 52 data.position = current.cursor.getPosition(); 54 return data; 65 ImageData data = null; local 67 data = unpackImageData(current.cursor, null); 68 data.cursor = current.cursor; 69 data.position = current.cursor.getPosition(); 71 return data; [all...] |
/external/apache-http/src/org/apache/http/util/ |
EncodingUtils.java | 52 * @param data the byte array to be encoded 59 final byte[] data, 65 if (data == null) { 74 return new String(data, offset, length, charset); 76 return new String(data, offset, length); 86 * @param data the byte array to be encoded 90 public static String getString(final byte[] data, final String charset) { 91 if (data == null) { 94 return getString(data, 0, data.length, charset) [all...] |
/external/linux-tools-perf/util/ |
trace-event.h | 163 void *data; member in struct:record 184 void print_trace_event(int cpu, void *data, int size); 191 static inline unsigned short __data2host2(unsigned short data) 196 return data; 198 swap = ((data & 0xffULL) << 8) | 199 ((data & (0xffULL << 8)) >> 8); 204 static inline unsigned int __data2host4(unsigned int data) 209 return data; 211 swap = ((data & 0xffULL) << 24) | 212 ((data & (0xffULL << 8)) << 8) [all...] |