HomeSort by relevance Sort by last modified time
    Searched full:extra (Results 26 - 50 of 10855) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/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'}}
35 void NS::foo(); // expected-warning {{extra qualification}}
36 extern int NS::bar; // expected-warning {{extra qualification}}
37 struct NS::X; // expected-error {{forward declaration of struct cannot have a nested name specifier}} expected-warning {{extra qualification}}
38 template<typename T> struct NS::Y; // expected-error {{forward declaration of struct cannot have a nested name specifier}} expected-warning {{extra qualification}}
39 template<typename T> void NS::wibble(T); // expected-warning {{extra qualification}}
41 void NS::foo() {} // expected-warning{{extra qualification on member 'foo'}}
42 int NS::bar; // expected-warning{{extra qualification on member 'bar'}}
43 struct NS::X { }; // expected-warning{{extra qualification on member 'X'}
    [all...]
  /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...]
captured-statements.c 5 #pragma clang __debug captured x // expected-warning {{extra tokens at end of #pragma clang __debug captured directive}}
  /external/chromium-trace/catapult/third_party/webapp2/docs/api/
extras.routes.rst 0 Extra routes
  /external/clang/test/Tooling/
clang-check-extra-arg.cpp 1 // RUN: clang-check "%s" -extra-arg=-Wunimplemented-warning -extra-arg-before=-Wunimplemented-warning-before -- -c 2>&1 | FileCheck %s
  /external/libxml2/test/relaxng/
inline3.rng 13 <ref name="inline.extra"/>
18 <define name="inline.extra">
  /external/llvm/test/ExecutionEngine/MCJIT/
multi-module-a.ll 1 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll %s > /dev/null
  /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/jemalloc/src/
bitmap.c 47 size_t extra; local
54 * correspond to the first logical bit in the group, so extra bits
58 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK))
60 if (extra != 0)
61 bitmap[binfo->levels[1].group_offset - 1] >>= extra; local
65 extra = (BITMAP_GROUP_NBITS - (group_count &
67 if (extra != 0)
68 bitmap[binfo->levels[i+1].group_offset - 1] >>= extra; local
99 size_t extra; local
102 extra = (binfo->nbits % (binfo->ngroups * BITMAP_GROUP_NBITS))
    [all...]
  /external/pcre/dist/doc/
pcre_free_study.3 
  /build/kati/testcase/
escape_for_shell_in_recipe.mk 1 # TODO(ninja): The first testcase fails due to an extra escape. We
  /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/clang/tools/
CMakeLists.txt 23 # We support checking out the clang-tools-extra repository into the 'extra'
28 add_llvm_external_project(clang-tools-extra extra)
  /external/dbus/test/data/auth/
extra-bytes.auth-script 1 ## this tests that we have the expected extra bytes at the end
  /external/libxml2/result/errors/
754946.xml.str 1 ./test/errors/754946.xml:1: parser error : Extra content at the end of the document
759573-2.xml.str 1 ./test/errors/759573-2.xml:2: parser error : Extra content at the end of the document
  /external/mesa3d/src/gallium/drivers/noop/
SConscript 14 ) + extra
  /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=\

Completed in 5476 milliseconds

12 3 4 5 6 7 8 91011>>