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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
nestedfns.stdout.exp 0 Inside test1
2 Inside test2
  /external/markdown/MarkdownTest/Tests_2004/
Literal quotes in titles.text 3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
Literal quotes in titles.html 1 <p>Foo <a href="/url/" title="Title with &quot;quotes&quot; inside">bar</a>.</p>
3 <p>Foo <a href="/url/" title="Title with &quot;quotes&quot; inside">bar</a>.</p>
Literal quotes in titles.text-out 10 "Title with &quot;quotes&quot; inside">bar</a>.</p>
12 "Title with &quot;quotes&quot; inside">bar</a>.</p>
Literal quotes in titles.text-res 10 "Title with &quot;quotes&quot; inside">bar</a>.</p>
12 "Title with &quot;quotes&quot; inside">bar</a>.</p>
  /external/markdown/MarkdownTest/Tests_2007/
Literal quotes in titles.text 3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
Literal quotes in titles.html 1 <p>Foo <a href="/url/" title="Title with &quot;quotes&quot; inside">bar</a>.</p>
3 <p>Foo <a href="/url/" title="Title with &quot;quotes&quot; inside">bar</a>.</p>
  /external/markdown/tests/markdown-test/
literal-quotes.txt 3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
literal-quotes.html 1 <p>Foo <a href="/url/" title="Title with &quot;quotes&quot; inside">bar</a>.</p>
2 <p>Foo <a href="/url/" title="Title with &quot;quotes&quot; inside">bar</a>.</p
  /external/clang/test/Frontend/
verify-directive.h 1 // Check that directives inside includes are included!
  /external/proguard/src/proguard/classfile/attribute/annotation/
package.html 2 This package contains classes to represent the annotation attributes inside
  /external/proguard/src/proguard/classfile/attribute/
package.html 2 This package contains classes to represent the attributes inside class files.
  /external/skia/include/core/
SkBlurTypes.h 14 kNormal_SkBlurStyle, //!< fuzzy inside and outside
15 kSolid_SkBlurStyle, //!< solid inside, fuzzy outside
16 kOuter_SkBlurStyle, //!< nothing inside, fuzzy outside
17 kInner_SkBlurStyle, //!< fuzzy inside, nothing outside
  /prebuilts/tools/common/offline-m2/
readme.txt 3 This gets packaged inside Studio
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p2.cpp 8 template <typename> struct bar {}; // expected-error{{templates cannot be declared inside of a local class}}
9 template <typename> void baz() {} // expected-error{{templates cannot be declared inside of a local class}}
10 template <typename> void qux(); // expected-error{{templates cannot be declared inside of a local class}}
  /external/llvm/test/YAMLParser/
spec-05-02-utf8.data 4 ?# inside a
  /external/skia/include/c/
sk_maskfilter.h 17 NORMAL_SK_BLUR_STYLE, //!< fuzzy inside and outside
18 SOLID_SK_BLUR_STYLE, //!< solid inside, fuzzy outside
19 OUTER_SK_BLUR_STYLE, //!< nothing inside, fuzzy outside
20 INNER_SK_BLUR_STYLE, //!< fuzzy inside, nothing outside
  /external/clang/test/SemaObjC/
interface-tu-variable.m 4 int x; // expected-error {{cannot declare variable inside @interface or @protocol}}
5 int one=1; // expected-error {{cannot declare variable inside @interface or @protocol}}
9 int ddd; // expected-error {{cannot declare variable inside @interface or @protocol}}
13 char * III; // expected-error {{cannot declare variable inside @interface or @protocol}}
18 char * III2; // expected-error {{cannot declare variable inside @interface or @protocol}}
deprecate_function_containers.m 5 void p_foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
9 void foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
10 inline void v_foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
11 static int s_foo() {return 0; } // expected-warning {{function definition inside an Objective-C container is deprecated}}
12 static inline int si_val() { return 1; } // expected-warning {{function definition inside an Objective-C container is deprecated}}
16 void cat_foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
32 static inline void prototype_observe_moin1(void (^callback)(id)) { // expected-warning {{function definition inside an Objective-C container is deprecated}}
  /external/eigen/doc/snippets/
MatrixBase_all.cpp 3 // let's check if p0 and p1 are inside the axis aligned box defined by the corners boxMin,boxMax:
4 cout << "Is (" << p0.transpose() << ") inside the box: "
6 cout << "Is (" << p1.transpose() << ") inside the box: "
  /development/samples/browseable/PermissionRequest/
_index.jd 8 This sample shows how to handle PermissionRequest coming from web apps inside of a
  /external/markdown/tests/misc/
lists5.txt 7 > With a list item inside the quote
  /frameworks/opt/vcard/tests/res/raw/
v30_comma_separated.vcf 4 TEL;TYPE="COMMA,SEPARATED:INSIDE.DQUOTE",PREF:1
  /external/valgrind/memcheck/tests/
filter_dw4 4 sed "s/inside a block of size [0-9]* alloc'd/inside a block of size ... alloc'd/" |
  /build/core/
process_wrapper_gdb.sh 3 # This is the command running inside the xterm of our
6 # process. In addition, here we run the command inside
15 # inside of gdb, giving gdb an initial command script to

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>