HomeSort by relevance Sort by last modified time
    Searched defs:ins (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_params.h 36 NaClSrpcArg** ins() const { return const_cast<NaClSrpcArg**>(ins_); } function in class:plugin::SrpcParams
srpc_client.cc 26 const char* ins,
34 ins_(STRDUP(ins)),
46 char* ins() const { return ins_; } function in class:plugin::MethodInfo
156 return params->Init(method_info->ins(), method_info->outs());
181 params->ins(),
  /external/chromium_org/third_party/tcmalloc/chromium/src/
getpc.h 99 char ins[16]; member in struct:CallUnrollInfo
100 // How many bytes to match from ins array?
147 callunrollinfo[i].ins, callunrollinfo[i].ins_size)) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
getpc.h 97 char ins[16]; member in struct:CallUnrollInfo
98 // How many bytes to match from ins array?
144 callunrollinfo[i].ins, callunrollinfo[i].ins_size)) {
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.h 43 Allocation *const* ins; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
rsCpuScriptGroup.cpp 73 if (sl->ins[ct]) {
74 mp->ptrIn = (const uint8_t *)sl->ins[ct]->mHal.drvState.lod[0].mallocPtr;
75 istep = sl->ins[ct]->mHal.state.elementSizeBytes;
78 mp->in = mp->ptrIn + sl->ins[ct]->mHal.drvState.lod[0].stride * p->y;
80 if (sl->ins[ct]->mHal.drvState.lod[0].dimY > p->lid) {
81 mp->in = mp->ptrIn + sl->ins[ct]->mHal.drvState.lod[0].stride * p->lid;
112 Vector<Allocation *> ins; local
183 ins.add(ain);
196 for (size_t ct=0; ct < ins.size(); ct++) {
201 si->forEachMtlsSetup(ins[ct], outs[ct], NULL, 0, NULL, &mtls)
    [all...]
  /external/clang/test/Analysis/
outofbound.c 95 static const double ins[] = {1e-8, 1e-7, 1e-6, 1e-5, 1e-4, 1e-3, 1e-2, 1e-1, local
99 if (in < ins[eee]) {
104 if (in < ins[eee]) {
109 if (in < ins[eee]) {
114 if (in < ins[eee]) {
119 if (in < ins[eee]) { // expected-warning {{Access out-of-bound array element (buffer overflow)}}
  /frameworks/base/core/tests/coretests/src/android/text/
PackedIntVectorTest.java 29 int[] ins = new int[width]; local
46 ins[j] = i + j;
52 p.insertAt(at, ins);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 65 Item *ins = new Item(data); local
67 ins->next = pos->next;
68 ins->prev = pos;
69 pos->next->prev = ins;
70 pos->next = ins;
73 term = ins;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 65 Item *ins = new Item(data); local
67 ins->next = pos->next;
68 ins->prev = pos;
69 pos->next->prev = ins;
70 pos->next = ins;
73 term = ins;
  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 96 InputStream ins = context.getContentResolver() local
98 return new WebResourceResponse("text/html", "utf-8", ins);
103 PipedInputStream ins = new PipedInputStream(); local
104 PipedOutputStream outs = new PipedOutputStream(ins);
106 return new WebResourceResponse("text/html", "utf-8", ins);
Template.java 271 InputStream ins = context.getResources().openRawResource(id); local
273 byte[] buf = new byte[ins.available()];
274 ins.read(buf);
  /dalvik/vm/interp/
Stack.cpp 211 * the stack that has no ins, outs, or locals, and no break frame above it.
395 * Push a call frame on. If there isn't enough room for ins, locals,
448 u4* ins; local
454 /* "ins" for new frame start at frame pointer plus locals */
455 ins = ((u4*)self->interpSave.curFrame) +
458 //ALOGD(" FP is %p, INs live at >= %p", self->interpSave.curFrame, ins);
465 *ins++ = (u4) obj;
473 memcpy(ins, &val, 8); // EABI prevents direct store
474 ins += 2
554 u4* ins; local
663 s4* ins; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
actions.c 31 void showIns(FILE *o, const Ins *i, const Ins *base){
37 for(const Ins *j = &(&i)[1]; j < (Ins*) i.i.link; ++j)
41 o << "goto " << ((Ins*) i.i.link - &base);
44 o << "fork " << ((Ins*) i.i.link - &base);
147 MatchOp_compile(RegExp *re, Char *rep, Ins *i)
149 Ins *j;
170 AltOp_compile(RegExp *re, Char *rep, Ins *i){
171 Ins *j
644 Ins *ins, *eoi; local
    [all...]
re.h 6 #include "tools/re2c/ins.h"
90 Ins *ins; member in struct:RegExp::__anon16427::__anon16428
119 void RegExp_compile(RegExp*, Char*, Ins*);
  /external/clang/test/CXX/class.access/
p6.cpp 165 A ins; member in class:test7::B
168 void foo(int arg[__builtin_offsetof(B, ins)]);
  /external/javassist/src/main/javassist/
ClassPoolTail.java 331 InputStream ins = null; local
335 ins = list.path.openClassfile(classname);
342 if (ins == null)
345 return ins;
  /external/javassist/src/main/javassist/tools/rmi/
ObjectImporter.java 237 InputStream ins = new BufferedInputStream(sock.getInputStream()); local
238 skipHeader(ins);
239 ObjectInputStream din = new ObjectInputStream(ins);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 85 Instruction21c ins = (Instruction21c)instruction; local
86 FieldIdItem fieldIdItem = (FieldIdItem)ins.getReferencedItem();
97 Instruction41c ins = (Instruction41c)instruction; local
98 FieldIdItem fieldIdItem = (FieldIdItem)ins.getReferencedItem();
  /packages/apps/Camera/tests/src/com/android/camera/activity/
CameraTestCase.java 151 InputStream ins = getActivity().getResources().openRawResource(R.raw.blank); local
158 while((size = ins.read(buffer, 0, 1024)) >= 0){
164 Util.closeSilently(ins);
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 1269 InsertThread ins = new InsertThread((PreparedStatement)st); local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 276 pANTLR3_INPUT_STREAM ins; local
281 ins = NULL;
294 ins = lexer->input;
295 is = ins->istream;
338 ex->line = ins->getLine (ins); /* Line number comes from stream */
339 ex->charPositionInLine = ins->getCharPositionInLine (ins); /* Line offset also comes from the stream */
341 ex->streamName = ins->fileName;
    [all...]
  /external/mockito/src/org/mockito/internal/
MockitoCore.java 172 List<Invocation> ins = invocationContainer.getInvocations(); local
173 for (Invocation in : ins) {
  /external/openfst/src/include/fst/
label-reachable.h 161 StateId ins = fst_->NumStates(); local
163 FindIntervals(ins);
410 StateId ins = fst_->NumStates(); local
411 StateId ons = ins;
413 vector<ssize_t> indeg(ins, 0);
416 for (StateId s = 0; s < ins; ++s) {
467 void FindIntervals(StateId ins) {
477 isets.resize(ins);
493 for (ssize_t s = 0; s < ins; ++s) {
500 VLOG(2) << "# of states: " << ins;
502 VLOG(2) << "# of intervals\/state: " << nintervals\/ins; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.c 131 struct stat ins,outs; local
266 (stat(in,&ins) != -1) &&
268 (ins.st_dev == outs.st_dev) &&
269 (ins.st_ino == outs.st_ino))

Completed in 813 milliseconds

1 2 3