HomeSort by relevance Sort by last modified time
    Searched full:data (Results 626 - 650 of 74043) sorted by null

<<21222324252627282930>>

  /external/lzma/CPP/7zip/Compress/
BranchCoder.cpp 14 STDMETHODIMP_(UInt32) CBranchConverter::Filter(Byte *data, UInt32 size)
16 UInt32 processedSize = SubFilter(data, size);
  /external/openssh/regress/
transfer.sh 4 tid="transfer data"
6 DATA=/bin/ls${EXEEXT}
12 ${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
14 fail "ssh cat $DATA failed"
16 cmp ${DATA} ${COPY} || fail "corrupted copy"
21 dd if=$DATA obs=${s} 2> /dev/null | \
24 fail "ssh cat $DATA failed"
26 cmp $DATA ${COPY} || fail "corrupted copy"
  /external/oprofile/libdb/
db_travel.c 16 *nr = odb->data->descr->current_size - 1;
17 return odb->data->node_base + 1;
  /external/robolectric/src/main/java/android/os/
ShadowBinderBridge.java 13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
14 return realBinder.onTransact(code, data, reply, flags);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowBinderTest.java 20 Parcel data = Parcel.obtain(); local
22 assertTrue(testBinder.transact(2, data, reply, 3));
24 assertThat(testBinder.data, sameInstance(data));
31 Parcel data; field in class:ShadowBinderTest.TestBinder
36 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
38 this.data = data;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
simple_bitmap_glyph.cc 21 SimpleBitmapGlyph::SimpleBitmapGlyph(ReadableFontData* data, int32_t format)
22 : BitmapGlyph(data, format) {
28 SimpleBitmapGlyph::Builder::Builder(ReadableFontData* data, int32_t format)
29 : BitmapGlyph::Builder(data, format) {
32 SimpleBitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format)
33 : BitmapGlyph::Builder(data, format) {
40 SimpleBitmapGlyph::Builder::SubBuildTable(ReadableFontData* data) {
41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format());
  /external/sfntly/cpp/src/sfntly/table/
generic_table_builder.cc 24 FontDataTable* GenericTableBuilder::SubBuildTable(ReadableFontData* data) {
26 UNREFERENCED_PARAMETER(data);
33 GenericTableBuilder::CreateBuilder(Header* header, WritableFontData* data) {
35 new GenericTableBuilder(header, data);
40 WritableFontData* data)
41 : TableBasedTableBuilder(header, data) {
45 ReadableFontData* data)
46 : TableBasedTableBuilder(header, data) {
  /external/skia/src/core/
SkBuffer.h 17 Light weight class for reading data from a memory block.
20 to attempt to read a value from an empty RBuffer (data == null).
25 /** Initialize RBuffer with a data pointer, but no specified length.
28 SkRBuffer(const void* data) {
29 fData = (const char*)data;
30 fPos = (const char*)data;
33 /** Initialize RBuffer with a data point and length.
35 SkRBuffer(const void* data, size_t size) {
36 SkASSERT(data != 0 || size == 0);
37 fData = (const char*)data;
    [all...]
SkRefDict.h 25 * Return the data associated with name[], or NULL if no matching entry
31 * If data is NULL, remove (if present) the entry matching name and call
32 * prev_data->unref() on the data for the matching entry.
33 * If data is not-NULL, replace the existing entry matching name and
35 * data->ref() is called.
37 void set(const char name[], SkRefCnt* data);
40 * Remove the matching entry (if found) and unref its data.
45 * Remove all entries, and unref() their associated data.
  /frameworks/native/libs/gui/
ISensorEventConnection.cpp 50 Parcel data, reply; local
51 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor());
52 remote()->transact(GET_SENSOR_CHANNEL, data, &reply);
59 Parcel data, reply; local
60 data.writeInterfaceToken(ISensorEventConnection::getInterfaceDescriptor());
61 data.writeInt32(handle);
62 data.writeInt32(enabled);
63 data.writeInt64(samplingPeriodNs);
64 data.writeInt64(maxBatchReportLatencyNs);
65 data.writeInt32(reservedFlags)
72 Parcel data, reply; local
81 Parcel data, reply; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmcheck.a 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libmcheck.a 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmcheck.a 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libmcheck.a 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserDict.py 5 self.data = {}
10 def __repr__(self): return repr(self.data)
13 return cmp(self.data, dict.data)
15 return cmp(self.data, dict)
17 def __len__(self): return len(self.data)
19 if key in self.data:
20 return self.data[key]
24 def __setitem__(self, key, item): self.data[key] = item
25 def __delitem__(self, key): del self.data[key
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserDict.py 5 self.data = {}
10 def __repr__(self): return repr(self.data)
13 return cmp(self.data, dict.data)
15 return cmp(self.data, dict)
17 def __len__(self): return len(self.data)
19 if key in self.data:
20 return self.data[key]
24 def __setitem__(self, key, item): self.data[key] = item
25 def __delitem__(self, key): del self.data[key
    [all...]
  /sdk/emulator/qtools/tests/
tests.ld 6 .data DATA_START : { *(.data) }
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_impl_android_unittest.cc 57 ASSERT_FALSE(buffer_->data.allAvailableSensorsAreActive);
60 ASSERT_FALSE(buffer_->data.allAvailableSensorsAreActive);
63 ASSERT_FALSE(buffer_->data.allAvailableSensorsAreActive);
66 ASSERT_TRUE(buffer_->data.allAvailableSensorsAreActive);
67 ASSERT_EQ(kPeriodInMilliseconds, buffer_->data.interval);
70 ASSERT_FALSE(buffer_->data.allAvailableSensorsAreActive);
79 ASSERT_FALSE(buffer_->data.allAvailableSensorsAreActive);
82 ASSERT_FALSE(buffer_->data.allAvailableSensorsAreActive);
85 ASSERT_TRUE(buffer_->data.allAvailableSensorsAreActive);
86 ASSERT_EQ(kPeriodInMilliseconds, buffer_->data.interval)
    [all...]
  /external/chromium_org/content/browser/
histogram_internals_request_job.cc 30 void AboutHistogram(std::string* data, const std::string& path) {
41 data->append("<!DOCTYPE html>\n<html>\n<head>\n");
42 data->append(
45 data->append("<title>");
46 data->append(net::EscapeForHTML(unescaped_title));
47 data->append("</title>\n");
48 data->append("</head><body>");
51 data->append("<p>Stats as of last page load;");
52 data->append("reload to get stats as of this page load.</p>\n");
53 data->append("<table width=\"100%\">\n")
    [all...]
  /external/chromium_org/crypto/
ec_signature_creator_nss.cc 38 hash_type, &hash_data[0], input->data, input->len);
69 bool ECSignatureCreatorImpl::Sign(const uint8* data,
72 // Data to be signed
76 secret.data = const_cast<unsigned char*>(data);
82 result.data = NULL;
84 // Sign the secret data and save it to |result|.
92 // Copy the signed data into the output vector.
93 signature->assign(result.data, result.data + result.len)
    [all...]
  /external/chromium_org/net/disk_cache/
storage_block.h 15 // This class encapsulates common behavior of a single "block" of data that is
18 // This object provides a memory buffer for the related data, and it can be used
25 // DoSomething(a.Data());
26 // b.SetData(a.Data());
27 // ModifySomething(b.Data());
28 // // Data modified on the previous call will be saved by b's destructor.
47 // Deletes the data, even if it was modified and not saved. This object must
51 // Stops sharing the data with another object.
54 // Sets the object to lazily save the in-memory data on destruction.
57 // Forgets that the data was modified, so it's not lazily saved
    [all...]
  /external/chromium_org/ppapi/generators/
idl_visitor.py 13 # and generic data object from the parent call. The returned value is then
25 def VisitFilter(self, node, data):
28 # Return TRUE if data should be added to the childdata list
29 def AgrigateFilter(self, data):
30 return data is not None
32 def Visit(self, node, data):
34 if not self.VisitFilter(node, data): return None
37 newdata = self.Arrive(node, data)
47 def Arrive(self, node, data):
49 return data
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMMimeTypeArray.cpp 42 PluginData* data = getPluginData(); local
43 if (!data)
45 return data->mimes().size();
50 PluginData* data = getPluginData(); local
51 if (!data)
53 const Vector<MimeClassInfo>& mimes = data->mimes();
56 return DOMMimeType::create(data, m_frame, index).get();
61 PluginData *data = getPluginData(); local
62 if (!data)
64 const Vector<MimeClassInfo>& mimes = data->mimes()
74 PluginData *data = getPluginData(); local
    [all...]
DOMPluginArray.cpp 43 PluginData* data = pluginData(); local
44 if (!data)
46 return data->plugins().size();
51 PluginData* data = pluginData(); local
52 if (!data)
54 const Vector<PluginInfo>& plugins = data->plugins();
57 return DOMPlugin::create(data, m_frame, index).get();
62 PluginData* data = pluginData(); local
63 if (!data)
65 const Vector<PluginInfo>& plugins = data->plugins()
75 PluginData* data = pluginData(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSpecificWin.cpp 62 void setValue(void* data) { TlsSetValue(m_tlsKey, data); }
67 if (void* data = value())
68 m_destructor(data);
105 void threadSpecificSet(ThreadSpecificKey key, void* data)
107 key->setValue(data);
118 // The layout of ThreadSpecific<T>::Data does not depend on T. So we are safe to do the static cast to ThreadSpecific<int> in order to access its data member.
119 ThreadSpecific<int>::Data* data = static_cast<ThreadSpecific<int>::Data*>(TlsGetValue(tlsKeys()[i])) local
    [all...]

Completed in 548 milliseconds

<<21222324252627282930>>