HomeSort by relevance Sort by last modified time
    Searched full:reused (Results 1 - 25 of 1918) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/110-dex-preserve-this/
info.txt 2 "this" argument is never reused for a temporary. (Background: Popular
3 debuggers will get confused if "this" is reused, and it arguably
  /external/llvm/test/Instrumentation/AddressSanitizer/
twice.ll 1 ; Check that the address sanitizer pass can be reused
  /external/compiler-rt/test/msan/
tls_reuse.cc 3 // Check that when TLS block is reused between threads, its shadow is cleaned.
  /external/iptables/include/linux/netfilter_bridge/
ebt_mark_t.h 4 /* The target member is reused for adding new actions, the
  /external/llvm/utils/lit/tests/Inputs/discovery/
lit.cfg 7 # because this suite gets reused for testing the exec root behavior (in
  /external/mesa3d/src/mapi/glapi/gen/
ARB_internalformat_query.xml 7 <!-- Other existing enums are reused for this extension. -->
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_FusedBatchNormGrad.pbtxt 25 mean to be reused in gradient computation. When is_training is
26 False, a 1D Tensor for the population mean to be reused in both
34 variance (inverted variance in the cuDNN case) to be reused in
36 for the population variance to be reused in both 1st and 2nd
api_def_FusedBatchNormGradV2.pbtxt 25 mean to be reused in gradient computation. When is_training is
26 False, a 1D Tensor for the population mean to be reused in both
34 variance (inverted variance in the cuDNN case) to be reused in
36 for the population variance to be reused in both 1st and 2nd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 4 /* The target member is reused for adding new actions, the
  /prebuilts/go/darwin-x86/src/net/http/
transport_internal_test.go 114 pc: &persistConn{reused: false},
120 pc: &persistConn{reused: true},
126 pc: &persistConn{reused: true},
138 pc: &persistConn{reused: true},
144 pc: &persistConn{reused: true},
150 pc: &persistConn{reused: true},
156 pc: &persistConn{reused: true},
162 pc: &persistConn{reused: true},
168 pc: &persistConn{reused: true},
  /prebuilts/go/linux-x86/src/net/http/
transport_internal_test.go 114 pc: &persistConn{reused: false},
120 pc: &persistConn{reused: true},
126 pc: &persistConn{reused: true},
138 pc: &persistConn{reused: true},
144 pc: &persistConn{reused: true},
150 pc: &persistConn{reused: true},
156 pc: &persistConn{reused: true},
162 pc: &persistConn{reused: true},
168 pc: &persistConn{reused: true},
  /frameworks/native/libs/vr/libvr_manager/include/private/dvr/
trusted_uids.h 15 * UIDs are guaranteed not to be reused until the next reboot even in case
23 * reused. If false this call will reach the Application Manager Service
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.cc 74 // reused counter);
93 ThreadClock::ThreadClock(unsigned tid, unsigned reused)
95 , reused_(reused + 1) { // 0 has special meaning
101 clk_[tid_].reused = reused_;
120 if (src->elem(tid_).reused == reused_) {
153 src->elem(tid_).reused = reused_;
198 ce.reused = 0;
204 dst->elem(i).reused = 0;
212 dst->elem(tid_).reused = reused_;
237 ce.reused = 0
    [all...]
  /build/soong/cc/
library_test.go 42 t.Errorf("static object not reused for shared library")
68 t.Errorf("static object not reused for shared library")
94 t.Errorf("static object not reused for shared library")
120 t.Errorf("static object reused for shared library when it shouldn't be")
146 t.Errorf("static object reused for shared library when it shouldn't be")
150 t.Run("global cflags for reused generated sources", func(t *testing.T) {
177 t.Errorf("static objects not reused for shared library")
  /developers/build/prebuilts/gradle/CardView/Application/
build.gradle 29 'common', // components that are reused by multiple samples
  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Shared/
build.gradle 27 'common', // components that are reused by multiple samples
  /developers/build/prebuilts/gradle/SpeedTracker/Shared/
build.gradle 27 'common', // components that are reused by multiple samples
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Shared/
build.gradle 27 'common', // components that are reused by multiple samples
  /developers/build/prebuilts/gradle/WearNotifications/Shared/
build.gradle 29 'common', // components that are reused by multiple samples
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Shared/
build.gradle 27 'common', // components that are reused by multiple samples
  /developers/samples/android/wearable/wear/WearNotifications/Shared/
build.gradle 29 'common', // components that are reused by multiple samples
  /external/jsilver/src/com/google/clearsilver/jsilver/output/
OutputBufferProvider.java 30 * Tells the provider that this buffer is free to be reused.
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_mark_t.h 5 /* The target member is reused for adding new actions, the
  /packages/apps/Camera2/src/com/android/camera/
CaptureActivity.java 21 // reused for IMAGE_CAPTURE or VIDEO_CAPTURE intents from other activities.
  /system/extras/power_profile/gps_on/Application/
build.gradle 26 'common', // components that are reused by multiple samples

Completed in 3157 milliseconds

1 2 3 4 5 6 7 8 91011>>