/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
/prebuilts/ndk/8/sources/cxx-stl/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...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_rwops.h | 84 Uint8 *base; member in struct:SDL_RWops::__anon43592::__anon43596
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_rwops.h | 84 Uint8 *base; member in struct:SDL_RWops::__anon43617::__anon43621
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_rwops.h | 84 Uint8 *base; member in struct:SDL_RWops::__anon43642::__anon43646
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
AnimationContentAssist.java | 85 String base = '@' + ANDROID_PKG + ':' + ResourceType.ANIM.getName() + '/'; local 89 interpolators.add(base + item.getName());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ResourceValueCompleter.java | 168 String base = sb.toString(); local 176 results.add(base + name);
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
GLSharedGroup.h | 50 GLint base; member in struct:ProgramData::_IndexInfo 75 void setIndexInfo(GLuint index, GLint base, GLint size, GLenum type); 126 void setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenum type, const char* name);
|
/system/core/libcorkscrew/ |
symbol_table.c | 71 char* base = mmap(NULL, length, PROT_READ, MAP_PRIVATE, fd, 0); local 72 if (base == MAP_FAILED) { 77 Elf32_Ehdr *hdr = (Elf32_Ehdr*)base; 81 Elf32_Shdr *shdr = (Elf32_Shdr*)(base + hdr->e_shoff); 108 dynsyms = (Elf32_Sym*)(base + shdr[dynsym_idx].sh_offset); 111 dynstr = base + shdr[dynstr_idx].sh_offset; 118 syms = (Elf32_Sym*)(base + shdr[sym_idx].sh_offset); 121 str = base + shdr[str_idx].sh_offset; 196 munmap(base, length);
|
/system/core/mkbootimg/ |
mkbootimg.c | 66 " [ --base <address> ]\n" 112 unsigned base = 0x10000000; local 141 } else if(!strcmp(arg, "--base")) { 142 base = strtoul(val, 0, 16); 165 hdr.kernel_addr = base + kernel_offset; 166 hdr.ramdisk_addr = base + ramdisk_offset; 167 hdr.second_addr = base + second_offset; 168 hdr.tags_addr = base + tags_offset;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-resolver.jar | |
/frameworks/base/services/java/com/android/server/pm/ |
PackageSettingBase.java | 33 * Settings base class for pending and resolved classes. 92 PackageSettingBase(PackageSettingBase base) { 93 super(base); 95 name = base.name; 96 realName = base.realName; 97 codePath = base.codePath; 98 codePathString = base.codePathString; 99 resourcePath = base.resourcePath; 100 resourcePathString = base.resourcePathString; 101 nativeLibraryPathString = base.nativeLibraryPathString [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar | |
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 30 String base = System.getProperty("java.io.tmpdir"); local 31 File directory = new File(base, UUID.randomUUID().toString()); 44 private static File createDeepStructure(File base) throws Exception { 50 File f = base; 61 File base = createTemporaryDirectory(); local 62 assertTrue(createDeepStructure(base).exists()); 67 File base = createTemporaryDirectory(); local 68 File target = createDeepStructure(base); 69 File source = new File(base, "source"); 151 File base = createTemporaryDirectory() local 231 File base = createTemporaryDirectory(); local [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
TerrainGridAlphaMapTest.java | 59 private FractalSum base; field in class:TerrainGridAlphaMapTest 118 this.base = new FractalSum(); 119 this.base.setRoughness(0.7f); 120 this.base.setFrequency(1.0f); 121 this.base.setAmplitude(1.0f); 122 this.base.setLacunarity(2.12f); 123 this.base.setOctaves(8); 124 this.base.setScale(0.02125f); 125 this.base.addModulator(new NoiseModulator() { 133 FilteredBasis ground = new FilteredBasis(this.base); [all...] |
TerrainTestModifyHeight.java | 370 FractalSum base = new FractalSum(); local 371 base.setRoughness(0.7f); 372 base.setFrequency(1.0f); 373 base.setAmplitude(1.0f); 374 base.setLacunarity(2.12f); 375 base.setOctaves(8); 376 base.setScale(0.02125f); 377 base.addModulator(new NoiseModulator() { 384 FilteredBasis ground = new FilteredBasis(base);
|
/bionic/libc/bionic/ |
malloc_debug_leak.cpp | 265 // 2. set the base pointer to be right after our header 272 void* base = dlmalloc(size); local 273 if (base != NULL) { 279 AllocationEntry* header = reinterpret_cast<AllocationEntry*>(base); 283 // now increment base to point to after our header. 285 base = reinterpret_cast<AllocationEntry*>(base) + 1; 288 return base; 377 void* base = leak_malloc(size); local 378 if (base != NULL) [all...] |
/bionic/libc/stdio/ |
vfscanf.c | 112 int base; /* base argument to strtoimax/strtouimax */ local 125 base = 0; /* XXX just to keep gcc happy */ 216 base = 10; 221 base = 0; 230 base = 8; 236 base = 10; 244 base = 16; 276 base = 16; 311 base = 10 [all...] |
/bionic/libc/tzcode/ |
strftime.c | 464 int base; local 470 base = TM_YEAR_BASE; 478 len = isleap_sum(year, base) ? 497 ++base; 506 --base; 507 yday += isleap_sum(year, base) ? 528 pt = _yconv(year, base, 0, 1, 530 } else pt = _yconv(year, base, 1, 1,
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Prototype.java | 166 Prototype base = intern(descriptor); local 169 return base; 176 return base.withFirstParameter(definer);
|
/dalvik/dx/src/com/android/dx/rop/type/ |
Prototype.java | 170 Prototype base = intern(descriptor); local 173 return base; 180 return base.withFirstParameter(definer);
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
dec_base.cpp | 466 RegName base = RegName_Null; local 483 //base and index should be 32 bits!!! 498 if (sib.base != 5 || modrm.mod != 0) { 499 base = getRegName(OpndKind_GPReg, OpndSize_32, EXTEND_REG(sib.base, b)); //Android x86: OpndDesc.size 501 // (sib.base == 5 && modrm.mod == 0) => no base 506 base = getRegName(OpndKind_GPReg, OpndSize_32, EXTEND_REG(modrm.rm, b)); //Android x86: OpndDesc.size 531 else if (modrm.rm == 4 && sib.base == 5) { 537 opnd = EncoderBase::Operand(opndDesc.size, base, index, scale, disp) [all...] |
/external/aac/libSBRenc/src/ |
sbrenc_freq_sca.cpp | 545 FIXP_DBL base, exp, tmp; local 550 base = fDivNorm((FIXP_DBL)stop, (FIXP_DBL)start, &qb); 552 tmp = fPow(base, qb, exp, qe, &qtmp);
|
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerModPowTest.java | 106 BigInteger[] base = new BigInteger[] {new BigInteger("-1"), new BigInteger("0"), new BigInteger("1")}; local 109 for (int i = 0; i < base.length; ++i) { 111 assertEquals(base[i] + " modePow(" + exp + ", " + mod[j] 113 base[i].modPow(exp, mod[j])); 118 for (int i = 0; i < base.length; ++i) { 120 assertEquals(base[i] + " modePow(" + exp + ", " + mod[j] 122 base[i].modPow(exp, mod[j]));
|