HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 376 - 400 of 1939) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 525 /** {@link DimensionEntry} complex unit: Value is raw pixels. */
527 /** {@link DimensionEntry} complex unit: Value is Device Independent
530 /** {@link DimensionEntry} complex unit: Value is a scaled pixel. */
532 /** {@link DimensionEntry} complex unit: Value is in points. */
534 /** {@link DimensionEntry} complex unit: Value is in inches. */
536 /** {@link DimensionEntry} complex unit: Value is in millimeters. */
  /external/libxml2/
xmlschemas.c 217 * Macros for complex/simple types.
254 * Macros for exclusively for complex types.
613 * Used to build complex element content models
621 xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
    [all...]
  /frameworks/base/docs/html/guide/topics/text/
copy-paste.jd 11 Supports both simple and complex data, including text strings, complex data
18 Copies and pastes complex data using a content provider.
66 <a href="#Provider">Using Content Providers to Copy Complex Data</a>
124 supports both simple and complex data types, including text strings, complex data
126 directly in the clipboard, while complex data is stored as a reference that the pasting
151 copying complex data from a content provider. To copy data, you put a
676 <h2 id="Provider">Using Content Providers to Copy Complex Data</h2>
678 Content providers support copying complex data such as database records or file streams
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 24 * Element is the basic data type of Renderscript. An element can be of two forms: Basic elements or Complex forms.
32 * <p>Complex elements contain a list of sub-elements and names that
183 * Return if a element is too complex for use as a data source for a Mesh or
215 * For complex elements, this function will return the
231 * For complex elements, this function will return the
247 * For complex elements, some sub-elements could be statically
981 * Builder class for producing complex elements with matching field and name
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /external/stlport/etc/
autoexp.dat 717 ; stlport::complex
719 stlp_std::complex<*>|stlpx_std::complex<*>|stlpmtx_std::complex<*>|stlpxmtx_std::complex<*>|stlpd_std::complex<*>|stlpdx_std::complex<*>|stlpdmtx_std::complex<*>|stlpdxmtx_std::complex<*>{
  /external/proguard/docs/
downloads.html 74 <li>Fixed optimization of complex finally blocks, compiled with JDK 1.4 or
100 <li>Fixed processing of complex generics signatures.
148 <li>Avoiding StackOverflowErrors during optimization of complex methods.
262 <li>Fixed optimization of complex stack operations.
291 <li>Fixed obfuscation of class members with complex visibility.
  /external/webp/src/dec/
frame.c 27 // Complex filter: up to 4 luma samples are read and 3 are written. Same for
154 } else { // complex
349 // For the 'Complex' filter, 3 samples are read and up to 3 are filtered.
354 // a 1:1 bit-exactness for complex filtering?
358 // For complex filter, we need to preserve the dependency chain.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 7 <dd>Demonstrates a more complex relative layout to create a form. </dd>
65 <dd>Demonstrates a complex TableLayout with spanning columns and stretchable columns to create a menu-like layout. </dd>
102 <dd>Demonstrates the default baseline alignment in a complex LinearLayout.</dd>
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 75 TKCASE(Complex);
398 TKIND(Complex);
537 case Type::Complex:
  /external/libxml2/include/libxml/
schemasInternals.h 412 * the simple or complex type has a derivation method of "extension".
418 * the simple or complex type has a derivation method of "restriction".
630 xmlSchemaTypePtr contentTypeDef; /* Used for the simple content of complex types.
  /external/webkit/Source/WebCore/platform/
ScrollAnimatorWin.cpp 231 // client()->valueChanged() (~0 for simple pages, larger for complex
235 // is negligible for simple pages and roughly tS for complex pages. Without
242 // the page is complex or the system is slow.
  /frameworks/base/docs/html/training/custom-views/
custom-drawing.jd 38 <p>The most important part of a custom view is its appearance. Custom drawing can be easy or complex
115 <p>In order to properly draw your custom view, you need to know what size it is. Complex custom
238 <li>Draw more complex shapes using the {@link android.graphics.Path} class.
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 253 * Send a single, complex command to the server. The command will be preceded by an IMAP
330 * Execute a complex command at the server, a complex command being one that must be sent in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libgcc_s.so 
libgcc_s.so.1 
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 322 | COMPLEX
500 COMPLEX
  /external/bluetooth/glib/docs/reference/gobject/
tut_intro.xml 36 provide a number of language-native types and a few primitives to create more complex types based
125 The process described above is pretty complex and there are a lot of ways to make it entirely automatic
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 86 // More complex constant expression.
100 // More complex constant expression.
p7-cxx11-nowarn.cpp 87 // More complex constant expression.
101 // More complex constant expression.
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 29 CtClass clazz = pool.get(ArrayAccessReplaceTest.class.getName() + "$Complex");
390 public static class Complex implements ComplexInterface {
  /external/libsepol/tests/
test-deps.c 54 * In addition to the simple tests, we have test with more complex
59 * 19 large number of dependencies in a module with a more complex base.
  /external/llvm/lib/Target/PowerPC/
PPCSchedule.td 17 def IU2 : FuncUnit; // integer unit 2 (complex)
22 def VIU2 : FuncUnit; // vector integer unit 2 (complex)

Completed in 1984 milliseconds

<<11121314151617181920>>