/frameworks/av/libvideoeditor/vss/src/ |
M4VD_Tools.c | 33 M4OSA_UInt32 code; local 35 code = 0; 47 code = (code << 1); 48 code |= ((parsingCtxt->stream_byte & 0x80) >> 7); 54 return code;
|
/external/chromium/third_party/libevent/ |
event_rpcgen.py | 6 # Generates marshaling code based on libevent. 52 def PrintIdented(self, file, ident, code): 54 for entry in code: 354 code = [ 'int %s(struct %s *, %s *);' % ( 356 return code 359 code = ( 369 code = '\n'.join(code) 370 code = code % self.GetTranslation( [all...] |
/external/chromium_org/third_party/libevent/ |
event_rpcgen.py | 6 # Generates marshaling code based on libevent. 52 def PrintIdented(self, file, ident, code): 54 for entry in code: 354 code = [ 'int %s(struct %s *, %s *);' % ( 356 return code 359 code = ( 369 code = '\n'.join(code) 370 code = code % self.GetTranslation( [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
win64-except.c | 9 * 1. Redistributions of source code must retain the above copyright 112 coff_unwind_code *code; local 119 code = SLIST_FIRST(&info->codes); 121 yasm_value_delete(&code->off); 122 yasm_xfree(code); 132 coff_unwind_code *code; local 150 /* Code array */ 151 SLIST_FOREACH(code, &info->codes, link) { 152 codebc = yasm_bc_create_common(&win64_uwcode_bc_callback, code, 153 yasm_symrec_get_def_line(code->loc)) 332 coff_unwind_code *code = (coff_unwind_code *)contents; local 346 coff_unwind_code *code = (coff_unwind_code *)bc->contents; local 355 coff_unwind_code *code = (coff_unwind_code *)bc->contents; local 426 coff_unwind_code *code = (coff_unwind_code *)bc->contents; local 467 coff_unwind_code *code = (coff_unwind_code *)bc->contents; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elfmanysym.asm | 176 tlb_lookup 0, code 178 bat_lookup i, 0, 0, code 179 bat_lookup i, 1, 0, code 180 bat_lookup i, 2, 0, code 181 bat_lookup i, 3, 0, code 183 pg_table_lookup 0, 0, code 184 pg_table_lookup 0, 0, code 185 pg_table_lookup 0, 0, code 186 pg_table_lookup 0, 0, code 187 pg_table_lookup 0, 0, code [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
EncodedMethod.java | 19 import com.android.dexgen.dex.code.DalvCode; 20 import com.android.dexgen.rop.code.AccessFlags; 35 /** {@code non-null;} constant for the method */ 39 * {@code null-ok;} code for the method, if the method is neither 40 * {@code abstract} nor {@code native} 42 private final CodeItem code; field in class:EncodedMethod 47 * @param method {@code non-null;} constant for the method 49 * @param code {@code null-ok;} code for the method, if it is neithe [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
EncodedMethod.java | 20 import com.android.dx.dex.code.DalvCode; 21 import com.android.dx.rop.code.AccessFlags; 34 /** {@code non-null;} constant for the method */ 38 * {@code null-ok;} code for the method, if the method is neither 39 * {@code abstract} nor {@code native} 41 private final CodeItem code; field in class:EncodedMethod 46 * @param method {@code non-null;} constant for the method 48 * @param code {@code null-ok;} code for the method, if it is neithe [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
EncodedMethod.java | 19 import com.android.dx.dex.code.DalvCode; 20 import com.android.dx.rop.code.AccessFlags; 35 /** {@code non-null;} constant for the method */ 39 * {@code null-ok;} code for the method, if the method is neither 40 * {@code abstract} nor {@code native} 42 private final CodeItem code; field in class:EncodedMethod 47 * @param method {@code non-null;} constant for the method 49 * @param code {@code null-ok;} code for the method, if it is neithe [all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.cc | 2 // Use of this source code is governed by a BSD-style license that can be 17 switch (BPF_CLASS(instruction->code)) { 19 if (BPF_OP(instruction->code) != BPF_JA) { 60 switch (BPF_CLASS(iter->code)) { 62 if (iter->code == BPF_LD+BPF_W+BPF_ABS) { 89 if (BPF_OP(iter->code) == BPF_JA) { 93 BPF_OP(iter->code) == BPF_JSET ? "&" : 94 BPF_OP(iter->code) == BPF_JEQ ? "==" : 95 BPF_OP(iter->code) == BPF_JGE ? ">=" : 96 BPF_OP(iter->code) == BPF_JGT ? ">" : "???" [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_rfc.c | 42 void bta_ag_port_cback_1(UINT32 code, UINT16 port_handle); 43 void bta_ag_port_cback_2(UINT32 code, UINT16 port_handle); 44 void bta_ag_port_cback_3(UINT32 code, UINT16 port_handle); 46 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 port_handle); 47 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 port_handle); 48 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 port_handle); 88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) 122 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) 130 APPL_TRACE_DEBUG3("ag_mgmt_cback : code = %d, port_handle = %d, handle = %d", 131 code, port_handle, handle) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dis.py | 1 """Disassembler of Python byte code into mnemonics.""" 17 """Disassemble classes, methods, functions, or code. 62 """Disassemble a code object.""" 63 code = co.co_code 64 labels = findlabels(code) 66 n = len(code) 71 c = code[i] 88 oparg = ord(code[i]) + ord(code[i+1])*256 + extended_arg 110 def disassemble_string(code, lasti=-1, varnames=None, names=None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dis.py | 1 """Disassembler of Python byte code into mnemonics.""" 17 """Disassemble classes, methods, functions, or code. 62 """Disassemble a code object.""" 63 code = co.co_code 64 labels = findlabels(code) 66 n = len(code) 71 c = code[i] 88 oparg = ord(code[i]) + ord(code[i+1])*256 + extended_arg 110 def disassemble_string(code, lasti=-1, varnames=None, names=None [all...] |
/external/javassist/src/main/javassist/compiler/ |
AccessorMaker.java | 61 Bytecode code = new Bytecode(cp); local 62 code.addAload(0); 65 regno += code.addLoad(regno, params[i]); 66 code.setMaxLocals(regno + 1); // the last parameter is added. 67 code.addInvokespecial(clazz, MethodInfo.nameInit, desc); 69 code.addReturn(null); 70 minfo.setCodeAttribute(code.toCodeAttribute()); 90 * parameter type is <code>clazz</code>. 92 * <code>accDesc<code> must be identical to <code>desc</code>. 121 Bytecode code = new Bytecode(cp); local 173 Bytecode code = new Bytecode(cp); local 224 Bytecode code = new Bytecode(cp); local [all...] |
/external/harfbuzz_ng/src/hb-ucdn/ |
ucdn.h | 211 * @param code Unicode codepoint 214 int ucdn_get_combining_class(uint32_t code); 219 * @param code Unicode codepoint 222 int ucdn_get_east_asian_width(uint32_t code); 227 * @param code Unicode codepoint 231 int ucdn_get_general_category(uint32_t code); 236 * @param code Unicode codepoint 239 int ucdn_get_bidi_class(uint32_t code); 244 * @param code Unicode codepoint 247 int ucdn_get_script(uint32_t code); [all...] |
/frameworks/base/core/tests/coretests/apks/version/ |
Android.mk | 6 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0 13 LOCAL_AAPT_FLAGS := --version-code 2 --version-name 2.0 20 LOCAL_AAPT_FLAGS := --version-code 3 --version-name 3.0 27 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0 34 LOCAL_AAPT_FLAGS := --version-code 2 --version-name 2.0
|
/external/javassist/src/main/javassist/ |
CtNewWrappedMethod.java | 44 Bytecode code = makeBody(declaring, declaring.getClassFile2(), body, local 46 mt.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); 58 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0); local 60 parameters, returnType, cparam, code); 61 code.setMaxStack(stacksize); 62 code.setMaxLocals(isStatic, parameters, 0); 63 return code; 73 Bytecode code) 81 code.addAload(0); 83 int stacksize = compileParameterList(code, parameters [all...] |
/external/opencv/cxcore/src/ |
cxerror.cpp | 19 // * Redistribution's of source code must retain the above copyright notice, 150 cvStdErrReport( int code, const char *func_name, const char *err_msg, 153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace ) 157 cvErrorStr(code), err_msg ? err_msg : "no description" ); 173 cvGuiBoxReport( int code, const char *func_name, const char *err_msg, 177 return cvStdErrReport( code, func_name, err_msg, file, line, 0 ); 179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace ) 189 cvErrorStr(code), err_msg ? err_msg : "no description" 240 int code = cvGetErrStatus(); local [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
regerror.c | 7 * This code is derived from software contributed to Berkeley by 13 * 1. Redistributions of source code must retain the above copyright 40 * This code is derived from software contributed to Berkeley by 46 * 1. Redistributions of source code must retain the above copyright 133 int code; member in struct:rerr 153 { 0, "", "*** unknown regexp error code ***" } 180 for (r = rerrs; r->code != 0; r++) 181 if (r->code == target) 185 if (r->code != 0) { 215 for (r = rerrs; r->code != 0; r++ [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form12x.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.DalvInsn; 20 import com.android.dexgen.dex.code.HighRegisterPrefix; 21 import com.android.dexgen.dex.code.InsnFormat; 22 import com.android.dexgen.dex.code.SimpleInsn; 23 import com.android.dexgen.rop.code.RegisterSpec; 24 import com.android.dexgen.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 fo [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
frame_tracker_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 26 .code()); 28 tracker.GetContextIdForFrame("foo", &context_id).code()); 36 tracker.OnEvent(&client, "Page.frameNavigated", nav_params).code()); 40 tracker.OnEvent(&client, "Page.frameNavigated", nav_params).code()); 42 tracker.GetContextIdForFrame("f", &context_id).code()); 54 .code()); 62 .code());
|
/external/chromium_org/v8/src/ |
gdb-jit.h | 6 // * Redistributions of source code must retain the above copyright 116 Code* code, 123 Handle<Code> code, 126 static void AddCode(CodeTag tag, Name* name, Code* code); 128 static void AddCode(CodeTag tag, const char* name, Code* code); 130 static void AddCode(CodeTag tag, Code* code) [all...] |
/external/v8/src/ |
gdb-jit.h | 6 // * Redistributions of source code must retain the above copyright 116 Code* code, 123 Handle<Code> code, 126 static void AddCode(CodeTag tag, String* name, Code* code); 128 static void AddCode(CodeTag tag, const char* name, Code* code); 130 static void AddCode(CodeTag tag, Code* code) [all...] |
stub-cache.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 58 Code* StubCache::Set(String* name, Map* map, Code* code) { 59 // Get the flags from the code. 60 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags()); 71 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC) 126 Handle<Code> code = local 145 Handle<Code> code = local 165 Handle<Code> code = local 185 Handle<Code> code = local 203 Handle<Code> code = local 228 Handle<Code> code = local 247 Handle<Code> code = local 267 Handle<Code> code = local 286 Handle<Code> code = compiler.CompileLoadInterceptor(receiver, holder, name); local 306 Handle<Code> code = local 323 Handle<Code> code = compiler.CompileLoadArrayLength(name); local 340 Handle<Code> code = compiler.CompileLoadStringLength(name); local 357 Handle<Code> code = compiler.CompileLoadFunctionPrototype(name); local 377 Handle<Code> code = local 472 Handle<Code> code = compiler.CompileStoreGlobal(receiver, cell, name); local 491 Handle<Code> code = compiler.CompileStoreCallback(receiver, callback, name); local 508 Handle<Code> code = compiler.CompileStoreInterceptor(receiver, name); local 528 Handle<Code> code = local 569 Handle<Code> code = local 607 Handle<Code> code = local 644 Handle<Code> code = local 649 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); local 674 Handle<Code> code = local 678 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); local 708 Object* code = dictionary->ValueAt(entry); local 729 Handle<Code> code = compiler.CompileCallInitialize(flags); local 758 Handle<Code> code = compiler.CompileCallPreMonomorphic(flags); local 775 Handle<Code> code = compiler.CompileCallNormal(flags); local 792 Handle<Code> code = compiler.CompileCallArguments(flags); local 811 Handle<Code> code = compiler.CompileCallMegamorphic(flags); local 831 Handle<Code> code = compiler.CompileCallMiss(flags); local 851 Handle<Code> code = compiler.CompileCallDebugBreak(flags); local 870 Handle<Code> code = compiler.CompileCallDebugPrepareStepIn(flags); local 1149 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallInitialize"); local 1153 *code, code->arguments_count())); local 1170 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallPreMonomorphic"); local 1174 *code, code->arguments_count())); local 1191 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallNormal"); local 1195 *code, code->arguments_count())); local 1210 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallMegamorphic"); local 1214 *code, code->arguments_count())); local 1223 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallArguments"); local 1242 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallMiss"); local 1246 *code, code->arguments_count())); local 1255 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallDebugBreak"); local 1275 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallDebugPrepareStepIn"); local 1279 *code, local 1293 Handle<Code> code = factory()->NewCode(desc, flags, masm_.CodeObject()); local 1324 Handle<Code> code = GetCodeWithFlags(flags, name); local 1336 Handle<Code> code = GetCodeWithFlags(flags, name); local 1347 Handle<Code> code = GetCodeWithFlags(flags, name); local 1361 Handle<Code> code = GetCodeWithFlags(flags, name); local 1454 Handle<Code> code = GetCodeWithFlags(flags, "ConstructStub"); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_fs.c | 255 struct rX00_fragment_program_code *generic_code = &shader->code; 264 struct r500_fragment_program_code *code = &generic_code->code.r500; local 267 ((code->inst_end + 1) * 6) + 269 code->int_constant_count * 2; 273 OUT_CB_REG(R500_US_PIXSIZE, code->max_temp_idx); 274 OUT_CB_REG(R500_US_FC_CTRL, code->us_fc_ctrl); 275 for(i = 0; i < code->int_constant_count; i++){ 277 code->int_constants[i]); 280 R500_US_CODE_RANGE_ADDR(0) | R500_US_CODE_RANGE_SIZE(code->inst_end)) 311 struct r300_fragment_program_code *code = &generic_code->code.r300; local [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_fs.c | 255 struct rX00_fragment_program_code *generic_code = &shader->code; 264 struct r500_fragment_program_code *code = &generic_code->code.r500; local 267 ((code->inst_end + 1) * 6) + 269 code->int_constant_count * 2; 273 OUT_CB_REG(R500_US_PIXSIZE, code->max_temp_idx); 274 OUT_CB_REG(R500_US_FC_CTRL, code->us_fc_ctrl); 275 for(i = 0; i < code->int_constant_count; i++){ 277 code->int_constants[i]); 280 R500_US_CODE_RANGE_ADDR(0) | R500_US_CODE_RANGE_SIZE(code->inst_end)) 311 struct r300_fragment_program_code *code = &generic_code->code.r300; local [all...] |