HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 376 - 400 of 5077) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_staging.h 43 struct pipe_transfer base; member in struct:util_staging_transfer
45 /* if direct, same as base.resource, otherwise the temporary staging resource */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.h 36 struct pipe_screen base; member in struct:galahad_screen
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.h 36 struct pipe_context base; /**< base class */ member in struct:identity_context
id_screen.h 36 struct pipe_screen base; member in struct:identity_screen
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.h 47 struct pipe_context base; member in struct:trace_context
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
dri2_buffer.h 10 __DRIbuffer base; member in struct:dri2_buffer
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_win32-inl.h 37 namespace base { namespace
47 // since base/atomicops-internals-windows.h doesn't support 64-bit
51 // Sleep(base::internal::SuggestedDelayNS(loop) / 1000000);
60 } // namespace base
synchronization_profiling.h 37 #include "base/basictypes.h"
39 namespace base { namespace
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_win32-inl.h 37 namespace base { namespace
45 Sleep(base::internal::SuggestedDelayNS(loop) / 1000000);
53 } // namespace base
synchronization_profiling.h 37 #include "base/basictypes.h"
39 namespace base { namespace
  /external/chromium_org/tools/clang/plugins/tests/
weak_ptr_factory.h 8 namespace base { namespace
16 } // namespace base
  /external/chromium_org/ui/base/l10n/
time_format.h 8 #include "base/basictypes.h"
9 #include "base/strings/string16.h"
10 #include "ui/base/ui_export.h"
12 namespace base { namespace
28 static base::string16 TimeElapsed(const base::TimeDelta& delta);
31 static base::string16 TimeRemaining(const base::TimeDelta& delta);
36 static base::string16 TimeRemainingLong(const base::TimeDelta& delta)
    [all...]
  /external/chromium_org/ui/base/webui/
jstemplate_builder.h 18 #include "base/strings/string_piece.h"
19 #include "ui/base/ui_export.h"
21 namespace base { namespace
42 UI_EXPORT std::string GetTemplateHtml(const base::StringPiece& html_template,
43 const base::DictionaryValue* json,
44 const base::StringPiece& template_id);
50 const base::StringPiece& html_template,
51 const base::DictionaryValue* json);
56 UI_EXPORT std::string GetTemplatesHtml(const base::StringPiece& html_template,
57 const base::DictionaryValue* json
    [all...]
  /external/chromium_org/ui/base/win/
shell.h 10 #include "base/strings/string16.h"
11 #include "ui/base/ui_export.h"
13 namespace base { namespace
24 UI_EXPORT bool OpenItemViaShell(const base::FilePath& full_path);
29 UI_EXPORT bool OpenItemViaShellNoZoneCheck(const base::FilePath& full_path);
  /external/chromium_org/ui/events/
event_utils.h 8 #include "base/event_types.h"
23 namespace base { namespace
36 const base::NativeEvent& native_event);
39 EVENTS_EXPORT int EventFlagsFromNative(const base::NativeEvent& native_event);
42 EVENTS_EXPORT base::TimeDelta EventTimeFromNative(
43 const base::NativeEvent& native_event);
46 EVENTS_EXPORT base::TimeDelta EventTimeForNow();
53 const base::NativeEvent& native_event);
57 const base::NativeEvent& native_event);
64 EVENTS_EXPORT int EventButtonFromNative(const base::NativeEvent& native_event)
    [all...]
  /external/chromium_org/ui/surface/
d3d9_utils_win.h 13 #include "base/basictypes.h"
14 #include "base/win/scoped_comptr.h"
17 namespace base { namespace
29 bool LoadD3D9(base::ScopedNativeLibrary* storage);
34 bool CreateDevice(const base::ScopedNativeLibrary& d3d_module,
62 base::win::ScopedComPtr<IDirect3DSurface9>* surface);
76 base::win::ScopedComPtr<IDirect3DTexture9>* texture,
  /external/chromium_org/v8/test/mjsunit/
string-compare-alignment.js 32 var base = variable
35 var s1 = base.substring(0, 64);
36 var s2 = base.substring(66, 130);
toint32.js 86 var base = Math.pow(2, 64); variable
87 assertEquals(0, toInt32(base + 0));
88 assertEquals(0, toInt32(base + 1117));
89 assertEquals(4096, toInt32(base + 2234));
90 assertEquals(4096, toInt32(base + 3351));
91 assertEquals(4096, toInt32(base + 4468));
92 assertEquals(4096, toInt32(base + 5585));
93 assertEquals(8192, toInt32(base + 6702));
94 assertEquals(8192, toInt32(base + 7819));
95 assertEquals(8192, toInt32(base + 8936))
    [all...]
  /external/chromium_org/webkit/browser/database/
vfs_backend.h 8 #include "base/platform_file.h"
9 #include "base/process/process.h"
10 #include "base/strings/string16.h"
13 namespace base { namespace
21 static void OpenFile(const base::FilePath& file_path,
23 base::PlatformFile* file_handle);
25 static void OpenTempFileInDirectory(const base::FilePath& dir_path,
27 base::PlatformFile* file_handle);
29 static int DeleteFile(const base::FilePath& file_path, bool sync_dir);
31 static uint32 GetFileAttributes(const base::FilePath& file_path)
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_system_url_request_job_factory.h 12 namespace base { namespace
14 } // namespace base
sandbox_database_test_helper.h 12 namespace base { namespace
18 void CorruptDatabase(const base::FilePath& db_path,
23 void DeleteDatabaseFile(const base::FilePath& db_path,
  /external/chromium_org/win8/delegate_execute/
chrome_util.h 8 #include "base/strings/string16.h"
10 namespace base { namespace
17 void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
delegate_execute_util.h 8 #include "base/command_line.h"
9 #include "base/strings/string16.h"
11 namespace base { namespace
22 CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
  /external/guava/guava/src/com/google/common/base/
package-info.java 28 * <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.Predicate}
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_fs.h 37 struct pipe_shader_state base; member in struct:draw_fragment_shader

Completed in 1096 milliseconds

<<11121314151617181920>>