Searched defs:sample (Results 1 - 25 of 172) sorted by path

1234567

/prebuilts/devtools/tools/lib/
H A Dguava-13.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
H A Dguava-17.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Dguava-18.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Djcommon-1.0.12.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
H A Djfreechart-1.0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
H A Duast-162.2228.14.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/tools/ com/android/tools/external/ ...
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
H A Dsfnt_info.h56 #define SNDRV_SFNT_PROBE_DATA 8 /* optarg=sample */
72 unsigned short type; /* sample type */
77 #define SNDRV_SFNT_PAT_SHARED 0x200 /* sample is shared */
117 unsigned short sample; /* sample id */ member in struct:soundfont_voice_info
118 int start, end; /* sample offset correction */
120 short rate_offset; /* sample rate pitch offset */
121 unsigned short mode; /* sample mode */
135 unsigned char amplitude; /* sample volume (127 max) */
139 unsigned short sample_mode; /* sample mode_fla
162 unsigned short sample; /* sample id */ member in struct:soundfont_sample_info
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
H A Dsfnt_info.h56 #define SNDRV_SFNT_PROBE_DATA 8 /* optarg=sample */
72 unsigned short type; /* sample type */
77 #define SNDRV_SFNT_PAT_SHARED 0x200 /* sample is shared */
117 unsigned short sample; /* sample id */ member in struct:soundfont_voice_info
118 int start, end; /* sample offset correction */
120 short rate_offset; /* sample rate pitch offset */
121 unsigned short mode; /* sample mode */
135 unsigned char amplitude; /* sample volume (127 max) */
139 unsigned short sample_mode; /* sample mode_fla
162 unsigned short sample; /* sample id */ member in struct:soundfont_sample_info
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmmsystem.h42 DWORD sample; member in union:mmtime_tag::__anon7565
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmmsystem.h42 DWORD sample; member in union:mmtime_tag::__anon10488
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_functions.py219 def sample(indent=0, indent_size=2): function in function:InternalFunctionsTest.test_format_layoutlist
252 self.assertEqual(sample(), sample_expected())
254 self.assertEqual(sample(i), sample_expected(i))
255 self.assertEqual(sample(i, i), sample_expected(i, i))
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Drandom.py10 pick random sample
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
290 def sample(self, population, k): member in class:Random
296 samples. This allows raffle winners (the sample) to be partitioned
301 selection in the sample.
303 To choose a sample in a range of integers, use xrange as an argument.
305 large population: sample(xrange(10000000), 60)
320 raise ValueError("sample larger than population")
348 return self.sample(tuple(population), k)
887 sample variable
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dpickletester.py780 x = C(C.sample)
1040 sample = 1 variable in class:MyInt
1043 sample = 1L variable in class:MyLong
1046 sample = 1.0 variable in class:MyFloat
1049 sample = 1.0 + 0.0j variable in class:MyComplex
1052 sample = "hello" variable in class:MyStr
1055 sample = u"hello \u1234" variable in class:MyUnicode
1058 sample = (1, 2, 3) variable in class:MyTuple
1061 sample = [1, 2, 3] variable in class:MyList
1064 sample variable in class:MyDict
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_functions.py219 def sample(indent=0, indent_size=2): function in function:InternalFunctionsTest.test_format_layoutlist
252 self.assertEqual(sample(), sample_expected())
254 self.assertEqual(sample(i), sample_expected(i))
255 self.assertEqual(sample(i, i), sample_expected(i, i))
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Drandom.py10 pick random sample
51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
290 def sample(self, population, k): member in class:Random
296 samples. This allows raffle winners (the sample) to be partitioned
301 selection in the sample.
303 To choose a sample in a range of integers, use xrange as an argument.
305 large population: sample(xrange(10000000), 60)
320 raise ValueError("sample larger than population")
348 return self.sample(tuple(population), k)
887 sample variable
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dpickletester.py780 x = C(C.sample)
1040 sample = 1 variable in class:MyInt
1043 sample = 1L variable in class:MyLong
1046 sample = 1.0 variable in class:MyFloat
1049 sample = 1.0 + 0.0j variable in class:MyComplex
1052 sample = "hello" variable in class:MyStr
1055 sample = u"hello \u1234" variable in class:MyUnicode
1058 sample = (1, 2, 3) variable in class:MyTuple
1061 sample = [1, 2, 3] variable in class:MyList
1064 sample variable in class:MyDict
[all...]
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
H A Dcompiler-2.1.0-beta1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ android/ android/databinding/ android/databinding/annotationprocessor/ ...
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
H A Dcompiler-2.1.0-beta3.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ android/ android/databinding/ android/databinding/annotationprocessor/ ...
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
H A Dcompiler-2.1.0-rc1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ android/ android/databinding/ android/databinding/annotationprocessor/ ...
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
H A Dcompiler-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ android/ android/databinding/ android/databinding/annotationprocessor/ ...
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
H A Dcompiler-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ android/ android/databinding/ android/databinding/annotationprocessor/ ...
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
H A Dcompiler-2.1.3.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ android/ android/databinding/ android/databinding/annotationprocessor/ ...
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
H A Dcompiler-2.2.0-alpha1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ android/ android/databinding/ android/databinding/annotationprocessor/ ...

Completed in 611 milliseconds

1234567