Searched defs:base (Results 501 - 525 of 5037) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/ui/snapshot/
H A Dsnapshot_async.h11 namespace base { namespace
28 scoped_refptr<base::TaskRunner> background_task_runner,
33 scoped_refptr<base::TaskRunner> background_task_runner,
/external/chromium_org/ui/views/test/
H A Dviews_test_helper.h10 namespace base { namespace
28 static ViewsTestHelper* Create(base::MessageLoopForUI* message_loop,
/external/chromium_org/v8/src/base/
H A Dbits.cc5 #include "src/base/bits.h"
6 #include "src/base/logging.h"
9 namespace base { namespace in namespace:v8
24 } // namespace base
/external/guava/guava-gwt/src/com/google/common/base/
H A DGwtSerializationDependencies.java17 package com.google.common.base;
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri2_buffer.h10 __DRIbuffer base; member in struct:dri2_buffer
/external/mesa3d/src/glx/
H A Ddri_common.h46 struct glx_config base; member in struct:__GLXDRIconfigPrivateRec
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dmmio.h41 read_MMIO_LE32( volatile void * base, unsigned long offset ) argument
47 : "b" (base), "r" (offset) );
54 read_MMIO_LE32( volatile void * base, unsigned long offset ) argument
56 volatile uint32_t * p = (volatile uint32_t *) (((volatile char *) base) + offset);
/external/oprofile/libutil++/
H A Dpath_filter.cpp40 string const base = op_basename(str); local
43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base));
48 cit = find_if(include.begin(), include.end(), fnmatcher(base));
/external/qemu/android/kernel/
H A Dkernel_utils_testing.h17 namespace base { namespace in namespace:android
19 } // namespace base
30 android::base::String* text);
/external/valgrind/main/none/tests/s390x/
H A Dstmg.c3 char base[] ="0123456789012345678901234567890123456789"; variable
16 : "a" (base)
39 : "a" (base)
/external/bison/lib/
H A Dprogname.c47 const char *base; local
60 base = (slash != NULL ? slash + 1 : argv0);
61 if (base - argv0 >= 7 && strncmp (base - 7, "/.libs/", 7) == 0)
63 argv0 = base;
64 if (strncmp (base, "lt-", 3) == 0)
66 argv0 = base + 3;
/external/chromium_org/android_webview/browser/
H A Daw_browser_main_parts.h8 #include "base/compiler_specific.h"
9 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
33 scoped_ptr<base::MessageLoop> main_message_loop_;
/external/chromium_org/ash/accelerometer/
H A Daccelerometer_controller.h9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/observer_list.h"
17 namespace base { namespace
39 void Initialize(scoped_refptr<base::TaskRunner> blocking_task_runner);
/external/chromium_org/athena/system/
H A Dorientation_controller.h8 #include "base/macros.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/memory/weak_ptr.h"
15 namespace base { namespace
29 void InitWith(scoped_refptr<base::TaskRunner> blocking_task_runner);
/external/chromium_org/base/allocator/
H A Dallocator_extension_thunks.h10 namespace base { namespace
15 // new allocator extension from a specific allocator implementation to base.
16 // See allocator_extension.h to see the interface that base exports.
34 } // namespace base
H A Dtype_profiler_control.cc5 #include "base/allocator/type_profiler_control.h"
7 namespace base { namespace
38 } // namespace base
H A Dtype_profiler_tcmalloc.cc7 #include "base/allocator/type_profiler_tcmalloc.h"
9 #include "base/allocator/type_profiler_control.h"
13 namespace base { namespace
35 } // namespace base
/external/chromium_org/base/android/
H A Dcpu_features.cc7 #include "base/android/jni_android.h"
10 namespace base { namespace
26 } // namespace base
H A Devent_log.cc5 #include "base/android/event_log.h"
8 namespace base { namespace
20 } // namespace base
H A Dfield_trial_list.cc5 #include "base/android/field_trial_list.h"
9 #include "base/android/jni_string.h"
10 #include "base/metrics/field_trial.h"
13 using base::android::ConvertJavaStringToUTF8;
14 using base::android::ConvertUTF8ToJavaString;
22 base::FieldTrialList::FindFullName(trial_name)).Release();
25 namespace base { namespace
33 } // namespace base
H A Dfifo_utils.cc5 #include "base/android/fifo_utils.h"
9 #include "base/files/file_path.h"
11 namespace base { namespace
25 } // namespace base
H A Djni_registrar.cc5 #include "base/android/jni_registrar.h"
7 #include "base/debug/trace_event.h"
8 #include "base/logging.h"
9 #include "base/android/jni_android.h"
11 namespace base { namespace
30 } // namespace base
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DEventLog.java5 package org.chromium.base;
10 @JNINamespace("base::android")
H A DFieldTrialList.java5 package org.chromium.base;
H A DPowerStatusReceiver.java5 package org.chromium.base;

Completed in 4410 milliseconds

<<21222324252627282930>>