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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 902 std::vector< ::Atom> operations; local
904 operations.push_back(atom_cache_.GetAtom(kXdndActionCopy));
906 operations.push_back(atom_cache_.GetAtom(kXdndActionMove));
908 operations.push_back(atom_cache_.GetAtom(kXdndActionLink));
909 return operations;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 324 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) {
327 assertValues(entry, rxBytes, rxPackets, txBytes, txPackets, operations);
339 long txBytes, long txPackets, long operations) {
344 assertEquals(operations, entry.operations);
  /external/chromium_org/chrome/browser/webdata/
keyword_table.cc 243 bool KeywordTable::PerformOperations(const Operations& operations) {
248 for (Operations::const_iterator i(operations.begin()); i != operations.end();
  /external/oprofile/events/i386/nehalem/
events 22 event:0x06 counters:0,1,2,3 um:store_blocks minimum:6000 name:STORE_BLOCKS : This event counts the number of load operations delayed caused by preceding stores.
31 event:0x12 counters:0,1,2,3 um:simd_int_128 minimum:6000 name:SIMD_INT_128 : Counts number of 128 bit SIMD integer operations.
52 event:0x4C counters:0,1,2,3 um:one minimum:6000 name:LOAD_HIT_PRE : Counts load operations sent to the L1 data cache while a previous SSE prefetch instruction to the same cache line has started prefetching but has not yet finished.
70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations.
105 event:0xF7 counters:0,1,2,3 um:fp_assist minimum:6000 name:FP_ASSIST : Counts the number of floating point operations executed that required micro-code assist intervention.
107 event:0xFD counters:0,1,2,3 um:simd_int_64 minimum:6000 name:SIMD_INT_64 : Counts number of SID integer 64 bit packed multiply operations.
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 482 final ArrayList<ContentProviderOperation> operations = local
485 if (!operations.isEmpty()) {
489 operations);
  /development/build/tools/
windows_sdk.mk 6 # Summary of operations:
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 75 {# Custom special operations #}
102 {# END custom special operations #}
interface_base.cpp 112 {# Special operations (methods) #}
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 280 * operand. Section 5.10 "Vector and Matrix Operations" explains in
394 _mesa_glsl_error(loc, state, "bit operations require GLSL 1.30");
557 _mesa_glsl_error(loc, state, "bit operations require GLSL 1.30");
879 /* For logical operations, we want to ensure that the operands are
974 static const int operations[AST_NUM_OPERATORS] = { local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
conflict_dialog.js 8 * Dialog to confirm the operation for conflicted file operations.
  /external/chromium_org/v8/test/mjsunit/compiler/
simple-bailouts.js 39 // Test operations expected to stay on the fast path. Enumerate all binary
  /external/chromium_org/v8/test/mjsunit/
error-tostring.js 55 // Test the sequence in which getters and toString operations are called
math-floor-part1.js 58 // by other operations.
math-floor-part4.js 73 // was not properly handled by other operations.
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memcpy.S 108 ! Calculate the bit offsets required for the shift operations necesssary
136 ! Calculate the bit offsets required for the shift operations necesssary
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 280 * operand. Section 5.10 "Vector and Matrix Operations" explains in
394 _mesa_glsl_error(loc, state, "bit operations require GLSL 1.30");
557 _mesa_glsl_error(loc, state, "bit operations require GLSL 1.30");
879 /* For logical operations, we want to ensure that the operands are
974 static const int operations[AST_NUM_OPERATORS] = { local
    [all...]
  /external/oprofile/events/mips/r10000/
events 24 event:0x09 counters:1 um:zero minimum:500 name:SCACHE_LOAD_STORE_CACHEOP_OPERATIONS : Secondary cache load / store and cache-ops operations
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 21 package org.apache.xpath.operations;
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
get_metadata_unittest.cc 13 #include "chrome/browser/chromeos/file_system_provider/operations/get_metadata.h"
22 namespace operations { namespace in namespace:chromeos::file_system_provider
258 } // namespace operations
open_file_unittest.cc 12 #include "chrome/browser/chromeos/file_system_provider/operations/open_file.h"
22 namespace operations { namespace in namespace:chromeos::file_system_provider
236 } // namespace operations
read_directory_unittest.cc 13 #include "chrome/browser/chromeos/file_system_provider/operations/read_directory.h"
22 namespace operations { namespace in namespace:chromeos::file_system_provider
271 } // namespace operations
read_file_unittest.cc 13 #include "chrome/browser/chromeos/file_system_provider/operations/read_file.h"
23 namespace operations { namespace in namespace:chromeos::file_system_provider
261 } // namespace operations
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 24 * signer will not attempt any new operations, assuming the caller is no
180 * all its sign operations.
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 132 blink::WebDragOperationsMask operations,
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 53 Vector<RefPtr<FilterOperation> >& filterOperations = renderStyle->mutableFilter().operations();

Completed in 1017 milliseconds

1 2 3 4 5 6 7 891011>>