/prebuilts/go/linux-x86/src/math/big/ |
intconv.go | 21 // Text returns the string representation of x in the given base. 22 // Base must be between 2 and 36, inclusive. The result uses the 23 // lower-case letters 'a' to 'z' for digit values >= 10. No base 25 func (x *Int) Text(base int) string { 29 return string(x.abs.itoa(x.neg, base)) 33 // x.Text(base), to buf and returns the extended buffer. 34 func (x *Int) Append(buf []byte, base int) []byte { 38 return append(buf, x.abs.itoa(x.neg, base)...) 69 // determine base 70 var base in [all...] |
/art/compiler/optimizing/ |
dex_cache_array_fixups_mips.cc | 20 #include "base/arena_containers.h" 28 * Finds instructions that need the dex cache arrays base as an input. 41 // Bring the base closer to the first use (previously, it was in the 43 // while avoiding recalculation of the base in a loop. 44 HMipsDexCacheArraysBase* base = entry.second; local 45 base->MoveBeforeFirstUserAndOutOfLoops(); 47 // Computing the dex cache base for PC-relative accesses will clobber RA with 58 // we need to add the dex cache arrays base as the special input. 61 // Initialize base for target method dex file if needed. 62 HMipsDexCacheArraysBase* base variable [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
pcctslib60.dsp | 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
46 # ADD BASE RSC /l 0x409
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LIB32 /nologo
62 # PROP BASE Use_MFC 0 [all...] |
/external/bzip2/ |
dlltest.dsp | 32 # PROP BASE Use_MFC 0
33 # PROP BASE Use_Debug_Libraries 0
34 # PROP BASE Output_Dir "Release"
35 # PROP BASE Intermediate_Dir "Release"
36 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45 # ADD BASE RSC /l 0x411 /d "NDEBUG"
48 # ADD BASE BSC32 /nologo
51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
56 # PROP BASE Use_MFC 0 [all...] |
/external/clang/include/clang/AST/ |
BaseSubobject.h | 24 // BaseSubobject - Uniquely identifies a direct or indirect base class. 25 // Stores both the base class decl and the offset from the most derived class to 26 // the base class. Used for vtable and VTT generation. 28 /// Base - The base class declaration. 29 const CXXRecordDecl *Base; 31 /// BaseOffset - The offset from the most derived class to the base class. 36 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset) 37 : Base(Base), BaseOffset(BaseOffset) { [all...] |
/external/clang/test/SemaCXX/ |
qual-id-test.cpp | 9 struct base struct in namespace:A::B 29 struct sub : B::base 50 a.base::x(); 52 a.B::base::x(); // expected-error{{use of undeclared identifier 'B'}} 55 a.A::B::base::x(); 71 a->base::x(); 73 a->B::base::x(); // expected-error{{use of undeclared identifier 'B'}} 76 a->A::B::base::x(); 88 i.foo(); // expected-error{{member reference base type 'int' is not a structure or union}} 94 typedef A::member base; typedef 107 typedef A::B::base base; typedef [all...] |
/external/libchrome/base/allocator/ |
allocator.gyp | 25 # The only targets that should depend on allocator are 'base' and 26 # executables that don't depend, directly or indirectly, on base (a few). 27 # All the other targets get a transitive dependency on this target via base. 78 # base/ mini-fork. Do not factor these out of this conditions section. 81 '<(tcmalloc_dir)/src/base', 95 '<(tcmalloc_dir)/src/base/abort.cc', 96 '<(tcmalloc_dir)/src/base/abort.h', 97 '<(tcmalloc_dir)/src/base/arm_instruction_set_select.h', 98 '<(tcmalloc_dir)/src/base/atomicops-internals-arm-generic.h', 99 '<(tcmalloc_dir)/src/base/atomicops-internals-arm-v6plus.h' [all...] |
/external/libchrome/base/threading/ |
thread_local_unittest.cc | 5 #include "base/logging.h" 6 #include "base/threading/simple_thread.h" 7 #include "base/threading/thread_local.h" 8 #include "base/synchronization/waitable_event.h" 11 namespace base { namespace 15 class ThreadLocalTesterBase : public base::DelegateSimpleThreadPool::Delegate { 17 typedef base::ThreadLocalPointer<char> TLPType; 19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) 27 base::WaitableEvent* done_; 32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done [all...] |
/external/libogg/win32/VS6/ |
ogg_static.dsp | 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
45 # ADD BASE RSC /l 0x409 /d "NDEBUG"
48 # ADD BASE BSC32 /nologo
51 # ADD BASE LIB32 /nologo
56 # PROP BASE Use_MFC 0 [all...] |
/external/tinyxml/ |
tinyxmlSTL.dsp | 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "tinyxmlSTL___Win32_Release"
36 # PROP BASE Intermediate_Dir "tinyxmlSTL___Win32_Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
46 # ADD BASE RSC /l 0x409 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LIB32 /nologo
57 # PROP BASE Use_MFC 0 [all...] |
tinyxml_lib.dsp | 33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
46 # ADD BASE RSC /l 0x407 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LIB32 /nologo
57 # PROP BASE Use_MFC 0 [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Include/Protocol/ |
SmmBaseHelperReady.h | 2 EFI SMM Base Helper Ready Protocol.
4 This UEFI protocol is produced by the SMM Base Helper SMM driver to provide
5 a Framework SMST to the SMM Base Thunk driver. This protocol is also an indicator
6 that the SMM Base Helper SMM driver is ready in SMRAM for communication with
7 the SMM Base Thunk driver.
30 /// Pointer to the Framework SMST built from PI SMST by SMM Base Helper SMM driver.
34 /// Services function directly called by SMM Base Thunk when in SMM
|
/external/boringssl/src/ssl/test/runner/curve25519/ |
doc.go | 12 // ScalarMult sets dst to the product in*base where dst and base are the x 14 func ScalarMult(dst, in, base *[32]byte) { 15 scalarMult(dst, in, base) 18 // ScalarBaseMult sets dst to the product in*base where dst and base are the x 19 // coordinates of group points, base is the standard generator and all values
|
/external/compiler-rt/test/profile/Linux/ |
coverage_ctors.cpp | 6 struct Base { 8 Base() : B(0) {} 9 Base(const Base &b2) { 12 Base(Base &&b2) { 17 struct Derived : public Base {
|
/external/libchrome/base/ |
atomic_sequence_num.h | 8 #include "base/atomicops.h" 9 #include "base/macros.h" 11 namespace base { namespace 26 base::subtle::NoBarrier_AtomicIncrement(&seq_, 1) - 1); 33 base::subtle::Release_Store(&seq_, 0); 36 base::subtle::Atomic32 seq_; 58 } // namespace base
|
auto_reset.h | 8 #include "base/macros.h" 10 // base::AutoReset<> is useful for setting a variable to a new value only within 11 // a particular scope. An base::AutoReset<> object resets a variable to its 15 // This should be obvious, but note that an base::AutoReset<> instance should 17 // writes when the base::AutoReset<> object is destroyed. 19 namespace base { namespace 39 } // namespace base
|
rand_util_posix.cc | 5 #include "base/rand_util.h" 13 #include "base/files/file_util.h" 14 #include "base/lazy_instance.h" 15 #include "base/logging.h" 37 base::LazyInstance<URandomFd>::Leaky g_urandom_fd = LAZY_INSTANCE_INITIALIZER; 41 namespace base { namespace 61 } // namespace base
|
sequence_checker_impl.h | 8 #include "base/base_export.h" 9 #include "base/macros.h" 10 #include "base/synchronization/lock.h" 11 #include "base/threading/sequenced_worker_pool.h" 12 #include "base/threading/thread_checker_impl.h" 14 namespace base { namespace 50 } // namespace base
|
task_runner.cc | 5 #include "base/task_runner.h" 7 #include "base/compiler_specific.h" 8 #include "base/logging.h" 9 #include "base/threading/post_task_and_reply_impl.h" 11 namespace base { namespace 45 return PostDelayedTask(from_here, task, base::TimeDelta()); 68 } // namespace base
|
/external/libchrome/base/files/ |
scoped_file.cc | 5 #include "base/files/scoped_file.h" 7 #include "base/logging.h" 14 #include "base/debug/alias.h" 15 #include "base/posix/eintr_wrapper.h" 18 namespace base { namespace 38 base::debug::Alias(&close_errno); 46 } // namespace base
|
/external/libchrome/base/mac/ |
bundle_locations.mm | 5 #include "base/mac/bundle_locations.h" 7 #include "base/logging.h" 8 #include "base/mac/foundation_util.h" 9 #include "base/strings/sys_string_conversions.h" 11 namespace base { 60 NSString* path = base::SysUTF8ToNSString(file_path.value()); 83 } // namespace base
|
/external/libchrome/base/memory/ |
ref_counted_delete_on_message_loop.h | 8 #include "base/location.h" 9 #include "base/logging.h" 10 #include "base/macros.h" 11 #include "base/memory/ref_counted.h" 12 #include "base/single_thread_task_runner.h" 14 namespace base { namespace 73 } // namespace base
|
/external/libchrome/base/power_monitor/ |
power_monitor.h | 8 #include "base/base_export.h" 9 #include "base/macros.h" 10 #include "base/memory/ref_counted.h" 11 #include "base/observer_list_threadsafe.h" 12 #include "base/power_monitor/power_observer.h" 14 namespace base { namespace 53 } // namespace base
|
power_monitor_source.h | 8 #include "base/base_export.h" 9 #include "base/macros.h" 10 #include "base/memory/ref_counted.h" 11 #include "base/observer_list_threadsafe.h" 12 #include "base/synchronization/lock.h" 14 namespace base { namespace 63 } // namespace base
|
/external/libchrome/base/synchronization/ |
cancellation_flag.h | 8 #include "base/atomicops.h" 9 #include "base/base_export.h" 10 #include "base/macros.h" 11 #include "base/threading/platform_thread.h" 13 namespace base { namespace 39 base::subtle::Atomic32 flag_; 47 } // namespace base
|