HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 451 - 475 of 4860) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/tools/gyp/
v8.target.linux-mips64.mk 23 ### Rules for final target.
v8.target.linux-x86.mk 23 ### Rules for final target.
v8.target.linux-x86_64.mk 23 ### Rules for final target.
  /external/freetype/
Android.mk 52 # the following is for testing only, and should not be used in final builds
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.h 39 public static final int UNINITIALIZED_EOF_ELEMENT_INDEX = Integer.MAX_VALUE;
  /external/chromium_org/base/
compiler_specific.h 145 // virtual void foo() FINAL;
146 // class B FINAL : public A {};
147 #define FINAL final
  /external/chromium_org/third_party/WebKit/Source/wtf/
Float32Array.h 35 class Float32Array final : public TypedArrayBase<float> { class in namespace:WTF
Float64Array.h 35 class Float64Array final : public TypedArrayBase<double> { class in namespace:WTF
Uint8ClampedArray.h 36 class Uint8ClampedArray final : public Uint8Array { class in namespace:WTF
Functional.h 428 class UnboundFunctionImpl<FunctionWrapper, R(P1)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1)> { class in namespace:WTF
445 class UnboundFunctionImpl<FunctionWrapper, R(P1, P2)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1, P2)> { class in namespace:WTF
462 class UnboundFunctionImpl<FunctionWrapper, R(P1, P2, P3)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1, P2, P3)> { class in namespace:WTF
479 class UnboundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1, P2, P3, P4)> { class in namespace:WTF
496 class UnboundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1, P2, P3, P4, P5)> { class in namespace:WTF
513 class UnboundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5, P6)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1, P2, P3, P4, P5, P6)> { class in namespace:WTF
533 class OneArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P2)> { class in namespace:WTF
552 class OneArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P2, P3)> { class in namespace:WTF
571 class OneArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P2, P3, P4)> { class in namespace:WTF
590 class OneArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P2, P3, P4, P5)> class in namespace:WTF
609 class OneArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5, P6)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P2, P3, P4, P5, P6)> { class in namespace:WTF
631 class TwoArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P3)> { class in namespace:WTF
652 class TwoArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P3, P4)> { class in namespace:WTF
673 class TwoArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P3, P4, P5)> { class in namespace:WTF
694 class TwoArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5, P6)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P3, P4, P5, P6)> { class in namespace:WTF
718 class ThreeArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P4)> { class in namespace:WTF
741 class ThreeArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P4, P5)> { class in namespace:WTF
764 class ThreeArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5, P6)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P4, P5, P6)> { class in namespace:WTF
790 class FourArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P5)> { class in namespace:WTF
815 class FourArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5, P6)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P5, P6)> { class in namespace:WTF
843 class FiveArgPartBoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5, P6)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P6)> { class in namespace:WTF
873 class BoundFunctionImpl<FunctionWrapper, R()> final : public FunctionImpl<typename FunctionWrapper::ResultType()> { class in namespace:WTF
890 class BoundFunctionImpl<FunctionWrapper, R(P1)> final : public FunctionImpl<typename FunctionWrapper::ResultType()> { class in namespace:WTF
909 class BoundFunctionImpl<FunctionWrapper, R(P1, P2)> final : public FunctionImpl<typename FunctionWrapper::ResultType()> { class in namespace:WTF
930 class BoundFunctionImpl<FunctionWrapper, R(P1, P2, P3)> final : public FunctionImpl<typename FunctionWrapper::ResultType()> { class in namespace:WTF
953 class BoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4)> final : public FunctionImpl<typename FunctionWrapper::ResultType()> { class in namespace:WTF
978 class BoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5)> final : public FunctionImpl<typename FunctionWrapper::ResultType()> { class in namespace:WTF
1005 class BoundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4, P5, P6)> final : public FunctionImpl<typename FunctionWrapper::ResultType()> { class in namespace:WTF
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.pxd 48 @cython.final
94 @cython.final
  /external/llvm/lib/Target/R600/
AMDGPUTargetTransformInfo.cpp 39 class AMDGPUTTI final : public ImmutablePass, public TargetTransformInfo { class in namespace:__anon5655
  /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_org/content/renderer/
speech_recognition_dispatcher.cc 191 WebVector<WebSpeechRecognitionResult> final(
198 &provisional[provisional_index++] : &final[final_index++];
211 GetHandleFromID(request_id), final, provisional); local
  /external/chromium_org/net/websockets/
websocket_frame.cc 51 final = source.final;
110 first_byte |= header.final ? kFinalBit : 0u;
websocket_frame_parser.cc 115 bool final = (first_byte & kFinalBit) != 0; local
162 current_frame_header_->final = final;
websocket_basic_stream_test.cc 255 header.final = true;
278 EXPECT_TRUE(frames_[0]->header.final);
342 EXPECT_FALSE(frames_[0]->header.final);
406 // Only the final frame of a fragmented message has |final| bit set.
420 ASSERT_FALSE(frames_[0]->header.final);
426 ASSERT_TRUE(frames_[0]->header.final);
466 EXPECT_TRUE(frames_[0]->header.final);
467 EXPECT_TRUE(frames_[1]->header.final);
468 EXPECT_TRUE(frames_[2]->header.final);
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
sysfs_power_monitor.py 145 def ComputeCpuStats(initial, final):
151 final: The parsed dictionary of final statistics to be converted
165 if not initial[cpu] or not final[cpu]:
169 current_cpu[state] = final[cpu][state] - initial[cpu][state]
  /external/openfst/src/include/fst/
test-properties.h 195 if (nfinal > 0) { // final state not last
200 Weight final = fst.Final(s); local
202 if (final != Weight::Zero()) { // final state
203 if (final != Weight::One()) {
208 } else { // non-final state
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
cipher.c 395 assert(b <= sizeof(ctx->final));
398 memcpy(out, ctx->final, b);
414 memcpy(ctx->final, &out[*out_len], b);
458 assert(b <= sizeof(ctx->final));
462 n = ctx->final[b - 1];
469 if (ctx->final[--b] != n) {
477 out[i] = ctx->final[i];
  /external/openssl/crypto/evp/
evp_enc.c 116 /* Whether it's nice or not, "Inits" can be used on "Final"'d contexts
463 OPENSSL_assert(b <= sizeof ctx->final);
467 memcpy(out,ctx->final,b);
484 memcpy(ctx->final,&out[*outl],b);
536 OPENSSL_assert(b <= sizeof ctx->final);
537 pad=ctx->final[b-1];
545 unsigned char pad_byte_good = constant_time_eq_8(ctx->final[b-i-1], pad);
555 out[i] = ctx->final[i] & padding_good;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1530.js 70 var d = { foo: 'final' };
73 assertSame(f.prototype.foo, 'final');
74 assertSame(new f().foo, 'final');
  /external/chromium_org/chrome/browser/spellchecker/
feedback_unittest.cc 152 std::vector<Misspelling> final = feedback_.GetAllMisspellings(); local
153 for (std::vector<Misspelling>::const_iterator it = final.begin();
154 it != final.end();
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
valparam.c 266 int final = helper_valparam(obj, vp, line, data); local
267 if (final < 0)
269 if (final > 0)
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
parse.py 70 self.final = False
108 while self.index >= len(self.tokens) and not self.final:
112 self.final = len(data) < size
115 self.parser.Parse(data, self.final)

Completed in 1165 milliseconds

<<11121314151617181920>>