OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getconfig
(Results
1 - 25
of
263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/gpu/command_buffer/service/
gl_surface_mock.h
32
MOCK_METHOD0(
GetConfig
, void*());
/external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.h
20
virtual scoped_ptr<base::DictionaryValue>
GetConfig
() OVERRIDE;
daemon_controller_delegate_mac.h
21
virtual scoped_ptr<base::DictionaryValue>
GetConfig
() OVERRIDE;
/external/chromium/chrome/browser/extensions/
extension_test_api.h
58
// Set the dictionary returned by chrome.test.
getConfig
().
86
DECLARE_EXTENSION_FUNCTION_NAME("test.
getConfig
")
extension_apitest.h
105
// will be available to javascript tests using chrome.test.
getConfig
().
126
// javascript using chrome.test.
getConfig
().
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java
155
public synchronized Config
getConfig
() {
175
return new SearchSettingsImpl(getContext(),
getConfig
());
220
int priority =
getConfig
().getQueryThreadPriority();
241
return new SuggestionsProviderImpl(
getConfig
(),
277
getIconLoaderExecutor(),
getConfig
());
308
return new EventLogLogger(getContext(),
getConfig
());
343
getConfig
().getUserAgent());
362
return new Help(getContext(),
getConfig
());
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.h
46
EglConfig*
getConfig
(EGLConfig conf);
47
EglConfig*
getConfig
(EGLint id );
EglSurface.h
42
EglConfig*
getConfig
(){return m_config;};
/external/chromium_org/ui/gl/
gl_surface_egl.h
56
virtual EGLConfig
GetConfig
() OVERRIDE;
94
virtual EGLConfig
GetConfig
() OVERRIDE;
122
virtual EGLConfig
GetConfig
() OVERRIDE;
gl_surface_glx.h
41
virtual void*
GetConfig
() = 0;
64
virtual void*
GetConfig
() OVERRIDE;
127
virtual void*
GetConfig
() OVERRIDE;
/external/markdown/markdown/extensions/
rss.py
70
for tag, text in (("title", self.ext.
getConfig
("TITLE")),
71
("link", self.ext.
getConfig
("URL")),
84
link.text = self.ext.
getConfig
("URL")
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java
55
assertTrue("
getConfig
", bm1.
getConfig
() == Bitmap.Config.ARGB_8888);
56
assertTrue("
getConfig
", bm2.
getConfig
() == Bitmap.Config.RGB_565);
57
assertTrue("
getConfig
", bm3.
getConfig
() == Bitmap.Config.ARGB_4444);
/external/chromium_org/chrome/browser/extensions/api/test/
test_api.h
97
DECLARE_EXTENSION_FUNCTION("test.
getConfig
", UNKNOWN)
99
// Set the dictionary returned by chrome.test.
getConfig
().
/cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java
33
public static Config
getConfig
(String plugInName) {
/external/chromium_org/net/dns/
dns_client.h
30
virtual const DnsConfig*
GetConfig
() const = 0;
dns_client.cc
43
virtual const DnsConfig*
GetConfig
() const OVERRIDE {
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.h
32
int
getConfig
() const { return m_config; }
/cts/tests/tests/app/src/android/app/cts/
ActivityManagerRunningTaskInfoTest.java
72
assertEquals(Bitmap.Config.RGB_565, values.thumbnail.
getConfig
());
99
assertEquals(Bitmap.Config.RGB_565, values.thumbnail.
getConfig
());
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java
43
mBitmapIn.
getConfig
());
/external/chromium_org/chrome/browser/extensions/
extension_apitest.h
168
// will be available to javascript tests using chrome.test.
getConfig
().
173
// chrome.test.
getConfig
().
178
// chrome.test.
getConfig
().
198
// javascript using chrome.test.
getConfig
().
/external/chromium_org/remoting/host/win/
elevated_controller.h
43
STDMETHOD(
GetConfig
)(BSTR* config_out);
/frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h
57
virtual OMX_ERRORTYPE
getConfig
(
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java
122
Bitmap target = Bitmap.createBitmap(width, height,
getConfig
(bitmap));
131
private static Bitmap.Config
getConfig
(Bitmap bitmap) {
132
Bitmap.Config config = bitmap.
getConfig
();
158
Bitmap target = Bitmap.createBitmap(size, size,
getConfig
(bitmap));
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
HelloComputeNDK.java
42
mBitmapIn.
getConfig
());
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java
122
Bitmap target = Bitmap.createBitmap(width, height,
getConfig
(bitmap));
131
private static Bitmap.Config
getConfig
(Bitmap bitmap) {
132
Bitmap.Config config = bitmap.
getConfig
();
158
Bitmap target = Bitmap.createBitmap(size, size,
getConfig
(bitmap));
Completed in 944 milliseconds
1
2
3
4
5
6
7
8
9
10
11