/system/webservd/webservd/ |
log_manager.h | 32 class LogManager final { class in namespace:webservd
|
/external/clang/test/OpenMP/ |
task_ast_print.cpp | 39 #pragma omp task default(none), private(argc, b) firstprivate(argv) shared(d) if (argc > 0) final(S<T>::TS > 0) priority(argc) 53 // CHECK-NEXT: #pragma omp task default(none) private(argc,b) firstprivate(argv) shared(d) if(argc > 0) final(S<int>::TS > 0) priority(argc) 64 // CHECK-NEXT: #pragma omp task default(none) private(argc,b) firstprivate(argv) shared(d) if(argc > 0) final(S<long>::TS > 0) priority(argc) 75 // CHECK-NEXT: #pragma omp task default(none) private(argc,b) firstprivate(argv) shared(d) if(argc > 0) final(S<T>::TS > 0) priority(argc) 94 #pragma omp task default(none), private(argc, b) firstprivate(argv) if (argc > 0) final(a > 0) depend(inout : a, argv[:argc],arr[:a]) priority(23) 95 // CHECK-NEXT: #pragma omp task default(none) private(argc,b) firstprivate(argv) if(argc > 0) final(a > 0) depend(inout : a,argv[:argc],arr[:a]) priority(23)
|
taskloop_ast_print.cpp | 23 #pragma omp taskloop private(argc, b), firstprivate(c, d), lastprivate(d, f) collapse(N) shared(g) if (c) final(d) mergeable priority(f) nogroup num_tasks(N) 36 // CHECK-NEXT: #pragma omp taskloop private(argc,b) firstprivate(c,d) lastprivate(d,f) collapse(N) shared(g) if(c) final(d) mergeable priority(f) nogroup num_tasks(N) 55 #pragma omp taskloop if(taskloop: a) default(none) shared(a) final(b) priority(5) nogroup num_tasks(argc) 56 // CHECK-NEXT: #pragma omp taskloop if(taskloop: a) default(none) shared(a) final(b) priority(5) nogroup num_tasks(argc)
|
/external/llvm/utils/release/ |
tag.sh | 33 echo " -final Tag final release candidate" 84 -final | --final ) 85 rc="final"
|
/external/webrtc/webrtc/common_audio/ |
wav_file.h | 39 class WavWriter final : public WavFile { class in namespace:webrtc 68 class WavReader final : public WavFile { class in namespace:webrtc
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
audio_encoder_pcm.h | 71 class AudioEncoderPcmA final : public AudioEncoderPcm { class in namespace:webrtc 93 class AudioEncoderPcmU final : public AudioEncoderPcm { class in namespace:webrtc
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
statistics_calculator.h | 114 class PeriodicUmaCount final : public PeriodicUmaLogger { class in class:webrtc::StatisticsCalculator 130 class PeriodicUmaAverage final : public PeriodicUmaLogger { class in class:webrtc::StatisticsCalculator
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
audio_file_processor.h | 84 class WavFileProcessor final : public AudioFileProcessor { class in namespace:webrtc 107 class AecDumpFileProcessor final : public AudioFileProcessor { class in namespace:webrtc
|
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
charmap.py | 29 def encode(self, input, final=False): 37 def decode(self, input, final=False):
|
palmos.py | 19 def encode(self, input, final=False): 23 def decode(self, input, final=False):
|
quopri_codec.py | 51 def encode(self, input, final=False): 55 def decode(self, input, final=False):
|
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
charmap.py | 29 def encode(self, input, final=False): 37 def decode(self, input, final=False):
|
palmos.py | 19 def encode(self, input, final=False): 23 def decode(self, input, final=False):
|
quopri_codec.py | 51 def encode(self, input, final=False): 55 def decode(self, input, final=False):
|
/prebuilts/go/darwin-x86/test/ |
switch4.go | 21 fallthrough // ERROR "cannot fallthrough final case in switch"
|
/prebuilts/go/linux-x86/test/ |
switch4.go | 21 fallthrough // ERROR "cannot fallthrough final case in switch"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
charmap.py | 29 def encode(self, input, final=False): 37 def decode(self, input, final=False):
|
palmos.py | 19 def encode(self, input, final=False): 23 def decode(self, input, final=False):
|
quopri_codec.py | 51 def encode(self, input, final=False): 55 def decode(self, input, final=False):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
charmap.py | 29 def encode(self, input, final=False): 37 def decode(self, input, final=False):
|
palmos.py | 19 def encode(self, input, final=False): 23 def decode(self, input, final=False):
|
quopri_codec.py | 51 def encode(self, input, final=False): 55 def decode(self, input, final=False):
|
/system/tools/aidl/ |
options.h | 30 class JavaOptions final { class in namespace:android::aidl 69 class CppOptions final { class in namespace:android::aidl
|
/external/clang/test/Parser/ |
cxx0x-attributes.cpp | 62 virtual void f() const volatile && noexcept [[]] final = 0; member in struct:MemberFnOrder 78 class c final [(int){0}]; variable in typeref:class:c 82 alignas(float) [[]] final // expected-error {{an attribute list cannot appear here}} 86 [[]] [[]] alignas(16) final // expected-error {{an attribute list cannot appear here}} 90 class C final [[deprecated(l]] {}); // expected-error {{use of undeclared identifier}} expected-error {{expected ']'}} expected-error {{an attribute list cannot appear here}} expected-error {{expected unqualified-id}} class 91 class D final alignas ([l) {}]{}); // expected-error {{expected ',' or ']' in lambda capture list}} expected-error {{an attribute list cannot appear here}}
|
/external/e2fsprogs/doc/ |
Makefile.in | 64 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html 66 .PHONY: clean-final 67 clean-final::
|