OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructed
(Results
851 - 875
of
4943
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/llvm/include/llvm/IR/
Dominators.h
92
///
constructed
will not be in the tree. One which becomes unreachable after
93
/// the dominator tree is initially
constructed
may still exist in the tree,
/external/python/cpython2/Doc/library/
xml.rst
17
constructed
data. If you need to parse untrusted or unauthenticated data see
50
The XML processing modules are not secure against maliciously
constructed
data.
/external/tensorflow/tensorflow/compiler/xla/service/
tuple_simplifier_test.cc
53
// A Tuple
constructed
of a bunch of parameters should not be changed.
165
// Verify that a tuple
constructed
of GTE instructions operating on the same
/external/tensorflow/tensorflow/stream_executor/
platform.h
139
// Returns a device
constructed
with the options specified in "config".
144
// Returns a device
constructed
with the options specified in "config" without
/external/tensorflow/tensorflow/tools/api/tests/
api_compatibility_test.py
116
expected_dict: a dict of TFAPIObject protos
constructed
from golden
118
actual_dict: a ict of TFAPIObject protos
constructed
by reading from the
/external/v8/src/arm64/
instructions-arm64.cc
98
// An integer is
constructed
from the n, imm_s and imm_r bits according to
110
// A pattern is
constructed
of size bits, where the least significant S+1
/external/webrtc/webrtc/base/
asyncinvoker.h
149
// destroyed. After GuardedAsyncInvoker is
constructed
, it can be used from
150
// other threads to post functors to the thread it was
constructed
on. If that
callback.h
26
// object. Default-
constructed
callbacks are "empty," and executing an empty
28
// a default-
constructed
callback.
/frameworks/base/core/java/android/text/style/
BulletSpan.java
50
* For example, a BulletSpan using the default values can be
constructed
like this:
55
* <figcaption>BulletSpan
constructed
with default values.</figcaption>
/frameworks/ml/nn/runtime/
ExecutionPlan.h
101
// shouldn't be needed after we've
constructed
but not executed
257
// shouldn't be needed after we've
constructed
but not
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
BrandedSupportFragment.java
60
* @param savedInstanceState If non-null, this fragment is being re-
constructed
80
* @param savedInstanceState If non-null, this fragment is being re-
constructed
/frameworks/support/navigation/runtime/src/main/java/androidx/navigation/
NavDeepLinkBuilder.java
222
// they were
constructed
in response to a deep link
238
* @return a PendingIntent
constructed
with
/hardware/google/av/codec2/vndk/include/util/
C2InterfaceUtils.h
161
* integer types, the
constructed
range is continuous)
171
* \param min the lower bound of the range. This value is always part of the
constructed
range
173
* \param max the upper bound of the range. This value is only part of the
constructed
186
* \param min the lower bound of the range. This value is always part of the
constructed
range
188
* \param max the upper bound of the range. This value is only part of the
constructed
310
* integer types, the
constructed
range is continuous)
318
* \param min the lower bound of the range. This value is always part of the
constructed
range
320
* \param max the upper bound of the range. This value is only part of the
constructed
[
all
...]
/libcore/dalvik/src/main/java/dalvik/system/
BaseDexClassLoader.java
41
* are
constructed
and will be active only after this field is set with
272
* class loader. The first element is the BaseDexClassLoader being
constructed
,
/libcore/ojluni/src/main/java/java/security/
SecureClassLoader.java
114
*
constructed
and associated with the class being defined.
151
*
constructed
and associated with the class being defined.
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
ProvisioningParamsTest.java
112
// WHEN the ProvisioningParams is
constructed
by with neither a package name nor a component
126
// WHEN the ProvisioningParams is
constructed
by without a provisioning action.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Dominators.h
110
///
constructed
will not be in the tree. One which becomes unreachable after
111
/// the dominator tree is initially
constructed
may still exist in the tree,
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Dominators.h
110
///
constructed
will not be in the tree. One which becomes unreachable after
111
/// the dominator tree is initially
constructed
may still exist in the tree,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
postypes.h
120
//
constructed
. This implementation provides a default
126
// The standard requires that fpos objects can be
constructed
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
postypes.h
120
//
constructed
. This implementation provides a default
126
// The standard requires that fpos objects can be
constructed
/external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h
520
std::vector<VariantMatcher>
Constructed
;
525
Constructed
.push_back(SubMatcher);
529
if (
Constructed
.empty()) return VariantMatcher(); // No overload matched.
532
if (
Constructed
.size() > 1) {
533
// More than one
constructed
. It is ambiguous.
537
return
Constructed
[0];
/external/guava/guava/src/com/google/common/collect/
ArrayTable.java
53
*
constructed
determines the iteration ordering across rows and columns in the
302
*
constructed
, including those that are mapped to null values only.
310
*
constructed
, including those that are mapped to null values only.
406
* the table was
constructed
.
415
* provided when the table was
constructed
.
424
* provided when the table was
constructed
.
/external/guava/guava/src/com/google/common/hash/
BloomFilter.java
273
* <p>The
constructed
{@code BloomFilter<T>} will be serializable if the provided
280
* @param funnel the funnel of T's that the
constructed
{@code BloomFilter<T>} will use
281
* @param expectedInsertions the number of expected insertions to the
constructed
327
* <p>The
constructed
{@code BloomFilter<T>} will be serializable if the provided
330
* @param funnel the funnel of T's that the
constructed
{@code BloomFilter<T>} will use
331
* @param expectedInsertions the number of expected insertions to the
constructed
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ArrayTable.java
51
*
constructed
determines the iteration ordering across rows and columns in the
300
*
constructed
, including those that are mapped to null values only.
308
*
constructed
, including those that are mapped to null values only.
382
* the table was
constructed
.
391
* provided when the table was
constructed
.
400
* provided when the table was
constructed
.
/frameworks/base/core/java/android/animation/
PropertyValuesHolder.java
154
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object.
165
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object.
181
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object.
214
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object.
235
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object.
273
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object.
284
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object.
300
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object.
333
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object.
354
* @return PropertyValuesHolder The
constructed
PropertyValuesHolder object
[
all
...]
Completed in 1358 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>