Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
Dconfig_undef.hpp24 # error missing or nested #include config_def
Dconfig_def.hpp20 # error you have nested config_def #inclusion.
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc1038 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a'); in TEST() local
1039 EXPECT_EQ("((5, true), 'a' (97, 0x61))", Print(nested)); in TEST()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diterator394 // iterator_traits<Iterator> will only have the nested types if Iterator::iterator_category
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-11154 Supports "else if" non-nested conditionals. *Note Syntax of
4248 called a "computed variable name" or a "nested variable reference".
4258 computed by expansion of `$(x)'. The reference `$(x)' here is nested
4297 ever want to write a nested reference as convoluted as this one, but it
4340 The only restriction on this sort of use of nested variable
4343 is done before the expansion of nested references. For example,
4372 Note that "nested variable references" are quite different from
4619 You may nest `define' directives: `make' will keep track of nested
5720 The `call' function can be nested. Each recursive invocation gets
Dmake.texi1363 Supports ``else if'' non-nested conditionals. @xref{Conditional
5151 @cindex nested variable reference
5154 @cindex variables, nested references
5167 called a @dfn{computed variable name} or a @dfn{nested variable
5181 @samp{$(x)} here is nested within the outer variable reference.
5230 would ever want to write a nested reference as convoluted as this one, but
5291 The only restriction on this sort of use of nested variable references
5294 the expansion of nested references. For example,
5336 Note that @dfn{nested variable references} are quite different from
5653 nested directives and report an error if they are not all properly
[all …]
Dmake.info-23812 * nested variable reference: Computed Names. (line 6)
4126 * variables, nested references: Computed Names. (line 6)
/ndk/sources/host-tools/nawk-20071023/
DFIXES554 replaced nested comments by #if 0...#endif in run.c, lib.c.
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2003 $(call gen-test, language.support/support.exception/except.nested/assign)
2004 $(call gen-test, language.support/support.exception/except.nested/ctor_copy)
2005 $(call gen-test, language.support/support.exception/except.nested/ctor_default)
2006 $(call gen-test, language.support/support.exception/except.nested/rethrow_if_nested)
2007 $(call gen-test, language.support/support.exception/except.nested/rethrow_nested)
2008 $(call gen-test, language.support/support.exception/except.nested/throw_with_nested)
3878 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/nested)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2012 $(call gen-test, language.support/support.exception/except.nested/assign)
2013 $(call gen-test, language.support/support.exception/except.nested/ctor_copy)
2014 $(call gen-test, language.support/support.exception/except.nested/ctor_default)
2015 $(call gen-test, language.support/support.exception/except.nested/rethrow_if_nested)
2016 $(call gen-test, language.support/support.exception/except.nested/rethrow_nested)
2017 $(call gen-test, language.support/support.exception/except.nested/throw_with_nested)
3887 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/nested)
/ndk/sources/host-tools/make-3.81/
DNEWS962 have nested calls: `$(sort $(foreach x,a b,$(x)))'.
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex2921 % attempt to check whether the conditionals are properly nested. But we
2952 % Ignore text until a line `@end #1', keeping track of nested conditionals.
2998 \else % Found a nested condition, ...
3011 \else % Still inside a nested condition.