/external/mesa3d/src/glsl/ |
loop_analysis.cpp | 309 /* The remaining variables that are not loop invariant might be loop 324 * invariant, and they should have already been filtered out. 336 * loop invariant.
|
/external/stlport/test/eh/ |
LeakCheck.h | 48 EFFECTS: Generalized function to check an invariant on a container. Specialize 61 Reports any detected memory leaks and checks any invariant defined for the 100 invariant checking is performed. Leak checking still occurs.
|
/external/chromium/chrome/browser/ui/cocoa/ |
window_size_autosaver.mm | 65 // keep the top < bottom invariant, store top in bottom and vice versa.
|
/external/chromium_org/cc/input/ |
page_scale_animation.h | 63 // The following methods return state which is invariant throughout the
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
window_size_autosaver.mm | 65 // keep the top < bottom invariant, store top in bottom and vice versa.
|
/external/chromium_org/content/browser/download/ |
download_item_impl_delegate.h | 94 // For "Outlives attached DownloadItemImpl" invariant assertion.
|
/external/chromium_org/sandbox/win/src/sidestep/ |
mini_disassembler.cpp | 45 // Invariant: We have stripped all prefixes, and the operand_is_32_bits_ 57 // Invariant: operand_bytes_ indicates the total size of operands 341 // Invariant: modrm contains the mod field in bits 4..3 and the r/m field 350 // Invariant: modrm_entry points to information that we need to decode
|
/external/chromium_org/sync/engine/ |
traffic_recorder.cc | 110 // Maintain the size invariant by deleting items.
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
MouseRelatedEvent.h | 36 // exposed via DOM APIs are invariant under zooming.
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_writer.cc | 49 // Invariant: we never leave < kHeaderSize bytes in a block.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_context.c | 262 struct r300_invariant_state *invariant = local 290 /* Initialize the VAP invariant state. */ 307 /* Initialize the invariant state. */ 309 BEGIN_CB(invariant->cb, r300->invariant_state.size);
|
/external/chromium_org/third_party/sqlite/src/test/ |
thread001.test | 86 # Test that the invariant is true.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
mini_disassembler.cc | 70 // Invariant: We have stripped all prefixes, and the operand_is_32_bits_ 82 // Invariant: operand_bytes_ indicates the total size of operands 377 // Invariant: modrm contains the mod field in bits 4..3 and the r/m field 386 // Invariant: modrm_entry points to information that we need to decode
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
mini_disassembler.cc | 70 // Invariant: We have stripped all prefixes, and the operand_is_32_bits_ 82 // Invariant: operand_bytes_ indicates the total size of operands 377 // Invariant: modrm contains the mod field in bits 4..3 and the r/m field 386 // Invariant: modrm_entry points to information that we need to decode
|
/external/chromium_org/tools/memory_watcher/ |
mini_disassembler.cc | 43 // Invariant: We have stripped all prefixes, and the operand_is_32_bits_ 55 // Invariant: operand_bytes_ indicates the total size of operands 338 // Invariant: modrm contains the mod field in bits 4..3 and the r/m field 347 // Invariant: modrm_entry points to information that we need to decode
|
/external/chromium_org/tools/traceline/traceline/sidestep/ |
mini_disassembler.cc | 66 // Invariant: We have stripped all prefixes, and the operand_is_32_bits_ 78 // Invariant: operand_bytes_ indicates the total size of operands 362 // Invariant: modrm contains the mod field in bits 4..3 and the r/m field 371 // Invariant: modrm_entry points to information that we need to decode
|
/external/chromium_org/ui/base/models/ |
tree_node_iterator.h | 34 // This is to satisfy the iterator invariant that the current index in the
|
/external/clang/include/clang-c/ |
CXCompilationDatabase.h | 138 * Invariant :
|
/external/guava/guava/src/com/google/common/collect/ |
BstNode.java | 111 * Returns {@code true} if the traditional binary search tree ordering invariant holds with
|
/external/linux-tools-perf/util/ |
strbuf.h | 20 * invariant is preserved.
|
/external/llvm/lib/Support/ |
DAGDeltaAlgorithm.cpp | 127 // Check dependencies invariant. 318 // Invariant: CurrentSet intersect Required == {} 319 // Invariant: Required == (Required union succ*(Required)) 336 // and our invariant on Required is maintained.
|
DeltaAlgorithm.cpp | 46 // Invariant: union(Res) == Changes
|
/external/llvm/test/Transforms/IndVarSimplify/ |
loop_evaluate10.ll | 8 ; Indvars does not currently replace loop invariant values unless all
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_context.c | 262 struct r300_invariant_state *invariant = local 290 /* Initialize the VAP invariant state. */ 307 /* Initialize the invariant state. */ 309 BEGIN_CB(invariant->cb, r300->invariant_state.size);
|
/external/chromium_org/third_party/angle/src/compiler/ |
glslang.l | 76 "invariant" { return INVARIANT; }
|