/packages/apps/Settings/src/com/android/settings/ |
SettingsActivity.java | [all...] |
/external/llvm/lib/TableGen/ |
Record.cpp | 682 std::vector<Init*> Resolved; 683 Resolved.reserve(getSize()); 695 Resolved.push_back(E); 699 return ListInit::get(Resolved, getType()); 727 Init *Resolved = resolveReferences(R, IRV); 728 OpInit *OResolved = dyn_cast<OpInit>(Resolved); 730 Resolved = OResolved->Fold(&R, nullptr); 733 if (Resolved != this) { 734 TypedInit *Typed = dyn_cast<TypedInit>(Resolved); 961 // Make sure we've resolved [all...] |
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | [all...] |
/external/lldb/include/lldb/Expression/ |
IRForTarget.h | 72 /// variables) should be resolved. If not, only external functions 73 /// are resolved. 193 /// The resolved name of the function (matters for intrinsics). 383 /// like external references where they will be resolved -- like all 411 /// struct, and each external function is resolved in place, its call 642 bool m_resolve_vars; ///< True if external variable references and persistent variable references should be resolved
|
/frameworks/base/docs/html/sdk/ |
RELEASENOTES.jd | 229 <h3>Other Notes and Resolved Issues</h3> 283 <h3>Resolved Issues, Changes</h3> 451 <h3>Resolved Issues, Changes</h3> 592 <h3>Resolved Issues, Changes</h3> 686 <h3>Resolved Issues, Changes</h3> [all...] |
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 440 * are resolved by always shifting for shift/reduce conflicts and choosing 642 System.err.print(" Resolved in favor of "); 691 System.err.println(" Resolved in favor of shifting.\n");
|
/external/bison/po/ |
bison.pot | 36 msgid " Conflict between rule %d and token %s resolved as shift" 41 msgid " Conflict between rule %d and token %s resolved as reduce" 46 msgid " Conflict between rule %d and token %s resolved as an error"
|
/external/lldb/include/lldb/Host/ |
Host.h | 372 /// \b true if \a file was resolved in \a bundle_directory, 390 /// \b true if \a file was resolved, \b false if this function 412 /// \b true if \a resource_path was resolved, \a false otherwise.
|
/external/lldb/include/lldb/ |
lldb-enumerations.h | 251 /// actually did get resolved during query function calls. 254 /// in this class, and requests that that item be resolved, or 255 /// indicates that the member did get resolved.
|
/external/lldb/www/ |
scripting.html | 236 Breakpoint created: 1: name = 'find_word', locations = 1, resolved = 1<br>
479 Breakpoint created: 2: file ='dictionary.c', line = 113, locations = 1, resolved = 1
481 Breakpoint created: 3: file ='dictionary.c', line = 115, locations = 1, resolved = 1
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
BridgeTypedArray.java | 579 * <var>index</var>. Note that attribute resource as resolved when 612 // then the xml attribute value was "resolved" which leads us to a ResourceValue with a [all...] |
/art/runtime/ |
dex_file.cc | 1277 mirror::String* resolved = linker_->ResolveString(dex_file_, jval_.i, *dex_cache_); local 1282 mirror::Class* resolved = linker_->ResolveType(dex_file_, jval_.i, *dex_cache_, local [all...] |
intern_table.h | 92 // Adds all of the resolved image strings from the image space into the intern table. The
|
/bionic/libc/bionic/ |
semaphore.cpp | 33 // and may change if and when the issue is resolved.
|
/cts/tests/expectations/ |
knownfailures.txt | 111 description: "test can only run properly on a user build device when the bug is resolved",
|
/cts/tests/tests/app/src/android/app/cts/ |
DownloadManagerTest.java | 146 // Until this is resolved (e.g., by making it possible to specify additional CA certs to
|
/development/ndk/platforms/android-21/include/ |
netdb.h | 152 #define EAI_PROTOCOL 13 /* resolved protocol is unknown */
|
/development/ndk/platforms/android-3/include/ |
netdb.h | 152 #define EAI_PROTOCOL 13 /* resolved protocol is unknown */
|
/docs/source.android.com/src/source/ |
report-bugs.jd | 80 issue is to be resolved. Below, there are some examples of a good bug report
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogRecordTest.java | 336 // test case: invalid resource bundle name, it is not resolved during
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ExpandedNameTable.java | 315 * namespace was resolved.
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpCodes.java | 34 * that should be resolved to a boolean.)
|
/external/clang/include/clang/AST/ |
CommentLexer.h | 228 /// computed (for example, resolved decimal character references).
|
/external/clang/include/clang/Basic/ |
FileManager.h | 252 /// If the path is relative, it will be resolved against the WorkingDir of the
|
/external/clang/lib/Parse/ |
RAIIObjectsForParser.h | 31 /// dependent, in that they can only be resolved with full
|