OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resolved
(Results
26 - 50
of
1829
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaTemplate/
resolve-single-template-id.cpp
32
two; // expected-error {{reference to overloaded function could not be
resolved
; did you mean to call it with no arguments?}}
34
twoT<int>; // expected-error {{reference to overloaded function could not be
resolved
; did you mean to call it?}}
37
sizeof(twoT<int>); //expected-error {{reference to overloaded function could not be
resolved
; did you mean to call it?}}
42
*two; //expected-error {{reference to overloaded function could not be
resolved
; did you mean to call it with no arguments?}} expected-error {{indirection requires pointer operand}}
43
*twoT<int>; //expected-error {{reference to overloaded function could not be
resolved
; did you mean to call it?}}
61
(twoT<int>) == oneT<int>; //expected-error {{reference to overloaded function could not be
resolved
; did you mean to call it?}} {{cannot resolve overloaded function 'twoT' from context}}
75
two < two; //expected-error 2 {{reference to overloaded function could not be
resolved
; did you mean to call it with no arguments?}} expected-error {{invalid operands to binary expression ('void' and 'void')}}
76
twoT<int> < twoT<int>; //expected-error {{reference to overloaded function could not be
resolved
; did you mean to call it?}} {{cannot resolve overloaded function 'twoT' from context}}
/external/jmdns/src/javax/jmdns/
ServiceListener.java
18
* To get the full
resolved
information you need to listen to {@link #serviceResolved(ServiceEvent)} or call {@link JmDNS#getServiceInfo(String, String, long)}
41
* A service has been
resolved
. Its details are now available in the ServiceInfo record.<br/>
/external/v8/src/arm/
lithium-gap-resolver-arm.h
38
// After a cycle has been
resolved
, restore the value from the scratch
50
// List of moves not yet
resolved
.
/external/v8/src/mips/
lithium-gap-resolver-mips.h
38
// After a cycle has been
resolved
, restore the value from the scratch
50
// List of moves not yet
resolved
.
/external/v8/src/mips64/
lithium-gap-resolver-mips64.h
38
// After a cycle has been
resolved
, restore the value from the scratch
50
// List of moves not yet
resolved
.
/frameworks/base/services/core/java/com/android/server/firewall/
Filter.java
27
* @param resolvedComponent The actual component that the intent was
resolved
to
31
* @param resolvedType The
resolved
mime type of the intent
/libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java
46
URI
resolved
= b.resolve(uri);
local
47
assertEquals(expected,
resolved
.toString());
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h
41
# pragma warning 594 10 /*
resolved
as declaration/type */
42
# pragma warning 595 10 /*
resolved
as an expression */
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h
41
# pragma warning 594 10 /*
resolved
as declaration/type */
42
# pragma warning 595 10 /*
resolved
as an expression */
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h
41
# pragma warning 594 10 /*
resolved
as declaration/type */
42
# pragma warning 595 10 /*
resolved
as an expression */
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h
41
# pragma warning 594 10 /*
resolved
as declaration/type */
42
# pragma warning 595 10 /*
resolved
as an expression */
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h
41
# pragma warning 594 10 /*
resolved
as declaration/type */
42
# pragma warning 595 10 /*
resolved
as an expression */
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_prolog.h
41
# pragma warning 594 10 /*
resolved
as declaration/type */
42
# pragma warning 595 10 /*
resolved
as an expression */
/external/apache-xml/src/main/java/org/apache/xpath/
XPathAPI.java
57
* prefixes are
resolved
from the context node, which may not
74
* XPath namespace prefixes are
resolved
from the namespaceNode.
78
* @param namespaceNode The node from which prefixes in the XPath will be
resolved
to namespaces.
97
* XPath namespace prefixes are
resolved
from the contextNode.
113
* XPath namespace prefixes are
resolved
from the namespaceNode.
117
* @param namespaceNode The node from which prefixes in the XPath will be
resolved
to namespaces.
136
* XPath namespace prefixes are
resolved
from the contextNode.
152
* XPath namespace prefixes are
resolved
from the namespaceNode.
156
* @param namespaceNode The node from which prefixes in the XPath will be
resolved
to namespaces.
175
* XPath namespace prefixes will be
resolved
from the namespaceNode
[
all
...]
/external/v8/test/mjsunit/es6/
mirror-promises.js
56
var
resolved
= new Promise(function(resolve, reject) { resolve() });
60
testPromiseMirror(
resolved
, "
resolved
", undefined);
68
testPromiseMirror(resolvedv, "
resolved
", 'resolve');
79
assertEquals("
resolved
", ip[0].value().value());
/libcore/libart/src/main/java/java/lang/
DexCache.java
38
* A dex cache holds
resolved
copies of strings, fields, methods, and classes from the dexfile.
48
* References to methods as they become
resolved
following interpreter semantics. May refer to
54
* References to fields as they become
resolved
following interpreter semantics. May refer to
60
* References to types as they become
resolved
following interpreter semantics. May refer to
66
* References to strings as they become
resolved
following interpreter semantics. All strings
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy
169
def
resolved
;
171
resolved
= system.resolveArtifact(session, artifactRequest);
177
def alreadyInGit = isInGit(
resolved
.artifact.file)
178
println(" |->
resolved
${
resolved
.artifact.file}. Already in git? $alreadyInGit")
183
def license = ExportLicensesTask.findLicenseFor(
resolved
.artifact.artifactId)
187
licenses.put(
resolved
.artifact.artifactId, license)
219
println("skipping $dependency because is already
resolved
as ${dependencyKey}")
225
File unwanted = new File(
resolved
.artifact.file.getParentFile(), "_remote.repositories")
/external/skia/src/animator/
SkAnimateField.cpp
73
bool
resolved
= resolveCommon(maker);
local
74
if (
resolved
&& fFieldInfo == NULL) {
78
if (
resolved
== false || fFieldInfo == NULL)
/external/v8/src/
i18n.js
324
// Push requested locale not the
resolved
one.
414
var
resolved
;
416
resolved
= lookupMatcher(service, requestedLocales);
418
resolved
= bestFitMatcher(service, requestedLocales);
421
return
resolved
;
444
// Return the
resolved
locale and extension.
600
*
resolved
locale. If not we return ICU result.
602
function getOptimalLanguageTag(original,
resolved
) {
607
if (original ===
resolved
) {
611
var locales = %GetLanguageTagVariants([original,
resolved
]);
[
all
...]
/art/runtime/mirror/
dex_cache.h
96
void SetResolvedString(uint32_t string_idx, String*
resolved
) ALWAYS_INLINE
99
GetStrings()->Set(string_idx,
resolved
);
107
void SetResolvedType(uint32_t type_idx, Class*
resolved
)
113
ALWAYS_INLINE void SetResolvedMethod(uint32_t method_idx, ArtMethod*
resolved
, size_t ptr_size)
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p4-cxx0x.cpp
27
decltype(f0) f0_a; // expected-error{{reference to overloaded function could not be
resolved
; did you mean to call it?}}
/external/clang/test/CodeGenCXX/
dynamic_cast-no-rtti.cpp
12
// An upcast can be
resolved
statically and can be used with -fno-rtti, iff it
/external/clang/test/SemaCXX/
statements.cpp
30
// expected-error@+1{{overloaded function could not be
resolved
}}
/external/clang/test/Tooling/
clang-check-chdir.cpp
1
// Verifies that paths are
resolved
relatively to the directory specified in the
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
_README.txt
2
more bugs that have been
resolved
with a particular build of any Eclipse
Completed in 404 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>