HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 976 - 1000 of 5077) sorted by null

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
convert.fail.cpp 30 struct base {}; struct
37 test<base*>(&d);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
move_iterator.fail.cpp 32 struct base {}; struct
38 test<base*>(&d);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
reverse_iterator.fail.cpp 30 struct base {}; struct
37 test<base*>(&d);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
reverse_iterator.fail.cpp 32 struct base {}; struct
38 test<base*>(&d);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 27 // Base machinery for all kinds of enable if
33 struct base struct in struct:boost::iterators::enabled
48 struct base struct in struct:boost::iterators::enabled
70 : enabled<(Cond::value)>::template base<Return>
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
X.java 17 package com.android.mail.lib.base;
  /bionic/libc/upstream-netbsd/common/lib/libc/inet/
inet_addr.c 128 int base; local
144 val = 0; base = 10; digit = 0;
148 base = 16, c = *++cp;
150 base = 8;
156 if (base == 8 && (c == '8' || c == '9'))
158 val = (val * base) + (c - '0');
161 } else if (base == 16 && isascii(c) &&
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSUtils.java 83 public static void forEach(RSBaseCompute base, int testId, Allocation in) throws RSRuntimeException {
84 base.forEach(testId, in);
87 public static void forEach(RSBaseCompute base, int testId, Allocation in, Allocation out)
89 base.forEach(testId, in,out);
  /external/bison/lib/
obstack_printf.c 62 char *base = obstack_next_free (obs); local
68 base = buf;
71 str = vasnprintf (base, &len, format, args);
78 if (str == base && str != buf)
  /external/chromium/base/
at_exit.cc 5 #include "base/at_exit.h"
10 #include "base/logging.h"
12 namespace base { namespace
71 } // namespace base
atomic_ref_count.h 6 // counting. Please use base/memory/ref_counted.h directly instead.
15 #include "base/atomicops.h"
16 #include "base/third_party/dynamic_annotations/dynamic_annotations.h"
18 namespace base { namespace
44 base::AtomicRefCountIncN(ptr, 1);
51 return base::AtomicRefCountDecN(ptr, 1);
79 } // namespace base
bits.h 11 #include "base/basictypes.h"
12 #include "base/logging.h"
14 namespace base { namespace
46 } // namespace base
callback_internal.cc 5 #include "base/callback_internal.h"
7 namespace base { namespace
35 } // namespace base
cpu.cc 5 #include "base/cpu.h"
15 namespace base { namespace
123 } // namespace base
dir_reader_fallback.h 9 namespace base { namespace
29 } // namespace base
  /external/chromium/base/debug/
debug_on_start_win.cc 5 #include "base/debug/debug_on_start_win.h"
9 #include "base/base_switches.h"
10 #include "base/basictypes.h"
11 #include "base/debug/debugger.h"
13 namespace base { namespace
62 base::debug::SpawnDebuggerOnProcess(GetCurrentProcessId());
65 base::debug::WaitForDebugger(60, false);
68 base::debug::WaitForDebugger(60, true);
74 } // namespace base
leak_tracker_unittest.cc 5 #include "base/debug/leak_tracker.h"
6 #include "base/memory/scoped_ptr.h"
9 namespace base { namespace
113 } // namespace base
profiler.cc 5 #include "base/debug/profiler.h"
9 #include "base/process_util.h"
10 #include "base/string_util.h"
16 namespace base { namespace
64 } // namespace base
stack_trace_unittest.cc 8 #include "base/debug/stack_trace.h"
9 #include "base/logging.h"
12 namespace base { namespace
117 } // namespace base
  /external/chromium/base/files/
file_path_watcher.cc 8 #include "base/files/file_path_watcher.h"
10 #include "base/logging.h"
11 #include "base/message_loop.h"
13 namespace base { namespace
33 } // namespace base
  /external/chromium/base/i18n/
char_iterator.cc 5 #include "base/i18n/char_iterator.h"
10 namespace base { namespace
82 } // namespace base
  /external/chromium/base/json/
string_escape.cc 5 #include "base/json/string_escape.h"
9 #include "base/string_util.h"
11 namespace base { namespace
104 } // namespace base
  /external/chromium/base/memory/
memory_debug.cc 5 #include "base/memory/memory_debug.h"
11 #include "base/third_party/purify/pure.h"
14 namespace base { namespace
54 } // namespace base
scoped_native_library.cc 5 #include "base/memory/scoped_native_library.h"
7 namespace base { namespace
17 library_ = base::LoadNativeLibrary(library_path, NULL);
22 base::UnloadNativeLibrary(library_);
29 return base::GetFunctionPointerFromNativeLibrary(library_, function_name);
34 base::UnloadNativeLibrary(library_);
44 } // namespace base
scoped_open_process.h 9 #include "base/process.h"
10 #include "base/process_util.h"
12 namespace base { namespace
48 } // namespace base

Completed in 366 milliseconds

<<31323334353637383940>>