OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null
(Results
2276 - 2300
of
19630
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
CertificationRequest.java
24
protected CertificationRequestInfo reqInfo =
null
;
25
protected AlgorithmIdentifier sigAlgId =
null
;
26
protected DERBitString sigBits =
null
;
35
if (o !=
null
)
40
return
null
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
KeyUtil.java
19
return
null
;
31
return
null
;
43
return
null
;
57
return
null
;
69
return
null
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java
27
while (line !=
null
&& !line.startsWith(BEGIN))
32
if (line !=
null
)
44
return
null
;
55
while ((line = readLine()) !=
null
)
76
if (line ==
null
)
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
TestFileUtil.java
29
Writer writer =
null
;
35
(body !=
null
? body : "") +
39
if (writer !=
null
) {
59
Reader reader =
null
;
74
if (reader !=
null
) reader.close();
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestInputMethodManagerWrapper.java
24
super(
null
);
37
if (mInputConnection !=
null
) return;
44
if (mInputConnection ==
null
) return false;
51
boolean retVal = mInputConnection ==
null
;
52
mInputConnection =
null
;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
bin_multi_test.sh
13
mkdir results >/dev/
null
2>&1
34
eg=/dev/
null
38
sh -c "cat ${asm} | ./yasm -f bin --mapfile=results/${m} -o results/${o} - 2>results/${e}" >/dev/
null
2>/dev/
null
46
echo ${asm} | grep err >/dev/
null
54
if diff -w ${eg} results/${e} >/dev/
null
; then
66
echo ${asm} | grep -v err >/dev/
null
74
if diff -w ${og} results/${oh} >/dev/
null
; then
75
if diff -w ${eg} results/${e} >/dev/
null
; then
76
if diff -w ${mg} results/${m} >/dev/
null
; the
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java
29
* @param ft1 {@code non-
null
;} a frame type
30
* @param ft2 {@code non-
null
;} another frame type
31
* @return {@code non-
null
;} the result of merging the two types
34
if ((ft1 ==
null
) || ft1.equals(ft2)) {
36
} else if (ft2 ==
null
) {
37
return
null
;
47
* A known-
null
merges with any other reference type to
54
* the known-
null
.
61
if (componentUnion ==
null
) {
84
return
null
;
[
all
...]
/external/emma/core/java12/com/vladium/util/args/
OptsParser.java
80
if (vmnemonic !=
null
)
110
if ((usageOptDef !=
null
) && (usageOptDef.getNames () !=
null
) && (usageOptDef.getNames ().length > 1))
120
if (args ==
null
) throw new IllegalArgumentException ("
null
input: args");
130
OptDef optdef =
null
;
131
Opt opt =
null
;
132
String value =
null
;
139
if (av ==
null
) throw new IllegalArgumentException ("
null
input: args[" + a + "]")
[
all
...]
/external/guava/guava/src/com/google/common/io/
MultiReader.java
52
if (current ==
null
) {
66
while (current !=
null
) {
78
return (current !=
null
) && current.ready();
82
if (current !=
null
) {
86
current =
null
;
/external/guava/guava-tests/test/com/google/common/collect/
TreeMultimapExplicitTest.java
41
* A {@code
null
} is less than any non-
null
value.
50
} else if (first ==
null
) {
52
} else if (second ==
null
) {
63
* Decreasing integer values. A {@code
null
} comes before any non-
null
value.
81
multimap.put(
null
, 3);
82
multimap.put(
null
, 1);
83
multimap.put(
null
, 7);
85
multimap.put("tree",
null
);
[
all
...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicsTest.java
35
assertEquals(
null
, Atomics.newReference().get());
39
assertEquals(
null
, Atomics.newReference(
null
).get());
47
assertEquals(
null
, refArray.get(i));
79
Atomics.newReferenceArray(
null
);
/external/javassist/src/main/javassist/compiler/ast/
NewExpr.java
35
super(
null
, new ASTList(arraySize));
38
if (init !=
null
)
46
if (init !=
null
)
66
if (t ==
null
)
67
return
null
;
/external/jmdns/src/javax/jmdns/
NetworkTopologyDiscovery.java
20
* return
null
;
109
NetworkTopologyDiscovery instance =
null
;
111
if (delegate !=
null
) {
114
return (instance !=
null
? instance : new NetworkTopologyDiscoveryImpl());
123
if (_instance ==
null
) {
125
if (_instance ==
null
) {
/external/jmdns/src/javax/jmdns/impl/
NameRegister.java
56
return
null
;
90
return
null
;
108
if (_register !=
null
) {
111
if (register !=
null
) {
122
if (_register ==
null
) {
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
RigidBodyControl.java
38
protected PhysicsSpace space =
null
;
79
control.setPhysicsLocation(getPhysicsLocation(
null
));
80
control.setPhysicsRotation(getPhysicsRotationMatrix(
null
));
94
if (getUserObject() ==
null
|| getUserObject() == this.spatial) {
98
if (spatial ==
null
) {
100
setUserObject(
null
);
102
spatial =
null
;
103
collisionShape =
null
;
106
if (collisionShape ==
null
) {
115
if (spatial ==
null
) {
[
all
...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
UrlAssetInfo.java
30
if (in ==
null
){
31
return
null
;
44
return in !=
null
;
49
if (in !=
null
){
52
in =
null
;
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java
40
private LocalVariable head =
null
;
49
if (data ==
null
) {
50
throw new IllegalArgumentException("rootData is
null
");
119
if (head ==
null
&& !newScope) {
138
if (!newScope && head !=
null
&& name.equals(head.name)) {
142
head.node =
null
;
152
} else if (head !=
null
) {
155
local.nextScope =
null
;
169
if (var ==
null
) {
190
while (curr !=
null
) {
[
all
...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ACsOpenPosition.java
44
if(this._csOpen_ !=
null
)
46
this._csOpen_.parent(
null
);
49
if(node !=
null
)
51
if(node.parent() !=
null
)
75
this._csOpen_ =
null
;
ADataCommand.java
44
if(this._data_ !=
null
)
46
this._data_.parent(
null
);
49
if(node !=
null
)
51
if(node.parent() !=
null
)
75
this._data_ =
null
;
ADecNumberVariable.java
44
if(this._decNumber_ !=
null
)
46
this._decNumber_.parent(
null
);
49
if(node !=
null
)
51
if(node.parent() !=
null
)
75
this._decNumber_ =
null
;
ADecimalExpression.java
44
if(this._value_ !=
null
)
46
this._value_.parent(
null
);
49
if(node !=
null
)
51
if(node.parent() !=
null
)
75
this._value_ =
null
;
AExistsExpression.java
44
if(this._expression_ !=
null
)
46
this._expression_.parent(
null
);
49
if(node !=
null
)
51
if(node.parent() !=
null
)
75
this._expression_ =
null
;
AHexExpression.java
44
if(this._value_ !=
null
)
46
this._value_.parent(
null
);
49
if(node !=
null
)
51
if(node.parent() !=
null
)
75
this._value_ =
null
;
AHexNumberVariable.java
44
if(this._hexNumber_ !=
null
)
46
this._hexNumber_.parent(
null
);
49
if(node !=
null
)
51
if(node.parent() !=
null
)
75
this._hexNumber_ =
null
;
ANameVariable.java
44
if(this._word_ !=
null
)
46
this._word_.parent(
null
);
49
if(node !=
null
)
51
if(node.parent() !=
null
)
75
this._word_ =
null
;
Completed in 959 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>