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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRStringStream.h 22 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34 NSString *data; variable
46 @property (retain, getter=getData,setter=setData:) NSString *data; variable
68 // This is the preferred constructor as no data is copied
77 // reset the stream's state, but keep the data to feed off
88 // total length of the input data
98 // provide the streams data (e.g. for tokens using indices)
121 // accessors to the raw data of this stream
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRStringStream.h 22 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34 NSString *data; variable
46 @property (retain, getter=getData,setter=setData:) NSString *data; variable
68 // This is the preferred constructor as no data is copied
77 // reset the stream's state, but keep the data to feed off
88 // total length of the input data
98 // provide the streams data (e.g. for tokens using indices)
121 // accessors to the raw data of this stream
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableDictionary.h 23 __strong NSMutableData *data; variable
32 @property (assign) NSMutableData *data; variable
ANTLRStringStream.h 22 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34 NSString *data; variable
57 // This is the preferred constructor as no data is copied
66 // reset the stream's state, but keep the data to feed off
75 // total length of the input data
85 // provide the streams data (e.g. for tokens using indices)
96 // accessors to the raw data of this stream
98 @property (retain) NSString *data; variable
  /external/boringssl/src/crypto/fipsmodule/digest/
md32_common.h 42 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
77 // uint8_t data[HASH_CBLOCK];
96 // on *unaligned* input data in its original (data) byte order. It must have
99 // void HASH_BLOCK_DATA_ORDER(uint32_t *state, const uint8_t *data,
102 // It must update the hash state |state| with |num| blocks of data from |data|,
103 // where each block is |HASH_CBLOCK| bytes; i.e. |data| points to a array of
178 const uint8_t *data = data_; local
195 OPENSSL_memcpy(c->data + n, data, HASH_CBLOCK - n)
    [all...]
  /external/boringssl/src/crypto/pool/
internal.h 11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
30 uint8_t *data; member in struct:crypto_buffer_st
  /external/boringssl/src/include/openssl/
