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

<<71727374757677787980>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLObjectProperty.java 19 import com.google.common.base.Joiner;
  /system/core/include/cutils/
mspace.h 87 size_t max_capacity, int locked, void *base);
  /external/chromium/base/
string_util.h 16 #include "base/base_api.h"
17 #include "base/basictypes.h"
18 #include "base/compiler_specific.h"
19 #include "base/string16.h"
20 #include "base/string_piece.h" // For implicit conversions.
25 #include "base/stringprintf.h"
29 namespace base { namespace
32 // cross-platform are provided as "base::strncasecmp", and their prototypes
119 // This function is intended to be called from base::vswprintf.
152 } // namespace base
    [all...]
environment.cc 5 #include "base/environment.h"
13 #include "base/string_util.h"
16 #include "base/memory/scoped_ptr.h"
17 #include "base/utf_string_conversions.h"
22 class EnvironmentImpl : public base::Environment {
102 namespace base { namespace
125 } // namespace base
tracked.cc 5 #include "base/tracked.h"
7 #include "base/stringprintf.h"
8 #include "base/tracked_objects.h"
10 using base::TimeTicks;
31 base::StringAppendF(output, "%s[%d] ",
  /external/chromium/chrome/browser/history/
history_types.cc 9 #include "base/logging.h"
10 #include "base/stl_util-inl.h"
60 last_visit_ = base::Time();
76 base::Time arg_visit_time,
132 URLResult::URLResult(const GURL& url, base::Time visit_time)
302 end_time = base::Time::Now();
303 begin_time = end_time - base::TimeDelta::FromDays(days_ago);
348 base::Time arg_time,
389 base::Time AutocompleteAgeThreshold() {
390 return (base::Time::Now()
    [all...]
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 19 import static com.google.common.base.Objects.firstNonNull;
20 import static com.google.common.base.Preconditions.checkArgument;
21 import static com.google.common.base.Preconditions.checkNotNull;
22 import static com.google.common.base.Preconditions.checkState;
27 import com.google.common.base.Ascii;
28 import com.google.common.base.Equivalence;
29 import com.google.common.base.Equivalences;
30 import com.google.common.base.Objects;
31 import com.google.common.base.Supplier;
32 import com.google.common.base.Suppliers
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 49 mBase = mPC = (uint32_t *)assembly->base();
65 uint32_t* ARMAssembler::base() const function in class:android::ARMAssembler
72 mBase = mPC = (uint32_t *)mAssembly->base();
86 size_t count = pc()-base();
87 uint32_t* i = base();
175 mAssembly->resize( int(pc()-base())*4 );
180 ALOGI(format, name, int(pc()-base()), base(), pc(), duration);
184 int err = qemu_add_mapping(int(base()), name);
192 printf(format, name, int(pc()-base()), base(), pc(), duration)
    [all...]
  /build/core/combo/arch/x86/
x86-atom.mk 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant
  /dalvik/tests/072-precise-gc/src/
Main.java 61 static String generateString(String base, int num) {
62 return base + num;
  /dalvik/vm/mterp/armv5te/
OP_GOTO.S 15 ldrmi rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 82 private void drawChart(Canvas canvas, int base) {
85 int unichar = base + i;
  /development/tools/etc1tool/
Android.mk 15 LOCAL_C_INCLUDES += frameworks/base/opengl/include
  /device/common/
generate-factory-images-common.sh 97 cat > tmp/$PRODUCT-$VERSION/flash-base.sh << EOF
120 cat >> tmp/$PRODUCT-$VERSION/flash-base.sh << EOF
128 cat >> tmp/$PRODUCT-$VERSION/flash-base.sh << EOF
134 chmod a+x tmp/$PRODUCT-$VERSION/flash-base.sh
  /external/antlr/antlr-3.4/runtime/Python/tests/
t004lexer.py 10 def lexerClass(self, base):
11 class TLexer(base):
t006lexer.py 10 def lexerClass(self, base):
11 class TLexer(base):
t007lexer.py 10 def lexerClass(self, base):
11 class TLexer(base):
t008lexer.py 10 def lexerClass(self, base):
11 class TLexer(base):
t009lexer.py 10 def lexerClass(self, base):
11 class TLexer(base):
  /external/chromium/base/threading/
simple_thread.h 48 #include "base/base_api.h"
49 #include "base/basictypes.h"
50 #include "base/threading/platform_thread.h"
51 #include "base/synchronization/lock.h"
52 #include "base/synchronization/waitable_event.h"
54 namespace base { namespace
56 // This is the base SimpleThread. You can derive from it and implement the
178 base::Lock lock_; // Locks delegates_
182 } // namespace base
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager.h 11 #include "base/hash_tables.h"
12 #include "base/memory/scoped_ptr.h"
165 base::hash_map<int32, int32> renderer_id_to_child_id_map_;
168 base::hash_map<int32, BrowserAccessibility*> child_id_map_;
  /external/chromium/chrome/browser/autofill/
autofill_download.h 16 #include "base/memory/scoped_vector.h"
17 #include "base/time.h"
164 base::Time next_query_request_;
165 base::Time next_upload_request_;
  /external/chromium/chrome/browser/automation/
automation_provider_json.cc 7 #include "base/json/json_writer.h"
8 #include "base/json/string_escape.h"
9 #include "base/values.h"
24 base::JsonDoubleQuote(err, false, &no_quote_err);
44 base::JSONWriter::Write(value, false, &json_string);
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.h 9 #include "base/file_path.h"
10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h"
85 public base::RefCountedThreadSafe<BookmarkStorage> {
105 friend class base::RefCountedThreadSafe<BookmarkStorage>;
  /external/chromium/chrome/browser/chromeos/
network_message_observer_unittest.cc 7 #include "base/time.h"
18 plan.plan_start_time = base::Time::FromDoubleT(start_sec);
19 plan.plan_end_time = base::Time::FromDoubleT(end_sec);

Completed in 1463 milliseconds

<<71727374757677787980>>