HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1051 - 1075 of 19832) sorted by null

<<41424344454647484950>>

  /hardware/qcom/display/msm8998/libqservice/
IQService.cpp 83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
85 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code);
99 if (code == CONNECT_HWC_CLIENT) {
110 } else if(code == CONNECT_HDMI_CLIENT) {
121 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) {
124 code, callerPid, callerUid);
128 dispatch(code, &data, reply);
131 return BBinder::onTransact(code, data, reply, flags)
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/disassembler/
mips64_disassembler_test.cpp 8 * * Redistributions of source code must retain the above copyright
38 uint32_t code; member in struct:test_table_entry_t
120 uint32_t code; member in struct:test_branches_table_entry_t
137 uint32_t code; member in struct:test_jump_table_entry_t
156 mips_disassem(&test->code, instr, 0);
160 "Code : 0x%0x\n"
162 "Actual : %s\n", test->code, test->instr, instr);
170 mips_disassem(&test->code, instr, 0);
171 //printf("DBG code address: %lx\n", (uint64_t)(&test->code));
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
arm-reloc-property.h 29 // relocation code.
65 // Relocation code represented by this.
67 code() const function in class:gold::Arm_reloc_property
70 // Name of the relocation code.
75 // Type of relocation code.
80 // Whether this code is deprecated.
85 // Class of relocation code.
90 // Whether this code is implemented in gold.
95 // If code is a group relocation code, return the group number, otherwise -1
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regenc.c 13 * 1. Redistributions of source code must retain the above copyright
399 OnigCodePoint code; local
405 code = OnigAsciiLowerMap[i].to;
406 r = (*f)(OnigAsciiLowerMap[i].from, &code, 1, arg);
409 code = OnigAsciiLowerMap[i].from;
410 r = (*f)(OnigAsciiLowerMap[i].to, &code, 1, arg);
425 items[0].code[0] = (OnigCodePoint )(*p + 0x20);
431 items[0].code[0] = (OnigCodePoint )(*p - 0x20);
453 OnigCodePoint code; local
460 code = map[i].to;
    [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.h 313 * @param code Unicode codepoint
316 int ucdn_get_combining_class(uint32_t code);
321 * @param code Unicode codepoint
324 int ucdn_get_east_asian_width(uint32_t code);
329 * @param code Unicode codepoint
333 int ucdn_get_general_category(uint32_t code);
338 * @param code Unicode codepoint
341 int ucdn_get_bidi_class(uint32_t code);
346 * @param code Unicode codepoint
349 int ucdn_get_script(uint32_t code);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_compiler.c 39 unsigned *size, unsigned **code) {
46 *code = fp.insn;
52 unsigned *size, unsigned **code) {
60 *code = (unsigned *)vp.insns;
66 unsigned *size, unsigned **code) {
69 return nv30_fp(chipset, tokens, size, code);
71 return nv30_vp(chipset, tokens, size, code);
106 unsigned *size, unsigned **code) {
133 *code = info.bin.code;
145 unsigned size = 0, *code = NULL; local
    [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_tounicodemap.cpp 2 // Use of this source code is governed by a BSD-style license that can be
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
172 for (uint32_t code = lowcode; code <= highcode; code++) {
180 m_Map[code] = destcode[0];
182 m_Map[code] = GetUnicode();
194 for (uint32_t code = lowcode; code <= highcode; code++)
    [all...]
  /external/v8/src/compiler/
jump-threading.cc 2 // Use of this source code is governed by a BSD-style license that can be
6 #include "src/compiler/code-generator-impl.h"
59 InstructionSequence* code,
63 state.Clear(code->InstructionBlockCount());
66 for (auto const block : code->instruction_blocks()) {
72 InstructionBlock* block = code->InstructionBlockAt(state.stack.top());
79 Instruction* instr = code->InstructionAt(i);
99 // here and to the code generator.
103 fw = code->InputRpo(instr, 0);
115 if (next < code->InstructionBlockCount()) fw = RpoNumber::FromInt(next)
    [all...]
  /external/webp/src/utils/
huffman_utils.c 3 // Use of this source code is governed by a BSD-style license
51 // Stores code in table[0], table[step], table[2*step], ..., table[end].
55 HuffmanCode code) {
59 table[end] = code;
64 // of bit lengths for the remaining symbols, len is the code length of the next
79 // by code length.
85 int len; // current code length
97 // Build histogram of code lengths.
105 // Error, all code lengths are zeros.
110 // Generate offsets into sorted symbol table by code length
129 HuffmanCode code; local
155 HuffmanCode code; local
173 HuffmanCode code; local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
m68hc11-dis.c 239 unsigned int code; local
253 code = (buffer[0] << 8) + buffer[1];
260 if ((opcode->opcode != (code & opcode->xg_mask)) || (opcode->arch != cpuxgate))
270 (*info->fprintf_func) (info->stream, " #0x%x", (code >> 8) & 0x7);
273 (code >> 8) & 0x7, (code >> 5) & 0x7);
276 (code >> 8) & 0x7, (code >> 5) & 0x7, (code >> 2) & 0x7);
279 (code >> 8) & 0x7, (code >> 5) & 0x7, (code >> 2) & 0x7)
331 (*info->fprintf_func) (info->stream, "Not yet handled TEST .byte\\t0x%04x", code); local
852 M6811_OPCODE_PAGE2, code); local
855 M6811_OPCODE_PAGE3, code); local
858 M6811_OPCODE_PAGE4, code); local
860 (*info->fprintf_func) (info->stream, ".byte\\t0x%02x", code); local
    [all...]
  /external/google-styleguide/include/
