/frameworks/opt/net/voip/src/jni/rtp/ |
GsmCodec.cpp | 46 int encode(void *payload, int16_t *samples); 47 int decode(int16_t *samples, int count, void *payload, int length); 54 int GsmCodec::encode(void *payload, int16_t *samples) 56 gsm_encode(mEncode, samples, (unsigned char *)payload); 60 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length) 65 gsm_decode(mDecode, bytes, &samples[n]) == 0) {
|
/dalvik/hit/test/ |
testparser | 6 #java -Djava.compiler=NONE -Xdebug -Xrunjdwp:transport=dt_socket,address=53635,server=y,suspend=y -cp build com.android.hit.Main ../samples/android.hprof 8 java -cp build com.android.hit.Main ../samples/android.hprof
|
/developers/samples/android/ |
README.txt | 1 This directory contains samples that are distributed with the Android SDK. 7 Note: In the future, the samples will be built using a template system, which
|
/external/chromium_org/third_party/angle/build/ |
all.gyp | 16 'dependencies': [ '../samples/samples.gyp:*', ],
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
statistics_calculator.h | 42 // Reports that |num_samples| samples were produced through expansion, and 43 // that the expansion produced other than just noise samples. 46 // Reports that |num_samples| samples were produced through expansion, and 47 // that the expansion produced only noise samples. 50 // Reports that |num_samples| samples were produced through preemptive 54 // Reports that |num_samples| samples were removed through accelerate. 74 // is |fs_hz|, the total number of samples in packet buffer and sync buffer 75 // yet to play out is |num_samples_in_buffers|, and the number of samples per
|
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp-tests.el | 14 (defconst samples (directory-files "testdata" t ".gyp$") function 15 "List of golden samples to check") 45 (ert-deftest test-golden-samples () 46 "Check that fontification produces the same results as the golden samples" 47 (dolist (sample samples) 61 (defun create-golden-samples () 62 "Recreate the golden samples" 63 (dolist (sample samples) (create-golden-sample sample)))
|
/external/chromium_org/tools/telemetry/telemetry/timeline/ |
counter.py | 9 # counter sample into an event. During stable operation, the samples are stored 50 """ Stores all the samples for a given counter. 56 self.samples = [] 71 # creating a ton of garbage for rejected samples. 87 if self.num_series * self.num_samples != len(self.samples): 89 'Length of samples must be a multiple of length of timestamps.') 93 if not len(self.samples): 100 total += self.samples[i * self.num_series + j]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionRetainAllTester.java | 83 List<E> disjointList = Arrays.asList(samples.e3, samples.e4); 88 samples.e0, samples.e1, samples.e2, samples.e3, samples.e4), 91 = new Target(MinimalCollection.of(samples.e1), "subset"); 95 MinimalCollection.of(samples.e0, samples.e0, samples.e3, samples.e3) [all...] |
/external/oprofile/pp/ |
opgprof.cpp | 63 profile_container const & samples) 68 sample_container::samples_iterator it = samples.begin(); 69 sample_container::samples_iterator end = samples.end(); 95 bool aligned_samples(profile_container const & samples, int gap) 97 sample_container::samples_iterator it = samples.begin(); 98 sample_container::samples_iterator end = samples.end(); 136 void output_gprof(op_bfd const & abfd, profile_container const & samples, 146 if (aligned_samples(samples, 4)) 151 get_vma_range(low_pc, high_pc, samples); 167 // (this can occur with callgraph w/o samples to the binary) but i [all...] |
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/AdapterTransition/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/AppRestrictions/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/BasicMediaRouter/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/CardEmulation/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/CardReader/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/CardView/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/DelayedConfirmation/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/DrawableTinting/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/FindMyPhone/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/Flashlight/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/GridViewPager/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|
/developers/build/prebuilts/gradle/HdrViewfinder/.google/ |
packaging.yaml | 3 # This file is used by Google as part of our samples packaging process.
|