OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:descriptions
(Results
176 - 200
of
1353
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/guide/topics/ui/accessibility/
checklist.jd
56
<a href="{@docRoot}guide/topics/ui/accessibility/apps.html#label-ui">
descriptions
</a> for user
74
implement accessibility interfaces</a> for your custom views and provide content
descriptions
.
123
not provide adequate
descriptions
for users, and you should consider providing a
172
not have accessibility content
descriptions
.</li>
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
DeleteJob.java
45
* @see @link {@link Job} constructor for most param
descriptions
.
/frameworks/native/opengl/specs/
EGL_ANDROID_framebuffer_target.txt
79
subsection titled Other EGLConfig Attribute
Descriptions
.
/frameworks/native/opengl/tests/hwc/
hwcRects.cpp
66
*
descriptions
are separated from one another via a comma. The
192
* 4. Parse frame
descriptions
194
* 5. Create HWC list from frame
descriptions
249
// Parse rectangle
descriptions
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityRoleDescriptionSupportActivity.java
32
* role
descriptions
on your views. This functionality is supported in the
/hardware/bsp/intel/peripheral/libmraa/docs/
beaglebone.md
54
then check the Beaglebone documentation. Some pointers for good
descriptions
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
ImageRequestDescriptor.java
26
* more
descriptions
such as content URI or file path.
/packages/apps/TV/res/values/
arrays.xml
81
<!--
Descriptions
in the onboarding page. -->
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
AbstractGoogleFitHelper.java
61
* This method will add an untracked activity record and set
descriptions
/prebuilts/gdb/darwin-x86/lib/python2.7/
io.py
67
# Method
descriptions
and default implementations are inherited from the C
/prebuilts/gdb/linux-x86/lib/python2.7/
io.py
67
# Method
descriptions
and default implementations are inherited from the C
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py
67
# Method
descriptions
and default implementations are inherited from the C
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
io.py
67
# Method
descriptions
and default implementations are inherited from the C
/system/tpm/trunks/generator/
extract_commands.sh
19
# Mark
descriptions
and actions in the body.
/art/tools/ahat/src/
ObjectHandler.java
69
doc.
descriptions
();
137
doc.
descriptions
();
/external/antlr/antlr-3.4/tool/
README.txt
13
descriptions
containing actions in a variety of target
95
translators from grammatical
descriptions
containing actions.
/external/chromium-trace/catapult/dashboard/dashboard/
update_test_suites.py
236
"""Gets a dict of test suite names to
descriptions
."""
237
# Because of the way that
descriptions
are specified, all of the test suites
/external/icu/android_icu4j/src/main/java/android/icu/text/
NFRuleSet.java
97
* @param
descriptions
An array of Strings representing rule set
98
*
descriptions
. On exit, this rule set's entry in the array will
100
* @param index The index into "
descriptions
" of the description
103
public NFRuleSet(RuleBasedNumberFormat owner, String[]
descriptions
, int index) throws IllegalArgumentException {
105
String description =
descriptions
[index];
112
// name can be omitted in formatter
descriptions
that consist
132
descriptions
[index] = description;
161
// the number of rules-- some
descriptions
may expend into two rules)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRuleSet.java
96
* @param
descriptions
An array of Strings representing rule set
97
*
descriptions
. On exit, this rule set's entry in the array will
99
* @param index The index into "
descriptions
" of the description
102
public NFRuleSet(RuleBasedNumberFormat owner, String[]
descriptions
, int index) throws IllegalArgumentException {
104
String description =
descriptions
[index];
111
// name can be omitted in formatter
descriptions
that consist
131
descriptions
[index] = description;
160
// the number of rules-- some
descriptions
may expend into two rules)
[
all
...]
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
MappingFileProvider.java
37
* The data files contain mappings from phone number prefixes to text
descriptions
, and are
38
* organized by country calling code and language that the text
descriptions
are in.
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp
1
//===-- HexagonMCTargetDesc.cpp - Hexagon Target
Descriptions
-------------===//
10
// This file provides Hexagon specific target
descriptions
.
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py
16
#
descriptions
and translations.
118
# non-ascii unicode chars in the original English
descriptions
.
t_options.h
31
* template containing English
descriptions
for options wrapped in
47
* predefined option sections and options with multi-lingual
descriptions
/system/extras/tests/net_test/
cstruct.py
173
descriptions
= [
177
return "%s(%s)" % (self._name, ", ".join(
descriptions
))
/cts/tools/utils/
buildCts.py
17
"""Module for generating CTS test
descriptions
and test plans."""
71
"""Main class for generating test
descriptions
and test plans."""
95
"""Generate test
descriptions
for all packages."""
98
# generate test
descriptions
for android tests
113
descriptions
= sorted(glob.glob(os.path.join(self.test_repository, '*.xml')))
114
for description in
descriptions
:
Completed in 1926 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>