HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 1101 - 1125 of 5555) sorted by null

<<41424344454647484950>>

  /external/libvorbis/doc/
03-codebook.tex 4 \section{Probability Model and Codebooks} \label{vorbis:spec:codebook}
22 stream according to \xref{vorbis:spec:bitpacking}.
31 true; see \xref{vorbis:spec:bitpacking} for discussion
123 3) [number] = read \link{vorbis:spec:ilog}{ilog}([codebook_entries] - [current_entry]) bits as an unsigned integer
169 1) [codebook_minimum_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
170 2) [codebook_delta_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
176 5) [codebook_lookup_values] = \link{vorbis:spec:lookup1:values}{lookup1_values}(\varname{[codebook_entries]}, \varname{[codebook_dimensions]} )
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 306 bool VideoFormats::parseH264Codec(const char *spec) {
310 spec,
379 bool VideoFormats::parseFormatSpec(const char *spec) {
385 size_t size = strlen(spec);
388 if (sscanf(spec, "%02x %02x ", &native, &dummy) != 2) {
395 parseH264Codec(spec + offset);
456 // Support for the native format is a great idea, the spec includes
  /frameworks/base/core/java/android/widget/
TableRow.java 214 // because of the EXACTLY measure spec we use
300 int spec; local
303 spec = getChildMeasureSpec(widthMeasureSpec, 0, LayoutParams.WRAP_CONTENT);
306 spec = MeasureSpec.makeSafeMeasureSpec(
311 spec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY);
313 child.measure(spec, spec);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
TileAdapter.java 108 newSpecs.add(mTiles.get(i).spec);
157 if (mOtherTiles.get(i).spec.equals(s)) {
394 String spec = tileInfo.spec; local
395 if (spec.startsWith(CustomTile.PREFIX)) {
396 ComponentName component = CustomTile.getComponentFromSpec(spec);
399 return spec;
  /libcore/ojluni/src/main/java/java/security/
KeyFactory.java 30 import java.security.spec.KeySpec;
31 import java.security.spec.InvalidKeySpecException;
32 import java.security.spec.RSAPrivateKeySpec;
112 * @see java.security.spec.KeySpec
113 * @see java.security.spec.DSAPublicKeySpec
114 * @see java.security.spec.X509EncodedKeySpec
457 ("Could not get key spec", failure);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecTests.java 36 final MoreKeySpec spec = new MoreKeySpec( local
38 assertEquals(message + " [label]", expectedLabel, spec.mLabel);
39 assertEquals(message + " [ouptputText]", expectedOutputText, spec.mOutputText);
42 KeyboardIconsSet.getIconName(spec.mIconId));
45 Constants.printableCode(spec.mCode));
50 assertParserError("Null spec", null,
52 assertParserError("Empty spec", "",
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 169 # specifying a state spec
172 # state spec with multiple states
175 # state spec and options
181 # state spec with multiple states and an option with a multivalue
195 # now with a state spec with multiple states
198 # state spec and option
202 # state spec with a multivalue and an option
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 169 # specifying a state spec
172 # state spec with multiple states
175 # state spec and options
181 # state spec with multiple states and an option with a multivalue
195 # now with a state spec with multiple states
198 # state spec and option
202 # state spec with a multivalue and an option
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 74 for _, spec := range d.Specs {
75 s, ok := spec.(*ast.ImportSpec)
107 for _, spec := range d.Specs {
108 s, ok := spec.(*ast.ImportSpec)
110 d.Specs[ws] = spec
436 f.walk(n.Specs, "spec", visit)
466 case []ast.Spec:
  /prebuilts/go/darwin-x86/src/go/types/
decl.go 23 // spec: "The blank identifier, represented by the underscore
246 // spec: "If the base type is a struct type, the non-blank method
267 // spec: "For a base type, the non-blank names of methods bound
322 for iota, spec := range d.Specs {
323 switch s := spec.(type) {
351 // spec: "The scope of a constant or variable identifier declared
415 // spec: "The scope of a type identifier declared inside a function
  /prebuilts/go/linux-x86/src/cmd/cgo/
ast.go 74 for _, spec := range d.Specs {
75 s, ok := spec.(*ast.ImportSpec)
107 for _, spec := range d.Specs {
108 s, ok := spec.(*ast.ImportSpec)
110 d.Specs[ws] = spec
436 f.walk(n.Specs, "spec", visit)
466 case []ast.Spec:
  /prebuilts/go/linux-x86/src/go/types/
decl.go 23 // spec: "The blank identifier, represented by the underscore
246 // spec: "If the base type is a struct type, the non-blank method
267 // spec: "For a base type, the non-blank names of methods bound
322 for iota, spec := range d.Specs {
323 switch s := spec.(type) {
351 // spec: "The scope of a constant or variable identifier declared
415 // spec: "The scope of a type identifier declared inside a function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 169 # specifying a state spec
172 # state spec with multiple states
175 # state spec and options
181 # state spec with multiple states and an option with a multivalue
195 # now with a state spec with multiple states
198 # state spec and option
202 # state spec with a multivalue and an option
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 169 # specifying a state spec
172 # state spec with multiple states
175 # state spec and options
181 # state spec with multiple states and an option with a multivalue
195 # now with a state spec with multiple states
198 # state spec and option
202 # state spec with a multivalue and an option
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 567 final int spec = getChildMeasureSpec(mCachedBorders[lp.mSpanIndex + lp.mSpanSize] - local
578 measureChildWithDecorationsAndMargin(view, spec, mainSpec, applyInsets, false);
582 measureChildWithDecorationsAndMargin(view, mainSpec, spec, applyInsets, false);
602 final int spec = getChildMeasureSpec(mCachedBorders[lp.mSpanIndex + lp.mSpanSize] - local
609 measureChildWithDecorationsAndMargin(view, spec, mainSpec, false, true);
611 measureChildWithDecorationsAndMargin(view, mainSpec, spec, false, true);
627 final int spec = getChildMeasureSpec(mCachedBorders[lp.mSpanIndex + lp.mSpanSize] local
631 measureChildWithDecorationsAndMargin(view, spec, maxMeasureSpec, true, true);
633 measureChildWithDecorationsAndMargin(view, maxMeasureSpec, spec, true, true);
731 private int updateSpecWithExtra(int spec, int startInset, int endInset)
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 72 // C++11 [except.spec]p2:
98 // C++11 [except.spec]p2:
107 // C++11 [except.spec]p2:
227 // C++11 [except.spec]p4 [DR1492]:
338 llvm_unreachable("This spec type is compatible with none.");
369 /// that is achieved. See C++ [except.spec]p2.
386 /// exception specifications. See C++ [except.spec]p3.
418 // C++0x [except.spec]p3: Two exception-specifications are compatible if:
425 // C++0x [except.spec]p12: An exception-specification is non-throwing if it is
429 // C++0x [except.spec]p4: If any declaration of a function has an exception
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 127 /* From page 27 (page 33 of the PDF) of the GLSL 1.50 spec:
172 /* From GLSL 1.50 spec, page 56:
361 /* From GLSL 1.50 spec, page 57:
398 /* From page 50 (page 56 of PDF) of GLSL 1.30 spec:
456 /* From GLSL 1.50 spec, page 56:
502 /* From GLSL 1.50 spec, page 56:
561 /* From page 50 (page 56 of the PDF) of the GLSL 1.30 spec:
698 /* From page 32 (page 38 of the PDF) of the GLSL 1.10 spec:
919 /* From page 54 (page 60 of the PDF) of the GLSL 1.20 spec:
931 * GLSL 1.30 spec
    [all...]

Completed in 1243 milliseconds

<<41424344454647484950>>