HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 526 - 550 of 1922) sorted by null

<<21222324252627282930>>

  /external/v8/src/ic/
stub-cache.h 2 // Use of this source code is governed by a BSD-style license that can be
81 Code::Kind ic_kind() const { return ic_kind_; }
84 // is convenient; shifting down the length field (to extract the hash code)
106 StubCache(Isolate* isolate, Code::Kind ic_kind);
146 // we do in generated code. We generate an hash code that already
160 Code::Kind ic_kind_;
  /external/v8/src/snapshot/
code-serializer.h 2 // Use of this source code is governed by a BSD-style license that can be
34 virtual void SerializeCodeObject(Code* code_object, HowToCode how_to_code,
49 void SerializeCodeStub(Code* code_stub, HowToCode how_to_code,
66 void SerializeCodeObject(Code* code_object, HowToCode how_to_code,
77 // Wrapper around ScriptData to provide code-serializer-specific functionality.
97 // [5] number of code stub keys
103 // ... code stub keys
  /external/v8/src/wasm/
wasm-debug.cc 2 // Use of this source code is governed by a BSD-style license that can be
327 void RedirectCallsitesInCode(Code* code, Code* old_target, Code* new_target) {
329 for (RelocIterator it(code, RelocInfo::kCodeTargetMask); !it.done();
332 Code* target = Code::GetCodeFromTargetAddress(it.rinfo()->target_address());
339 Code* old_target, Code* new_target)
354 Code* code = JSFunction::cast(weak_function->value())->code(); local
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
documenttest.cpp 395 EXPECT_NE(error.Code(), noError.Code());
401 EXPECT_EQ(a.GetParseError(), noError.Code());
402 EXPECT_EQ(b.GetParseError(), error.Code());
409 EXPECT_EQ(b.GetParseError(), noError.Code());
410 EXPECT_EQ(c.GetParseError(), error.Code());
490 EXPECT_NE(error.Code(), noError.Code());
497 EXPECT_EQ(a.GetParseError(), noError.Code());
498 EXPECT_EQ(b.GetParseError(), error.Code());
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 151 void writeStringRecord(unsigned Code, StringRef Str, unsigned AbbrevToUse);
553 void ModuleBitcodeWriter::writeStringRecord(unsigned Code, StringRef Str,
557 // Code: [strchar x N]
565 Stream.EmitRecord(Code, Vals, AbbrevToUse);
    [all...]
  /external/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim.cc 90 return Status(error::Code::INVALID_ARGUMENT,
97 return Status(error::Code::INVALID_ARGUMENT,
135 return Status(error::Code::NOT_FOUND, "Export directory path is empty.");
139 error::Code::NOT_FOUND,
171 return Status(error::Code::ALREADY_EXISTS,
375 error::Code::NOT_FOUND,
  /external/clang/lib/Format/
Format.cpp 1 //===--- Format.cpp - Format C++ code -------------------------------------===//
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/examples/
HelloWorldMaker.java 19 import com.android.dx.Code;
46 // Execute our newly-generated code in-process.
69 // Declare that method on the dexMaker. Use the returned Code instance
71 Code code = dexMaker.declare(hello, Modifier.STATIC | Modifier.PUBLIC); local
74 Local<Integer> a = code.newLocal(TypeId.INT);
75 Local<Integer> b = code.newLocal(TypeId.INT);
76 Local<Integer> c = code.newLocal(TypeId.INT);
77 Local<String> s = code.newLocal(TypeId.STRING);
78 Local<PrintStream> localSystemOut = code.newLocal(printStreamType)
    [all...]
  /external/kotlinc/
LICENSE 51 1. Redistributions of source code must retain the above copyright
101 including but not limited to software source code, documentation
106 not limited to compiled object code, generated documentation,
130 communication on electronic mailing lists, source code control systems,
307 * Redistributions of source code must retain the above copyright
400 including but not limited to software source code, documentation
405 not limited to compiled object code, generated documentation,
429 communication on electronic mailing lists, source code control systems,
    [all...]
NOTICE 51 1. Redistributions of source code must retain the above copyright
101 including but not limited to software source code, documentation
106 not limited to compiled object code, generated documentation,
130 communication on electronic mailing lists, source code control systems,
307 * Redistributions of source code must retain the above copyright
400 including but not limited to software source code, documentation
405 not limited to compiled object code, generated documentation,
429 communication on electronic mailing lists, source code control systems,
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 59 cl::desc("Do not print per-code histogram"));
128 /// GetCodeName - Return a symbolic code name if known, otherwise return
157 #define STRINGIFY_CODE(PREFIX, CODE) \
158 case bitc::PREFIX##_##CODE: \
159 return #CODE;
403 /// CodeFreq - Keep track of the number of times we see each code.
462 static bool decodeBlob(unsigned Code, unsigned BlockID, BitstreamReader &Reader,
467 if (Code != bitc::METADATA_STRINGS)
573 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob);
575 // Increment the # occurrences of this code
    [all...]
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.h 47 STDMETHOD(Code)(ISequentialInStream * const *inStreams, const UInt64 * const *inSizes, UInt32 numInStreams,
96 STDMETHOD(Code)(ISequentialInStream * const *inStreams, const UInt64 * const *inSizes, UInt32 numInStreams,
  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib.cc 148 // remove almost all of this code.
323 return Status(error::Code::NOT_FOUND, StrCat("FFmpeg could not be found."));
329 return Status(error::Code::UNKNOWN,
338 return Status(error::Code::UNKNOWN,
352 return Status(error::Code::INVALID_ARGUMENT,
362 return Status(error::Code::NOT_FOUND, StrCat("FFmpeg could not be found."));
374 return Status(error::Code::UNKNOWN,
392 return Status(error::Code::UNKNOWN,
396 return Status(error::Code::UNKNOWN,
  /external/tensorflow/tensorflow/core/common_runtime/
mkl_cpu_allocator.h 143 Status s = Status(error::Code::UNIMPLEMENTED,
149 Status s = Status(error::Code::UNIMPLEMENTED,
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 26 error::Code ErrnoToCode(int err_number) {
27 error::Code code; local
30 code = error::OK;
45 code = error::INVALID_ARGUMENT;
49 code = error::DEADLINE_EXCEEDED;
55 code = error::NOT_FOUND;
60 code = error::ALREADY_EXISTS;
65 code = error::PERMISSION_DENIED;
84 code = error::FAILED_PRECONDITION
174 auto code = ErrnoToCode(err_number); local
    [all...]
  /external/tensorflow/tensorflow/core/protobuf/
master.proto 154 error.Code status_code = 3;
  /external/v8/src/
api-experimental.cc 2 // Use of this source code is governed by a BSD-style license that can be
37 MaybeHandle<Code> BuildCodeFromFastAccessorBuilder(
39 i::MaybeHandle<i::Code> code; local
42 code = faa->Build();
43 CHECK(!code.is_null());
46 return code;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 89 uint32_t getCode() const { return Code; }
130 /// code in the .debug_info data.
168 /// code
172 uint32_t Code;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 89 uint32_t getCode() const { return Code; }
130 /// code in the .debug_info data.
168 /// code
172 uint32_t Code;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 89 uint32_t getCode() const { return Code; }
130 /// code in the .debug_info data.
168 /// code
172 uint32_t Code;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 89 uint32_t getCode() const { return Code; }
130 /// code in the .debug_info data.
168 /// code
172 uint32_t Code;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 89 uint32_t getCode() const { return Code; }
130 /// code in the .debug_info data.
168 /// code
172 uint32_t Code;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 89 uint32_t getCode() const { return Code; }
130 /// code in the .debug_info data.
168 /// code
172 uint32_t Code;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 89 uint32_t getCode() const { return Code; }
130 /// code in the .debug_info data.
168 /// code
172 uint32_t Code;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 89 uint32_t getCode() const { return Code; }
130 /// code in the .debug_info data.
168 /// code
172 uint32_t Code;

Completed in 1513 milliseconds

<<21222324252627282930>>