OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:provide
(Results
276 - 300
of
10412
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/policy/
configuration_policy_provider.h
52
// policy decisions. The preference service invokes this |
Provide
| method when
53
// it needs a policy provider to specify its policy choices. In |
Provide
|, the
57
virtual bool
Provide
(ConfigurationPolicyStoreInterface* store) = 0;
file_based_policy_provider_unittest.cc
50
provider.
Provide
(store_.get());
79
file_based_provider.
Provide
(store_.get());
/external/chromium_org/chrome/browser/ui/gtk/
reload_button_gtk.h
40
//
Provide
content::NotificationObserver implementation.
45
//
Provide
MenuGtk::Delegate implementation.
48
//
Provide
SimpleMenuModel::Delegate implementation.
/external/chromium_org/chrome/common/extensions/api/
location.idl
20
// ellipsoid, or null if Chrome cannot
provide
altitude information.
33
// true north. If the Chrome cannot
provide
heading information, the value
41
//
provide
speed information, the value of this attribute is null.
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prrng.h
56
** platform's ability to
provide
a random value at that moment.
58
** The intent of PR_GetRandomNoise() is to
provide
a "seed" value for a
64
**
provide
.
/external/libvpx/libvpx/examples/
postproc.txt
16
the codec does not
provide
support.
37
necessary to
provide
the best quality frame. This example gives the
50
Some codecs
provide
fine grained controls over their built-in
/external/llvm/include/llvm/Support/
PointerLikeTypeTraits.h
32
//
Provide
PointerLikeTypeTraits for non-cvr pointers.
50
//
Provide
PointerLikeTypeTraits for const pointers.
65
//
Provide
PointerLikeTypeTraits for uintptr_t.
/ndk/docs/text/
ANDROID-ATOMICS.text
31
by the C library, did not
provide
any associated memory barriers. This is
46
Android 4.1. The C library implementation in 4.1 has been updated to
provide
57
provide
a *full* *barrier*.
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
elf_i386.xc
9
PROVIDE
(__executable_start = 0x08048000); . = 0x08048000 + SIZEOF_HEADERS;
61
PROVIDE
(__etext = .);
62
PROVIDE
(_etext = .);
63
PROVIDE
(etext = .);
146
_edata = .;
PROVIDE
(edata = .);
162
PROVIDE
(end = .);
elf_i386.xw
9
PROVIDE
(__executable_start = 0x08048000); . = 0x08048000 + SIZEOF_HEADERS;
61
PROVIDE
(__etext = .);
62
PROVIDE
(_etext = .);
63
PROVIDE
(etext = .);
145
_edata = .;
PROVIDE
(edata = .);
161
PROVIDE
(end = .);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/
elf_i386.xc
10
PROVIDE
(__executable_start = SEGMENT_START("text-segment", 0x08048000)); . = SEGMENT_START("text-segment", 0x08048000) + SIZEOF_HEADERS;
62
PROVIDE
(__etext = .);
63
PROVIDE
(_etext = .);
64
PROVIDE
(etext = .);
140
_edata = .;
PROVIDE
(edata = .);
156
_end = .;
PROVIDE
(end = .);
elf_i386.xw
10
PROVIDE
(__executable_start = SEGMENT_START("text-segment", 0x08048000)); . = SEGMENT_START("text-segment", 0x08048000) + SIZEOF_HEADERS;
62
PROVIDE
(__etext = .);
63
PROVIDE
(_etext = .);
64
PROVIDE
(etext = .);
139
_edata = .;
PROVIDE
(edata = .);
155
_end = .;
PROVIDE
(end = .);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/
elf_i386.xc
10
PROVIDE
(__executable_start = SEGMENT_START("text-segment", 0x08048000)); . = SEGMENT_START("text-segment", 0x08048000) + SIZEOF_HEADERS;
62
PROVIDE
(__etext = .);
63
PROVIDE
(_etext = .);
64
PROVIDE
(etext = .);
140
_edata = .;
PROVIDE
(edata = .);
156
_end = .;
PROVIDE
(end = .);
elf_i386.xw
10
PROVIDE
(__executable_start = SEGMENT_START("text-segment", 0x08048000)); . = SEGMENT_START("text-segment", 0x08048000) + SIZEOF_HEADERS;
62
PROVIDE
(__etext = .);
63
PROVIDE
(_etext = .);
64
PROVIDE
(etext = .);
139
_edata = .;
PROVIDE
(edata = .);
155
_end = .;
PROVIDE
(end = .);
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
elf_i386.xc
9
PROVIDE
(__executable_start = 0x08048000); . = 0x08048000 + SIZEOF_HEADERS;
61
PROVIDE
(__etext = .);
62
PROVIDE
(_etext = .);
63
PROVIDE
(etext = .);
146
_edata = .;
PROVIDE
(edata = .);
162
PROVIDE
(end = .);
elf_i386.xw
9
PROVIDE
(__executable_start = 0x08048000); . = 0x08048000 + SIZEOF_HEADERS;
61
PROVIDE
(__etext = .);
62
PROVIDE
(_etext = .);
63
PROVIDE
(etext = .);
145
_edata = .;
PROVIDE
(edata = .);
161
PROVIDE
(end = .);
/bionic/libc/include/sys/
atomics.h
37
*
provide
any memory barriers, which created potential issues on
39
* GCC sync builtins, which always
provide
a full barrier.
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
WrappedGTestResultParser.java
32
* @param testRunName the test run name to
provide
to
43
* @param testRunName the test run name to
provide
to
/development/ndk/platforms/android-3/include/sys/
atomics.h
37
*
provide
any memory barriers, which created potential issues on
39
* GCC sync builtins, which always
provide
a full barrier.
/development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java
60
// Tell the user to
provide
an audio file URL.
77
* TODO: Upload a audio file to res/raw folder and
provide
/development/samples/SearchableDictionary/
_index.html
8
search) to
provide
dictionary suggestions.</p>
13
<li>
Provide
custom search suggestions and offer them in Quick Search Box</li>
/external/chromium/chrome/browser/extensions/
external_extension_provider_impl.h
21
// of ExternalExtensionLoader to
provide
external extensions. This class
27
// The constructed provider will
provide
the extensions loaded from |loader|
/external/chromium/chrome/common/extensions/docs/static/
omnibox.html
20
extension, and you can
provide
suggestions
62
your 16x16-pixel icon. You should
provide
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
icons.html
5
You should always
provide
a 128x128 icon;
7
Extensions should also
provide
a 48x48 icon,
/external/chromium_org/net/quic/crypto/
cert_compressor.h
21
// 1) The peer may
provide
a list of a 64-bit, FNV-1a hashes of certificates
24
// 2) The peer may
provide
a number of hashes that represent sets of
Completed in 1159 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>