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

<<41424344454647484950>>

  /development/ndk/platforms/android-3/include/linux/
pkt_cls.h 326 __u16 kind; member in struct:tcf_ematch_hdr
  /external/chromium-trace/catapult/dashboard/dashboard/
file_bug.py 149 if all(k.kind() == 'Anomaly' for k in alert_keys):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
translation_helper.py 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
703 message.kind = u'storage#objectAccessControl'
711 message.kind = u'storage#bucketAccessControl'
    [all...]
  /external/clang/lib/Basic/
Warnings.cpp 73 SmallVector<diag::kind, 10> _Diags;
  /external/clang/lib/Lex/
LiteralSupport.cpp 26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
27 switch (kind) {
    [all...]
  /external/doclava/src/com/google/doclava/
Converter.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
167 return new TextTagInfo(tag.name(), tag.kind(), tag.text(),
172 return new ThrowsTagInfo(tag.name(), tag.text(), tag.kind(), Converter.obtainClass(tag
178 return new ParamTagInfo(tag.name(), tag.kind(), tag.text(), tag.isTypeParameter(), tag
184 return new SeeTagInfo(tag.name(), tag.kind(), tag.text(), base, Converter
201 * System.out.println("Tag name='" + t.name() + "' kind='" + t.kind() + "'");
MethodInfo.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
259 mIsSynchronized, mIsNative, mIsDefault, mIsAnnotationElement, kind(), mFlatSignature,
270 boolean isNative, boolean isDefault, boolean isAnnotationElement, String kind,
279 isStatic, isSynthetic, kind, position, annotations);
591 data.setValue(base + ".kind", kind());
    [all...]
NavTree.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135 data.setValue(base + ".type", cl.kind());
  /external/elfutils/libelf/
elf32_getphdr.c 246 if (unlikely (elf->kind != ELF_K_ELF))
elf32_newphdr.c 53 if (unlikely (elf->kind != ELF_K_ELF))
elf_getarsym.c 79 if (elf->kind != ELF_K_AR)
  /external/iproute2/include/linux/
pkt_cls.h 387 __u16 kind; member in struct:tcf_ematch_hdr
  /external/iproute2/tc/
em_ipset.c 260 .kind = "ipset",
  /external/kernel-headers/original/uapi/linux/
pkt_cls.h 441 __u16 kind; member in struct:tcf_ematch_hdr
  /external/libnl/include/linux/
pkt_cls.h 432 __u16 kind; member in struct:tcf_ematch_hdr
  /external/libvpx/libvpx/examples/
set_maps.c 143 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) {
  /external/libvpx/libvpx/test/
vp9_arf_freq_test.cc 135 if (pkt->kind != VPX_CODEC_CX_FRAME_PKT)
  /external/mesa3d/src/glx/apple/
appledristr.h 20 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
164 BYTE kind; member in struct:_AppleDRINotify
  /external/opencv3/modules/cudafeatures2d/src/
fast.cpp 175 if (_gpu_keypoints.kind() == _InputArray::CUDA_GPU_MAT)
  /external/opencv3/modules/cudaimgproc/src/
histogram.cpp 458 const int kind = _levels.kind();
463 if (kind == _InputArray::CUDA_GPU_MAT)
470 if (kind == _InputArray::CUDA_GPU_MAT)
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /external/v8/src/
api-natives.cc 241 PropertyKind kind = details.kind(); local
243 if (kind == kData) {
261 DCHECK_EQ(kData, details.kind());
code-factory.h 124 FunctionKind kind);
  /external/v8/src/compiler/
code-generator.cc 255 Safepoint::Kind kind, int arguments,
258 safepoints()->DefineSafepoint(masm(), kind, arguments, deopt_mode);
272 } else if (operand.IsRegister() && (kind & Safepoint::kWithRegisters)) {
585 switch (combine.kind()) {
code-generator.h 81 void RecordSafepoint(ReferenceMap* references, Safepoint::Kind kind,

Completed in 904 milliseconds

<<41424344454647484950>>