/external/chromium_org/v8/test/mjsunit/regress/ |
regress-lazy-deopt-reloc.js | 6 // * Redistributions of source code must retain the above copyright 28 // Do not generate debug code since that will space things differently 29 // in the generated code. 30 // Flags: --allow-natives-syntax --expose-gc --nodebug-code
|
regress-prepare-break-while-recompile.js | 6 // * Redistributions of source code must retain the above copyright 54 // and (shared) unoptimized code on foo, and sets both to lazy-compile builtin. 59 // Install optimized code when parallel optimization finishes. 60 // This needs to be able to deal with shared code being a builtin.
|
regress-transcendental.js | 6 // * Redistributions of source code must retain the above copyright 30 // Test whether the runtime implementation and generated code of 40 // Calculate using generated code. 43 print(name + " generated code : " + gencode_result);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
PositionList.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.SourcePosition; 27 /** {@code non-null;} empty instance */ 53 * @param insns {@code non-null;} instructions to convert 56 * @return {@code non-null;} the positions list 115 * Constructs an instance. All indices initially contain {@code null}. 117 * @param size {@code >= 0;} the size of the list 126 * do that, this will throw {@code NullPointerException}. 128 * @param n {@code >= 0, < size();} which index 129 * @return {@code non-null;} element at that inde [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
InterferenceRegisterMapper.java | 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.RegisterSpec; 76 * Checks to see if old namespace reg {@code oldReg} interferes 77 * with what currently maps to {@code newReg}. 102 * Checks to see if old namespace reg {@code oldReg} interferes 103 * with what currently maps to {@code newReg}. 105 * @param oldSpec {@code non-null;} old namespace register 136 * @param oldSpecs {@code non-null;} set of old-namespace regs 137 * @param newReg {@code >= 0;} new-namespace register 138 * @param targetCategory {@code 1..2;} the number of adjacent new-namespac [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
SsaToRop.java | 19 import com.android.dx.rop.code.BasicBlock; 20 import com.android.dx.rop.code.BasicBlockList; 21 import com.android.dx.rop.code.InsnList; 22 import com.android.dx.rop.code.RegisterSpec; 23 import com.android.dx.rop.code.RegisterSpecList; 24 import com.android.dx.rop.code.Rop; 25 import com.android.dx.rop.code.RopMethod; 26 import com.android.dx.rop.code.Rops; 48 /** {@code non-null;} method to process */ 52 * {@code true} if the converter should attempt to minimiz [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
BinaryOp.java | 19 import com.android.dx.rop.code.Rop; 20 import com.android.dx.rop.code.Rops; 36 * {@link ArithmeticException} if {@code b == 0}. For float and double operands, 37 * the operations return {@code NaN}. 40 /** {@code a + b} */ 47 /** {@code a - b} */ 54 /** {@code a * b} */ 61 /** {@code a / b} */ 68 /** {@code a % b} */ 75 /** {@code a & b} * [all...] |
/external/icu4c/samples/ |
readme.txt | 4 This directory contains sample code 49 * Where can I find more sample code?
|
/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.cpp | 24 uint32_t code) { 25 Code = code; 27 if (Code) {
|
/external/llvm/utils/Target/ARM/ |
analyze-match-table.py | 17 code, string, converter, _ = [s.strip() 23 insns.append((code,string,converter,items,features)) 26 # operand and whether or not it can have a predication code.
|
/external/openssl/android.testssl/ |
Uss.cnf | 17 countryName = Country Name (2 letter code)
|
/external/openssl/crypto/sha/asm/ |
sha512-parisc.pl | 14 # SHA256 performance is >75% better than gcc 3.2 generated code on 15 # PA-7100LC. Compared to code generated by vendor compiler this 19 # SHA512 performance is >2.9x better than gcc 3.2 generated code on 21 # code is executed on PA-RISC 2.0 processor and switches to 64-bit 22 # code path delivering adequate peformance even in "blended" 32-bit 23 # build. Though 64-bit code is not any faster than code generated by 101 $code.=<<___; 136 $code.=<<___; 152 $code.=<<___ if ($i==15) [all...] |
/external/protobuf/ |
autogen.sh | 12 Could not find source code. Make sure you are running this script from the
|
generate_descriptor_proto.sh | 15 Could not find source code. Make sure you are running this script from the
|
/external/srec/srec/include/ |
duk_err.h | 183 enum CrecException code; member in struct:__anon28282 193 enum CrecException code; member in struct:__anon28283
|
/external/v8/src/mips/ |
simulator-mips.h | 6 // * Redistributions of source code must retain the above copyright 30 // MIPS binary. This Simulator allows us to run and debug MIPS code generation 32 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro, 56 // Call the generated regexp code directly. The code at the entry address 68 // generated code. Because generated code on mips uses the C stack, we 167 // Generated code will always use doubles. So we will only use even registers. 213 // V8 generally calls into generated JS code with 5 parameters and into 214 // generated RegExp code with 7 parameters. This is a convenience function [all...] |
/external/v8/test/mjsunit/regress/ |
regress-lazy-deopt-reloc.js | 6 // * Redistributions of source code must retain the above copyright 28 // Do not generate debug code since that will space things differently 29 // in the generated code. 30 // Flags: --allow-natives-syntax --expose-gc --nodebug-code
|
/frameworks/av/include/common_time/ |
ICommonClock.h | 37 virtual status_t onTransact(uint32_t code, const Parcel& data, 102 virtual status_t onTransact(uint32_t code, const Parcel& data,
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
dec_gain.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 45 Description: Added fixes to the code as per review comments. Removed nested 112 code[] = pointer to innovative vector of type Word16 120 gain_cod = pointer to code gain of type Word16 148 PSEUDO-CODE 160 When the code is written for a specific target processor the 185 Word16 code[], /* i : Innovative vector. */ 188 Word16 * gain_cod, /* o : Code gain. */ 275 gc_pred(pred_state, mode, code, &exp, &frac, NULL, NULL, pOverflow);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
spstproc.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 109 code -- Word16 Array -- Fixed codebook exitation 146 PSEUDO-CODE 152 When the code is written for a specific target processor the 181 Word16 code[], /* i : Fixed codebook exitation */ 240 p_code = &code[0]; 244 /* exc[i] = gain_pit*exc[i] + gain_code*code[i]; */ 254 * code Q12 Q13
|
/frameworks/av/media/mtp/ |
MtpDevice.h | 95 MtpProperty* getDevicePropDesc(MtpDeviceProperty code); 96 MtpProperty* getObjectPropDesc(MtpObjectProperty code, MtpObjectFormat format);
|
/frameworks/av/services/medialog/ |
MediaLogService.cpp | 59 // FIXME merge with similar but not identical code at services/audioflinger/ServiceUtilities.cpp 86 status_t MediaLogService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, 89 return BnMediaLogService::onTransact(code, data, reply, flags);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
VertexShader.java | 47 public Builder setShader(String code) { 48 mBuilder.setShader(code);
|
/frameworks/native/cmds/servicemanager/ |
binder.h | 24 uint32_t code; member in struct:binder_txn 79 void *target, uint32_t code);
|
/hardware/qcom/audio/hal/ |
Android.mk | 11 # B-family platform uses msm8974 code base
|