Searched refs:another (Results 1 - 25 of 161) sorted by relevance

1234567

/external/clang/test/SemaCXX/
H A Dwarn-static-function-inheader.cpp5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be emitted}} function
11 another();
H A Dmember-init.cpp85 struct another { struct in namespace:PR14838
86 another() : r(thing()) {} function in struct:PR14838::another
H A Dconstexpr-printing.cpp27 constexpr U(const int *p) : T(), another(), p(p) {}
28 constexpr U(const U &u) : T(), another(), p(u.p) {}
29 T another; member in struct:U
39 static_assert(test_printing(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (vector_int){5, 1, 2, 3}, u1) == 0, ""); // \
41 expected-note {{in call to 'test_printing(12, 3.976200e+01, 3+4i, 1.290000e+01+3.600000e+00i, &u2.T::arr[4], u2.another.arr[2], {5, 1, 2, 3}, {{{}}, {{}}, &u1.T::arr[2]})'}}
/external/objenesis/tck/src/org/objenesis/tck/candidates/
H A DConstructorWithArguments.java24 private final int another; field in class:ConstructorWithArguments
26 public ConstructorWithArguments(String something, int another) { argument
28 this.another = another;
32 return something + another;
H A DSerializableConstructorWithArguments.java28 private final int another; field in class:SerializableConstructorWithArguments
30 public SerializableConstructorWithArguments(String something, int another) { argument
32 this.another = another;
36 return something + another;
H A Dserializable-candidates.properties60 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class
61 org.objenesis.tck.candidates.SerializableResolver = Serializable resolving to another class
H A Dcandidates.properties66 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class
67 org.objenesis.tck.candidates.SerializableResolver = Serializable resolving to another class
/external/clang/test/Misc/
H A Ddiag-presumed.c26 another error;
30 // PRESUMED: systemheader.h:7:1: error: unknown type name 'another'
33 // SPELLING: diag-presumed.c:26:1: error: unknown type name 'another'
/external/valgrind/main/gdbserver_tests/
H A Dmcmain_pic.stdout.exp2 another func called msg called from gdb
4 another func called msg called from main
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFormController.h45 FormControlState(const FormControlState& another) : m_type(another.m_type), m_values(another.m_values) { } argument
62 inline FormControlState& FormControlState::operator=(const FormControlState& another) argument
64 m_type = another.m_type;
65 m_values = another.m_values;
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dx_privet_token_unittest.cc104 XPrivetToken another("6F02AC4E-6F37-4078-AF42-5EE5D8180284", gen_time);
106 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() - 24*60*60 - 1);
109 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() - 24*60*60 + 1);
112 token = another.GenerateXTokenWithTime(gen_time.ToTimeT());
115 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() + 1);
118 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() + 24*60*60 - 1);
121 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() + 24*60*60 + 1);
/external/chromium_org/content/common/
H A Ddatabase_connections_unittest.cc77 DatabaseConnections another; local
78 another.AddConnection(kOriginId, kName);
79 another.AddConnection(kOriginId, kName2);
82 connections.RemoveConnections(another, &closed_dbs);
89 another.RemoveAllConnections();
133 // being removed on another thread.
/external/compiler-rt/lib/lsan/
H A DMakefile.mk26 # lsan functions used in another sanitizers.
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text104 Here's another:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text104 Here's another:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt104 Here's another:
/external/chromium_org/chrome/browser/ui/panels/
H A Dnative_panel_stack_window.h62 // Merges those panels grouped and shown inside |another| stack window into
64 virtual void MergeWith(NativePanelStackWindow* another) = 0;
/external/clang/test/FixIt/
H A Dtypo.cpp86 namespace another { namespace
87 template<typename T> class wide_string {}; // expected-note {{'another::wide_string' declared here}}
91 nonstd::wide_string<char> str2; // expected-error{{no template named 'wide_string' in namespace 'nonstd'; did you mean 'another::wide_string'?}}
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDecimal.h67 bool operator!=(const EncodedData& another) const { return !operator==(another); }
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh9 * so that it is possible to use jemalloc in conjunction with another allocator
/external/llvm/test/MC/ARM/
H A Deh-compact-pr0.s63 @ another relocation entry for __aeabi_unwind_cpp_pr0, so that the linker
98 @ another relocation entry for __aeabi_unwind_cpp_pr0, so that the linker
/external/valgrind/main/memcheck/tests/
H A Derr_disable_arange1.stderr.exp14 Doing invalid another access. Expect no complaint.
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_stack_window_cocoa.h39 virtual void MergeWith(NativePanelStackWindow* another) OVERRIDE;
/external/conscrypt/src/main/java/org/conscrypt/
H A DFileClientSessionCache.java365 public int compareTo(File another) { argument
367 long result = lastModified() - another.lastModified();
369 return super.compareTo(another);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as5 * shared among multiple grammars; e.g., when one grammar imports another.
26 * but no token is consumed during recovery...another error is found,
65 * emit another token.

Completed in 894 milliseconds

1234567