HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1101 - 1125 of 4749) sorted by null

<<41424344454647484950>>

  /system/core/base/
stringprintf.cpp 17 #include "android-base/stringprintf.h"
24 namespace base { namespace in namespace:android
84 } // namespace base
strings.cpp 17 #include "android-base/strings.h"
26 namespace base { namespace in namespace:android
37 size_t base = 0; local
40 found = s.find_first_of(delimiters, base);
41 result.push_back(s.substr(base, found - base));
42 base = found + 1;
103 } // namespace base
utf8.cpp 19 #include "android-base/utf8.h"
25 #include "android-base/logging.h"
28 namespace base { namespace in namespace:android
186 } // namespace base
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar 
  /art/test/968-default-partial-compile-generated/util-src/
generate_java.py 21 import generate_smali as base namespace
82 if isinstance(f, base.TestInterface):
83 JavaConverter(f.get_specific_version(base.InterfaceType.default)).dump(self.temp_dir)
89 ifaces = set(i for i in self.sources if isinstance(i, base.TestInterface))
102 out = JavaConverter(overridden.get_specific_version(base.InterfaceType.empty))
125 mainclass, all_files = base.create_all_test_files()
  /art/test/971-iface-super/util-src/
generate_java.py 21 import generate_smali as base namespace
82 if isinstance(f, base.TestInterface):
83 JavaConverter(f.get_specific_version(base.InterfaceType.default)).dump(self.temp_dir)
89 ifaces = set(i for i in self.sources if isinstance(i, base.TestInterface))
91 converters = (lambda a: JavaConverter(a.get_specific_version(base.InterfaceType.default)),
92 lambda a: JavaConverter(a.get_specific_version(base.InterfaceType.empty)))
129 mainclass, all_files = base.create_all_test_files()
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fmemopen.c 74 ssize_t base = 0; local
80 base = st->pos;
83 base = st->len;
87 if (off > st->size - base || off < -base) {
92 st->pos = base + off;
open_memstream.c 79 ssize_t base = 0; local
85 base = st->pos;
88 base = st->len;
92 if (off > SIZE_MAX - base || off < -base) {
97 st->pos = base + off;
open_wmemstream.c 83 ssize_t base = 0; local
89 base = st->pos;
92 base = st->len;
96 if (off > (SIZE_MAX / sizeof(wchar_t)) - base || off < -base) {
107 st->pos = base + off;
  /bionic/tests/
sys_mman_test.cpp 237 char* base = reinterpret_cast<char*>(mmap(nullptr, PAGE_SIZE * 2, PROT_EXEC | PROT_READ, local
240 __builtin___clear_cache(base, base + (PAGE_SIZE * 2));
  /external/apache-harmony/luni/src/test/impl/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderImplTest.java 52 final URL base = getClass().getResource("lf.jar"); local
54 final URL[] urls = { base };
60 final URI e = new URI("jar:" + base.toExternalForm() + "!/swt.dll");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 22 * base GeneralName,
36 private GeneralName base; field in class:GeneralSubtree
45 base = GeneralName.getInstance(seq.getObjectAt(0));
103 * @param base
112 GeneralName base,
116 this.base = base;
131 public GeneralSubtree(GeneralName base)
133 this(base, null, null);
161 return base;
    [all...]
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 47 typedef RecursiveASTVisitor<BlockVarChecker> base; typedef in class:__anon6213::RootBlockObjCVarRewriter::BlockVarChecker
63 return base::TraverseImplicitCastExpr(castE);
  /external/clang/test/SemaCXX/
microsoft-new-delete.cpp 23 struct base {}; struct
24 struct derived : private base {} der; // expected-note {{here}}
25 void *operator new[](size_t, base &);
  /external/compiler-rt/lib/asan/tests/
asan_fake_stack_test.cc 97 u8 *base = fs->GetFrame(stack_size_log, 0, 0); local
98 EXPECT_EQ(base, reinterpret_cast<u8 *>(fs) +
100 EXPECT_EQ(base + 0*stack_size + 64 * 7, fs->GetFrame(stack_size_log, 0, 7U));
101 EXPECT_EQ(base + 1*stack_size + 128 * 3, fs->GetFrame(stack_size_log, 1, 3U));
102 EXPECT_EQ(base + 2*stack_size + 256 * 5, fs->GetFrame(stack_size_log, 2, 5U));
  /external/dng_sdk/source/
dng_1d_table.cpp 164 real64 base = y0 * 65535.0 + 0.5; local
173 table16 [j] = (uint16) (base + slope * fract);
186 base = y0 * 65535.0 + 0.5;
  /external/drm_gralloc/
gralloc_drm_handle.h 37 native_handle_t base; member in struct:gralloc_drm_handle_t
70 if (handle && (handle->base.version != sizeof(handle->base) ||
71 handle->base.numInts != GRALLOC_DRM_HANDLE_NUM_INTS ||
72 handle->base.numFds != GRALLOC_DRM_HANDLE_NUM_FDS ||
75 handle->base.version, handle->base.numInts,
76 handle->base.numFds, handle->magic);
  /external/droiddriver/src/io/appium/droiddriver/base/
DroidDriverContext.java 17 package io.appium.droiddriver.base;
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 125 Dwarf_Addr base; local
128 ptrdiff_t offset = INTUSE(dwarf_ranges) (die, 0, &base, &begin, &end);
152 offset = INTUSE(dwarf_ranges) (die, offset, &base, &begin, &end);
  /external/elfutils/libebl/
eblobjnote.c 57 /* Descriptor starts with three addresses, pc, base ref and
106 GElf_Addr base; local
111 base = addrs.a32[1];
117 base = addrs.a64[1];
123 printf (gettext (" Base: "));
124 printf ("%#" PRIx64 ",", base);
  /external/google-breakpad/src/common/dwarf/
bytereader.cc 110 // The Linux Standards Base 4.0 does not make this clear, but the
139 // offset relative to some base.
146 // offset from some base address. When it appears in the low nybble,
150 // correct for us to treat the value as an offset from a base address
203 // Find the appropriate base address.
204 uint64 base; local
207 base = 0;
212 base = section_base_ + (buffer - buffer_base_);
217 base = text_base_;
222 base = data_base_
    [all...]
  /external/guava/guava/src/com/google/common/base/
Absent.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
AbstractIterator.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkState;
Converter.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
Optional.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;

Completed in 961 milliseconds

<<41424344454647484950>>