HomeSort by relevance Sort by last modified time
    Searched refs:kind (Results 1101 - 1125 of 2305) sorted by null

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 179 name, kind, cls, value = data
181 kind = 'data descriptor'
182 return name, kind, cls, value
254 kind = imp.PY_COMPILED
256 kind = imp.PY_SOURCE
262 module = imp.load_module(name, file, path, (ext, 'r', kind))
742 for name, kind, homecls, value in ok:
760 for name, kind, homecls, value in ok:
769 for name, kind, homecls, value in ok:
789 for key, kind, homecls, value in attrs
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 4226 Register kind = x3; local
4261 Register kind = x3; local
4342 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i); local
4444 Register kind = x3; local
4502 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind); local
4507 InternalArrayNoArgumentConstructorStub stub0(isolate(), kind); local
4543 Register kind = w3; local
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.h 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
323 Location AllocateScratchLocationFor(Location::Kind kind) OVERRIDE;
384 void GenerateMemoryBarrier(MemBarrierKind kind);
459 // otherwise return a fall-back kind that should be used instead.
  /art/runtime/jit/
jit.cc 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
478 DexRegisterLocation::Kind location =
480 if (location == DexRegisterLocation::Kind::kNone) {
485 if (location == DexRegisterLocation::Kind::kConstant) {
490 DCHECK_EQ(location, DexRegisterLocation::Kind::kInStack);
551 JitCompileTask(ArtMethod* method, TaskKind kind) : method_(method), kind_(kind) {
  /art/runtime/native/
dalvik_system_VMDebug.cc 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
76 static jint VMDebug_getAllocCount(JNIEnv*, jclass, jint kind) {
77 return Runtime::Current()->GetStat(kind);
  /build/tools/droiddoc/templates-ndk/
sample.cs 129 <?cs # for training classes, provide a different kind of link when the next page is a different class ?>
sampleindex.cs 119 <?cs # for training classes, provide a different kind of link when the next page is a different class ?>
  /build/tools/droiddoc/templates-sdk/
sample.cs 124 <?cs # for training classes, provide a different kind of link when the next page is a different class ?>
sampleindex.cs 114 <?cs # for training classes, provide a different kind of link when the next page is a different class ?>
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
shuffler.py 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
73 def kind(cls): member in class:_OutputFile
74 """Returns entity kind."""
87 return db.Key.from_path(cls.kind(), job_id)
  /external/clang/lib/Analysis/
FormatString.cpp 186 LengthModifier::Kind lmKind = LengthModifier::None;
412 llvm_unreachable("Invalid ArgType Kind!");
488 switch (kind) {
530 switch (kind) {
580 ConversionSpecifier::Kind NewKind;
775 llvm_unreachable("Invalid LengthModifier Kind!");
799 llvm_unreachable("Invalid LengthModifier Kind!");
842 llvm_unreachable("Invalid ConversionSpecifier Kind!");
  /external/clang/lib/Basic/
IdentifierTable.cpp 229 /// \brief Checks if the specified token kind represents a keyword in the
650 StringRef clang::getNullabilitySpelling(NullabilityKind kind,
652 switch (kind) {
662 llvm_unreachable("Unknown nullability kind.");
  /external/clang/lib/Parse/
ParseExprCXX.cpp 28 static int SelectDigraphErrorMessage(tok::TokenKind Kind) {
29 switch (Kind) {
52 Token &ColonToken, tok::TokenKind Kind, bool AtDigraph) {
62 << SelectDigraphErrorMessage(Kind)
377 // the right kind (it should name a type or be dependent), and then
843 LambdaCaptureKind Kind = LCK_ByCopy;
851 Kind = LCK_This;
855 Kind = LCK_ByRef;
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator.cc 158 switch (method.kind) {
159 case Interface::Method::Kind::kSimple:
162 case Interface::Method::Kind::kNormal:
168 case Interface::Method::Kind::kAsync:
174 case Interface::Method::Kind::kRaw:
253 switch (method.kind) {
254 case Interface::Method::Kind::kSimple:
260 case Interface::Method::Kind::kNormal:
266 case Interface::Method::Kind::kAsync: {
282 case Interface::Method::Kind::kRaw
    [all...]
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 451 if (MHD_GET_ARGUMENT_KIND != pos->kind)
538 if (MHD_GET_ARGUMENT_KIND != pos->kind)
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 20 kind of auxiliary information about a procedure as
  /external/llvm/include/llvm/Object/
ELFTypes.h 535 uint8_t kind; // Determines interpretation of variable part of descriptor
539 Elf_Word info; // Kind-specific information
542 assert(kind == llvm::ELF::ODK_REGINFO);
  /external/llvm/test/MC/Mips/mips2/
valid.s 61 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26
63 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
  /external/llvm/test/MC/Mips/mips32/
valid.s 70 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26
72 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
  /external/v8/src/ast/
ast-numbering.cc 581 if (IsGeneratorFunction(node->kind()) || IsAsyncFunction(node->kind())) {
  /external/v8/src/
code-factory.cc 465 FunctionKind kind) {
466 FastNewClosureStub stub(isolate, language_mode, kind);
  /external/v8/src/compiler/
graph-visualizer.cc 584 if (top->kind() == FP_REGISTERS) {
586 } else if (top->kind() == GENERAL_REGISTERS) {
linkage.cc 26 switch (representation.kind()) {
55 std::ostream& operator<<(std::ostream& os, const CallDescriptor::Kind& k) {
73 return os << d.kind() << ":" << d.debug_name() << ":r" << d.ReturnCount()
265 CallDescriptor::kCallCodeObject, // kind
323 CallDescriptor::kCallJSFunction, // kind
393 CallDescriptor::kCallCodeObject, // kind
422 CallDescriptor::kCallCodeObject, // kind
466 CallDescriptor::kCallAddress, // kind
move-optimizer.cc 43 return set.find(LocationOperand(loc.kind(), loc.location_kind(),
53 if (set.find(LocationOperand(loc.kind(), loc.location_kind(), other_fp_rep,
  /external/v8/src/profiler/
profiler-listener.cc 222 if (code->kind() != Code::OPTIMIZED_FUNCTION) return;
268 if (abstract_code->kind() != AbstractCode::OPTIMIZED_FUNCTION) return;

Completed in 1619 milliseconds

<<41424344454647484950>>