/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
TcpConnectorFactory.java | 33 package com.jme3.network.base;
|
/external/llvm/include/llvm/ADT/ |
StringSet.h | 26 typedef llvm::StringMap<char, AllocatorTy> base; typedef in class:llvm::StringSet 32 return base::insert(llvm::StringMapEntry<char>:: 33 Create(KeyStart, KeyEnd, base::getAllocator(), '+'));
|
/external/openssh/openbsd-compat/ |
inet_aton.c | 91 int base, n; local 105 val = 0; base = 10; 109 base = 16, c = *++cp; 111 base = 8; 115 val = (val * base) + (c - '0'); 117 } else if (base == 16 && isascii(c) && isxdigit(c)) {
|
/external/valgrind/main/none/tests/ppc32/ |
mftocrf.c | 8 int base = 0x31415927; local 14 : /*w*/ : /*r*/ "b"(base) : /*trash*/"cc" );
|
/external/webkit/Source/WebCore/svg/ |
SVGImageLoader.cpp | 52 KURL base = element()->baseURI(); local 53 if (base.isValid()) 54 return KURL(base, stripLeadingAndTrailingHTMLSpaces(attr)).string();
|
/frameworks/base/cmds/system_server/library/ |
Android.mk | 7 base = $(LOCAL_PATH)/../../.. macro 11 $(base)/services/sensorservice \
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/ |
NullFilter.java | 18 package android.filterpacks.base;
|
/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
|
message_pump_default.cc | 5 #include "base/message_pump_default.h" 7 #include "base/logging.h" 8 #include "base/mac/scoped_nsautorelease_pool.h" 10 namespace base { namespace 78 } // namespace base
|
message_pump_default.h | 9 #include "base/message_pump.h" 10 #include "base/time.h" 11 #include "base/synchronization/waitable_event.h" 13 namespace base { namespace 39 } // 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
|