OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:generalize
(Results
26 - 50
of
318
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/evaluation/value/
InstructionOffsetValue.java
144
public final Value
generalize
(InstructionOffsetValue other)
method in class:InstructionOffsetValue
235
public final Value
generalize
(Value other)
method in class:InstructionOffsetValue
237
return this.
generalize
(other.instructionOffsetValue());
ParticularDoubleValue.java
75
public DoubleValue
generalize
(DoubleValue other)
method in class:ParticularDoubleValue
77
return other.
generalize
(this);
135
public DoubleValue
generalize
(ParticularDoubleValue other)
method in class:ParticularDoubleValue
ParticularFloatValue.java
75
public FloatValue
generalize
(FloatValue other)
method in class:ParticularFloatValue
77
return other.
generalize
(this);
135
public FloatValue
generalize
(ParticularFloatValue other)
method in class:ParticularFloatValue
SpecificIntegerValue.java
70
public IntegerValue
generalize
(IntegerValue other)
method in class:SpecificIntegerValue
72
return other.
generalize
(this);
198
public IntegerValue
generalize
(SpecificIntegerValue other)
method in class:SpecificIntegerValue
SpecificLongValue.java
55
public LongValue
generalize
(LongValue other)
method in class:SpecificLongValue
57
return other.
generalize
(this);
143
public LongValue
generalize
(SpecificLongValue other)
method in class:SpecificLongValue
IntegerValue.java
85
public abstract IntegerValue
generalize
(IntegerValue other);
method in class:IntegerValue
255
public IntegerValue
generalize
(UnknownIntegerValue other)
method in class:IntegerValue
257
return
generalize
((IntegerValue)other);
499
public IntegerValue
generalize
(SpecificIntegerValue other)
method in class:IntegerValue
501
return
generalize
((IntegerValue)other);
743
public IntegerValue
generalize
(ParticularIntegerValue other)
method in class:IntegerValue
745
return
generalize
((SpecificIntegerValue)other);
988
public final Value
generalize
(Value other)
method in class:IntegerValue
990
return this.
generalize
(other.integerValue());
UnknownIntegerValue.java
70
public IntegerValue
generalize
(IntegerValue other)
method in class:UnknownIntegerValue
UnknownLongValue.java
55
public LongValue
generalize
(LongValue other)
method in class:UnknownLongValue
/external/proguard/src/proguard/evaluation/
Variables.java
112
public boolean
generalize
(Variables other,
method in class:Variables
130
// outside of their scopes. Don't
generalize
the variable then,
136
Value newValue = thisValue.
generalize
(otherValue);
BasicBranchUnit.java
104
traceBranchTargets.
generalize
(new InstructionOffsetValue(branchTarget)).instructionOffsetValue();
Stack.java
121
public boolean
generalize
(Stack other)
method in class:Stack
130
//
Generalize
the stack values.
143
newValue = thisValue.
generalize
(otherValue);
/external/v8/src/compiler/
representation-change.h
25
static Truncation
Generalize
(Truncation t1, Truncation t2) {
26
return Truncation(
Generalize
(t1.kind(), t2.kind()));
74
static TruncationKind
Generalize
(TruncationKind rep1, TruncationKind rep2);
/external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec
25
The %name package contains a lightweight library to simplify and
generalize
the
/external/tensorflow/tensorflow/core/kernels/fuzzing/
encode_jpeg_fuzz.cc
47
// TODO(dga):
Generalize
this by borrowing the AsTensor logic
/external/proguard/src/proguard/optimize/info/
MethodOptimizationInfo.java
245
parameters[parameterIndex].
generalize
(parameter) :
261
this.returnValue.
generalize
(returnValue) :
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar
/external/proguard/lib/
proguard.jar
/external/tensorflow/tensorflow/docs_src/tutorials/
wide_and_deep.md
125
columns is that they do not
generalize
to feature combinations that have not
179
Through dense embeddings, deep models can
generalize
better and make predictions
185
predictions for all feature pairs, and thus can over-
generalize
. On the other
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
GlideDrawableImageViewTarget.java
53
//TODO: Try to
generalize
this to other sizes/shapes.
/external/skia/samplecode/
SampleAnimatedText.cpp
81
// TODO:
generalize
this timing code in utils
/external/skqp/samplecode/
SampleAnimatedText.cpp
81
// TODO:
generalize
this timing code in utils
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
ButtonBarLayout.java
107
// bar's layout XML and will probably not
generalize
.
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/external/boringssl/src/
CMakeLists.txt
265
# TODO(crbug.com/785442): Remove -fsanitize-cfi-icall-
generalize
-pointers.
266
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=cfi -fno-sanitize-trap=cfi -fsanitize-cfi-icall-
generalize
-pointers -flto")
267
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=cfi -fno-sanitize-trap=cfi -fsanitize-cfi-icall-
generalize
-pointers -flto")
/external/clang/include/clang/Sema/
TemplateDeduction.h
244
/// TODO: In the future, we may need to unify/
generalize
this with
270
/// TODO: In the future, we may need to unify/
generalize
this with
Completed in 603 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>