HomeSort by relevance Sort by last modified time
    Searched full:data (Results 401 - 425 of 53578) sorted by null

<<11121314151617181920>>

  /external/bison/runtime-po/
es.po 43 #: data/glr.c:855 data/yacc.c:776
47 #: data/glr.c:1729
51 #: data/glr.c:2014 data/glr.c:2094 data/glr.c:2134 data/glr.c:2399
52 #: data/lalr1.cc:947 data/lalr1.cc:967 data/yacc.c:1351 data/yacc.c:185
    [all...]
nb.po 35 #: data/glr.c:855 data/yacc.c:776
39 #: data/glr.c:1729
43 #: data/glr.c:2014 data/glr.c:2094 data/glr.c:2134 data/glr.c:2399
44 #: data/lalr1.cc:947 data/lalr1.cc:967 data/yacc.c:1351 data/yacc.c:185
    [all...]
vi.po 24 #: data/glr.c:855 data/yacc.c:776
28 #: data/glr.c:1729
32 #: data/glr.c:2014 data/glr.c:2094 data/glr.c:2134 data/glr.c:2399
33 #: data/lalr1.cc:947 data/lalr1.cc:967 data/yacc.c:1351 data/yacc.c:185
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_data.cc 13 Source source, const sync_pb::ExtensionSpecifics& data) {
14 DcheckIsExtensionSpecificsValid(data);
16 extension_data.merged_data_ = extension_data.source_data_[source] = data;
17 DCHECK(AreExtensionSpecificsEqual(extension_data.merged_data(), data));
38 const sync_pb::ExtensionSpecifics& data) {
39 DcheckIsExtensionSpecificsValid(data);
40 source_data_[source] = data;
41 MergeExtensionSpecifics(data, merge_user_properties, &merged_data_);
  /external/clang/test/SemaObjCXX/
vla.mm 4 @interface Data
9 void test(Data *d) {
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
HelloWorld.java 20 import com.google.clearsilver.jsilver.data.Data;
35 // Set up some data.
36 Data data = jSilver.createData(); local
37 data.setValue("name.first", "Mr");
38 data.setValue("name.last", "Man");
41 jSilver.render("hello-world.cs", data, System.out);
  /external/kernel-headers/original/asm-x86/
cache.h 8 #define __read_mostly __attribute__((__section__(".data.read_mostly")))
16 __attribute__((__section__(".data.page_aligned")))
  /external/linux-tools-perf/
common-cmds.h 9 {"annotate", "Read perf.data (created by perf record) and display annotated code"},
10 {"archive", "Create archive with object files with build-ids found in perf.data file"},
13 {"buildid-list", "List the buildids in a perf.data file"},
14 {"diff", "Read two perf.data files and display the differential profile"},
15 {"evlist", "List the event names in a perf.data file"},
22 {"record", "Run a command and record its profile into perf.data"},
23 {"report", "Read perf.data (created by perf record) and display the profile"},
25 {"script", "Read perf.data (created by perf record) and display trace output"},
  /external/llvm/test/Object/Inputs/
archive-test.a-coff-i386 6 L?@?L?.text$d? P`.data ?@??? ?D$?$???D$?? ?Hello World!.text$.data _mainL_.str_puts (…)
  /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/skia/legacy/include/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.
  /external/skia/src/core/
SkBBoxHierarchy.h 17 * Interface for a spatial data structure that associates user data pointers with axis-aligned
25 * Insert a data pointer and corresponding bounding box
26 * @param data The data pointer, may be NULL
29 * an entire spatial data structure at once is often faster and produces better
33 virtual void insert(void* data, const SkIRect& bounds, bool defer = false) = 0;
41 * Populate 'results' with data pointers corresponding to bounding boxes that intersect 'query'
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.
  /external/webkit/LayoutTests/storage/
quota-tracking-expected.txt 3 The test clears all databases, sets the quota for the origin to 40k, then tries to insert 17k of data into two databases. If things go as planned, the second insert should fail, the UI Delegate should be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again.
5 Inserting some data
6 Done adding data
8 Inserting some data
10 Done adding data
12 Inserting some data
13 Done adding data
  /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 
  /sdk/emulator/qtools/tests/
tests.ld 6 .data DATA_START : { *(.data) }
  /external/doclava/src/com/google/doclava/
AttributeInfo.java 19 import com.google.clearsilver.jsilver.data.Data;
83 public void makeHDF(Data data, String base) {
84 data.setValue(base + ".name", name());
85 data.setValue(base + ".anchor", anchor());
86 data.setValue(base + ".href", htmlPage());
87 data.setValue(base + ".R.name", attrField.name());
88 data.setValue(base + ".R.href", attrField.htmlPage());
89 TagInfo.makeHDF(data, base + ".deprecated", attrField.comment().deprecatedTags())
    [all...]

Completed in 1154 milliseconds

<<11121314151617181920>>