HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 701 - 725 of 5191) sorted by null

<<21222324252627282930>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularImmutableSet.java 19 import static com.google.common.base.Preconditions.checkArgument;
SingletonImmutableList.java 19 import static com.google.common.base.Preconditions.checkNotNull;
SingletonImmutableSet.java 19 import static com.google.common.base.Preconditions.checkNotNull;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
KernelFactory.java 33 package com.jme3.network.base;
NioKernelFactory.java 33 package com.jme3.network.base;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
Filter.java 39 public FloatBuffer doFilter(float sx, float sy, float base, FloatBuffer data, int size);
  /external/jsilver/src/com/google/streamhtmlparser/
ExternalState.java 19 import com.google.common.base.Preconditions;
  /external/junit/src/org/junit/rules/
MethodRule.java 33 * @param base The {@link Statement} to be modified
36 * @return a new statement, which may be the same as {@code base},
37 * a wrapper around {@code base}, or a completely new Statement.
39 Statement apply(Statement base, FrameworkMethod method, Object target);
  /external/qemu/
qobject.h 63 QObject base
65 /* Get the 'base' part of an object */
66 #define QOBJECT(obj) (&(obj)->base)
78 obj->base.refcnt = 1; \
79 obj->base.type = qtype_type
  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocation.h 72 PageAllocation object. The PageAllocation holds the allocation's base pointer
89 using PageBlock::base;
107 // Clear base & size before calling release; if this is *inside* allocation
115 OSAllocator::decommitAndRelease(tmp.base(), tmp.size());
119 PageAllocation(void* base, size_t size)
120 : PageBlock(base, size)
PageReservation.h 66 using PageBlock::base;
114 // Clear base & size before calling release; if this is *inside* allocation
122 OSAllocator::releaseDecommitted(tmp.base(), tmp.size());
126 PageReservation(void* base, size_t size, bool writable, bool executable)
127 : PageBlock(base, size)
  /external/webkit/Source/WebCore/html/
HTMLCollection.h 42 static PassRefPtr<HTMLCollection> create(PassRefPtr<Node> base, CollectionType);
59 Node* base() const { return m_base.get(); } function in class:WebCore::HTMLCollection
63 HTMLCollection(PassRefPtr<Node> base, CollectionType, CollectionCache*);
64 HTMLCollection(PassRefPtr<Node> base, CollectionType);
  /frameworks/base/native/android/
Android.mk 32 frameworks/base/native/include \
33 frameworks/base/core/jni/android
  /frameworks/base/native/graphics/jni/
Android.mk 27 frameworks/base/native/include \
28 frameworks/base/core/jni/android/graphics
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 30 String base = System.getProperty("java.io.tmpdir"); local
31 File directory = new File(base, UUID.randomUUID().toString());
44 private static File createDeepStructure(File base) throws Exception {
50 File f = base;
61 File base = createTemporaryDirectory(); local
62 assertTrue(createDeepStructure(base).exists());
67 File base = createTemporaryDirectory(); local
68 File target = createDeepStructure(base);
69 File source = new File(base, "source");
151 File base = createTemporaryDirectory() local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
InstallDetails.java 17 package com.android.ide.eclipse.base;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
NoViableAltException.cs 53 : base(message) {
58 : base(message, innerException) {
63 : base(input) {
70 : base(message, input) {
77 : base(message, input, innerException) {
84 : base(info, context) {
115 base.GetObjectData(info, context);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedTokenException.cs 54 : base(message)
59 : base(message, innerException)
69 : base(input)
78 : base(message, input)
87 : base(message, input, innerException)
96 : base(info, context)
126 base.GetObjectData(info, context);
NoViableAltException.cs 57 : base(message)
63 : base(message, innerException)
69 : base(input)
77 : base(message, input)
85 : base(message, input, innerException)
93 : base(info, context)
132 base.GetObjectData(info, context);
  /external/chromium/base/i18n/
break_iterator_unittest.cc 5 #include "base/i18n/break_iterator.h"
7 #include "base/string_piece.h"
8 #include "base/string_util.h"
9 #include "base/utf_string_conversions.h"
14 base::BreakIterator iter(&empty, base::BreakIterator::BREAK_WORD);
25 base::BreakIterator iter(&str, base::BreakIterator::BREAK_WORD);
70 base::BreakIterator iter(&str, base::BreakIterator::BREAK_WORD)
    [all...]
  /external/chromium/chrome/browser/
browser_process.h 17 #include "base/basictypes.h"
18 #include "base/memory/ref_counted.h"
46 namespace base { namespace
123 virtual base::Thread* file_thread() = 0;
127 virtual base::Thread* db_thread() = 0;
130 virtual base::Thread* cache_thread() = 0;
133 virtual base::Thread* gpu_thread() = 0;
141 virtual base::Thread* background_x11_thread() = 0;
182 virtual base::WaitableEvent* shutdown_event() = 0;
  /external/chromium/chrome/browser/importer/
profile_import_process_host.cc 7 #include "base/command_line.h"
8 #include "base/message_loop.h"
9 #include "base/string_number_conversions.h"
10 #include "base/values.h"
17 #include "ui/base/l10n/l10n_util.h"
42 base::IntToString(IDS_BOOKMARK_GROUP_FROM_FIREFOX),
45 base::IntToString(IDS_BOOKMARK_GROUP_FROM_SAFARI),
48 base::IntToString(IDS_IMPORT_FROM_FIREFOX),
51 base::IntToString(IDS_IMPORT_FROM_GOOGLE_TOOLBAR),
54 base::IntToString(IDS_IMPORT_FROM_SAFARI)
    [all...]
  /external/chromium/chrome/browser/net/
url_request_mock_net_error_job.cc 10 #include "base/file_util.h"
11 #include "base/message_loop.h"
12 #include "base/utf_string_conversions.h"
13 #include "net/base/net_errors.h"
14 #include "net/base/net_util.h"
15 #include "net/base/x509_certificate.h"
24 MockInfo(std::wstring base,
27 : base(base),
31 std::wstring base; member in struct:URLRequestMockNetErrorJob::MockInfo
    [all...]
  /external/chromium/net/ftp/
ftp_directory_listing_parser_ls.cc 9 #include "base/string_number_conversions.h"
10 #include "base/string_split.h"
11 #include "base/string_util.h"
12 #include "base/time.h"
13 #include "base/utf_string_conversions.h"
60 base::SplitString(CollapseWhitespace(text, false), ':', &parts);
71 const base::Time& current_time,
73 base::Time* modification_time) {
124 const base::Time& current_time,
135 base::SplitString(CollapseWhitespace(lines[i], false), ' ', &columns)
    [all...]
  /external/chromium/net/http/
http_chunked_decoder.cc 47 #include "base/logging.h"
48 #include "base/string_number_conversions.h"
49 #include "base/string_piece.h"
50 #include "base/string_util.h"
51 #include "net/base/net_errors.h"
103 size_t index_of_lf = base::StringPiece(buf, buf_len).find('\n');
104 if (index_of_lf != base::StringPiece::npos) {
130 size_t index_of_semicolon = base::StringPiece(buf, buf_len).find(';');
131 if (index_of_semicolon != base::StringPiece::npos)
190 if (base::StringPiece(start, len).find_first_not_of("0123456789abcdefABCDEF"
    [all...]

Completed in 878 milliseconds

<<21222324252627282930>>