OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:provide
(Results
751 - 775
of
10412
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
elf_i386.xsw
58
PROVIDE
(__etext = .);
59
PROVIDE
(_etext = .);
60
PROVIDE
(etext = .);
143
_edata = .;
PROVIDE
(edata = .);
160
PROVIDE
(end = .);
/external/clang/lib/Sema/
TreeTransform.h
47
/// \c TreeTransform<X> and then overriding certain operations to
provide
151
///
provide
an alternative implementation that provides better location
158
/// By default, returns an empty name. Subclasses can
provide
an alternative
166
/// override this function to
provide
a customized implementation.
194
/// Subclasses can
provide
an alternative implementation of this routine
205
/// Subclasses can
provide
an alternative implementation of this routine to
217
/// Subclasses can override this routine to
provide
different behavior.
378
/// may override this function to
provide
alternate behavior.
409
/// Subclasses may override this function to
provide
alternate behavior.
422
/// Subclasses may override this function to
provide
alternate behavior
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
login_library.cc
56
DCHECK(callback) << "must
provide
a callback to RequestRetrievePolicy()";
63
DCHECK(callback) << "must
provide
a callback to RequestRetrieveProperty()";
70
DCHECK(callback) << "must
provide
a callback to StorePolicy()";
78
DCHECK(callback) << "must
provide
a callback to StorePropertyAsync()";
94
DCHECK(callback) << "must
provide
a callback to UnwhitelistAsync()";
108
DCHECK(callback) << "must
provide
a callback to WhitelistAsync()";
/external/chromium/chrome/browser/policy/
configuration_policy_provider_win_unittest.cc
50
// testing::TestWithParam does copy the parameters, so
provide
copy
299
provider_->
Provide
(store_.get());
312
provider_->
Provide
(store_.get());
322
provider_->
Provide
(store_.get());
334
provider_->
Provide
(store_.get());
349
provider_->
Provide
(store_.get());
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h
37
/// will have to
provide
your own implementation.)
45
/// Instead, they should inherit from BugReporterVisitorImpl and
provide
50
/// will have to
provide
your own implementation.)
63
/// \brief
Provide
custom definition for the final diagnostic piece on the
84
/// BugReporterVisitor, subclass BugReporterVisitorImpl and
provide
a public
89
/// will have to
provide
your own implementation.)
/frameworks/base/docs/html/training/tv/
optimizing-navigation-tv.jd
19
<li><a href="#HandleFocusSelection">
Provide
Clear Visual Indication for Focus and Selection</a></li>
51
To build a great TV-optimized app, you must
provide
a navigation scheme in which the user can
109
<h2 id="HandleFocusSelection">
Provide
Clear Visual Indication for Focus and Selection</h2>
146
Provide
sufficient padding within the focusable and selectable controls so that the highlights around them are clearly visible.
153
understand. For any non-intuitive actions,
provide
users with written help, using a dialog triggered by a help button or action bar icon.
157
Predict the next screen that the user will want to navigate to and
provide
one click navigation to it. If the current screen UI is very sparse,
/frameworks/base/location/java/android/location/
Criteria.java
280
* Indicates whether the provider must
provide
altitude information.
288
* Returns whether the provider must
provide
altitude information.
296
* Indicates whether the provider must
provide
speed information.
304
* Returns whether the provider must
provide
speed information.
312
* Indicates whether the provider must
provide
bearing information.
320
* Returns whether the provider must
provide
bearing information.
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/arm-eabi/lib/ldscripts/
armelf.x
10
PROVIDE
(__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segment", 0x8000);
85
PROVIDE
(__etext = .);
86
PROVIDE
(_etext = .);
87
PROVIDE
(etext = .);
166
_edata = .;
PROVIDE
(edata = .);
185
_end = .;
PROVIDE
(end = .);
armelf.xbn
10
PROVIDE
(__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segment", 0x8000);
85
PROVIDE
(__etext = .);
86
PROVIDE
(_etext = .);
87
PROVIDE
(etext = .);
166
_edata = .;
PROVIDE
(edata = .);
185
_end = .;
PROVIDE
(end = .);
armelf.xc
10
PROVIDE
(__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segment", 0x8000);
88
PROVIDE
(__etext = .);
89
PROVIDE
(_etext = .);
90
PROVIDE
(etext = .);
169
_edata = .;
PROVIDE
(edata = .);
188
_end = .;
PROVIDE
(end = .);
armelf.xn
10
PROVIDE
(__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segment", 0x8000);
85
PROVIDE
(__etext = .);
86
PROVIDE
(_etext = .);
87
PROVIDE
(etext = .);
166
_edata = .;
PROVIDE
(edata = .);
185
_end = .;
PROVIDE
(end = .);
armelf.xw
10
PROVIDE
(__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segment", 0x8000);
88
PROVIDE
(__etext = .);
89
PROVIDE
(_etext = .);
90
PROVIDE
(etext = .);
169
_edata = .;
PROVIDE
(edata = .);
188
_end = .;
PROVIDE
(end = .);
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/arm-eabi/lib/ldscripts/
armelf.x
10
PROVIDE
(__executable_start = 0x8000); . = 0x8000;
85
PROVIDE
(__etext = .);
86
PROVIDE
(_etext = .);
87
PROVIDE
(etext = .);
180
_edata = .;
PROVIDE
(edata = .);
200
PROVIDE
(end = .);
armelf.xbn
9
PROVIDE
(__executable_start = 0x8000); . = 0x8000;
84
PROVIDE
(__etext = .);
85
PROVIDE
(_etext = .);
86
PROVIDE
(etext = .);
179
_edata = .;
PROVIDE
(edata = .);
199
PROVIDE
(end = .);
armelf.xc
9
PROVIDE
(__executable_start = 0x8000); . = 0x8000;
87
PROVIDE
(__etext = .);
88
PROVIDE
(_etext = .);
89
PROVIDE
(etext = .);
182
_edata = .;
PROVIDE
(edata = .);
202
PROVIDE
(end = .);
armelf.xn
9
PROVIDE
(__executable_start = 0x8000); . = 0x8000;
84
PROVIDE
(__etext = .);
85
PROVIDE
(_etext = .);
86
PROVIDE
(etext = .);
179
_edata = .;
PROVIDE
(edata = .);
199
PROVIDE
(end = .);
armelf.xw
9
PROVIDE
(__executable_start = 0x8000); . = 0x8000;
87
PROVIDE
(__etext = .);
88
PROVIDE
(_etext = .);
89
PROVIDE
(etext = .);
182
_edata = .;
PROVIDE
(edata = .);
202
PROVIDE
(end = .);
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/arm-linux-androideabi/lib/ldscripts/
armelf_linux_eabi.xd
85
PROVIDE
(__etext = .);
86
PROVIDE
(_etext = .);
87
PROVIDE
(etext = .);
162
PROVIDE
(__data_start = .);
167
_edata = .;
PROVIDE
(edata = .);
186
_end = .;
PROVIDE
(end = .);
armelf_linux_eabi.xdc
88
PROVIDE
(__etext = .);
89
PROVIDE
(_etext = .);
90
PROVIDE
(etext = .);
165
PROVIDE
(__data_start = .);
170
_edata = .;
PROVIDE
(edata = .);
189
_end = .;
PROVIDE
(end = .);
armelf_linux_eabi.xdw
88
PROVIDE
(__etext = .);
89
PROVIDE
(_etext = .);
90
PROVIDE
(etext = .);
165
PROVIDE
(__data_start = .);
170
_edata = .;
PROVIDE
(edata = .);
189
_end = .;
PROVIDE
(end = .);
armelf_linux_eabi.xs
80
PROVIDE
(__etext = .);
81
PROVIDE
(_etext = .);
82
PROVIDE
(etext = .);
151
PROVIDE
(__data_start = .);
156
_edata = .;
PROVIDE
(edata = .);
175
_end = .;
PROVIDE
(end = .);
armelf_linux_eabi.xsc
79
PROVIDE
(__etext = .);
80
PROVIDE
(_etext = .);
81
PROVIDE
(etext = .);
150
PROVIDE
(__data_start = .);
155
_edata = .;
PROVIDE
(edata = .);
174
_end = .;
PROVIDE
(end = .);
armelf_linux_eabi.xsw
79
PROVIDE
(__etext = .);
80
PROVIDE
(_etext = .);
81
PROVIDE
(etext = .);
150
PROVIDE
(__data_start = .);
155
_edata = .;
PROVIDE
(edata = .);
174
_end = .;
PROVIDE
(end = .);
armelfb_linux_eabi.xd
85
PROVIDE
(__etext = .);
86
PROVIDE
(_etext = .);
87
PROVIDE
(etext = .);
162
PROVIDE
(__data_start = .);
167
_edata = .;
PROVIDE
(edata = .);
186
_end = .;
PROVIDE
(end = .);
armelfb_linux_eabi.xdc
88
PROVIDE
(__etext = .);
89
PROVIDE
(_etext = .);
90
PROVIDE
(etext = .);
165
PROVIDE
(__data_start = .);
170
_edata = .;
PROVIDE
(edata = .);
189
_end = .;
PROVIDE
(end = .);
Completed in 477 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>