jsguide.js 39 // Hoedown renders fenced code blocks incompatibly with what
41 // properly. Fix it by moving the code directly into the pre.
42 find('pre > code', function(code) {
43 var pre = code.parentElement;
44 pre.className = code.className;
45 pre.innerHTML = code.innerHTML;
51 // Call the pretty-printer after we've fixed up the code blocks.
53 pretty.src = 'https://cdn.rawgit.com/google/code-prettify/master/loader/' +
  /external/v8/src/
log.h 2 // Use of this source code is governed by a BSD-style license that can be
14 #include "src/code-events.h"
34 // Minimal logging (no API, code, or GC sample events), default is off.
38 // --log-api, --log-code, --log-gc, and --log-regexp.
43 // --log-code
44 // Log code (create, move, and delete) events to the logfile, default is off.
45 // --log-code implies --log.
60 // tick profiler requires code events, so --prof implies --log-code.
96 // Sets the current code event handler
    [all...]
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_chip_hidl_test.cpp 91 if (status_and_caps.first.code != WifiStatusCode::SUCCESS) {
92 EXPECT_EQ(WifiStatusCode::ERROR_NOT_SUPPORTED, status_and_caps.first.code);
100 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_name.first.code);
107 return status_and_iface.first.code;
111 return HIDL_INVOKE(wifi_chip_, removeApIface, name).code;
117 return status_and_iface.first.code;
121 return HIDL_INVOKE(wifi_chip_, removeNanIface, name).code;
127 return status_and_iface.first.code;
131 return HIDL_INVOKE(wifi_chip_, removeP2pIface, name).code;
137 return status_and_iface.first.code;
    [all...]
  /art/dex2oat/linker/
multi_oat_relative_patcher.h 34 // any number of oat files. It provides storage for method code offsets
49 // It must must never point directly to a method's code to avoid relative offsets
95 void PatchCall(std::vector<uint8_t>* code,
101 relative_patcher_->PatchCall(code, literal_offset, patch_offset, target_offset);
105 void PatchPcRelativeReference(std::vector<uint8_t>* code,
111 relative_patcher_->PatchPcRelativeReference(code, patch, patch_offset, target_offset);
114 void PatchBakerReadBarrierBranch(std::vector<uint8_t>* code,
118 relative_patcher_->PatchBakerReadBarrierBranch(code, patch, patch_offset);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form21c.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.CstInsn;
20 import com.android.dexgen.dex.code.DalvInsn;
21 import com.android.dexgen.dex.code.InsnFormat;
22 import com.android.dexgen.rop.code.RegisterSpec;
23 import com.android.dexgen.rop.code.RegisterSpecList;
31 * Instruction format {@code 21c}. See the instruction format spec
35 /** {@code non-null;} unique instance of this class */
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form12x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 12x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
50 * The (sz - 2) and (sz - 1) below makes this code work for
152 * The (sz - 2) and (sz - 1) below makes this code work fo
    [all...]
Form21c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
34 * Instruction format {@code 21c}. See the instruction format spec
38 /** {@code non-null;} unique instance of this class */
Form31c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
32 * Instruction format {@code 31c}. See the instruction format spec
36 /** {@code non-null;} unique instance of this class */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
stats.py 56 # our code objects are cached since we don't need to create
59 code = self._code[args]
61 code = FakeCode(*args)
62 self._code[args] = code
69 frame = FakeFrame(code, back)
87 def __init__(self, code, back):
89 self.f_code = code
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisablePaging64.asm 24 .code
39 lea rsi, @F ; rsi <- The start address of transition code
41 lea rax, mTransitionEnd ; rax <- end of transition code
42 sub rax, rsi ; rax <- The size of transition piece code
45 sub rdi, rax ; rdi <- Use stack to hold transition code
46 mov r10d, edi ; r10 <- The start address of transicition code below 4G
48 mov rcx, rax ; rcx <- The size of transition piece code
49 rep movsb ; copy transition code to top of new stack which must be below 4GB
54 mov eax, r10d ; eax <- start of the transition code on the stack
55 sub eax, 4 ; eax <- One slot below transition code on the stack
    [all...]
  /external/capstone/bindings/python/
test_basic.py 60 for arch, mode, code, comment, syntax in all_tests:
64 print(to_hex(code))
65 for insn in cs_disasm_quick(arch, mode, code, 0x1000):
72 for arch, mode, code, comment, syntax in all_tests:
75 print("Code: %s" % to_hex(code))
84 for insn in md.disasm(code, 0x1000):
86 # print("0x%x:\t%s\t%s\t// hex-code: %s" %(insn.address, insn.mnemonic, insn.op_str, bytes))
  /external/elfutils/libdw/
dwarf_getabbrev.c 63 representing the abbreviation code itself. [...] The
64 abbreviation code is followed by another unsigned LEB128
79 unsigned int code; local
80 get_uleb128 (code, abbrevp, end);
82 /* Check whether this code is already in the hash table. */
86 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
99 /* A duplicate abbrev code at a different offset,
114 abb->code = code;
145 (void) Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb)
    [all...]
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
NodeListTest.java 78 String code = "class A { void foo(int p) { }}";
79 CompilationUnit cu = JavaParser.parse(code);
92 String code = "class A { void foo(int p) { }}";
93 CompilationUnit cu = JavaParser.parse(code);
106 String code = "class A { int a; int b; int c; }";
107 CompilationUnit cu = JavaParser.parse(code);
120 String code = "class A { int a; int b; int c; }";
121 CompilationUnit cu = JavaParser.parse(code);
133 String code = "class A { int a; int b; int c; int d; int e; }";
134 CompilationUnit cu = JavaParser.parse(code);
    [all...]
  /external/libmojo/mojo/public/js/
threading.js 2 // Use of this source code is governed by a BSD-style license that can be
7 // Note: This file is for documentation purposes only. The code here is not
21 function quit() { [native code] }
  /external/libvncserver/examples/android/jni/
fbvncserver.c 218 void injectKeyEvent(uint16_t code, uint16_t value)
224 ev.code = code;
231 printf("injectKey (%d, %d)\n", code , value);
238 int code = (int)key; local
239 if (code>='0' && code<='9') {
240 scancode = (code & 0xF) - 1;
243 } else if (code>=0xFF50 && code<=0xFF58)
    [all...]

Completed in 1450 milliseconds

<<41424344454647484950>>