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

<<51525354555657585960>>

  /art/compiler/optimizing/
code_generator_x86.h 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
390 // otherwise return a fall-back kind that should be used instead.
421 void GenerateMemoryBarrier(MemBarrierKind kind);
605 // (which shall be the sole instruction of this kind), subtracting this offset
code_generator_x86_64.h 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
369 void GenerateMemoryBarrier(MemBarrierKind kind);
387 // otherwise return a fall-back kind that should be used instead.
  /art/runtime/
runtime.h 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
432 int32_t GetStat(int kind);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
98 Since this model uses the same kind as SiteXsrfSecretKey, it can be used
109 """Return the kind name for this class."""
449 entity_key = db.Key.from_path(self._model.kind(), self._key_name)
510 Since this model uses the same kind as CredentialsModel and has a property
522 """Return the kind name for this class."""
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
input_readers.py 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
431 raw_entity_kind: low level datastore API entity kind.
443 ds_query = datastore.Query(kind=raw_entity_kind,
571 """Returns the entity kind to use with low level datastore calls.
574 entity_kind_or_model_classpath: user specified entity kind or model
578 the entity kind in str to use with low level datastore calls.
584 """Iterates over an entity kind and yields datastore.Entity."""
596 ". detected in entity kind %s specified for reader %s."
597 "Assuming entity kind contains the dot.",
619 return entity_type.kind()
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 1034 ObjCPropertyDecl::PropertyAttributeKind kind local
    [all...]
  /external/dagger2/lib/
auto-common-1.0-20151022.071545-39.jar 
  /external/doclava/src/com/google/doclava/
Comment.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
414 TagInfo firstSentenceTag = new TagInfo(t.name(), t.kind(), text, t.position());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/elfutils/src/
ld.h 686 } kind; member in struct:scnhead
    [all...]
  /external/jsoncpp/include/json/
value.h 518 enum Kind {
525 Kind kind_;
562 PathArgument::Kind kind);
  /external/libmicrohttpd/src/testcurl/
test_post.c 99 enum MHD_ValueKind kind,
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 533 switch (cx_pkt->kind) {
  /external/llvm/include/llvm/Object/
MachO.h 146 enum class Kind { Regular, Lazy, Weak };
148 MachOBindEntry(ArrayRef<uint8_t> Opcodes, bool is64Bit, MachOBindEntry::Kind);
181 Kind TableKind;
299 MachOBindEntry::Kind);
508 Result = Dice.kind;
  /external/opencv3/modules/cudafeatures2d/src/
orb.cpp     [all...]
  /external/opencv3/modules/ts/src/
cuda_test.cpp 308 if (arr.kind() == _InputArray::CUDA_GPU_MAT)
  /external/selinux/libsepol/cil/src/
cil_internal.h 592 uint32_t kind; member in struct:cil_permissionx
  /external/v8/src/compiler/
js-call-reducer.cc 233 if (IsClassConstructor(shared->kind())) {
js-inlining.cc 299 IsClassConstructor(shared_info->kind())) {
  /external/v8/src/
contexts.cc 526 DCHECK(code->kind() == Code::OPTIMIZED_FUNCTION);
gdb-jit.cc 971 Code::Kind kind = code_->kind(); local
972 return kind == Code::FUNCTION || kind == Code::OPTIMIZED_FUNCTION;
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 47 switch (kind()) {
132 template<LOperand::Kind kOperandKind, int kNumCachedOperands>
137 template<LOperand::Kind kOperandKind, int kNumCachedOperands>
147 template<LOperand::Kind kOperandKind, int kNumCachedOperands>
  /external/v8/src/profiler/
heap-snapshot-generator.h 272 // in any kind of heap memory.
442 void SetDataOrAccessorPropertyReference(PropertyKind kind,
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 643 enum { GXR_Failure, GXR_Addr, GXR_Value, GXR_RegNo } kind; member in struct:__anon24981
  /external/valgrind/drd/tests/
unit_bitmap.c 57 UInt VG_(message)(VgMsgKind kind, const HChar* format, ...)

Completed in 1461 milliseconds

<<51525354555657585960>>