HomeSort by relevance Sort by last modified time
    Searched full:extra (Results 1 - 25 of 6056) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/sdk/
support_source.properties 3 Extra.Vendor=android
4 Extra.VendorId=android
5 Extra.VendorDisplay=Android
6 Extra.NameDisplay=Android Support Library
7 Extra.Path=support
8 Extra.OldPaths=compatibility
usbdriver_source.properties 4 Extra.Path=usb_driver
  /external/chromium/webkit/glue/
webthemeengine_impl_win.cc 33 gfx::NativeTheme::ButtonExtraParams* extra) {
40 extra->checked = false;
41 extra->indeterminate = false;
42 extra->is_default = false;
46 extra->checked = false;
47 extra->indeterminate = false;
48 extra->is_default = false;
52 extra->checked = false;
53 extra->indeterminate = false;
54 extra->is_default = false
374 gfx::NativeTheme::ExtraParams extra; local
    [all...]
  /external/qemu/android/
framebuffer.c 103 qfbuff->extra = calloc( 1, sizeof(QFrameBufferExtra) );
104 if (qfbuff->extra == NULL)
109 free( qfbuff->extra );
153 QFrameBufferExtra* extra = qfbuff->extra; local
155 if (extra->fb_update)
156 extra->fb_update( extra->fb_opaque, x, y, w, h );
168 QFrameBufferExtra* extra = qfbuff->extra; local
184 QFrameBufferExtra* extra = qfbuff->extra; local
196 QFrameBufferExtra* extra = qfbuff->extra; local
218 QFrameBufferExtra* extra = qfbuff->extra; local
228 QFrameBufferExtra* extra = qfbuff->extra; local
276 QFrameBufferExtra* extra = q->extra; local
298 QFrameBufferExtra* extra = q->extra; local
    [all...]
  /external/oprofile/m4/
extradirs.m4 1 dnl AX_EXTRA_DIRS - Let user specify extra dirs for include/libs
4 AC_ARG_WITH(extra-includes,
5 [ --with-extra-includes=DIR add extra include paths],
20 AC_ARG_WITH(extra-libs,
21 [ --with-extra-libs=DIR add extra library paths],
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion8-expected-completion41.txt 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension]
3 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
4 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
7 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
8 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
completion8-expected-completion43.txt 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension]
3 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
4 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
7 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
8 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
completion8-expected-completion44.txt 6 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension]
7 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
8 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
9 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
10 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
11 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
12 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
  /external/clang/test/Parser/
cxx-extra-semi.cpp 14 // expected-warning@-4{{extra ';' after member function definition}}
16 void A2b() { };; // expected-warning{{extra ';' after member function definition}}
17 ; // expected-warning{{extra ';' inside a class}}
21 // expected-warning@-2{{extra ';' after member function definition}}
23 void A3() { }; ;; // expected-warning{{extra ';' after member function definition}}
24 ;;;;;;; // expected-warning{{extra ';' inside a class}}
25 ; // expected-warning{{extra ';' inside a class}}
26 ; ;; ; ;;; // expected-warning{{extra ';' inside a class}}
27 ; ; ; ; ;; // expected-warning{{extra ';' inside a class}}
33 int a2;; // expected-warning{{extra ';' inside a union}
    [all...]
  /external/chromium/chrome/common/
extra_defines.vsprops 5 Name="extra"
  /external/clang/tools/
CMakeLists.txt 9 # We support checking out the clang-tools-extra repository into the 'extra'
14 add_llvm_external_project(clang-tools-extra extra)
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python_unittest_input.py 2 # error which is an extra space at the end of this line.
  /external/markdown/docs/extensions/
extra.txt 1 Python-Markdown Extra
8 [PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/).
19 See each individual extension for syntax documentation. Extra and all it's
28 >>> html = markdown.markdown(text, ['extra'])
36 Python-Markdown that are not included here in Extra. Those extensions
37 are not part of PHP Markdown Extra, and therefore, not part of
38 Python-Markdown Extra. If you really would like Extra to include
39 additional extensions, we suggest creating your own clone of Extra
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
mult_rules 13 on the make command line as extradeps=extra.h which adds yet
26 \t\@echo EXTRA EXTRA
45 "extradeps=extra.h",
50 $answer = "$make_name: *** No rule to make target `extra.h', needed by `foo.o'. Stop.\n";
58 &touch("extra.h");
61 "extradeps=extra.h",
66 $answer = "EXTRA EXTRA\n";
70 unlink("defs.h","test.h","config.h","extra.h")
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1.cpp 10 struct y::inner { }; // expected-error{{extra qualification on member 'inner'}}
19 struct y::inner_template { }; // expected-error{{extra qualification on member 'inner_template'}}
32 void NS::foo() {} // expected-error{{extra qualification on member 'foo'}}
33 int NS::bar; // expected-error{{extra qualification on member 'bar'}}
34 struct NS::X { }; // expected-error{{extra qualification on member 'X'}}
35 template<typename T> struct NS::Y; // expected-error{{extra qualification on member 'Y'}}
36 template<typename T> void NS::wibble(T) { } // expected-error{{extra qualification on member 'wibble'}}
  /external/openssl/android.testssl/
testssl 28 extra=""
30 extra="$4"
36 $ssltest -ssl2 $extra || exit 1
39 $ssltest -ssl2 -server_auth $CA $extra || exit 1
43 $ssltest -ssl2 -client_auth $CA $extra || exit 1
46 $ssltest -ssl2 -server_auth -client_auth $CA $extra || exit 1
50 $ssltest -ssl3 $extra || exit 1
53 $ssltest -ssl3 -server_auth $CA $extra || exit 1
56 $ssltest -ssl3 -client_auth $CA $extra || exit 1
59 $ssltest -ssl3 -server_auth -client_auth $CA $extra || exit
    [all...]
  /external/clang/test/Preprocessor/
undef-error.c 5 /* expected-error {{extra tokens at end of #undef directive}} */ #undef a b
  /external/clang/test/Sema/Inputs/
format-unused-system-args.h 1 // "System header" for testing that -Wformat-extra-args does not apply to
  /external/valgrind/unittest/
helgrind.supp 1 # This file contains few extra suppression for helgrind.
  /external/webkit/LayoutTests/fast/encoding/
css-charset-evil-expected.txt 3 CSS 2.1 says that @charset " must be written literally, but Firefox and IE allow extra spaces and single quotes.
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/
Makefile 12 EXTRA=\
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/
Makefile 13 EXTRA=\
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/
Makefile 12 EXTRA=\
  /development/libraries/stereocamera/
source.properties 2 Extra.Vendor=android
8 Extra.Path=stereocamera
  /external/markdown/markdown/extensions/
extra.py 3 Python-Markdown Extra Extension
7 [PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/).
20 Python-Markdown that are not included here in Extra. Those extensions
21 are not part of PHP Markdown Extra, and therefore, not part of
22 Python-Markdown Extra. If you really would like Extra to include
23 additional extensions, we suggest creating your own clone of Extra

Completed in 937 milliseconds

1 2 3 4 5 6 7 8 91011>>