HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 751 - 775 of 1543) sorted by null

<<31323334353637383940>>

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 57 * The base URL of the XSL document.
63 * Get the base identifier with which this stylesheet is associated.
74 * Get the base identifier with which this stylesheet is associated.
200 // The base identifier, an aboslute URI
204 // base ID onto the stack.
355 String base = handler.getBaseIdentifier(); local
356 s = uriresolver.resolve(href,base);
363 * Get the base URI of the included or imported stylesheet,
367 * using the SysteIDResolver to figure out the base URI.
382 // and the system ID is set on it, so return that as the base UR
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 81 String base = ""; local
87 // The URI reference may be relative. The base URI (see [3.2 Base URI])
89 // order is used as the base URI for resolving the
107 base = baseDTM.getDocumentBaseURI();
116 // // base = ((Stylesheet)baseDoc).getBaseIdentifier();
117 // base = xctxt.getNamespaceContext().getBaseIdentifier();
120 // base = xctxt.getSourceTreeManager().findURIFromDoc(baseDoc);
141 base = xctxt.getNamespaceContext().getBaseIdentifier();
155 // The first and only argument was a nodeset, the base in tha
    [all...]
  /external/astl/src/
string.cpp 537 char *base = iter.base(); local
539 if (base < mData || base > mData + mLength || new_len < mLength) {
543 const size_type pos = base - mData;
550 // At this point 'iter' and 'base' are not valid anymore since
552 base = mData + pos;
553 std::memmove(base + 1, base, mLength - pos);
554 *base = c
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_encoder.c 96 UINT8 base; member in struct:__anon2468
108 if(idx > 0){if((idx&1)&&(pstrEncParams->u16PacketLength > (sbc_prtc_cb.base+(idx<<1)))) {tmp2=idx<<1; tmp=ar[idx];ar[idx]=ar[tmp2];ar[tmp2]=tmp;} \
276 if(pstrEncParams->u16PacketLength > ((sbc_prtc_cb.fr[sbc_prtc_cb.index].idx * 2) + sbc_prtc_cb.base))
281 SBC_PRTC_SCRMB((&pu8[sbc_prtc_cb.base]));
400 sbc_prtc_cb.base = 6 + pstrEncParams->s16NumOfChannels*pstrEncParams->s16NumOfSubBands/2;
  /external/chromium/base/
basictypes.h 13 #include "base/port.h" // Types that only need exist on certain systems
89 // NOTE: The usage of this macro was baned from our code base, but some
354 // the base::LINKER_INITIALIZED argument. Normally, it is unsafe to declare a
360 // explicit MyClass(base::LinkerInitialized x) {}
362 // static MyClass my_variable_name(base::LINKER_INITIALIZED);
363 namespace base { namespace
365 } // base
bind_internal.h 15 #include "base/bind_helpers.h"
16 #include "base/callback_internal.h"
17 #include "base/template_util.h"
21 #include "base/bind_internal_win.h"
24 namespace base { namespace
385 static R DoInvoke(InvokerStorageBase* base) {
386 StorageType* invoker = static_cast<StorageType*>(base);
394 static R DoInvoke(InvokerStorageBase* base,
396 StorageType* invoker = static_cast<StorageType*>(base);
404 static R DoInvoke(InvokerStorageBase* base,
    [all...]
file_util.h 29 #include "base/base_api.h"
30 #include "base/basictypes.h"
31 #include "base/file_path.h"
32 #include "base/memory/scoped_ptr.h"
33 #include "base/platform_file.h"
34 #include "base/string16.h"
37 #include "base/eintr_wrapper.h"
38 #include "base/file_descriptor_posix.h"
39 #include "base/logging.h"
42 namespace base { namespace
    [all...]
message_pump_glib.cc 5 #include "base/message_pump_glib.h"
13 #include "base/eintr_wrapper.h"
14 #include "base/logging.h"
15 #include "base/threading/platform_thread.h"
24 int GetTimeIntervalMilliseconds(const base::TimeTicks& from) {
32 ceil((from - base::TimeTicks::Now()).InMillisecondsF()));
88 base::MessagePumpForUI* pump;
125 namespace base { namespace
180 static base::PlatformThreadId thread_id = base::PlatformThread::CurrentId()
    [all...]
message_pump_libevent.cc 5 #include "base/message_pump_libevent.h"
10 #include "base/auto_reset.h"
11 #include "base/eintr_wrapper.h"
12 #include "base/logging.h"
13 #include "base/mac/scoped_nsautorelease_pool.h"
14 #include "base/memory/scoped_ptr.h"
15 #include "base/observer_list.h"
16 #include "base/time.h"
41 namespace base { namespace
343 base::MessagePumpLibevent* that
    [all...]
message_pump_win.cc 5 #include "base/message_pump_win.h"
9 #include "base/message_loop.h"
10 #include "base/metrics/histogram.h"
11 #include "base/win/wrapped_window_proc.h"
13 namespace base { namespace
237 wc.lpfnWndProc = base::win::WrappedWindowProc<WndProcThunk>;
583 } // namespace base
message_pump_win.h 13 #include "base/base_api.h"
14 #include "base/basictypes.h"
15 #include "base/message_pump.h"
16 #include "base/observer_list.h"
17 #include "base/time.h"
18 #include "base/win/scoped_handle.h"
20 namespace base { namespace
22 // MessagePumpWin serves as the base for specialized versions of the MessagePump
303 // The extended context that should be used as the base structure on every
368 } // namespace base
    [all...]
platform_file.h 16 #include "base/base_api.h"
17 #include "base/basictypes.h"
18 #include "base/file_path.h"
19 #include "base/time.h"
21 namespace base { namespace
74 // too, and the ParamTraits<base::PlatformFileInfo> implementation in
90 base::Time last_modified;
93 base::Time last_accessed;
96 base::Time creation_time;
174 } // namespace base
    [all...]
shared_memory_unittest.cc 5 #include "base/basictypes.h"
6 #include "base/mac/scoped_nsautorelease_pool.h"
7 #include "base/memory/scoped_ptr.h"
8 #include "base/shared_memory.h"
9 #include "base/test/multiprocess_test.h"
10 #include "base/threading/platform_thread.h"
11 #include "base/time.h"
18 namespace base { namespace
401 } // namespace base
string_piece.h 24 #include "base/base_api.h"
25 #include "base/basictypes.h"
27 namespace base { namespace
191 } // namespace base
time.h 28 #include "base/base_api.h"
29 #include "base/basictypes.h"
42 namespace base { namespace
558 } // namespace base
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 5 #include "base/files/file_path_watcher.h"
16 #include "base/basictypes.h"
17 #include "base/compiler_specific.h"
18 #include "base/file_path.h"
19 #include "base/file_util.h"
20 #include "base/memory/scoped_temp_dir.h"
21 #include "base/message_loop.h"
22 #include "base/message_loop_proxy.h"
23 #include "base/path_service.h"
24 #include "base/string_util.h
31 namespace base { namespace
    [all...]
file_path_watcher_linux.cc 5 #include "base/files/file_path_watcher.h"
19 #include "base/eintr_wrapper.h"
20 #include "base/file_path.h"
21 #include "base/file_util.h"
22 #include "base/hash_tables.h"
23 #include "base/lazy_instance.h"
24 #include "base/logging.h"
25 #include "base/memory/scoped_ptr.h"
26 #include "base/message_loop.h"
27 #include "base/message_loop_proxy.h
32 namespace base { namespace
    [all...]
file_path_watcher_mac.cc 5 #include "base/files/file_path_watcher.h"
13 #include "base/file_util.h"
14 #include "base/message_loop.h"
15 #include "base/message_loop_proxy.h"
16 #include "base/stringprintf.h"
18 namespace base { namespace
129 scoped_refptr<base::MessageLoopProxy> io_message_loop_;
226 path_name = base::StringPrintf(
430 io_message_loop_ = base::MessageLoopProxy::CreateForCurrentThread();
459 base::MessageLoopProxy* proxy = io_message_loop_.get()
    [all...]
  /external/chromium/base/json/
json_reader.cc 5 #include "base/json/json_reader.h"
7 #include "base/float_util.h"
8 #include "base/logging.h"
9 #include "base/memory/scoped_ptr.h"
10 #include "base/string_number_conversions.h"
11 #include "base/string_util.h"
12 #include "base/utf_string_conversions.h"
13 #include "base/values.h"
15 namespace base { namespace
398 base::IsFinite(num_double)
    [all...]
json_reader.h 6 // base/values.h).
37 #include "base/base_api.h"
38 #include "base/basictypes.h"
48 namespace base { namespace
219 } // namespace base
  /external/chromium/base/win/
pe_image_unittest.cc 8 #include "base/win/pe_image.h"
9 #include "base/win/windows_version.h"
11 namespace base { namespace
153 if (base::win::GetVersion() == base::win::VERSION_SERVER_2003)
219 } // namespace base
registry.cc 5 #include "base/win/registry.h"
9 #include "base/logging.h"
10 #include "base/threading/thread_restrictions.h"
14 namespace base { namespace
27 base::ThreadRestrictions::AssertIOAllowed();
49 base::ThreadRestrictions::AssertIOAllowed();
60 base::ThreadRestrictions::AssertIOAllowed();
69 base::ThreadRestrictions::AssertIOAllowed();
82 base::ThreadRestrictions::AssertIOAllowed();
95 base::ThreadRestrictions::AssertIOAllowed()
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 12 #include "ui/base/x/x11_util.h"
19 namespace base { namespace
176 base::TimeTicks urgent_cleared_time_;
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 12 #include "base/basictypes.h"
13 #include "base/gtest_prod_util.h"
14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h"
30 namespace base { namespace
262 base::Lock success_lock_; // A lock around already_reported_success_.
267 base::Lock localaccount_lock_; // A lock around checked_for_localaccount_.
  /external/chromium/chrome/browser/download/
save_package.h 13 #include "base/basictypes.h"
14 #include "base/file_path.h"
15 #include "base/gtest_prod_util.h"
16 #include "base/hash_tables.h"
17 #include "base/memory/ref_counted.h"
18 #include "base/task.h"
36 namespace base { namespace
58 class SavePackage : public base::RefCountedThreadSafe<SavePackage>,
151 friend class base::RefCountedThreadSafe<SavePackage>;
171 // Return max length of a path for a specific base directory
    [all...]

Completed in 435 milliseconds

<<31323334353637383940>>