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

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
snextc.pass.cpp 25 typedef std::basic_streambuf<char> base; typedef in struct:test
31 base::setg(gbeg, gnext, gend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sputbackc.pass.cpp 25 typedef std::basic_streambuf<char> base; typedef in struct:test
31 base::setg(gbeg, gnext, gend);
sungetc.pass.cpp 25 typedef std::basic_streambuf<char> base; typedef in struct:test
31 base::setg(gbeg, gnext, gend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 25 typedef std::basic_streambuf<char> base; typedef in struct:test
31 base::setg(gbeg, gnext, gend);
35 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 24 typedef std::basic_streambuf<CharT> base; typedef in struct:test
30 base::setg(gbeg, gnext, gend);
35 CharT* gbeg = base::eback();
36 CharT* gnext = base::gptr();
37 CharT* gend = base::egptr();
38 base::gbump(n);
39 assert(base::eback() == gbeg);
40 assert(base::gptr() == gnext+n);
41 assert(base::egptr() == gend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 24 typedef std::basic_streambuf<CharT> base; typedef in struct:test
30 base::setp(pbeg, pend);
35 CharT* pbeg = base::pbase();
36 CharT* pnext = base::pptr();
37 CharT* pend = base::epptr();
38 base::pbump(n);
39 assert(base::pbase() == pbeg);
40 assert(base::pptr() == pnext+n);
41 assert(base::epptr() == pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 29 typedef std::codecvt<wchar_t, char, std::mbstate_t> base; typedef in class:test_codecvt
31 explicit test_codecvt(std::size_t refs = 0) : base(refs) {}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
dual_name_parameter.hpp 71 typedef basic_parameter<T,dual_name_policy> base; typedef in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::dual_name_parameter_t
74 explicit dual_name_parameter_t( cstring name ) : base( name ) {}
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
ByteArrays.java 17 package com.google.android.mail.common.base;
Escaper.java 17 package com.google.android.mail.common.base;
Function.java 17 package com.google.android.mail.common.base;
Predicate.java 17 package com.google.android.mail.common.base;
X.java 16 package com.google.android.mail.common.base;
  /prebuilts/gdb/darwin-x86/include/python2.7/
memoryobject.h 19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
25 base object for the memory view will be a *new* bytes object.
27 Otherwise, the base-object will be the object itself and no
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base); variable
58 will be a new bytesobject in base */
66 PyObject *base; member in struct:__anon44278
  /prebuilts/gdb/linux-x86/include/python2.7/
memoryobject.h 19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
25 base object for the memory view will be a *new* bytes object.
27 Otherwise, the base-object will be the object itself and no
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base); variable
58 will be a new bytesobject in base */
66 PyObject *base; member in struct:__anon44400
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
25 base object for the memory view will be a *new* bytes object.
27 Otherwise, the base-object will be the object itself and no
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base); variable
58 will be a new bytesobject in base */
66 PyObject *base; member in struct:__anon72516
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
25 base object for the memory view will be a *new* bytes object.
27 Otherwise, the base-object will be the object itself and no
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base); variable
58 will be a new bytesobject in base */
66 PyObject *base; member in struct:__anon72639
  /system/bt/service/ipc/
ipc_handler_linux.h 21 #include <base/files/file_path.h>
22 #include <base/files/scoped_file.h>
23 #include <base/macros.h>
24 #include <base/threading/thread.h>
29 namespace base { namespace
31 } // namespace base
52 // Stops the IPC thread. This helper is needed since base::Thread requires
67 base::ScopedFD socket_;
71 base::FilePath socket_path_;
75 base::Thread thread_
    [all...]
  /system/core/base/
errors_windows.cpp 17 #include "android-base/errors.h"
21 #include "android-base/stringprintf.h"
22 #include "android-base/strings.h"
23 #include "android-base/utf8.h"
32 namespace base { namespace in namespace:android
43 return android::base::StringPrintf(
50 if (!android::base::WideToUTF8(msgbuf, &msg)) {
51 return android::base::StringPrintf(
57 msg = android::base::Trim(msg);
63 android::base::StringAppendF(&msg, " (%lu)", error_code)
    [all...]
parsenetaddress.cpp 17 #include "android-base/parsenetaddress.h"
21 #include "android-base/stringprintf.h"
22 #include "android-base/strings.h"
25 namespace base { namespace in namespace:android
81 } // namespace base
  /system/core/base/include/android-base/
memory.h 21 namespace base { namespace in namespace:android
44 } // namespace base
  /art/test/003-omnibus-opcodes/src/
MethodCall.java 56 MethodCallBase base = inst; local
57 base.tryThing();
  /cts/tests/tests/content/src/android/content/cts/
MutableContextWrapperTest.java 47 Context base = actitity; local
48 mMutableContextWrapper.setBaseContext(base);
49 assertTrue(base.equals(mMutableContextWrapper.getBaseContext()));
  /cts/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
CtsTradefedTest.java 43 File base = new File(root, "android-cts"); local
44 base.mkdirs();
45 File tests = new File(base, "testcases");
  /art/compiler/optimizing/
dex_cache_array_fixups_arm.cc 19 #include "base/arena_containers.h"
26 * Finds instructions that need the dex cache arrays base as an input.
38 // Bring the base closer to the first use (previously, it was in the
40 // while avoiding recalculation of the base in a loop.
41 HArmDexCacheArraysBase* base = entry.second; local
42 base->MoveBeforeFirstUserAndOutOfLoops();
49 // we need to add the dex cache arrays base as the special input.
51 // Initialize base for target dex file if needed.
53 HArmDexCacheArraysBase* base = GetOrCreateDexCacheArrayBase(dex_file); variable
54 // Update the element offset in base
68 HArmDexCacheArraysBase* base = GetOrCreateDexCacheArrayBase(*target_method.dex_file); variable
88 HArmDexCacheArraysBase* base = new (GetGraph()->GetArena()) HArmDexCacheArraysBase(dex_file); local
    [all...]

Completed in 800 milliseconds

<<21222324252627282930>>