HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 576 - 600 of 1713) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.h 30 class AudioEncoderCng final : public AudioEncoder { class in namespace:webrtc
  /frameworks/native/include/binder/
Status.h 51 class Status final { class in namespace:android::binder
  /system/extras/perfprofd/quipper/base/
compiler_specific.h 145 // virtual void foo() FINAL;
146 // class B FINAL : public A {};
147 #define FINAL final
  /system/weaved/buffet/
buffet_config.h 36 class BuffetConfig final : public weave::provider::ConfigStore { class in namespace:buffet
  /system/webservd/webservd/
protocol_handler.h 40 class ProtocolHandler final { class in namespace:webservd
server.h 41 class Server final : public org::chromium::WebServer::ServerInterface, class in namespace:webservd
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 66 /* rule scopes, from the book, final beta, p.147 */
83 /* rule scopes, from the book, final beta, p.148 */
107 /* recursive rule scopes, from the book, final beta, p.150 */
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
sysfs_power_monitor.py 164 def ComputeCpuStats(initial, final):
170 final: The parsed dictionary of final statistics to be converted
184 if not initial[cpu] or not final[cpu]:
188 current_cpu[state] = final[cpu][state] - initial[cpu][state]
191 # Somehow it's possible for initial and final to have the same sum,
  /external/v8/src/base/platform/
time.h 34 class TimeDelta final { class in namespace:v8::base
162 class Time final { class in namespace:v8::base
301 class TimeTicks final { class in namespace:v8::base
  /external/v8/src/compiler/
operator.h 166 bool Equals(const Operator* other) const final {
172 size_t HashCode() const final {
180 void PrintTo(std::ostream& os) const final {
simplified-operator.cc 197 struct SimplifiedOperatorGlobalCache final { struct in namespace:v8::internal::compiler
199 struct Name##Operator final : public Operator { \
209 struct Name##Operator final : public Operator { \
219 struct LoadBuffer##Type##Operator final : public Operator1<BufferAccess> { \
226 struct StoreBuffer##Type##Operator final : public Operator1<BufferAccess> { \
  /external/v8/test/unittests/base/platform/
condition-variable-unittest.cc 32 class ThreadWithMutexAndConditionVariable final : public Thread { class in namespace:v8::base::__anon25300
110 class ThreadWithSharedMutexAndConditionVariable final : public Thread { class in namespace:v8::base::__anon25301
219 class LoopIncrementThread final : public Thread { class in namespace:v8::base::__anon25302
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 135 final := -1
140 if final == -1 {
141 final = i - 1
144 } else if final != -1 {
145 t.Fatalf("reached end of package at absolute line %d, but absolute line %d mapped to %s:%d", final, i, path, line)
161 if final == -1 {
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab_test.go 135 final := -1
140 if final == -1 {
141 final = i - 1
144 } else if final != -1 {
145 t.Fatalf("reached end of package at absolute line %d, but absolute line %d mapped to %s:%d", final, i, path, line)
161 if final == -1 {
  /external/dng_sdk/source/
dng_fingerprint.cpp 223 : final (false)
251 final = false;
261 DNG_ASSERT (!final, "Fingerprint already finalized!");
317 if (!final)
351 final = true;
  /external/libxml2/
runxmlconf.c 302 int mem, final; local
409 final = xmlMemUsed();
410 if (final > mem) {
412 id, filename, final - mem);
414 xmlMemDisplayLast(logfile, final - mem);
  /prebuilts/misc/windows/sdl2/test/
testautomation_surface.c 330 SDL_Surface *face = NULL, *cvt1, *cvt2, *final; local
363 final = SDL_ConvertSurface( cvt2, face->format, 0 );
364 SDL_assert(final != NULL);
367 ret = SDLTest_CompareSurfaces( face, final, 0 );
369 SDL_FreeSurface(final);
  /external/boringssl/src/crypto/cipher/
cipher.c 393 assert(b <= sizeof(ctx->final));
396 memcpy(out, ctx->final, b);
412 memcpy(ctx->final, &out[*out_len], b);
454 assert(b <= sizeof(ctx->final));
458 n = ctx->final[b - 1];
465 if (ctx->final[--b] != n) {
473 out[i] = ctx->final[i];
  /external/v8/src/crankshaft/
lithium.h 269 class LMoveOperands final BASE_EMBEDDED {
317 class LSubKindOperand final : public LOperand { class in namespace:v8::internal
347 class LParallelMove final : public ZoneObject { class in namespace:v8::internal
366 class LPointerMap final : public ZoneObject { class in namespace:v8::internal
399 class LEnvironment final : public ZoneObject { class in namespace:v8::internal
549 class ShallowIterator final BASE_EMBEDDED {
593 class DeepIterator final BASE_EMBEDDED {
  /toolchain/binutils/binutils-2.25/bfd/
bfd.c 1907 char *final; local
    [all...]
  /prebuilts/go/darwin-x86/src/path/
path.go 15 // and retrieving the final string. It does not allocate a buffer
137 // Split splits path immediately following the final slash,
160 // The extension is the suffix beginning at the final dot
161 // in the final slash-separated element of path;
201 // After dropping the final element using Split, the path is Cleaned and trailing
  /prebuilts/go/linux-x86/src/path/
path.go 15 // and retrieving the final string. It does not allocate a buffer
137 // Split splits path immediately following the final slash,
160 // The extension is the suffix beginning at the final dot
161 // in the final slash-separated element of path;
201 // After dropping the final element using Split, the path is Cleaned and trailing
  /external/v8/test/mjsunit/regress/
regress-1530.js 70 var d = { foo: 'final' };
73 assertSame(f.prototype.foo, 'final');
74 assertSame(new f().foo, 'final');
  /frameworks/support/design/
Android.mk 23 # We do this here because the final static library must be compiled with an older
25 # contains will not be linked into the final static library.
122 # Here is the final static library that apps can link against.
  /external/llvm/include/llvm/Support/
CommandLine.h 445 struct OptionValue final struct in namespace:llvm::cl
460 struct OptionValue<cl::boolOrDefault> final struct in namespace:llvm::cl
477 struct OptionValue<std::string> final : OptionValueCopy<std::string> { struct in namespace:llvm::cl
769 template <> class parser<bool> final : public basic_parser<bool> { class in namespace:llvm::cl
797 class parser<boolOrDefault> final : public basic_parser<boolOrDefault> { class in namespace:llvm::cl
823 template <> class parser<int> final : public basic_parser<int> { class in namespace:llvm::cl
845 template <> class parser<unsigned> final : public basic_parser<unsigned> { class in namespace:llvm::cl
868 class parser<unsigned long long> final class in namespace:llvm::cl
892 template <> class parser<double> final : public basic_parser<double> { class in namespace:llvm::cl
914 template <> class parser<float> final : public basic_parser<float> class in namespace:llvm::cl
936 template <> class parser<std::string> final : public basic_parser<std::string> { class in namespace:llvm::cl
961 template <> class parser<char> final : public basic_parser<char> { class in namespace:llvm::cl
    [all...]

Completed in 821 milliseconds

<<21222324252627282930>>