HomeSort by relevance Sort by last modified time
    Searched defs:data (Results 1 - 25 of 9800) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDoubleKeyMap.h 6 * Sometimes we need to map a key to a value but key is two pieces of data.
14 AMutableDictionary *data; variable
26 @property (retain) AMutableDictionary *data; variable
  /external/libjpeg-turbo/
jsimddct.h 25 EXTERN(void) jsimd_fdct_islow (DCTELEM *data); variable
26 EXTERN(void) jsimd_fdct_ifast (DCTELEM *data); variable
27 EXTERN(void) jsimd_fdct_float (FAST_FLOAT *data); variable
  /external/llvm/test/MC/COFF/
early-dce.s 7 .global data
8 data: label
  /external/doclava/res/assets/templates/
hierarchy.cs 7 .jd-hierarchy-data { property
29 <td class="jd-hierarchy-data" colspan="<?cs var:cl.colspan ?>">
36 <td class="jd-hierarchy-data">
53 <th class="jd-hierarchy-data" colspan="<?cs var:colspan ?>">Class</th>
54 <th class="jd-hierarchy-data">Interfaces</th>
  /external/eigen/doc/snippets/
Map_placement_new.cpp 1 int data[] = {1,2,3,4,5,6,7,8,9}; variable
2 Map<RowVectorXi> v(data,4);
4 new (&v) Map<RowVectorXi>(data+4,5);
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser_unittest.cpp 11 uint8_t data[] = "12ab>"; local
12 CPDF_StreamParser parser(data, 5);
19 uint8_t data[] = "1A2b>abcd"; local
20 CPDF_StreamParser parser(data, 5);
27 uint8_t data[] = "1A2b"; local
28 CPDF_StreamParser parser(data, 5);
35 uint8_t data[] = "1A2>asdf"; local
36 CPDF_StreamParser parser(data, 5);
42 uint8_t data[] = ">"; local
43 CPDF_StreamParser parser(data, 5)
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffbarcode_unittest.cpp 14 auto* data = CXFA_FFBarcode::GetBarcodeTypeByName(L"ean13"); local
15 ASSERT_NE(nullptr, data);
16 EXPECT_EQ(BarcodeType::ean13, data->eName);
18 data = CXFA_FFBarcode::GetBarcodeTypeByName(L"pdf417");
19 ASSERT_NE(nullptr, data);
20 EXPECT_EQ(BarcodeType::pdf417, data->eName);
22 data = CXFA_FFBarcode::GetBarcodeTypeByName(L"code3Of9");
23 ASSERT_NE(nullptr, data);
24 EXPECT_EQ(BarcodeType::code3Of9, data->eName);
  /external/skia/tests/
BitSetTest.cpp 26 SkTDArray<unsigned int> data; local
27 set0.exportTo(&data);
28 REPORTER_ASSERT(reporter, data.count() == 3);
29 REPORTER_ASSERT(reporter, data[0] == 22);
30 REPORTER_ASSERT(reporter, data[1] == 24);
31 REPORTER_ASSERT(reporter, data[2] == 35);
  /external/skqp/tests/
BitSetTest.cpp 26 SkTDArray<unsigned int> data; local
27 set0.exportTo(&data);
28 REPORTER_ASSERT(reporter, data.count() == 3);
29 REPORTER_ASSERT(reporter, data[0] == 22);
30 REPORTER_ASSERT(reporter, data[1] == 24);
31 REPORTER_ASSERT(reporter, data[2] == 35);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
xcoff-toc-1.s 17 .tc data[TC],data
20 data: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-discard/
exit.s 1 .globl data
2 .section .data.exit,"aw"
3 data: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
image_size.s 5 .global data
6 .data
7 data: label
  /bionic/tests/
resolv_test.cpp 22 * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
34 // Test data from https://groups.google.com/forum/#!topic/mailing.openbsd.tech/w3ACIlklJkI.
35 const char* data = local
43 ASSERT_EQ(128, b64_pton(data, buf, sizeof(buf)));
  /bootable/recovery/applypatch/include/applypatch/
applypatch.h 34 std::vector<unsigned char> data; member in struct:FileContents
66 // data given by (old_data, old_size). Writes the patched output through the given 'sink', and
67 // updates the SHA-1 context with the output data. Returns 0 on success.
73 // Applies the imgdiff-patch given in 'patch' to the source data given by (old_data, old_size), with
74 // the optional bonus data. Writes the patched output through the given 'sink', and updates the
75 // SHA-1 context with the output data. Returns 0 on success.
  /device/google/contexthub/firmware/os/platform/native/inc/plat/
app.h 21 void* data; // dummy member in struct:PlatAppInfo
  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
app.h 21 void *data; member in struct:PlatAppInfo
  /device/google/marlin/dataservices/datatop/src/
datatop_linked_list.h 23 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
34 * Defines linked list struct which can be used for any data
47 * @var dtop_linked_list::data
48 * Pointer to data the node stores.
52 void *data; member in struct:dtop_linked_list
55 struct dtop_linked_list *dtop_add_linked_list(void *data,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
broadcast.py 13 data = repr(time.time()) + '\n' variable
14 s.sendto(data, ('<broadcast>', MYPORT))
unicast.py 12 data = repr(time.time()) + '\n' variable
13 s.sendto(data, ('', MYPORT))
unixclient.py 10 data = s.recv(1024) variable
12 print 'Received', repr(data)
unixserver.py 18 data = conn.recv(1024) variable
19 if not data:
21 conn.send(data)
  /external/adhd/cras/src/common/
dumper.h 18 void *data; /* private to each dumper */ member in struct:dumper
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRFastQueue.h 27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38 NSMutableArray *data; variable
43 @property (retain, getter=getData, setter=setData) NSMutableArray *data; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRFastQueue.h 27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38 NSMutableArray *data; variable
43 @property (retain, getter=getData, setter=setData) NSMutableArray *data; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRFastQueue.h 27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38 NSMutableArray *data; variable
43 @property (retain, getter=getData, setter=setData) NSMutableArray *data; variable

Completed in 910 milliseconds

1 2 3 4 5 6 7 8 91011>>