Searched refs:EXAMPLES (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dexamples.mk54 # while EXAMPLES demonstrate specific portions of the API.
95 EXAMPLES-$(CONFIG_VP9_ENCODER) += vp9_spatial_svc_encoder.c
107 EXAMPLES-$(CONFIG_VP9_ENCODER) += resize_util.c
110 EXAMPLES-$(CONFIG_ENCODERS) += vpx_temporal_svc_encoder.c
117 EXAMPLES-$(CONFIG_DECODERS) += simple_decoder.c
126 EXAMPLES-$(CONFIG_DECODERS) += postproc.c
135 EXAMPLES-$(CONFIG_DECODERS) += decode_to_md5.c
145 EXAMPLES-$(CONFIG_ENCODERS) += simple_encoder.c
152 EXAMPLES-$(CONFIG_VP9_ENCODER) += vp9_lossless_encoder.c
159 EXAMPLES
244 EXAMPLES = $(addprefix examples/,$(call enabled,EXAMPLES)) macro
[all...]
/external/libvpx/libvpx/
H A Dexamples.mk19 # while EXAMPLES demonstrate specific portions of the API.
63 EXAMPLES-$(CONFIG_VP9_ENCODER) += vp9_spatial_scalable_encoder.c
74 EXAMPLES-$(CONFIG_VP9_ENCODER) += resize_util.c
82 EXAMPLES-$(CONFIG_ENCODERS) += vpx_temporal_scalable_patterns.c
89 EXAMPLES-$(CONFIG_VP8_DECODER) += simple_decoder.c
98 EXAMPLES-$(CONFIG_VP8_DECODER) += postproc.c
107 EXAMPLES-$(CONFIG_VP8_DECODER) += decode_to_md5.c
117 EXAMPLES-$(CONFIG_VP8_ENCODER) += simple_encoder.c
124 EXAMPLES-$(CONFIG_VP8_ENCODER) += twopass_encoder.c
132 EXAMPLES
210 EXAMPLES = $(addprefix examples/,$(call enabled,EXAMPLES)) macro
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dextensions_paths.py35 EXAMPLES = join(DOCS, 'examples/') variable
H A Dsamples_data_source.py9 from extensions_paths import EXAMPLES namespace
72 else EXAMPLES).Then(create_view)
H A Drender_refresher.py9 from extensions_paths import EXAMPLES namespace
18 'examples': (EXAMPLES, 'extensions/examples'),
H A Dsamples_model.py10 from extensions_paths import EXAMPLES namespace
69 '' if self._platform == 'apps' else EXAMPLES).Get()
H A Drender_servlet_test.py8 from extensions_paths import EXAMPLES, PUBLIC_TEMPLATES, STATIC_DOCS namespace
80 self.assertEqual(ReadFile('%s%s' % (EXAMPLES, sample_file)),
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DLookupKeyTest.java65 LookupKey key = new LookupKey.Builder(KeyType.EXAMPLES).build();
74 LookupKey key = new LookupKey.Builder(KeyType.EXAMPLES).setAddressData(address).build();
120 key = new LookupKey.Builder(KeyType.EXAMPLES).setAddressData(address).build();
124 key = new LookupKey.Builder(KeyType.EXAMPLES).setAddressData(address).build();
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DLookupKey.java24 * the server. There are two key types: {@code KeyType#DATA} or {@code KeyType#EXAMPLES}.
31 * <p> The {@code KeyType#EXAMPLES} key is built with the following format:<br>
40 * that info; if you want to get an example address, you use {@link KeyType#EXAMPLES} instead.
51 EXAMPLES enum constant in enum:LookupKey.KeyType
118 * {@link KeyType#EXAMPLES}.
182 * method does not allow key with key type of {@link KeyType#EXAMPLES}.
315 * either a {@link KeyType#DATA} key or a {@link KeyType#EXAMPLES} key. Also, key hierarchy
326 !parts[0].equals(KeyType.EXAMPLES.name().toLowerCase())) {
363 keyType = KeyType.EXAMPLES;
H A DFormController.java218 if (key.getKeyType() == KeyType.EXAMPLES) {
/external/lldb/scripts/
H A Dsed-sources63 =head1 EXAMPLES
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 241 milliseconds