Searched
full:hold (Results
326 -
350 of
9550) sorted by null
<<11121314151617181920>>
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/ |
| ThreadSafetyLogical.h | 33 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 96 /// holds, then RHS must hold. For example, (A & B) implies A.
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyLogical.h | 33 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 96 /// holds, then RHS must hold. For example, (A & B) implies A.
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/ |
| ThreadSafetyLogical.h | 33 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 96 /// holds, then RHS must hold. For example, (A & B) implies A.
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/ |
| ThreadSafetyLogical.h | 33 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 96 /// holds, then RHS must hold. For example, (A & B) implies A.
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/ |
| ThreadSafetyLogical.h | 33 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 96 /// holds, then RHS must hold. For example, (A & B) implies A.
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/ |
| ThreadSafetyLogical.h | 33 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 96 /// holds, then RHS must hold. For example, (A & B) implies A.
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/ |
| ThreadSafetyLogical.h | 33 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 96 /// holds, then RHS must hold. For example, (A & B) implies A.
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/ |
| ThreadSafetyLogical.h | 33 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 96 /// holds, then RHS must hold. For example, (A & B) implies A.
|
| /prebuilts/gdb/darwin-x86/include/python2.7/ |
| longintrepr.h | 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits' 17 should be an unsigned integer type able to hold all integers up to
|
| /prebuilts/gdb/linux-x86/include/python2.7/ |
| longintrepr.h | 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits' 17 should be an unsigned integer type able to hold all integers up to
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/ |
| unsafe.go | 37 // Convert to pointer so it should hold 76 // Convert to pointer so it should hold
|
| /prebuilts/go/darwin-x86/src/sync/ |
| cond.go | 62 // It is allowed but not required for the caller to hold c.L 71 // It is allowed but not required for the caller to hold c.L
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/ |
| unsafe.go | 37 // Convert to pointer so it should hold 76 // Convert to pointer so it should hold
|
| /prebuilts/go/linux-x86/src/sync/ |
| cond.go | 62 // It is allowed but not required for the caller to hold c.L 71 // It is allowed but not required for the caller to hold c.L
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
| type_manager.h | 54 // Returns the number of types hold in this manager. 62 // Returns the number of forward pointer types hold in this manager.
|
| /prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
| longintrepr.h | 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits' 17 should be an unsigned integer type able to hold all integers up to
|
| /prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
| longintrepr.h | 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits' 17 should be an unsigned integer type able to hold all integers up to
|
| /system/connectivity/wifilogd/ |
| message_buffer.h | 54 // Returns true if the buffer is large enough to hold |length| bytes of user 58 // Returns true if the buffer currently has enough free space to hold |length|
|
| /system/core/liblog/ |
| log_ratelimit.cpp | 28 // seconds argument, so we will also hold on to the maximum value 41 // seconds, otherwise we will take the maximum ever issued and hold
|
| /system/core/libmemunreachable/tests/ |
| Binder_test.cpp | 36 // Provides a service that will hold a strong reference to any remote binder 127 // through ServiceProcess as a remote service to hold the strong reference.
|
| /system/extras/libperfmgr/ |
| config_schema.json | 68 "title": "The Hold Fd Schema.", 69 "description": "Flag if node will hold the file descriptor on non-default values; if not present, it will be set to false."
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| libcoff-in.h | 485 /* Buffer large enough to hold swapped symbols of any input file. */ 487 /* Buffer large enough to hold sections of symbols of any input file. */ 489 /* Buffer large enough to hold output indices of symbols of any 492 /* Buffer large enough to hold output symbols for any input file. */ 494 /* Buffer large enough to hold external line numbers for any input 497 /* Buffer large enough to hold any input section. */ 499 /* Buffer large enough to hold external relocs of any input section. */ 501 /* Buffer large enough to hold swapped relocs of any input section. */
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/ |
| MetricTestCase.java | 80 /** Structure to hold a log file to be reported. */ 89 // We hold a copy because the caller will most likely cancel the stream after.
|
| /art/dexlayout/ |
| dex_container.h | 28 // This container may also hold metadata used for multi dex deduplication in the future.
|
| /art/runtime/arch/arm/ |
| context_arm.h | 91 // Hold values for sp and pc if they are not located within a stack frame.
|
Completed in 1746 milliseconds
<<11121314151617181920>>