/external/valgrind/coregrind/m_aspacemgr/ |
aspacemgr-segnames.c | 320 /* We need to add a new name. */ 322 /* Note, that we need at least two bytes in the payload. The reason is 329 SizeT need = len + 1 + overhead; local 330 if (need > (sizeof segnames) - segnames_used) { 342 segnames_used += need;
|
/prebuilts/go/darwin-x86/test/ |
escape_struct_param1.go | 53 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of ps 114 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 132 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 150 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 168 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 202 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 220 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 238 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 256 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4
|
escape_struct_param2.go | 53 // BAD: need fine-grained analysis to avoid spurious escape of ps 114 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 132 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 150 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 168 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 202 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 220 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 238 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 256 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4
|
/prebuilts/go/linux-x86/test/ |
escape_struct_param1.go | 53 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of ps 114 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 132 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 150 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 168 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 202 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 220 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 238 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 256 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4
|
escape_struct_param2.go | 53 // BAD: need fine-grained analysis to avoid spurious escape of ps 114 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 132 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 150 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 168 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 202 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 220 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 238 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 256 // BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4
|
/build/soong/cc/ |
ndk_sysroot.go | 23 // TODO(danalbert): All of the above need to include NOTICE files. 39 // Since we don't actually need to know anything about the stub libraries aside 46 // Since these need to be the actual implementation, we can't build old versions 50 // NDK build rules only need to archive them for retrieval so they can be added 79 // libraries themselves might need to depend on the base sysroot.
|
/external/googletest/googlemock/ |
README.md | 70 If you need help, please check the 91 framework, although it will still need Google Test. Please read 117 We welcome patches. If you plan to contribute a patch, you need to 138 To make it work for Google Mock you will need to change 172 system to build Google Mock (described below), you'll need to 180 To build Google Mock and your tests that use it, you need to tell your 214 (We need -pthread as Google Test and Google Mock use threads.) 275 subset of TR1 tuple that's enough for Google Mock's need. Google Mock 279 Usually you don't need to care about which tuple library Google Test 281 you need to tell Google Test and Google Mock to use the same TR1 tupl [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeAdaptor.as | 9 * objects, you need to override this and then set the parser tree adaptor to 36 * token DECL, but you need to create it as a payload or whatever for 48 * token DECL, but you need to create it as a payload or whatever for
|
/external/libxml2/ |
gentest.py | 107 # Some functions really need to be skipped for the tests. 808 need = 0 variable 811 if need: 814 need = 1 variable 824 need = 0; variable 827 if need: 830 need = 1 variable
|
/prebuilts/go/darwin-x86/src/math/big/ |
example_test.go | 108 // iteration, we need at least log_2(prec) steps. 111 // Initialize values we need for the computation. 118 // We use t as a temporary variable. There's no need to set its precision
|
/prebuilts/go/darwin-x86/src/runtime/ |
cgo_sigaction.go | 23 // functions here ? so we need the pointer parameters to be properly marked. 36 // We need to call _cgo_sigaction, which means we need a big enough stack
|
/prebuilts/go/linux-x86/src/math/big/ |
example_test.go | 108 // iteration, we need at least log_2(prec) steps. 111 // Initialize values we need for the computation. 118 // We use t as a temporary variable. There's no need to set its precision
|
/prebuilts/go/linux-x86/src/runtime/ |
cgo_sigaction.go | 23 // functions here ? so we need the pointer parameters to be properly marked. 36 // We need to call _cgo_sigaction, which means we need a big enough stack
|
/packages/apps/TV/common/src/com/android/tv/common/ |
CommonPreferences.java | 159 public static synchronized void setShouldShowSetupActivity(Context context, boolean need) { 161 setPreference(context, PREFS_KEY_LAUNCH_SETUP, need); 163 getSharedPreferences(context).edit().putBoolean(PREFS_KEY_LAUNCH_SETUP, need).apply();
|
/build/make/core/ |
cleanspec.mk | 31 # If you don't need to do a full clean build but would like to touch 46 # If you need to re-do something that's already mentioned, just copy
|
/device/google/cuttlefish_common/host/libs/ivserver/ |
README.md | 15 a time. This may need to be enforced as there may be mulitple VMs (but each 16 of them need a dedicated shared_memory and VM <--> server UNIX Domain
|
/external/dhcpcd-6.8.2/dev/ |
udev.c | 31 # warning As such, dhcpcd will need to depend on the
|
/external/libffi/src/m88k/ |
obsd.S | 63 | Save the few arguments we'll need after ffi_prep_args() 98 | Restore stack now that we don't need the args anymore
|
/external/libffi/src/metag/ |
sysv.S | 214 ! Sadly, there is no setd{cc} instruction so we need to workaround that 230 ! saved area. We need to restore 4 regs, therefore we need to move 270 ! We need to subtract #4 later on
|
/external/ltp/testcases/open_posix_testsuite/scripts/ |
locate-test | 24 Filenames need to follow some standarized format for them to be picked 76 # Need the DIRECTORY arg ...
|
/external/mesa3d/docs/specs/OLD/ |
MESA_sprite_point.spec | 98 need to limit the size. 111 MAX_SPRITE_POINT_SIZE_MESA 0x???? (need this?)
|
/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/ |
obsd.S | 63 | Save the few arguments we'll need after ffi_prep_args() 98 | Restore stack now that we don't need the args anymore
|
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/ |
sysv.S | 214 ! Sadly, there is no setd{cc} instruction so we need to workaround that 230 ! saved area. We need to restore 4 regs, therefore we need to move 270 ! We need to subtract #4 later on
|
/external/python/cpython3/Modules/_ctypes/libffi/src/m88k/ |
obsd.S | 63 | Save the few arguments we'll need after ffi_prep_args() 98 | Restore stack now that we don't need the args anymore
|
/external/python/cpython3/Modules/_ctypes/libffi/src/metag/ |
sysv.S | 214 ! Sadly, there is no setd{cc} instruction so we need to workaround that 230 ! saved area. We need to restore 4 regs, therefore we need to move 270 ! We need to subtract #4 later on
|