HomeSort by relevance Sort by last modified time
    Searched refs:operations (Results 76 - 100 of 435) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Bool.java 21 package org.apache.xpath.operations;
Div.java 21 package org.apache.xpath.operations;
Minus.java 21 package 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;
  /external/chromium_org/cc/test/
animation_test_common.cc 59 TransformOperations operations) {
69 duration, operations, scoped_ptr<TimingFunction>()));
94 TransformOperations operations; local
95 operations.AppendTranslate(delta_x, delta_y, 0.0);
96 return AddAnimatedTransform(target, duration, start_operations, operations);
323 TransformOperations operations) {
324 return AddAnimatedTransform(layer, duration, start_operations, operations);
330 TransformOperations operations) {
334 operations);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
close_file.h 10 #include "chrome/browser/chromeos/file_system_provider/operations/operation.h"
26 namespace operations { namespace in namespace:chromeos::file_system_provider
53 } // namespace operations
get_metadata.h 10 #include "chrome/browser/chromeos/file_system_provider/operations/operation.h"
25 namespace operations { namespace in namespace:chromeos::file_system_provider
51 } // namespace operations
read_directory.h 10 #include "chrome/browser/chromeos/file_system_provider/operations/operation.h"
25 namespace operations { namespace in namespace:chromeos::file_system_provider
51 } // namespace operations
unmount.h 10 #include "chrome/browser/chromeos/file_system_provider/operations/operation.h"
26 namespace operations { namespace in namespace:chromeos::file_system_provider
50 } // namespace operations
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerFilterInfo.cpp 115 void RenderLayerFilterInfo::updateReferenceFilterClients(const FilterOperations& operations)
118 for (size_t i = 0; i < operations.size(); ++i) {
119 RefPtr<FilterOperation> filterOperation = operations.operations().at(i);
  /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...]
  /system/core/include/cutils/
atomic-inline.h 26 * operations. These are intended for rare circumstances where a
59 #error atomic operations are unsupported
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
SequentialSensorOperation.java 37 public void add(ISensorOperation ... operations) {
38 for (ISensorOperation operation : operations) {
48 * in one operation, it is thrown and all subsequent operations will not run.
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.h 78 Vector<RefPtr<TransformOperation> >& operations() { return m_operations; } function in class:WebCore::TransformOperations
79 const Vector<RefPtr<TransformOperation> >& operations() const { return m_operations; } function in class:WebCore::TransformOperations
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
diff.rb 34 def operations method in class:HTMLDiff.DiffBuilder
36 operations = []
65 operations << operation_upto_match_positions
71 operations << match_operation
78 operations
  /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 

Completed in 267 milliseconds

1 2 34 5 6 7 8 91011>>