Searched defs:base (Results 351 - 375 of 5037) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/win8/delegate_execute/
H A Dchrome_util.h8 #include "base/strings/string16.h"
10 namespace base { namespace
17 void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
H A Ddelegate_execute_util.h8 #include "base/command_line.h"
9 #include "base/strings/string16.h"
11 namespace base { namespace
18 base::CommandLine CommandLineFromParameters(const wchar_t* params);
22 base::CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
23 const base::CommandLine& params,
24 const base::string16& argument);
28 base::string16 ParametersFromSwitch(const char* a_switch);
/external/guava/guava/src/com/google/common/base/
H A Dpackage-info.java28 * <li>{@link com.google.common.base.Ascii}
29 * <li>{@link com.google.common.base.CaseFormat}
30 * <li>{@link com.google.common.base.CharMatcher}
31 * <li>{@link com.google.common.base.Charsets}
32 * <li>{@link com.google.common.base.Joiner}
33 * <li>{@link com.google.common.base.Splitter}
34 * <li>{@link com.google.common.base.Strings}
40 * <li>{@link com.google.common.base.Function},
41 * {@link com.google.common.base.Functions}
42 * <li>{@link com.google.common.base
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_fs.h37 struct pipe_shader_state base; member in struct:draw_fragment_shader
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.h43 struct pipe_transfer base; member in struct:util_staging_transfer
45 /* if direct, same as base.resource, otherwise the temporary staging resource */
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_screen.h36 struct pipe_screen base; member in struct:galahad_screen
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.h36 struct pipe_context base; /**< base class */ member in struct:identity_context
H A Did_screen.h36 struct pipe_screen base; member in struct:identity_screen
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.h47 struct pipe_context base; member in struct:trace_context
/external/qemu/android/base/
H A DStringFormat.h15 #include "android/base/String.h"
20 namespace base { namespace in namespace:android
42 } // namespace base
/external/bison/lib/
H A Dbasename.c30 char const *base = last_component (name); local
35 if (! *base)
39 length = base_len (base);
40 if (ISSLASH (base[length]))
46 if (FILE_SYSTEM_PREFIX_LEN (base))
51 memcpy (p + 2, base, length);
57 return xstrndup (base, length);
H A Dstripslash.c33 char *base = last_component (file); local
39 if (! *base)
40 base = file;
41 base_lim = base + base_len (base);
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.h11 #include "base/strings/string16.h"
13 namespace base { namespace
50 const base::DictionaryValue& properties,
56 ASH_EXPORT void CreateConfigurationAndConnect(base::DictionaryValue* properties,
61 ASH_EXPORT void CreateConfiguration(base::DictionaryValue* properties,
65 ASH_EXPORT base::string16 ErrorString(const std::string& error,
/external/chromium_org/athena/main/public/
H A Dathena_launcher.h8 #include "base/memory/ref_counted.h"
10 namespace base { namespace
27 void StartAthenaEnv(scoped_refptr<base::TaskRunner> file_runner);
/external/chromium_org/base/allocator/
H A Dtype_profiler.h13 namespace base { namespace
36 } // namespace base
/external/chromium_org/base/android/
H A Dbase_jni_registrar.cc5 #include "base/android/base_jni_registrar.h"
7 #include "base/android/application_status_listener.h"
8 #include "base/android/build_info.h"
9 #include "base/android/command_line_android.h"
10 #include "base/android/content_uri_utils.h"
11 #include "base/android/cpu_features.h"
12 #include "base/android/event_log.h"
13 #include "base/android/field_trial_list.h"
14 #include "base/android/important_file_writer_android.h"
15 #include "base/androi
30 namespace base { namespace
[all...]
H A Djni_utils.cc5 #include "base/android/jni_utils.h"
7 #include "base/android/jni_android.h"
8 #include "base/android/scoped_java_ref.h"
12 namespace base { namespace
24 } // namespace base
H A Dpath_utils_unittest.cc5 #include "base/android/path_utils.h"
6 #include "base/files/file_path.h"
7 #include "base/files/file_util.h"
11 namespace base { namespace
39 // the base tests shared object.
42 EXPECT_TRUE(base::PathExists(path.Append(("libbase_unittests.so"))) ||
43 base::PathExists(path.Append(("libbase_unittests.cr.so"))));
47 } // namespace base
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DJNIAdditionalImport.java5 package org.chromium.base;
H A DJNINamespace.java5 package org.chromium.base;
H A DJNIUtils.java5 package org.chromium.base;
H A DLocaleUtils.java5 package org.chromium.base;
H A DNativeClassQualifiedName.java5 package org.chromium.base;
H A DUsedByReflection.java5 package org.chromium.base;
/external/chromium_org/base/android/jni_generator/
H A Dsample_for_tests.h9 #include "base/android/jni_android.h"
10 #include "base/basictypes.h"
12 namespace base { namespace
40 base::android::ScopedJavaLocalRef<jstring> ReturnAString(
50 } // namespace base

Completed in 347 milliseconds

<<11121314151617181920>>