cast.h 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
74 uint32_t data[32]; member in struct:cast_key_st
79 const uint8_t *data);
82 OPENSSL_EXPORT void CAST_encrypt(uint32_t *data, const CAST_KEY *key);
83 OPENSSL_EXPORT void CAST_decrypt(uint32_t *data, const CAST_KEY *key);
md4.h 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
78 // MD4_Update adds |len| bytes from |data| to |md4| and returns one.
79 OPENSSL_EXPORT int MD4_Update(MD4_CTX *md4, const void *data, size_t len);
86 // MD4 writes the digest of |len| bytes from |data| to |out| and returns |out|.
88 OPENSSL_EXPORT uint8_t *MD4(const uint8_t *data, size_t len, uint8_t *out);
97 uint8_t data[MD4_CBLOCK]; member in struct:md4_state_st
md5.h 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
79 // MD5_Update adds |len| bytes from |data| to |md5| and returns one.
80 OPENSSL_EXPORT int MD5_Update(MD5_CTX *md5, const void *data, size_t len);
87 // MD5 writes the digest of |len| bytes from |data| to |out| and returns |out|.
89 OPENSSL_EXPORT uint8_t *MD5(const uint8_t *data, size_t len, uint8_t *out);
98 uint8_t data[MD5_CBLOCK]; member in struct:md5_state_st
ripemd.h 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
74 uint8_t data[RIPEMD160_CBLOCK]; member in struct:RIPEMD160state_st
81 // RIPEMD160_Update adds |len| bytes from |data| to |ctx| and returns one.
82 OPENSSL_EXPORT int RIPEMD160_Update(RIPEMD160_CTX *ctx, const void *data,
90 // RIPEMD160 writes the digest of |len| bytes from |data| to |out| and returns
93 OPENSSL_EXPORT uint8_t *RIPEMD160(const uint8_t *data, size_t len,
  /external/brotli/c/common/
dictionary.h 23 * Specification: Appendix A. Static Dictionary Data
38 /* Data array is not bound, and should obey to size_bits_by_length values.
41 const uint8_t* data; member in struct:BrotliDictionary
47 * Sets dictionary data.
49 * When dictionary data is already set / present, this method is no-op.
51 * Dictionary data MUST be provided before BrotliGetDictionary is invoked.
55 BROTLI_COMMON_API void BrotliSetDictionaryData(const uint8_t* data);
  /external/brotli/java/org/brotli/dec/
Dictionary.java 17 * <p>One possible drawback is that multiple threads that need dictionary data may be blocked (only
21 private static volatile ByteBuffer data; field in class:Dictionary
37 public static void setData(ByteBuffer data) {
38 if (!data.isDirect() || !data.isReadOnly()) {
39 throw new BrotliRuntimeException("data must be a direct read-only byte buffer");
41 Dictionary.data = data;
45 if (data != null) {
46 return data;
    [all...]
  /external/bsdiff/
buffer_file.cc 25 const uint8_t* data = static_cast<const uint8_t*>(buf); local
26 buffer_.insert(buffer_.end(), data, data + count);
36 if (!WriteAll(file_, buffer_.data(), buffer_.size()))
  /external/clang/test/CodeGen/
2008-01-28-UnionSize.c 10 __le32 data; member in union:bcm43xx_plcp_hdr6::__anon15774
arm_function_epilog.cpp 6 float data[2]; member in union:Vec2::__anon15850
struct-union-BE.c 13 union data { union
31 union data x;
34 x = va_arg (ap, union data);
45 union data y;
  /external/clang/test/Sema/
offsetof-64.c 10 char data; member in struct:Chunk1
13 int test1 = __builtin_offsetof(struct Chunk1, data);
17 char data; member in struct:Chunk2
22 int test2 = __builtin_offsetof(struct Chunk2, data); // expected-error{{initializer element is not a compile-time constant}}
  /external/clang/test/SemaCXX/
dependent-noexcept-unevaluated.cpp 24 T data[N]; member in struct:array
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_bench.cc 26 volatile T data[kSize]; local
29 __tsan_mop((void*)&data[j]);
30 data[j]++;
tsan_string.cc 21 char data[7] = {42, 42, 42, 42, 42, 42, 42}; local
22 MainThread().Memcpy(data+1, data0+1, 5);
23 EXPECT_EQ(data[0], 42);
24 EXPECT_EQ(data[1], 2);
25 EXPECT_EQ(data[2], 3);
26 EXPECT_EQ(data[3], 4);
27 EXPECT_EQ(data[4], 5);
28 EXPECT_EQ(data[5], 6);
29 EXPECT_EQ(data[6], 42);
30 MainThread().Memset(data+1, 13, 5)
41 char *data = new char[10]; local
50 char *data = new char[10]; local
59 char *data = new char[10]; local
68 char *data = new char[10]; local
76 char *data = new char[10]; local
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc 66 char *data = (char*)aligned_data; local
67 CHECK_EQ((uptr)data % kShadowSize, 0);
68 uptr s0 = MemToShadow((uptr)&data[0]);
71 CHECK_EQ(s0, MemToShadow((uptr)&data[i]));
73 CHECK_EQ(s0 + kShadowSize*kShadowCnt, MemToShadow((uptr)&data[i]));
75 CHECK_EQ(s0 + 2*kShadowSize*kShadowCnt, MemToShadow((uptr)&data[i]));
  /external/compiler-rt/test/tsan/
barrier.cc 2 // CHECK-NOT: ThreadSanitizer: data race
15 int data[2][kSize]; variable
21 int *prev = data[i % 2];
22 int *curr = data[(i + 1) % 2];
memcpy_race.cc 5 char *data = new char[10]; variable
11 memcpy(data+5, data1, size);
19 memcpy(data+3, data2, size);
25 print_address("addr=", 1, &data[5]);
35 // CHECK: WARNING: ThreadSanitizer: data race
restore_stack.cc 7 volatile long data[kSize]; variable
11 data[i]++;
17 data[0]++;
34 data[i]++;
47 // CHECK: WARNING: ThreadSanitizer: data race
  /external/curl/docs/examples/
ftp-wildcard.c 34 struct callback_data *data,
37 static long file_is_downloaded(struct callback_data *data);
49 /* help data */
50 struct callback_data data = { 0 }; local
70 /* callback is called after data from the file have been transferred */
76 /* put transfer data into callbacks */
77 curl_easy_setopt(handle, CURLOPT_CHUNK_DATA, &data);
78 curl_easy_setopt(handle, CURLOPT_WRITEDATA, &data);
97 struct callback_data *data,
122 data->output = fopen(finfo->filename, "wb")
144 struct callback_data *data = cb_data; local
    [all...]

Completed in 2068 milliseconds

<<11121314151617181920>>