HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 1 - 25 of 586) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/webtry/templates/
template.cpp 162 {{.Code}}
  /external/skia/experimental/webtry/templates/
template.cpp 162 {{.Code}}
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaError.h 7 * 1. Redistributions of source code must retain the above copyright
37 enum Code {
45 static PassRefPtrWillBeRawPtr<MediaError> create(Code code)
47 return adoptRefWillBeNoop(new MediaError(code));
50 Code code() const { return m_code; } function in class:WebCore::FINAL
55 MediaError(Code code) : m_code(code)
    [all...]
MediaKeyError.h 7 * 1. Redistributions of source code must retain the above copyright
45 typedef unsigned short Code;
47 static PassRefPtr<MediaKeyError> create(Code code, unsigned long systemCode = 0) { return adoptRef(new MediaKeyError(code, systemCode)); }
49 Code code() const { return m_code; } function in class:WebCore::MediaKeyError
53 explicit MediaKeyError(Code code, unsigned long systemCode) : m_code(code), m_systemCode(systemCode
    [all...]
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Decoder.java 13 int Code;
29 Code = 0;
32 Code = (Code << 8) | Stream.read();
41 int t = ((Code - Range) >>> 31);
42 Code -= Range & (t - 1);
47 Code = (Code << 8) | Stream.read();
58 if ((Code ^ 0x80000000) < (newBound ^ 0x80000000))
64 Code = (Code << 8) | Stream.read();
    [all...]
  /external/proguard/examples/dictionaries/
compact.txt 9 Code
  /external/smack/src/org/xbill/DNS/
NSIDOption.java 17 super(EDNSOption.Code.NSID);
26 super(EDNSOption.Code.NSID, data);
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
compact.txt 9 Code
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 22 void expectRewritten(const std::string &Code,
30 ASSERT_TRUE(tooling::runToolOnCode(Factory->create(), Code))
31 << "Parsing error in \"" << Code << "\"";
33 FileID ID = Context.createInMemoryFile("input.cc", Code);
40 std::string Code = "void f() { int i = 1; }";
43 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
47 std::string Code = "#define A void f() { int i = 1; }\nA";
50 expectRewritten(Code, Expected, id("id", declStmt()), Callback);
54 std::string Code = "#define A void f() { int i = 1; }";
57 expectRewritten(Code, Expected, id("id", declStmt()), Callback)
    [all...]
  /external/clang/unittests/Format/
FormatTestProto.cpp 22 static std::string format(llvm::StringRef Code, unsigned Offset,
25 DEBUG(llvm::errs() << Code << "\n\n");
27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
28 std::string Result = applyAllReplacements(Code, Replaces);
34 static std::string format(llvm::StringRef Code) {
37 return format(Code, 0, Code.size(), Style);
40 static void verifyFormat(llvm::StringRef Code) {
41 EXPECT_EQ(Code.str(), format(test::messUp(Code)));
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 61 testing::AssertionResult matchesConditionally(const std::string &Code,
76 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args)) {
77 return testing::AssertionFailure() << "Parsing error in \"" << Code << "\"";
87 << "Could not find match in \"" << Code << "\"";
90 << "Found unexpected match in \"" << Code << "\"";
96 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) {
97 return matchesConditionally(Code, AMatcher, true, "-std=c++11");
101 testing::AssertionResult notMatches(const std::string &Code,
103 return matchesConditionally(Code, AMatcher, false, "-std=c++11");
108 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
code_test.py 3 # Use of this source code is governed by a BSD-style license that can be
6 from code import Code
11 c = Code()
16 c = Code()
40 b = Code()
45 c = Code()
59 d = Code()
60 a = Code()
74 c = Code()
    [all...]
  /external/llvm/autoconf/m4/
config_project.m4 6 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eapmethodtypes.h 15 BYTE Code;
  /external/chromium_org/v8/src/
stub-cache.cc 2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/code-stubs.h"
36 Code* StubCache::Set(Name* name, Map* map, Code* code) {
37 // Get the flags from the code.
38 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags());
49 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC)
193 Handle<Code> code = compiler.CompileLoadElement(receiver_map); local
220 Handle<Code> code = compiler.CompileStoreElement(receiver_map); local
246 Object* code = dictionary->ValueAt(entry); local
262 Handle<Code> code; local
286 Handle<Code> code; local
341 Handle<Code> code = compiler.CompilePolymorphicIC( local
392 Handle<Code> code = compiler.CompileStoreElementPolymorphic(receiver_maps); local
607 Handle<Code> code = GetCodeWithFlags(flags, "CompileLoadInitialize"); local
617 Handle<Code> code = GetCodeWithFlags(flags, "CompileLoadPreMonomorphic"); local
627 Handle<Code> code = GetCodeWithFlags(flags, "CompileLoadMegamorphic"); local
637 Handle<Code> code = GetCodeWithFlags(flags, "CompileStoreInitialize"); local
647 Handle<Code> code = GetCodeWithFlags(flags, "CompileStorePreMonomorphic"); local
659 Handle<Code> code = GetCodeWithFlags(flags, "CompileStoreGeneric"); local
669 Handle<Code> code = GetCodeWithFlags(flags, "CompileStoreMegamorphic"); local
685 Handle<Code> code = factory()->NewCode(desc, flags, masm_.CodeObject()); local
1201 Handle<Code> code = GetCodeWithFlags(flags, name); local
1203 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); local
1214 Handle<Code> code = GetCodeWithFlags(flags, name); local
1215 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); local
1304 Handle<Code> code = local
    [all...]
stub-cache.h 2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/code-stubs.h"
21 // It maps (map, name, type)->Code*
51 Code* value;
60 Handle<Code> FindIC(Handle<Name> name,
62 Code::Kind kind,
66 Handle<Code> FindHandler(Handle<Name> name,
68 Code::Kind kind,
70 Code::StubType type);
72 Handle<Code> ComputeMonomorphicIC(Code::Kind kind
    [all...]
ic.h 2 // Use of this source code is governed by a BSD-style license that can be
18 // inline caching code. The argument for the macro, ICU, is the function name.
46 // The ids for utility called from the generated code.
57 // Alias the inline cache state type to make the IC code more readable.
60 // The IC code is either invoked with no extra frames on the stack
88 // the dependent code array of each weak map.
89 static void RegisterWeakMapDependency(Handle<Code> stub);
93 static void InvalidateMaps(Code* stub);
114 // Determines which map must be used for keeping the code stub.
129 static bool IsCleared(Code* code)
167 SetTargetAtAddress(address(), code, constant_pool()); local
    [all...]
gdb-jit.h 2 // Use of this source code is governed by a BSD-style license that can be
87 Code* code,
94 Handle<Code> code,
97 static void AddCode(CodeTag tag, Name* name, Code* code);
99 static void AddCode(CodeTag tag, const char* name, Code* code);
101 static void AddCode(CodeTag tag, Code* code)
    [all...]
type-info.cc 2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/code-stubs.h"
22 TypeFeedbackOracle::TypeFeedbackOracle(Handle<Code> code,
28 BuildDictionary(code);
72 Handle<Code> code = Handle<Code>::cast(maybe_code); local
73 return code->is_inline_cache_stub() && code->ic_state() == UNINITIALIZED
90 Handle<Code> code = Handle<Code>::cast(maybe_code); local
124 Handle<Code> code = Handle<Code>::cast(maybe_code); local
198 Handle<Code> code = Handle<Code>::cast(info); local
239 Handle<Code> code = Handle<Code>::cast(object); local
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Local.java 19 import com.android.dx.rop.code.RegisterSpec;
25 private final Code code; field in class:Local
30 private Local(Code code, TypeId<T> type) {
31 this.code = code;
35 static <T> Local<T> get(Code code, TypeId<T> type) {
36 return new Local<T>(code, type)
    [all...]
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 114 UInt32 Code;
121 Code = (Code << 8) | Stream.ReadByte();
130 Code = 0;
133 Code = (Code << 8) | Stream.ReadByte();
140 return (Code) / ( Range /= total);
145 Code -= start * Range;
153 UInt32 code = Code; local
    [all...]
RangeCoderBit.h 86 if (decoder->Code < newBound)
92 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
100 decoder->Code -= newBound;
104 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
  /external/chromium_org/tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/
SynchronizedMethodDetector.java 2 // Use of this source code is governed by a BSD-style license that can be
11 import org.apache.bcel.classfile.Code;
25 public void visit(Code code) {
32 super.visit(code);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 31 void *Code;
37 void *Code;
49 void *Code, size_t Size,
51 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
104 EXPECT_EQ(F1_addr, Listener.EmittedEvents[0].Code);
111 EXPECT_EQ(F2_addr, Listener.EmittedEvents[1].Code);
117 EXPECT_EQ(F1_addr, Listener.FreedEvents[0].Code);
120 EXPECT_EQ(F2_addr, Listener.FreedEvents[1].Code);
157 EXPECT_EQ(F1_addr, Listener1.EmittedEvents[0].Code);
163 EXPECT_EQ(F2_addr, Listener1.FreedEvents[0].Code);
    [all...]
  /frameworks/compile/mclinker/
Android.mk 22 # ARM Code Generation Libraries
27 # AArch64 Code Generation Libraries
32 # MIPS Code Generation Libraries
37 # X86 Code Generation Libraries

Completed in 6687 milliseconds

1 2 3 4 5 6 7 8 91011>>