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

1 2 3 45 6 7 8 91011>>

  /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;
  /external/apache-xml/src/main/java/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;
UnaryOperation.java 21 package org.apache.xpath.operations;
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
close_file.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/close_file.h"
14 namespace operations { namespace in namespace:chromeos::file_system_provider
48 } // namespace operations
open_file.h 10 #include "chrome/browser/chromeos/file_system_provider/operations/operation.h"
26 namespace operations { namespace in namespace:chromeos::file_system_provider
57 } // namespace operations
operation.h 27 namespace operations { namespace in namespace:chromeos::file_system_provider
65 } // namespace operations
read_file.h 11 #include "chrome/browser/chromeos/file_system_provider/operations/operation.h"
28 namespace operations { namespace in namespace:chromeos::file_system_provider
62 } // namespace operations
unmount.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/unmount.h"
12 namespace operations { namespace in namespace:chromeos::file_system_provider
41 } // namespace operations
open_file.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/open_file.h"
14 namespace operations { namespace in namespace:chromeos::file_system_provider
71 } // namespace operations
operation.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/operation.h"
12 namespace operations { namespace in namespace:chromeos::file_system_provider
58 } // namespace operations
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_overscan.css 10 #display-overscan-operations-table {
15 #display-overscan-operations-table td {
  /external/chromium_org/chrome/renderer/resources/extensions/
enterprise_platform_keys_custom_bindings.js 9 // - the key generation and crypto operations and
12 // The internal API provides the key and crypto operations through static
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueTestHelperTest.cpp 95 operations1.operations().append(TranslateTransformOperation::create(Length(2, WebCore::Fixed), Length(0, WebCore::Fixed), TransformOperation::TranslateX));
101 operations2.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D));
  /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/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
SkiaImageFilterBuilder.cpp 87 bool SkiaImageFilterBuilder::buildFilterOperations(const FilterOperations& operations, blink::WebFilterOperations* filters)
95 for (size_t i = 0; i < operations.size(); ++i) {
96 const FilterOperation& op = *operations.at(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)];
  /external/chromium_org/cc/test/
animation_test_common.h 162 TransformOperations operations);
167 TransformOperations operations);
  /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);
WritePreloadedClassFile.java 100 for (Operation operation : proc.operations) {
137 for (Operation operation : proc.operations) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
CommonDatabaseUtils.java 87 ArrayList<ContentProviderOperation> operations) {
89 resolver.applyBatch(ContactsContract.AUTHORITY, operations);

Completed in 363 milliseconds

1 2 3 45 6 7 8 91011>>