HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 876 - 900 of 3140) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/api_diff/11/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/13/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/6/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
jdiff_help.html 119 <H2>Complex Changes</H2>
120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/training/graphics/opengl/
shapes.jd 102 complex? Say, a square? There are a number of ways to do this, but a typical path to drawing such a
151 <p>This example gives you a peek at what it takes to create more complex shapes with OpenGL. In
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmAnalyzerTest.java 118 // a complex glob search. * is a search pattern that matches names, not dots
127 // a complex glob search. ** is a search pattern that matches names including dots
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
machmode.h 41 (integer, floating, complex, etc.) */
60 /* Nonzero if MODE is a complex mode. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
machmode.h 41 (integer, floating, complex, etc.) */
60 /* Nonzero if MODE is a complex mode. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
machmode.h 41 (integer, floating, complex, etc.) */
60 /* Nonzero if MODE is a complex mode. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
machmode.h 41 (integer, floating, complex, etc.) */
60 /* Nonzero if MODE is a complex mode. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hash.py 36 self.same_hash(int(1), long(1), float(1), complex(1),
50 self.same_hash(float(0.5), complex(0.5, 0.0))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hash.py 36 self.same_hash(int(1), long(1), float(1), complex(1),
50 self.same_hash(float(0.5), complex(0.5, 0.0))
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 8 // - Constructors/Destructors should not be inlined if they are of a complex
205 "Complex class/struct needs an explicit out-of-line "
216 "Complex class/struct needs an explicit out-of-line "
220 "Complex constructor has an inlined body.");
233 "Complex class/struct needs an explicit out-of-line "
238 "Complex destructor has an inline body.");
  /external/icu4c/test/intltest/
plurults.cpp 149 // ======= Test complex plural rules
150 logln("Testing Complex PluralRules");
151 // TODO: the complex test data is hard coded. It's better to implement
172 errln("ERROR: complex plural rules failed! - exitting");
177 errln("ERROR: complex plural rules failed! - exitting");
203 errln("ERROR: complex plural rules failed! - exitting");

Completed in 4003 milliseconds

<<31323334353637383940>>