HomeSort by relevance Sort by last modified time
    Searched refs:ins (Results 51 - 75 of 216) sorted by null

1 23 4 5 6 7 8 9

  /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);
  /packages/apps/Camera2/tests_camera/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 CameraUtil.closeSilently(ins);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 37 def verify_instance_interface(self, ins):
39 self.assertTrue(hasattr(ins, attr),
41 (ins.__class__.__name__, attr))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 37 def verify_instance_interface(self, ins):
39 self.assertTrue(hasattr(ins, attr),
41 (ins.__class__.__name__, attr))
  /system/core/libpixelflinger/arch-mips/
t32cb16blend.S 58 ins \fb,$t8,\shift+6+5,5 # dst[\shift:15..11]
69 ins \fb,$t8,\shift+5,6 # finish green insertion dst[\shift:10..5]
73 ins \fb,$t8,\shift,5
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_3DLUT.S 120 ins v4.h[0], w6
121 ins v4.h[1], w7
122 ins v4.h[2], w8
123 ins v4.s[2], w4
124 ins v4.s[3], w5
rsCpuCore.h 54 const void **ins; member in struct:android::renderscript::__anon39021
  /external/glide/third_party/disklrucache/
disklrucache-2.0.2.jar 
  /packages/apps/Browser/src/com/android/browser/homepages/
Template.java 271 InputStream ins = context.getResources().openRawResource(id); local
273 byte[] buf = new byte[ins.available()];
274 ins.read(buf);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
annotate.c 170 if (dl->ins && dl->ins->ops->scnprintf) {
171 if (ins__is_jump(dl->ins)) {
177 } else if (ins__is_call(dl->ins)) {
202 if (!dl || !dl->ins || !ins__is_jump(dl->ins)
451 if (!ins__is_call(dl->ins))
503 if (!ins__is_jump(dl->ins))
793 else if (!browser->selection->ins) {
  /external/eigen/bench/
BenchSparseUtil.h 90 mtl::matrix::inserter<MtlSparse> ins(dst);
93 ins[it.index()][j] = it.value();
  /external/mockito/src/org/mockito/internal/
MockitoCore.java 172 List<Invocation> ins = invocationContainer.getInvocations(); local
173 for (Invocation in : ins) {
  /external/openssl/crypto/modes/asm/
ghashv8-armx-64.S 92 ins v2.d[0],v1.d[1]
93 ins v1.d[1],v0.d[0]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 226 public void readConfiguration(InputStream ins) throws IOException {
228 super.readConfiguration(ins);
  /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/llvm/test/MC/AArch64/
arm64-advsimd.s 86 ; INS/DUP
213 ins.d v2[1], x5
214 ins.s v2[1], w5
215 ins.h v2[1], w5
216 ins.b v2[1], w5
218 ins v2.d[1], x5
219 ins v2.s[1], w5
220 ins v2.h[1], w5
221 ins v2.b[1], w5
223 ; CHECK: ins.d v2[1], x5 ; encoding: [0xa2,0x1c,0x18,0x4e
    [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))
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h 6 #include "tools/re2c/ins.h"
90 Ins *ins; member in struct:RegExp::__anon20289::__anon20290
119 void RegExp_compile(RegExp*, Char*, Ins*);
  /external/llvm/test/MC/Mips/
mips-alu-instructions.s 13 # CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d]
44 ins $19, $9, 6,7
mips64-alu-instructions.s 12 # CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d]
40 ins $19, $9, 6,7
  /external/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))
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 82 Instruction21c ins = (Instruction21c)instruction; local
85 fieldRef = (FieldReference)ins.getReference();
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 579 InputStream ins = getContext().getResources().openRawResource(resId);
584 while ((size = ins.read(buffer, 0, 1024)) >= 0) {
587 ins.close();
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 579 InputStream ins = getContext().getResources().openRawResource(resId);
584 while ((size = ins.read(buffer, 0, 1024)) >= 0) {
587 ins.close();
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 579 InputStream ins = getContext().getResources().openRawResource(resId);
584 while ((size = ins.read(buffer, 0, 1024)) >= 0) {
587 ins.close();

Completed in 1135 milliseconds

1 23 4 5 6 7 8 9