/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 70 * Upload the binding table pointers, which point each stage's array of surface 71 * state pointers. 73 * The binding table pointers are relative to the surface state base address, 104 * Upload the binding table pointers, which point each stage's array of surface 105 * state pointers. 107 * The binding table pointers are relative to the surface state base address, 140 * Upload pointers to the per-stage state. 142 * The state pointers in this packet are all relative to the general state 827 * and is actually required for binding table pointers on gen6. 829 * Surface state base address covers binding table pointers an [all...] |
/external/icu4c/common/ |
ucnvlat1.c | 41 /* set up the local pointers */ 102 /* write back the updated pointers */ 146 /* set up the local pointers */ 312 /* write back the updated pointers */ 331 /* set up the local pointers */ 412 /* write back the updated pointers */ 482 /* set up the local pointers */ 572 /* write back the updated pointers */ 622 /* set up the local pointers */ 689 /* write back the updated pointers */ [all...] |
/external/llvm/include/llvm/Analysis/ |
AliasAnalysis.h | 26 // - Pointers that point to two completely different objects in memory never 28 // - NoAlias doesn't imply inequal pointers. The most obvious example of this 29 // is two pointers to constant memory. Even if they are equal, constant 31 // In this and other situations, the pointers may be both NoAlias and 153 /// know for sure it must alias, or we don't know anything: The two pointers 156 /// to check to see if two pointers might alias. 164 PartialAlias, ///< Pointers differ, but pointees overlap. 165 MustAlias ///< Pointers are equal. 169 /// Returns an AliasResult indicating whether the two pointers are aliased to 186 /// pointers are no-alias [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 70 * Upload the binding table pointers, which point each stage's array of surface 71 * state pointers. 73 * The binding table pointers are relative to the surface state base address, 104 * Upload the binding table pointers, which point each stage's array of surface 105 * state pointers. 107 * The binding table pointers are relative to the surface state base address, 140 * Upload pointers to the per-stage state. 142 * The state pointers in this packet are all relative to the general state 827 * and is actually required for binding table pointers on gen6. 829 * Surface state base address covers binding table pointers an [all...] |
/frameworks/native/libs/input/ |
InputTransport.cpp | 315 ALOGE("channel '%s' publisher ~ Invalid number of pointers provided: %d.", 338 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]); 339 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]); 658 uint32_t id = msg->body.motion.pointers[i].properties.id; 660 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords; 699 // Ensure that the current sample has all of the pointers that need to be reported. 764 PointerCoords& resampledCoords = touchState.lastResample.pointers[i]; 792 event->addSample(sampleTime, touchState.lastResample.pointers); 901 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties); 902 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords) [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
mapped_memory_unittest.cc | 216 void *pointers[kAllocCount]; local 220 pointers[i] = manager_->Alloc(kSize, &id, &offset); 221 EXPECT_TRUE(pointers[i]); 228 manager_->FreePendingToken(pointers[0], token); 244 EXPECT_EQ(new_ptr, pointers[0]); 251 manager_->Free(pointers[i]);
|
/external/webrtc/src/common_audio/signal_processing/ |
resample.c | 89 // move input/output pointers 10/SUB_BLOCKS_22_16 ms seconds ahead 153 // move input/output pointers 10/SUB_BLOCKS_16_22 ms seconds ahead 222 // move input/output pointers 10/SUB_BLOCKS_22_8 ms seconds ahead 293 // move input/output pointers 10/SUB_BLOCKS_8_22 ms seconds ahead 453 // update pointers 501 // update pointers
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
functional | 245 // To pick up function references (that will become function pointers) 520 /// Implementation of @c mem_fn for member function pointers. 548 // Handle pointers 553 // Handle smart pointers, references and pointers to derived 566 /// Implementation of @c mem_fn for const member function pointers. 595 // Handle pointers 600 // Handle smart pointers, references and pointers to derived 612 /// Implementation of @c mem_fn for volatile member function pointers [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
functional | 245 // To pick up function references (that will become function pointers) 520 /// Implementation of @c mem_fn for member function pointers. 548 // Handle pointers 553 // Handle smart pointers, references and pointers to derived 566 /// Implementation of @c mem_fn for const member function pointers. 595 // Handle pointers 600 // Handle smart pointers, references and pointers to derived 612 /// Implementation of @c mem_fn for volatile member function pointers [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
functional | 245 // To pick up function references (that will become function pointers) 520 /// Implementation of @c mem_fn for member function pointers. 548 // Handle pointers 553 // Handle smart pointers, references and pointers to derived 566 /// Implementation of @c mem_fn for const member function pointers. 595 // Handle pointers 600 // Handle smart pointers, references and pointers to derived 612 /// Implementation of @c mem_fn for volatile member function pointers [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
functional | 245 // To pick up function references (that will become function pointers) 520 /// Implementation of @c mem_fn for member function pointers. 548 // Handle pointers 553 // Handle smart pointers, references and pointers to derived 566 /// Implementation of @c mem_fn for const member function pointers. 595 // Handle pointers 600 // Handle smart pointers, references and pointers to derived 612 /// Implementation of @c mem_fn for volatile member function pointers [all...] |
/art/runtime/base/ |
macros.h | 84 // (although not all) pointers. Therefore, you should use arraysize 113 // pointers, namely where the pointer size is divisible by the pointee 115 // where a pointer is 4 bytes, this means all pointers to a type whose
|
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
CtsUiAutomatorTest.java | 791 * the motion events to make sure the starting and ending points of both pointers 810 // dialog with the detected pointers motion coordinates is displayed. 826 assertTrue("All Y axis coordinates for both pointers must be the same", p1s.y == p2s.y); 997 String pointers[] = allPointers.split("\\n"); local [all...] |
/dalvik/vm/alloc/ |
HeapBitmap.cpp | 78 * Return true iff <obj> is within the range of pointers that this 158 * object pointers that correspond to garbage objects. Call 159 * <callback> zero or more times with lists of these object pointers.
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3convertutf.h | 31 Each of these routines takes pointers to input buffers and output 36 targetEnd. Note: the end pointers are *after* the last item: e.g. 52 sourceEnd, targetEnd - respectively pointers to the ends of the
|
/external/ceres-solver/include/ceres/internal/ |
macros.h | 96 // (although not all) pointers. Therefore, you should use arraysize 125 // pointers, namely where the pointer size is divisible by the pointee 127 // where a pointer is 4 bytes, this means all pointers to a type whose
|
/external/chromium/base/threading/ |
thread_local_storage_win.cc | 14 // pointers to the destructor for each TLS that we allocate. 29 // An array of destructor function pointers for the slots. If 161 // .CRT$XLA to .CRT$XLZ is an array of PIMAGE_TLS_CALLBACK pointers that are
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 39 // - Each smart pointer is actually two pointers (8 bytes instead of 4). 40 // - Every time a pointer is assigned, the entire list of pointers to that 42 // will often be more than two or three pointers to a particular object.
|
/external/chromium_org/base/ |
callback_internal.h | 46 // In C++, it is safe to cast function pointers to function pointers of 88 // pointers for storage; and it avoids accidentally trying to create a
|
environment.cc | 217 result_indices.size() + 1 + // Null-terminated array of pointers. 221 // The string storage goes after the array of pointers. 227 // Fill array of pointers at the beginning of the result.
|
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/ |
nacl_ppapi_util.h | 38 // other threads should not use pointers to the pp::Module, since the 59 // continuation can safely use pointers to the instance to perform 188 // thread. Pointers to the anchor object can be given to worker
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 39 // - Each smart pointer is actually two pointers (8 bytes instead of 4). 40 // - Every time a pointer is assigned, the entire list of pointers to that 42 // will often be more than two or three pointers to a particular object.
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglmode.c | 272 /* allocate array of mode pointers */ 279 /* make array of pointers to qualifying modes */ 286 /* sort array of pointers */
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 39 // - Each smart pointer is actually two pointers (8 bytes instead of 4). 40 // - Every time a pointer is assigned, the entire list of pointers to that 42 // will often be more than two or three pointers to a particular object.
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/ |
refcount.h | 42 // 1. Virtual inherit from RefCount interface in base class if smart pointers 54 // 4. Smart pointers here are very bad candidates for function parameters. Use 55 // dumb pointers in function parameter list.
|