Searched refs:base (Results 126 - 150 of 7415) sorted by relevance

1234567891011>>

/external/freetype/src/base/
H A Dftgloadr.c48 /* loader.base Is really the bottom of the stack. It describes a */
58 /* Add Add the `current' glyph image to the `base' one, */
61 /* The glyph loader is now a base object. Each driver used to */
90 FT_GlyphLoad base = &loader->base; local
94 base->outline.n_points = 0;
95 base->outline.n_contours = 0;
96 base->num_subglyphs = 0;
98 *current = *base;
110 FT_FREE( loader->base
145 FT_Outline* base = &loader->base.outline; local
188 FT_GlyphLoad base = &loader->base; local
207 FT_Outline* base = &loader->base.outline; local
288 FT_GlyphLoad base = &loader->base; local
330 FT_GlyphLoad base; local
[all...]
/external/junit/src/main/java/org/junit/rules/
H A DExternalResource.java7 * A base class for Rules (like TemporaryFolder) that set up an external
38 public Statement apply(Statement base, Description description) { argument
39 return statement(base);
42 private Statement statement(final Statement base) { argument
48 base.evaluate();
/external/libbrillo/brillo/message_loops/
H A Dmessage_loop_utils.h8 #include <base/callback.h>
9 #include <base/time/time.h>
20 base::TimeDelta timeout,
21 base::Callback<bool()> terminate);
/external/libchrome/base/debug/
H A Dalias.cc5 #include "base/debug/alias.h"
8 namespace base { namespace
23 } // namespace base
H A Dalias.h8 #include "base/base_export.h"
10 namespace base { namespace
19 } // namespace base
/external/libchrome/base/files/
H A Ddir_reader_posix.h21 #include "base/files/dir_reader_linux.h"
23 #include "base/files/dir_reader_fallback.h"
26 namespace base { namespace
34 } // namespace base
/external/libchrome/base/memory/
H A Dscoped_policy.h8 namespace base { namespace
23 } // namespace base
/external/libchrome/base/trace_event/
H A Dmemory_usage_estimator.cc5 #include "base/trace_event/memory_usage_estimator.h"
7 namespace base { namespace
14 } // namespace base
H A Dtrace_event_argument.h14 #include "base/macros.h"
15 #include "base/pickle.h"
16 #include "base/strings/string_piece.h"
17 #include "base/trace_event/trace_event_impl.h"
19 namespace base { namespace
38 void SetString(const char* name, base::StringPiece value);
44 void SetIntegerWithCopiedName(base::StringPiece name, int value);
45 void SetDoubleWithCopiedName(base::StringPiece name, double value);
46 void SetBooleanWithCopiedName(base::StringPiece name, bool value);
47 void SetStringWithCopiedName(base
[all...]
H A Dtrace_event_filter.cc5 #include "base/trace_event/trace_event_filter.h"
7 namespace base { namespace
17 } // namespace base
/external/libmojo/base/android/
H A Devent_log.cc5 #include "base/android/event_log.h"
8 namespace base { namespace
16 } // namespace base
H A Dmemory_pressure_listener_android.cc5 #include "base/android/memory_pressure_listener_android.h"
7 #include "base/android/context_utils.h"
8 #include "base/memory/memory_pressure_listener.h"
11 using base::android::JavaParamRef;
17 base::MemoryPressureListener::NotifyMemoryPressure(
18 static_cast<base::MemoryPressureListener::MemoryPressureLevel>(
22 namespace base { namespace
35 } // namespace base
H A Dsys_utils.cc5 #include "base/android/sys_utils.h"
7 #include "base/android/build_info.h"
8 #include "base/sys_info.h"
11 namespace base { namespace
21 } // namespace base
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
H A DLoaderErrors.java5 package org.chromium.base.library_loader;
/external/libmojo/mojo/edk/test/
H A Dtest_support_impl.cc13 #include "base/files/file_enumerator.h"
14 #include "base/files/file_path.h"
15 #include "base/files/file_util.h"
16 #include "base/logging.h"
17 #include "base/path_service.h"
18 #include "base/strings/string_split.h"
19 #include "base/strings/string_util.h"
20 #include "base/strings/stringprintf.h"
21 #include "base/test/perf_log.h"
28 base
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_buffer.h30 struct tgsi_buffer base; member in struct:sp_tgsi_buffer
H A Dsp_image.h30 struct tgsi_image base; member in struct:sp_tgsi_image
/external/perfetto/include/perfetto/ipc/
H A Dclient.h23 #include "perfetto/base/scoped_file.h"
24 #include "perfetto/base/weak_ptr.h"
29 namespace base { namespace in namespace:perfetto
31 } // namespace base
48 base::TaskRunner*);
51 virtual void BindService(base::WeakPtr<ServiceProxy>) = 0;
63 virtual base::ScopedFile TakeReceivedFD() = 0;
H A Dhost.h22 #include "perfetto/base/scoped_file.h"
27 namespace base { namespace in namespace:perfetto
29 } // namespace base
44 base::TaskRunner*);
48 static std::unique_ptr<Host> CreateInstance(base::ScopedFile socket_fd,
49 base::TaskRunner*);
/external/perfetto/src/base/
H A Dwatchdog_noop.cc17 #include "perfetto/base/watchdog_noop.h"
20 namespace base { namespace in namespace:perfetto
27 } // namespace base
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddma_helper.h27 static const void* base(const Tensor* t) { return t->base<const void>(); } function in class:tensorflow::DMAHelper
28 static void* base(Tensor* t) { return t->base<void>(); } function in class:tensorflow::DMAHelper
/external/testng/src/test/java/test/superclass/
H A DBaseSampleTest3.java7 public void base() { method in class:BaseSampleTest3
/external/guava/guava-gwt/test/com/google/common/base/
H A DCharMatcherTest_gwt.java16 package com.google.common.base;
19 return "com.google.common.base.testModule";
22 com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
27 com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
32 com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
37 com.google.common.base.CharMatcherTest testCase = new com.google.common.base
[all...]
/external/compiler-rt/make/
H A Dfilter-inputs19 base = os.path.basename(file)
20 if base not in seen:
21 seen.add(base)
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_test.cc10 extern "C" long __interceptor_strtol(const char *nptr, char **endptr, int base);
11 extern "C" long strtol(const char *nptr, char **endptr, int base) { argument
13 return __interceptor_strtol(nptr, endptr, base);

Completed in 776 milliseconds

1234567891011>>