HomeSort by relevance Sort by last modified time
    Searched refs:EXAMPLES (Results 1 - 14 of 14) sorted by null

  /external/libvpx/libvpx/
examples.mk 18 # List of examples to build. UTILS are tools meant for distribution
19 # 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.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 18 # List of examples to build. UTILS are tools meant for distribution
19 # 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.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
extensions_paths.py 27 EXAMPLES = join(DOCS, 'examples/')
render_servlet_test.py 8 from extensions_paths import EXAMPLES, PUBLIC_TEMPLATES, STATIC_DOCS
75 response = self._Render('extensions/examples/%s' % sample_file)
80 self.assertEqual(ReadFile('%s%s' % (EXAMPLES, sample_file)),
85 response = self._Render('extensions/examples/%s.zip' % sample_dir)
cron_servlet.py 15 from extensions_paths import EXAMPLES, PUBLIC_TEMPLATES, STATIC_DOCS
210 results.append(request_files_in_dir(EXAMPLES,
211 prefix='extensions/examples'))
samples_data_source.py 11 from extensions_paths import EXAMPLES
158 extension_sample_path = posixpath.join('examples', sample_path)
216 samples_list = self._extensions_cache.GetFromFileListing(EXAMPLES).Get()
  /external/chromium_org/third_party/libvpx/source/libvpx/
examples.mk 33 # List of examples to build. UTILS are tools meant for distribution
34 # while EXAMPLES demonstrate specific portions of the API.
70 EXAMPLES-$(CONFIG_VP9_ENCODER) += vp9_spatial_svc_encoder.c
81 EXAMPLES-$(CONFIG_VP9_ENCODER) += resize_util.c
84 EXAMPLES-$(CONFIG_ENCODERS) += vpx_temporal_svc_encoder.c
91 EXAMPLES-$(CONFIG_VP8_DECODER) += simple_decoder.c
100 EXAMPLES-$(CONFIG_VP8_DECODER) += postproc.c
109 EXAMPLES-$(CONFIG_VP8_DECODER) += decode_to_md5.c
119 EXAMPLES-$(CONFIG_VP8_ENCODER) += simple_encoder.c
126 EXAMPLES-$(CONFIG_VP8_ENCODER) += twopass_encoder.
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
LookupKeyTest.java 31 private static final String ROOT_EXAMPLE_KEY = "examples";
34 private static final String EXAMPLE_LOCAL_US_KEY = "examples/US/local/_default";
40 private static final String TW_EXAMPLE_LOCAL_KEY = "examples/TW/local/_default";
43 private static final String TW_EXAMPLE_LATIN_KEY = "examples/TW/latin/_default";
65 LookupKey key = new LookupKey.Builder(KeyType.EXAMPLES).build();
74 LookupKey key = new LookupKey.Builder(KeyType.EXAMPLES).setAddressData(address).build();
82 String wrongScript = "examples/US/asdfasdfasdf/_default";
120 key = new LookupKey.Builder(KeyType.EXAMPLES).setAddressData(address).build();
124 key = new LookupKey.Builder(KeyType.EXAMPLES).setAddressData(address).build();
157 LookupKey key = new LookupKey.Builder("examples/US/latin/_default").build()
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
LookupKey.java 24 * 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.
49 * Key type for getting examples.
51 EXAMPLES
118 * {@link KeyType#EXAMPLES}.
182 * method does not allow key with key type of {@link KeyType#EXAMPLES}.
231 // Example key. E.g., "examples/TW/local/_default".
315 * either a {@link KeyType#DATA} key or a {@link KeyType#EXAMPLES} key. Also, key hierarchy
326 !parts[0].equals(KeyType.EXAMPLES.name().toLowerCase()))
    [all...]
FormController.java 218 if (key.getKeyType() == KeyType.EXAMPLES) {
  /external/lldb/scripts/
sed-sources 63 =head1 EXAMPLES
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 326 if (s/^(Options|Examples): *\n//)
376 # Examples, indicated by an indented leading $, % or > are
519 my @pre = qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 546 milliseconds