HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 651 - 675 of 1449) sorted by null

<<21222324252627282930>>

  /external/guava/guava-tests/test/com/google/common/base/
StringsTest.java 17 package com.google.common.base;
  /external/harfbuzz/src/
harfbuzz-greek.c 45 HB_UChar16 base; member in struct:_hb_greek_decomposition
69 static HB_UChar16 compose_0x300(HB_UChar16 base)
71 if ((base ^ 0x1f00) < 0x100) {
72 if (base <= 0x1f69 && !(base & 0x6))
73 return base + 2;
74 if (base == 0x1fbf)
76 if (base == 0x1ffe)
82 while (d->base && d->base != base
376 hb_uint16 base = shapedChars[slen-1]; local
    [all...]
  /external/icu4c/common/
ucmndata.c 224 const char *base=(const char *)toc; local
231 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]);
234 number=offsetTOCPrefixBinarySearch(tocEntryName, base, toc->entry, count);
246 return (const DataHeader *)(base+entry->dataOffset);
  /external/icu4c/test/intltest/
punyref.c 49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon7109
61 /* base-1, or base if cp is does not represent a value. */
66 cp - 97 < 26 ? cp - 97 : base;
71 /* the range 0 to base-1. The lowercase form is used unless flag is */
117 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) {
118 delta /= base - tmin;
121 return k + (base - tmin + 1) * delta / (delta + skew);
190 for (q = delta, k = base; ; k += base)
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
AbstractBlenderLoader.java 78 List<Structure> base = ((Structure)structure.getFieldValue("base")).evaluateListBase(blenderContext); local
79 for(Structure b : base) {
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactArray.java 76 int base = 0; local
83 base = index.length;
85 int[] tmp = new int[base + objArray.length];
88 //index = Arrays.copyOf(index, base+objArray.length);
93 index[base + j] = -1;
100 index[base + j] = i;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
ConnectorAdapter.java 33 package com.jme3.network.base;
  /external/kernel-headers/original/linux/
ion.h 64 * @base: base address of heap in physical memory if applicable
73 ion_phys_addr_t base; member in struct:ion_platform_heap
  /external/libsepol/tests/
test-deps.c 44 * 11 type in base optional.
45 * 12 attribute in base optional.
46 * 13 object class / perm in base optional.
47 * 14 boolean in base optional.
48 * 15 role in base optional.
59 * 19 large number of dependencies in a module with a more complex base.
92 /* To test linking we need 1 base per link test and in
98 if (test_load_policy(&bases_met[i], POLICY_BASE, mls, "test-deps", "base-metreq.conf"))
103 if (test_load_policy(&bases_notmet[i], POLICY_BASE, mls, "test-deps", "base-notmetreq.conf"))
130 * req_met boolean indicating whether the base policy meets th
140 policydb_t *base; local
222 policydb_t *base; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 176 String base = "00000000"; local
177 nc = base.substring(0, 8 - nc.length()) + nc;
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 197 uchar * base = data; local
201 uchar * line = base + y * step;
322 const uchar * base = data; local
326 const uchar * line = base + y * step;
  /external/ppp/pppd/include/
pcap-int.h 49 u_char *base; member in struct:pcap_sf
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 83 Uint8 *base; member in struct:SDL_RWops::__anon10693::__anon10697
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 58 Uint8 *base; member in struct:vidmem_bucket
  /external/qemu/hw/
armv7m.c 122 uint32_t base; member in struct:__anon10990
130 s->base = qdev_get_prop_int(&dev->qdev, "base", 0);
132 &s->base);
141 qdev_set_prop_int(dev, "base", 0x20000000);
146 qdev_set_prop_int(dev, "base", 0x40000000);
  /external/skia/src/core/
SkWriter32.cpp 16 char* base() { return (char*)(this + 1); } function in struct:SkWriter32::Block
17 const char* base() const { return (const char*)(this + 1); } function in struct:SkWriter32::Block
22 void* ptr = this->base() + fAllocated;
30 void* ptr = this->base() + offset;
126 memcpy(dst, block->base(), allocated);
187 if (!stream->write(block->base(), block->fAllocated)) {
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 82 char *base = NULL; local
111 printf("USAGE: -swiarb <swiarb file> -base <output base name>\n");
121 else if(!strcmp(argv[i],"-base")){
122 base = argv[++i];
150 strcat(filen,base);
155 strcat(filen,base);
160 strcat(filen,base);
165 strcat(filen,base);
170 strcat(filen,base);
    [all...]
  /external/stlport/src/details/
fstream_unistd.cpp 318 void* base; local
320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset);
321 if (base != (void*)MAP_FAILED) {
323 this->_M_unmap(base, len);
324 base = 0;
327 base =0;
331 base = 0;
333 return base;
336 void _Filebuf_base::_M_unmap(void* base, streamoff len)
340 munmap((char*)base, len)
    [all...]
  /external/stlport/stlport/stl/
_iterator.h 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
74 iterator_type base() const { return current; } function in class:reverse_iterator
115 { return __x.base() == __y.base(); }
120 { return __y.base() < __x.base(); }
152 { return __y.base() - __x.base(); }
    [all...]
_iterator_old.h 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator
137 { return __x.base() == __y.base(); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator
245 return __x.base() == __y.base();
256 return __y.base() < __x.base();
    [all...]
  /external/strace/
io.c 86 struct { u_int32_t base; u_int32_t len; } iov32; member in struct:__anon12857::__anon12858
87 struct { u_int64_t base; u_int64_t len; } iov64; member in struct:__anon12857::__anon12859
94 ? (u_int64_t) iov.iov32.base : iov.iov64.base)
  /external/v8/test/cctest/
test-alloc.cc 197 : base(base_arg), size(size_arg) {}
199 Address base; member in class:Block
225 Address base = code_range->AllocateRawMemory(requested, &allocated); local
226 CHECK(base != NULL);
227 blocks.Add(Block(base, static_cast<int>(allocated)));
233 code_range->FreeRawMemory(blocks[index].base, blocks[index].size);
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.c 8 /* interpret the bitstream representing val as a base 256 number for testing
42 unsigned long base; local
52 base = (unsigned long) &foo;
54 __asm__ volatile ("lfiwax %0, %1, %2":"=f" (FRT1):"r"(base),
87 unsigned long base; local
112 base = (unsigned long) &dbl_pair;
113 offset = (unsigned long) &dbl_pair[1] - base;
114 __asm__ volatile ("or 20, 0, %0"::"r" (base));
124 base = (unsigned long) &dbl_pair;
125 offset = (unsigned long) &dbl_pair[2] - base;
178 unsigned long base; local
249 unsigned long base; local
294 unsigned long base; local
385 unsigned long base; local
456 unsigned long base; local
501 unsigned long base; local
592 unsigned long base; local
663 unsigned long base; local
708 unsigned long base; local
799 unsigned long base; local
870 unsigned long base; local
915 unsigned long base; local
1006 unsigned long base; local
    [all...]
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.c 8 /* interpret the bitstream representing val as a base 256 number for testing
42 unsigned long base; local
52 base = (unsigned long) &foo;
54 __asm__ volatile ("lfiwax %0, %1, %2":"=f" (FRT1):"r"(base),
87 unsigned long base; local
112 base = (unsigned long) &dbl_pair;
113 offset = (unsigned long) &dbl_pair[1] - base;
114 __asm__ volatile ("or 20, 0, %0"::"r" (base));
124 base = (unsigned long) &dbl_pair;
125 offset = (unsigned long) &dbl_pair[2] - base;
178 unsigned long base; local
249 unsigned long base; local
294 unsigned long base; local
385 unsigned long base; local
456 unsigned long base; local
501 unsigned long base; local
592 unsigned long base; local
663 unsigned long base; local
708 unsigned long base; local
799 unsigned long base; local
870 unsigned long base; local
915 unsigned long base; local
1006 unsigned long base; local
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.cpp 71 JSCell* base = baseValue.asCell(); local
78 if (isJSArray(globalData, base) && asArray(base)->canGetIndex(i))
79 return JSValue::encode(asArray(base)->getIndex(i));
82 if (isJSString(globalData, base) && asString(base)->canGetIndex(i))
83 return JSValue::encode(asString(base)->getIndex(exec, i));
86 if (isJSByteArray(globalData, base) && asByteArray(base)->canAccessIndex(i))
87 return JSValue::encode(asByteArray(base)->getIndex(exec, i))
    [all...]

Completed in 1055 milliseconds

<<21222324252627282930>>