HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 51 - 75 of 11074) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 44 size() const function in class:PB_DS_CLASS_C_DEC
60 { return size() == 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp 50 size() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gdb/darwin-x86/include/python2.7/
bufferobject.h 20 Py_ssize_t offset, Py_ssize_t size);
23 Py_ssize_t size);
25 PyAPI_FUNC(PyObject *) PyBuffer_FromMemory(void *ptr, Py_ssize_t size);
26 PyAPI_FUNC(PyObject *) PyBuffer_FromReadWriteMemory(void *ptr, Py_ssize_t size);
28 PyAPI_FUNC(PyObject *) PyBuffer_New(Py_ssize_t size); variable
  /prebuilts/gdb/linux-x86/include/python2.7/
bufferobject.h 20 Py_ssize_t offset, Py_ssize_t size);
23 Py_ssize_t size);
25 PyAPI_FUNC(PyObject *) PyBuffer_FromMemory(void *ptr, Py_ssize_t size);
26 PyAPI_FUNC(PyObject *) PyBuffer_FromReadWriteMemory(void *ptr, Py_ssize_t size);
28 PyAPI_FUNC(PyObject *) PyBuffer_New(Py_ssize_t size); variable
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
info_fn_imps.hpp 52 size() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
info_fn_imps.hpp 50 size() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s entire container size related
45 size() const function in class:PB_DS_CLASS_C_DEC
52 { return (size() == 0); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 45 size() const function in class:PB_DS_CLASS_C_DEC
58 { return (size() == 0); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
info_fn_imps.hpp 52 size() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 44 size() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 44 size() const function in class:PB_DS_CLASS_C_DEC
60 { return size() == 0; }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp 50 size() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bufferobject.h 20 Py_ssize_t offset, Py_ssize_t size);
23 Py_ssize_t size);
25 PyAPI_FUNC(PyObject *) PyBuffer_FromMemory(void *ptr, Py_ssize_t size);
26 PyAPI_FUNC(PyObject *) PyBuffer_FromReadWriteMemory(void *ptr, Py_ssize_t size);
28 PyAPI_FUNC(PyObject *) PyBuffer_New(Py_ssize_t size); variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bufferobject.h 20 Py_ssize_t offset, Py_ssize_t size);
23 Py_ssize_t size);
25 PyAPI_FUNC(PyObject *) PyBuffer_FromMemory(void *ptr, Py_ssize_t size);
26 PyAPI_FUNC(PyObject *) PyBuffer_FromReadWriteMemory(void *ptr, Py_ssize_t size);
28 PyAPI_FUNC(PyObject *) PyBuffer_New(Py_ssize_t size); variable
  /system/core/base/
stringprintf_test.cpp 24 size_t size = 0x00107e59; local
25 EXPECT_EQ("00107e59", android::base::StringPrintf("%08zx", size));
26 EXPECT_EQ("0x00107e59", android::base::StringPrintf("0x%08zx", size));
  /toolchain/binutils/binutils-2.25/gold/testsuite/
binary_test.cc 38 int size = reinterpret_cast<uintptr_t>(_binary_binary_txt_size); local
39 assert(size == _binary_binary_txt_end - _binary_binary_txt_start);
42 assert(strncmp(txt, _binary_binary_txt_start, size) == 0);
43 assert(static_cast<size_t>(size) == strlen(txt));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/
size-4a.c 13 int size; local
15 size = bar_size1 ();
16 if (size == sizeof (bar) && bar_size2 () == size)
19 size = foo_size1 ();
20 if (size == sizeof (foo) && foo_size2 () == size)
size-5a.c 13 int size; local
15 size = bar_size1 ();
16 if (bar[2] == 3 && size == sizeof (bar) && bar_size2 () == size)
19 size = foo_size1 ();
20 if (foo[3] == 4 && size == sizeof (foo) && foo_size2 () == size)
  /art/test/413-regalloc-regression/src/
Main.java 19 private int size; field in class:Main
23 size = 0;
27 for (int i = index; i < size - 1; i++) {
30 data[--size] = null;
35 main.size++;
37 if (main.size != 0) {
38 throw new Error("Unexpected size");
  /bionic/libc/bionic/
jemalloc_wrapper.cpp 25 size_t size = BIONIC_ALIGN(bytes, pagesize); local
26 if (size < bytes) {
29 return je_memalign(pagesize, size);
39 void* je_memalign_round_up_boundary(size_t boundary, size_t size) {
47 return je_memalign(boundary, size);
  /cts/tools/dasm/src/java_cup/
parse_reduce_row.java 17 /* make sure the size is set */
21 under_non_term = new lalr_state[size()];
32 public static int size() {return _size;} method in class:parse_reduce_row
  /external/avahi/avahi-common/
strlst.h 42 size_t size; /**< Size of text[] */ member in struct:AvahiStringList
85 AvahiStringList *avahi_string_list_add_arbitrary(AvahiStringList *l, const uint8_t *text, size_t size);
92 AvahiStringList*avahi_string_list_add_anonymous(AvahiStringList *l, size_t size);
117 size_t avahi_string_list_serialize(AvahiStringList *l, void * data, size_t size);
120 int avahi_string_list_parse(const void *data, size_t size, AvahiStringList **ret);
145 /** Returns the size of the current text */
156 * item. If size is not NULL it will be filled with the length of
160 int avahi_string_list_get_pair(AvahiStringList *l, char **key, char **value, size_t *size);
167 AvahiStringList *avahi_string_list_add_pair_arbitrary(AvahiStringList *l, const char *key, const uint8_t *value, size_t size);
    [all...]
  /external/fio/crc/
sha1.h 13 unsigned long long size; member in struct:fio_sha1_ctx
  /external/libselinux/src/
fgetfilecon.c 13 ssize_t size; local
16 size = INITCONTEXTLEN + 1;
17 buf = malloc(size);
20 memset(buf, 0, size);
22 ret = fgetxattr(fd, XATTR_NAME_SELINUX, buf, size - 1);
26 size = fgetxattr(fd, XATTR_NAME_SELINUX, NULL, 0);
27 if (size < 0)
30 size++;
31 newbuf = realloc(buf, size);
36 memset(buf, 0, size);
    [all...]
getfilecon.c 13 ssize_t size; local
16 size = INITCONTEXTLEN + 1;
17 buf = malloc(size);
20 memset(buf, 0, size);
22 ret = getxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
26 size = getxattr(path, XATTR_NAME_SELINUX, NULL, 0);
27 if (size < 0)
30 size++;
31 newbuf = realloc(buf, size);
36 memset(buf, 0, size);
    [all...]

Completed in 3529 milliseconds

1 23 4 5 6 7 8 91011>>