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

<<31323334353637383940>>

  /external/doclava/src/com/google/doclava/
Proofread.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
87 String k = t.kind();
  /external/elfutils/libelf/
elf_getdata_rawchunk.c 49 if (unlikely (elf->kind != ELF_K_ELF))
elf_getshdrstrndx.c 53 if (unlikely (elf->kind != ELF_K_ELF))
elf_strptr.c 61 if (elf->kind != ELF_K_ELF)
elf_update.c 167 if (elf->kind != ELF_K_ELF)
  /external/iproute2/tc/
em_canid.c 186 .kind = "canid",
em_cmp.c 182 .kind = "cmp",
em_nbyte.c 138 .kind = "nbyte",
em_u32.c 172 .kind = "u32",
  /external/libmicrohttpd/doc/examples/
largepost.c 77 iterate_post (void *coninfo_cls, enum MHD_ValueKind kind, const char *key,
  /external/libmicrohttpd/src/testcurl/
test_urlparse.c 72 enum MHD_ValueKind kind,
  /external/libvpx/libvpx/examples/
simple_encoder.c 134 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) {
vp8cx_set_ref.c 82 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) {
vp9_lossless_encoder.c 46 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) {
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 183 enum vpx_codec_cx_pkt_kind kind; /**< packet variant */ member in struct:vpx_codec_cx_pkt
    [all...]
  /external/llvm/include/llvm/Object/
Archive.h 181 enum Kind {
188 Kind kind() const { return (Kind)Format; } function in class:llvm::object::Archive
  /external/llvm/test/MC/Mips/
mips_directives.s 57 # CHECK: # fixup A - offset: 0, value: ($tmp7)@ABS_HI, kind: fixup_Mips_HI16
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53 Edge(Node *dst, Node *src, Type kind);
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp 248 @param kind Correction kind, see detail::WaveCorrectKind.
250 void CV_EXPORTS waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind);
  /external/regex-re2/re2/
nfa.cc 687 Anchor anchor, MatchKind kind,
694 if (kind == kFullMatch) {
701 if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch))
703 if (kind == kFullMatch && match[0].end() != text.end())
  /external/regex-re2/re2/testing/
tester.cc 108 // Returns string representation of match kind.
109 static string FormatKind(Prog::MatchKind kind) {
110 switch (kind) {
123 // Returns string representation of anchor kind.
161 TestInstance::TestInstance(const StringPiece& regexp_str, Prog::MatchKind kind,
164 kind_(kind),
  /external/v8/src/runtime/
runtime-test.cc 119 (function->code()->kind() == Code::FUNCTION &&
128 if (args.length() == 2 && unoptimized->kind() == Code::FUNCTION) {
176 if (unoptimized->kind() == Code::FUNCTION) {
272 if (unoptimized->kind() == Code::FUNCTION) {
  /external/v8/src/
safepoint-table.h 155 } Kind;
194 Safepoint::Kind kind,
  /external/v8/test/mjsunit/
array-feedback.js 62 // Verify that basic elements kind feedback works for non-constructor
139 // b doesn't benefit from elements kind feedback at a megamorphic site.
opt-elements-kind.js 119 function convert_mixed(array, value, kind) {
121 assertKind(kind, array);

Completed in 3146 milliseconds

<<31323334353637383940>>