OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructed
(Results
526 - 550
of
4943
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java
29
* Builds a configured class loader. The
constructed
class loader can load a
46
* the
constructed
class loader and the application class loader.
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
phone_lookup_info.proto
62
//
constructed
based on
65
//
constructed
based on
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DialerShortcut.java
111
* <p>Lookup URIs are
constructed
from lookup key and contact ID. Here is an example lookup URI
130
* <p>Lookup URIs are
constructed
from lookup key and contact ID. Here is an example lookup URI
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
AbstractKeyboardBuilder.java
64
* @return the array of the array of the element being
constructed
.
72
* @return the number of rows being
constructed
.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
Registry.h
94
/// The matcher
constructed
from the return of \c lookupMatcherCtor()
110
/// \return The matcher object
constructed
if no error was found.
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
example_test.go
58
!inner.ReadOptionalASN1(&versionBytes, &haveVersion, asn1.Tag(6).
Constructed
().ContextSpecific()) ||
84
b.AddASN1(asn1.Tag(6).
Constructed
().ContextSpecific(), func(b *cryptobyte.Builder) {
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
example_test.go
58
!inner.ReadOptionalASN1(&versionBytes, &haveVersion, asn1.Tag(6).
Constructed
().ContextSpecific()) ||
84
b.AddASN1(asn1.Tag(6).
Constructed
().ContextSpecific(), func(b *cryptobyte.Builder) {
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
string_alloc.pass.cpp
69
// don't allow another allocator to be default
constructed
.
110
// don't allow another allocator to be default
constructed
.
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
copy_move.pass.cpp
123
// Test that moving a function
constructed
from a reference wrapper
140
// Test that moving a function
constructed
from a function pointer
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.ctor/
copy.pass.cpp
90
assert(T::
constructed
== 0);
104
assert(T::
constructed
== 0);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_thread_atexit.cpp
52
// thread_local is
constructed
after that point. Thus we consider such
54
// program terminates abnormally after such a thread_local is
constructed
,
/system/bt/vendor_libs/test_vendor_lib/include/
l2cap_sdu.h
48
// packet that is being
constructed
in the assemble function that
63
// Returns a unique_ptr to an L2capSdu object that is
constructed
with the
Completed in 2853 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>