OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operations
(Results
26 - 50
of
248
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/apache-xml/src/main/java/org/apache/xpath/operations/
Mod.java
21
package org.apache.xpath.
operations
;
Mult.java
21
package org.apache.xpath.
operations
;
Neg.java
21
package org.apache.xpath.
operations
;
Number.java
21
package org.apache.xpath.
operations
;
Plus.java
21
package org.apache.xpath.
operations
;
And.java
21
package org.apache.xpath.
operations
;
Equals.java
21
package org.apache.xpath.
operations
;
Or.java
21
package org.apache.xpath.
operations
;
VariableSafeAbsRef.java
21
package org.apache.xpath.
operations
;
/libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java
24
* set represent categories of
operations
for a key's channel: Accepting socket
28
* The interest set is an operation set that defines the
operations
that a
31
* The ready set is an operation set that shows the
operations
that a
37
* Interest set mask bit for socket-accept
operations
.
42
* Interest set mask bit for socket-connect
operations
.
47
* Interesting operation mask bit for read
operations
.
52
* Interest set mask bit for write
operations
.
125
* @param
operations
129
* if a bit in {@code
operations
} is not in the set of
130
* {@link SelectableChannel#validOps() valid
operations
} of thi
[
all
...]
/external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp
260
if (val->
operations
().isEmpty())
263
if (val->
operations
().isEmpty())
269
if (!toVal->
operations
().isEmpty()) {
271
if (val->
operations
().size() != toVal->
operations
().size())
275
for (size_t j = 0; j < val->
operations
().size(); ++j) {
276
if (!val->
operations
()[j]->isSameType(*toVal->
operations
()[j]))
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java
43
import org.apache.xpath.
operations
.And;
44
import org.apache.xpath.
operations
.Div;
45
import org.apache.xpath.
operations
.Equals;
46
import org.apache.xpath.
operations
.Gt;
47
import org.apache.xpath.
operations
.Gte;
48
import org.apache.xpath.
operations
.Lt;
49
import org.apache.xpath.
operations
.Lte;
50
import org.apache.xpath.
operations
.Minus;
51
import org.apache.xpath.
operations
.Mod;
52
import org.apache.xpath.
operations
.Mult
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
/prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar
/prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
org.eclipse.core.commands_3.4.0.I20080509-2000.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar
/external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp
335
if (operationsAt(valueList, firstIndex)->
operations
().size() > 0)
349
if (val->
operations
().isEmpty())
352
if (firstVal->
operations
().size() != val->
operations
().size())
355
for (size_t j = 0; j < firstVal->
operations
().size(); ++j) {
356
if (!firstVal->
operations
().at(j)->isSameType(*val->
operations
().at(j)))
367
list.resize(firstVal->
operations
().size());
368
for (size_t j = 0; j < firstVal->
operations
().size(); ++j) {
369
TransformOperation::OperationType type = firstVal->
operations
().at(j)->getOperationType()
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb
72
# the printable name of
operations
represented by the class -- used for inspection
177
@
operations
= []
184
@
operations
<< op
192
@
operations
<< op
200
@
operations
<< op
207
@
operations
<< op
212
operations
= @
operations
.reverse
215
until
operations
.empty?
216
operation =
operations
.shif
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
AbsPathChecker.java
29
import org.apache.xpath.
operations
.Variable;
/frameworks/base/core/jni/
com_android_internal_net_NetworkStatsFactory.cpp
49
jfieldID
operations
;
member in struct:android::__anon19715
119
ScopedLongArrayRW
operations
(env, env->NewLongArray(size));
120
if (
operations
.get() == NULL) return -1;
144
env->SetObjectField(stats, gNetworkStatsClassInfo.
operations
,
operations
.getJavaArray());
182
gNetworkStatsClassInfo.
operations
= env->GetFieldID(clazz, "
operations
", "[J");
/external/oprofile/events/i386/nehalem/
unit_masks
18
0x01 not_sta This event counts the number of load
operations
delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
19
0x02 sta This event counts load
operations
delayed caused by preceding stores whose addresses are unknown (STA block)
59
0x01 packed_mpy Counts number of 128 bit SIMD integer multiply
operations
60
0x02 packed_shift Counts number of 128 bit SIMD integer shift
operations
61
0x04 pack Counts number of 128 bit SIMD integer pack
operations
62
0x08 unpack Counts number of 128 bit SIMD integer unpack
operations
63
0x10 packed_logical Counts number of 128 bit SIMD integer logical
operations
64
0x20 packed_arith Counts number of 128 bit SIMD integer arithmetic
operations
65
0x40 shuffle_move Counts number of 128 bit SIMD integer shuffle and move
operations
72
0x01 cycles_div_busy Counts the number of cycles the divider is busy executing divide or square root
operations
[
all
...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ImportTestProvider.java
60
ArrayList<ContentProviderOperation>
operations
) {
61
if (
operations
== null) {
65
final int size =
operations
.size();
73
ContentProviderOperation operation =
operations
.get(i);
78
ContentProviderOperation operation =
operations
.get(i);
/external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java
38
* do
operations
at random. Each thread keeps track of the per-key deltas that it's directly
116
Operation[]
operations
= Operation.values();
local
120
Operation op =
operations
[random.nextInt(
operations
.length)];
/frameworks/base/tools/preload/
Proc.java
50
/** Number of
operations
. */
53
/** Sequential list of
operations
that happened in this process. */
54
final List<Operation>
operations
= new ArrayList<Operation>();
field in class:Proc
94
operations
.add(o);
Completed in 1807 milliseconds
1
2
3
4
5
6
7
8
9
10