/external/javassist/src/main/javassist/bytecode/analysis/ |
SubroutineScanner.java | 42 CodeAttribute code = method.getCodeAttribute(); local 43 CodeIterator iter = code.iterator(); 45 subroutines = new Subroutine[code.getCodeLength()]; 51 ExceptionTable exceptions = code.getExceptionTable(); 98 // All forms of return and throw end current code flow 116 // GOTO ends current code flow
|
/external/kernel-headers/original/linux/ |
icmp.h | 70 __u8 code; member in struct:icmphdr
|
/external/libgsm/ |
Android.mk | 22 src/code.c \
|
/external/libpcap/ |
bpf_image.c | 6 * modification, are permitted provided that: (1) source code distributions 8 * distributions including binary code include the above copyright notice and 51 switch (p->code) { 56 v = p->code; 282 (BPF_CLASS(p->code) == BPF_JMP && 283 BPF_OP(p->code) != BPF_JA) ?
|
/external/libxml2/ |
libxml.h | 65 void __xmlIOErr(int domain, int code, const char *extra);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toy.ml | 2 * Main driver code. 49 (* Print out all the generated code. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toy.ml | 2 * Main driver code. 49 (* Print out all the generated code. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toy.ml | 2 * Main driver code. 49 (* Print out all the generated code. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 2 * Main driver code. 53 (* Print out all the generated code. *)
|
/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.h | 22 uint32_t Code; 29 : Code(InvalidCode), Tag(0), HasChildren(0) {} 31 uint32_t getCode() const { return Code; } 44 bool extract(DataExtractor data, uint32_t* offset_ptr, uint32_t code); 45 bool isValid() const { return Code != 0 && Tag != 0; }
|
/external/llvm/test/MC/ARM/ |
elf-thumbfunc-reloc.s | 11 .code 16
|
elf-thumbfunc.s | 9 .code 16
|
/external/llvm/test/MC/COFF/ |
seh.s | 109 .seh_pushframe @code
|
/external/markdown/markdown/ |
inlinepatterns.py | 189 """ Return a `<code>` element containing the matching text. """ 192 self.tag = "code" 355 def codepoint2name(code): 356 """Return entity definition by code, or the code if not defined.""" 357 entity = htmlentitydefs.codepoint2name.get(code) 361 return "%s#%d;" % (markdown.AMP_SUBSTITUTE, code)
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.h | 43 virtual void getBuiltinCode(const uint32_t **code, uint32_t *size) const;
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.h | 43 virtual void getBuiltinCode(const uint32_t **code, uint32_t *size) const;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_program.h | 27 uint32_t *code; member in struct:nvc0_program
|
/external/opencv/otherlibs/highgui/ |
bitstrm.cpp | 19 // * Redistribution's of source code must retain the above copyright notice, 614 int code = src[k] & huff_code_mask; local 615 sub_tables[code >> sb].bits = sb; 654 int code = src[k] & huff_code_mask; local 660 int idx = code >> (code_bits -= table_bits); 661 code &= (1 << code_bits) - 1; 673 offset += (code << table_bits) + 1; 689 int i, val_idx, code = 0; local 696 code <<= 1; 699 dst[k + 1] = (src[val_idx + k] << huff_val_shift)|(code + k) 1051 ulong code = table[val + 2]; local 1099 int code = src[k] & huff_code_mask; local [all...] |
/external/openssl/crypto/perlasm/ |
x86nasm.pl | 82 section code use32 class=code align=64 85 section .text code align=64 87 section .text code
|
/external/proguard/src/proguard/classfile/instruction/ |
SimpleInstruction.java | 186 protected void readInfo(byte[] code, int offset) 193 readSignedValue(code, offset, constantSize); 197 protected void writeInfo(byte[] code, int offset) 206 writeSignedValue(code, offset, constant, constantSize);
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_wimppoll.c | 97 unsigned int code; local 136 code = (unsigned int)regs.r[0]; 138 switch(code) 286 wmmsg.eventCode = code;
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5video.h | 59 extern void SetDDerror(const char *function, int code);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
UriMatcherTest.java | 33 assertThat(root.code, is(NO_MATCH)); 53 assertThat(node.code, is(1)); 61 assertThat(node.number.code, is(1)); 62 assertThat(node.text.code, is(2));
|
/external/skia/src/animator/ |
SkDisplayEvent.h | 5 * Use of this source code is governed by a BSD-style license that can be 49 SkKey code; member in class:SkDisplayEvent 58 SkKey fMax; // if the code expresses a range
|
/external/v8/src/arm/ |
codegen-arm.h | 6 // * Redistributions of source code must retain the above copyright 52 // Allocate and install the code. 53 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm, 54 Code::Flags flags, 57 // Print the code after compiling it. 58 static void PrintCode(Handle<Code> code, CompilationInfo* info); 78 // Generates the code for handling different string types and loading the
|