HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 2451 - 2475 of 4549) sorted by null

<<919293949596979899100>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 422 // force to write out.
1695 FileOutputStream out = new FileOutputStream(logFile, true); local
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 1188 PrintStream out = new PrintStream(errBuffer); local
3009 PrintStream out = new PrintStream(errBuffer); local
3324 PrintStream out = new PrintStream(errBuffer); local
    [all...]
  /ndk/build/core/
definitions-graph.mk 50 # Out: subset of input list, where each item passes the predicate.
71 # Filter out a list of modules with a predicate function
75 # Out: subset of input list, where each item doesn't pass the predicate.
77 -ndk-mod-filter-out = $(strip \
82 -test-ndk-mod-filter-out = \
84 $(call test-expect,,$(call -ndk-mod-filter-out,,-local-func))\
85 $(call test-expect,,$(call -ndk-mod-filter-out,foo,-local-func))\
86 $(call test-expect,bar,$(call -ndk-mod-filter-out,foo bar,-local-func))\
87 $(call test-expect,aaa bar,$(call -ndk-mod-filter-out,aaa foo bar foo,-local-func))\
89 $(call test-expect,,$(call -ndk-mod-filter-out,,-local-func))
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 3051 ArrayList<Object> out = new ArrayList<Object>(); local
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
jsilver-1.0.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /art/compiler/optimizing/
intrinsics_arm.cc 57 // out in this case.
86 Location output = locations->Out();
98 Location output = locations->Out();
156 Register out = locations->Out().AsRegister<Register>(); local
164 __ clz(out, in_reg_hi);
166 __ clz(out, in_reg_lo);
167 __ AddConstant(out, 32);
170 __ clz(out, in.AsRegister<Register>());
199 Register out = locations->Out().AsRegister<Register>() local
245 Location out = locations->Out(); local
334 Register out = locations->Out().AsRegister<Register>(); local
837 Register out = locations->Out().AsRegister<Register>(); \/\/ Boolean result. local
961 Register out = locations->Out().AsRegister<Register>(); \/\/ Result character. local
1039 Register out = locations->Out().AsRegister<Register>(); local
1856 Register out = locations->Out().AsRegister<Register>(); local
1891 Register out = locations->Out().AsRegister<Register>(); local
1926 Register out = locations->Out().AsRegister<Register>(); local
    [all...]
intrinsics_arm64.cc 123 Location out = invoke_->GetLocations()->Out(); variable
124 if (out.IsValid()) {
125 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
126 DCHECK(!invoke_->GetLocations()->GetLiveRegisters()->ContainsCoreRegister(out.reg()));
127 MoveFromReturnRegister(out, invoke_->GetType(), codegen);
158 // out in this case.
187 Location output = locations->Out();
194 Location output = locations->Out();
239 Location out = locations->Out() local
295 Location out = locations->Out(); local
322 Location out = locations->Out(); local
350 Location out = locations->Out(); local
414 Location out = locations->Out(); local
481 Location out = locations->Out(); local
541 Location out = locations->Out(); local
1028 Register out = WRegisterFrom(locations->Out()); \/\/ Boolean result. local
1147 Register out = WRegisterFrom(locations->Out()); \/\/ Result character. local
1222 Register out = XRegisterFrom(locations->Out()); local
    [all...]
intrinsics_mips.cc 122 Location out = invoke_->GetLocations()->Out(); variable
123 if (out.IsValid()) {
124 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
125 DCHECK(!invoke_->GetLocations()->GetLiveRegisters()->ContainsCoreRegister(out.reg()));
126 MoveFromReturnRegister(out, invoke_->GetType(), codegen);
164 Register out_lo = locations->Out().AsRegisterPairLow<Register>();
165 Register out_hi = locations->Out().AsRegisterPairHigh<Register>();
170 Register out = locations->Out().AsRegister<Register>() local
203 FRegister out = locations->Out().AsFpuRegister<FRegister>(); local
259 Register out = locations->Out().AsRegister<Register>(); local
273 Register out = locations->Out().AsRegister<Register>(); local
446 Register out = locations->Out().AsRegister<Register>(); local
494 Register out = locations->Out().AsRegister<Register>(); local
617 Register out = locations->Out().AsRegister<Register>(); local
750 FRegister out = locations->Out().AsFpuRegister<FRegister>(); local
797 Register out = locations->Out().AsRegister<Register>(); local
828 FRegister out = locations->Out().AsFpuRegister<FRegister>(); local
1131 Register out = locations->Out().AsRegister<Register>(); local
1197 Register out = locations->Out().AsRegister<Register>(); local
1286 FRegister out = locations->Out().AsFpuRegister<FRegister>(); local
1299 Register out = invoke->GetLocations()->Out().AsRegister<Register>(); local
1312 Register out = invoke->GetLocations()->Out().AsRegister<Register>(); local
1344 Register out = invoke->GetLocations()->Out().AsRegister<Register>(); local
1469 Register out = invoke->GetLocations()->Out().AsRegister<Register>(); local
1802 Register out = locations->Out().AsRegister<Register>(); local
1898 Register out = locations->Out().AsRegister<Register>(); local
1978 Register out = locations->Out().AsRegister<Register>(); local
2269 Register out = locations->Out().AsRegister<Register>(); local
2356 Register out = locations->Out().AsRegister<Register>(); local
2410 Register out = locations->Out().AsRegister<Register>(); local
    [all...]
intrinsics_x86.cc 70 // out in this case.
113 Location output = locations->Out();
128 Location output = locations->Out();
197 Register out = locations->Out().AsRegister<Register>(); local
202 __ bswapl(out);
203 __ sarl(out, Immediate(16));
206 __ bswapl(out);
231 Location output = locations->Out();
277 Location output = locations->Out();
335 Register out = output.AsRegister<Register>(); local
411 XmmRegister out = out_loc.AsFpuRegister<XmmRegister>(); local
608 Register out = locations->Out().AsRegister<Register>(); local
690 XmmRegister out = locations->Out().AsFpuRegister<XmmRegister>(); local
704 Location out = invoke->GetLocations()->Out(); local
739 XmmRegister out = locations->Out().AsFpuRegister<XmmRegister>(); local
807 Register out = locations->Out().AsRegister<Register>(); local
1053 Register out = locations->Out().AsRegister<Register>(); local
1412 Register out = locations->Out().AsRegister<Register>(); local
1838 Register out = invoke->GetLocations()->Out().AsRegister<Register>(); local
2170 Location out = locations->Out(); local
2385 Register out = locations->Out().AsRegister<Register>(); local
2453 Register out = locations->Out().AsRegister<Register>(); local
2558 Register out = locations->Out().AsRegister<Register>(); local
    [all...]
intrinsics_x86_64.cc 64 // out in this case.
100 Location output = locations->Out();
106 Location output = locations->Out();
149 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
154 __ bswapl(out);
155 __ sarl(out, Immediate(16));
158 __ bswapl(out);
161 __ bswapq(out);
211 Location output = locations->Out();
255 CpuRegister out = output.AsRegister<CpuRegister>(); local
299 XmmRegister out = out_loc.AsFpuRegister<XmmRegister>(); local
436 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
510 XmmRegister out = locations->Out().AsFpuRegister<XmmRegister>(); local
524 Location out = invoke->GetLocations()->Out(); local
559 XmmRegister out = locations->Out().AsFpuRegister<XmmRegister>(); local
628 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
678 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
915 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
1514 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
1778 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); \/\/ == address, here for clarity. local
1926 CpuRegister out = invoke->GetLocations()->Out().AsRegister<CpuRegister>(); local
2199 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
2407 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
2466 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
2594 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
2668 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 1224 StackReference<mirror::Object>* out = objects; local
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyStoreTest.java 248 // interface, so it does start out empty like other KeyStores
1703 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
1733 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
1758 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
1773 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestClz.java 42 public byte out; field in class:TestClz.ArgumentsCharChar
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
49 script.forEach_testClzCharChar(inValue, out);
50 verifyResultsClzCharChar(inValue, out, false);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
56 scriptRelaxed.forEach_testClzCharChar(inValue, out);
57 verifyResultsClzCharChar(inValue, out, true);
63 private void verifyResultsClzCharChar(Allocation inValue, Allocation out, boolean relaxed) {
69 out.copyTo(arrayOut);
77 // Figure out what the outputs should have been
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
123 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
184 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
252 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
259 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
319 public byte out; field in class:TestClz.ArgumentsUcharUchar
325 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
332 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
393 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
400 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
461 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
468 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
529 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
536 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
596 public short out; field in class:TestClz.ArgumentsShortShort
602 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
609 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
670 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
677 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
738 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
745 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
806 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
813 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
873 public short out; field in class:TestClz.ArgumentsUshortUshort
879 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
886 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
947 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
954 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
1015 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
1022 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
1083 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
1090 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
1150 public int out; field in class:TestClz.ArgumentsIntInt
1156 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
1163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
1224 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
1231 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
1292 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
1299 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
1360 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
1367 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
1427 public int out; field in class:TestClz.ArgumentsUintUint
1433 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
1440 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
1501 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
1508 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
1569 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
1576 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
1637 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
1644 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
    [all...]

Completed in 842 milliseconds

<<919293949596979899100>>