HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 3101 - 3125 of 5424) sorted by null

<<121122123124125126127128129130>>

  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /art/compiler/optimizing/
intrinsics_arm64.cc 136 Location out = invoke_->GetLocations()->Out(); variable
137 if (out.IsValid()) {
138 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
139 DCHECK(!invoke_->GetLocations()->GetLiveRegisters()->ContainsCoreRegister(out.reg()));
140 MoveFromReturnRegister(out, invoke_->GetType(), codegen);
256 Location output = locations->Out();
263 Location output = locations->Out();
308 Location out = locations->Out(); local
364 Location out = locations->Out(); local
391 Location out = locations->Out(); local
419 Location out = locations->Out(); local
483 Location out = locations->Out(); local
550 Location out = locations->Out(); local
610 Location out = locations->Out(); local
1135 Register out = WRegisterFrom(out_loc); \/\/ Boolean result. local
1268 Register out = OutputRegister(invoke); local
1507 Register out = XRegisterFrom(locations->Out()); local
2865 Register out; local
2914 Register out = RegisterFrom(locations->Out(), Primitive::kPrimNot); local
2982 Register out = RegisterFrom(invoke->GetLocations()->Out(), Primitive::kPrimInt); local
    [all...]
intrinsics_arm_vixl.cc 106 Location out = invoke_->GetLocations()->Out(); variable
107 if (out.IsValid()) {
108 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
109 DCHECK(!invoke_->GetLocations()->GetLiveRegisters()->ContainsCoreRegister(out.reg()));
110 codegen->MoveFromReturnRegister(out, invoke_->GetType());
280 Location output = locations->Out();
290 Location output = locations->Out();
348 vixl32::Register out = RegisterFrom(locations->Out()); local
396 vixl32::Register out = RegisterFrom(locations->Out()); local
535 vixl32::SRegister out = OutputSRegister(invoke); local
622 vixl32::DRegister out = OutputDRegister(invoke); local
742 vixl32::Register out = OutputRegister(invoke); local
1324 vixl32::Register out = OutputRegister(invoke); \/\/ Boolean result. local
1474 vixl32::Register out = OutputRegister(invoke); local
1738 vixl32::Register out = OutputRegister(invoke); local
2964 const vixl32::Register out = OutputRegister(invoke); local
2982 const vixl32::Register out = OutputRegister(invoke); local
3040 vixl32::Register out = RegisterFrom(locations->Out()); local
3106 vixl32::Register out = RegisterFrom(invoke->GetLocations()->Out()); local
    [all...]
intrinsics_x86.cc 202 Location output = locations->Out();
217 Location output = locations->Out();
286 Register out = locations->Out().AsRegister<Register>(); local
291 __ bswapl(out);
292 __ sarl(out, Immediate(16));
295 __ bswapl(out);
320 Location output = locations->Out();
367 Location output = locations->Out();
428 Location output = locations->Out();
429 Register out = output.AsRegister<Register>(); local
506 XmmRegister out = out_loc.AsFpuRegister<XmmRegister>(); local
705 Register out = locations->Out().AsRegister<Register>(); local
787 XmmRegister out = locations->Out().AsFpuRegister<XmmRegister>(); local
800 Location out = invoke->GetLocations()->Out(); local
835 XmmRegister out = locations->Out().AsFpuRegister<XmmRegister>(); local
904 Register out = locations->Out().AsRegister<Register>(); local
1517 Register out = locations->Out().AsRegister<Register>(); local
2008 Register out = invoke->GetLocations()->Out().AsRegister<Register>(); local
2341 Location out = locations->Out(); local
2572 Register out = locations->Out().AsRegister<Register>(); local
2640 Register out = locations->Out().AsRegister<Register>(); local
2745 Register out = locations->Out().AsRegister<Register>(); local
3304 Register out = locations->Out().AsRegister<Register>(); local
3358 Register out = invoke->GetLocations()->Out().AsRegister<Register>(); local
    [all...]
intrinsics_x86_64.cc 148 Location output = locations->Out();
154 Location output = locations->Out();
197 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
202 __ bswapl(out);
203 __ sarl(out, Immediate(16));
206 __ bswapl(out);
209 __ bswapq(out);
259 Location output = locations->Out();
302 Location output = locations->Out();
303 CpuRegister out = output.AsRegister<CpuRegister>(); local
347 XmmRegister out = out_loc.AsFpuRegister<XmmRegister>(); local
484 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
558 XmmRegister out = locations->Out().AsFpuRegister<XmmRegister>(); local
571 Location out = invoke->GetLocations()->Out(); local
606 XmmRegister out = locations->Out().AsFpuRegister<XmmRegister>(); local
672 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
716 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
1684 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
1997 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); \/\/ == address, here for clarity. local
2145 CpuRegister out = invoke->GetLocations()->Out().AsRegister<CpuRegister>(); local
2418 CpuRegister out = out_loc.AsRegister<CpuRegister>(); local
2643 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
2702 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
2830 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
2904 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
2974 CpuRegister out = locations->Out().AsRegister<CpuRegister>(); local
3036 CpuRegister out = invoke->GetLocations()->Out().AsRegister<CpuRegister>(); local
    [all...]
  /bionic/libc/kernel/uapi/drm/
amdgpu_drm.h 74 struct drm_amdgpu_gem_create_out out; member in union:drm_amdgpu_gem_create
96 struct drm_amdgpu_bo_list_out out; member in union:drm_amdgpu_bo_list
124 union drm_amdgpu_ctx_out out; member in union:drm_amdgpu_ctx
175 struct drm_amdgpu_gem_mmap_out out; member in union:drm_amdgpu_gem_mmap
188 struct drm_amdgpu_gem_wait_idle_out out; member in union:drm_amdgpu_gem_wait_idle
203 struct drm_amdgpu_wait_cs_out out; member in union:drm_amdgpu_wait_cs
224 struct drm_amdgpu_wait_fences_out out; member in union:drm_amdgpu_wait_fences
275 struct drm_amdgpu_cs_out out; member in union:drm_amdgpu_cs
  /bionic/libc/kernel/uapi/linux/
coda.h 234 struct coda_out_hdr out; member in struct:coda_store_out
242 struct coda_out_hdr out; member in struct:coda_release_out
250 struct coda_out_hdr out; member in struct:coda_close_out
279 struct coda_out_hdr out; member in struct:coda_setattr_out
287 struct coda_out_hdr out; member in struct:coda_access_out
321 struct coda_out_hdr out; member in struct:coda_remove_out
330 struct coda_out_hdr out; member in struct:coda_link_out
340 struct coda_out_hdr out; member in struct:coda_rename_out
359 struct coda_out_hdr out; member in struct:coda_rmdir_out
369 struct coda_out_hdr out; member in struct:coda_symlink_out
385 struct coda_out_hdr out; member in struct:coda_fsync_out
498 void __user * out; member in struct:ViceIoctl
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java 234 * @param out The out endpoint
238 @NonNull UsbEndpoint out, @NonNull CharSequence nextTestName) {
252 int numSent = connection.bulkTransfer(out, sizeBuffer, 1, 0);
255 numSent = connection.bulkTransfer(out, nextTestNameBuffer.array(),
268 numSent = connection.bulkTransfer(out, sizeBuffer, 1, 0);
292 * @param out The out endpoint
296 @NonNull UsbEndpoint in, @NonNull UsbEndpoint out, int size) {
301 int numSent = connection.bulkTransfer(out, sentBuffer, sentBuffer.length, 0)
1142 final UsbEndpoint out = getEndpoint(iface, UsbConstants.USB_DIR_OUT); local
1583 final UsbEndpoint out = getEndpoint(iface, UsbConstants.USB_DIR_OUT); local
1723 final UsbEndpoint out = getEndpoint(iface, UsbConstants.USB_DIR_OUT); local
1839 final UsbEndpoint out = getEndpoint(iface, UsbConstants.USB_DIR_OUT); local
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 824 Parcel out = Parcel.obtain(); local
825 mBundle.writeToParcel(out, 0);
826 Parcel in = roundtripParcel(out);
830 private Parcel roundtripParcel(Parcel out) {
831 byte[] buf = out.marshall();
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 26 /* The level of precision we expect out of the half_* functions. floats (f32) have 23 bits of
30 // The level of precision we expect out of the fast_* functions.
32 // The level of precision we expect out of the native_* functions.
470 static private void cross(double[] v1, double[] v2, Target.Floaty[] out, Target t) {
473 out[0] = t.subtract(a12, a21);
476 out[1] = t.subtract(a20, a02);
479 out[2] = t.subtract(a01, a10);
480 if (out.length == 4) {
481 out[3] = t.newFloaty(0.f);
486 static private void cross(float[] v1, float[] v2, Target.Floaty[] out, Target t)
1947 Target.Floaty[] out = new Target.Floaty[1]; local
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 349 OutputStream out = openOutput(args.outName); local
350 out.write(outArray);
351 closeOutput(out);
387 throw new RuntimeException("Timed out waiting for dex writer threads.");
415 OutputStream out = new FileOutputStream(new File(outDir, getDexFileName(i))); local
417 out.write(dexOutputArrays.get(i));
419 closeOutput(out);
619 e.printStackTrace(context.out);
640 context.codeStatistics.dumpStatistics(context.out);
704 context.out.println("ignored resource " + name)
905 OutputStream out = openOutput(fileName); local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
coda.h 275 struct coda_out_hdr out; member in struct:coda_store_out
285 struct coda_out_hdr out; member in struct:coda_release_out
295 struct coda_out_hdr out; member in struct:coda_close_out
331 struct coda_out_hdr out; member in struct:coda_setattr_out
341 struct coda_out_hdr out; member in struct:coda_access_out
384 struct coda_out_hdr out; member in struct:coda_remove_out
395 struct coda_out_hdr out; member in struct:coda_link_out
407 struct coda_out_hdr out; member in struct:coda_rename_out
431 struct coda_out_hdr out; member in struct:coda_rmdir_out
444 struct coda_out_hdr out; member in struct:coda_symlink_out
464 struct coda_out_hdr out; member in struct:coda_fsync_out
605 void __user *out; member in struct:ViceIoctl
    [all...]
  /development/ndk/platforms/android-9/include/linux/
coda.h 254 struct coda_out_hdr out; member in struct:coda_store_out
264 struct coda_out_hdr out; member in struct:coda_release_out
274 struct coda_out_hdr out; member in struct:coda_close_out
309 struct coda_out_hdr out; member in struct:coda_setattr_out
319 struct coda_out_hdr out; member in struct:coda_access_out
360 struct coda_out_hdr out; member in struct:coda_remove_out
371 struct coda_out_hdr out; member in struct:coda_link_out
383 struct coda_out_hdr out; member in struct:coda_rename_out
406 struct coda_out_hdr out; member in struct:coda_rmdir_out
418 struct coda_out_hdr out; member in struct:coda_symlink_out
438 struct coda_out_hdr out; member in struct:coda_fsync_out
571 void __user *out; member in struct:ViceIoctl
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h 37 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
547 uint32_t out, tempVal; local
568 out = pRecipTable[index];
574 tempVal = (q31_t) (((q63_t) in * out) >> 31u);
577 //out = (q31_t) (((q63_t) out * tempVal) >> 30u);
578 out = (q31_t) clip_q63_to_q31(((q63_t) out * tempVal) >> 30u);
582 *dst = out;
584 /* return num of signbits of out = 1/in value *
598 uint32_t out = 0, tempVal = 0; local
5092 float32_t out; local
5128 q31_t out; local
5176 q15_t out; local
7142 float32_t out; local
7210 q31_t out; \/* Temporary output *\/ local
7287 q31_t out; \/* Temporary output *\/ local
7367 q31_t out; \/* Temporary output *\/ local
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.cc 34 * The word 'cryptographic' can be left out if the rouines from the library
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
887 * retry. The handshake will transparently flush out the pending record
1044 int SSL_get_tls_unique(const SSL *ssl, uint8_t *out, size_t *out_len,
1047 OPENSSL_memset(out, 0, max_out);
2161 uint8_t *out; local
2182 uint8_t *out; local
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 39 * objects out of the data within the file. This data is
98 System.out.println(mPackage.name() + "\n");
107 System.out.println(value);
110 System.out.println();
114 System.out.print("Class: " + cl.toString());
118 System.out.println();
120 System.out.println(cl.comment().mText);
123 System.out.println("\nAnnotations:");
128 System.out.print("Superclass: " + cl.superclass().qualifiedName());
130 System.out.println()
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 42 public synchronized void usage (final PrintWriter out, final int level, final int width)
91 out.println (line);
104 out.println (line);
112 out.println ();
113 out.println (" {use '" + usageOptDef.getNames () [1] + "' option to see detailed usage help}");
125 final String [] nv = new String [2]; // out buffer for getOptNameAndValue()
126 final String [] pp = new String [1]; // out buffer for getOptDef()
141 //System.out.println ("[state: " + state + "] av = " + av);
590 public void error (final PrintWriter out, final int width)
597 out.println (i.next ())
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 288 * System.out.println(form.format(testArgs));
308 * System.out.println(msgFmt.format(args));
310 * System.out.println(msgFmt.format(args));
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 788 * window. Out of range years, that is, anything less than "00" or
821 String out = ""; local
841 out += str + " => " + actStr + "\n";
850 out += "FAIL: " + str + " => " + actStr + ", expected " + expStr + "\n";
855 log(out);
857 err(out);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 256 // out.
293 // We comment this out in favor of the test above, which
1483 String out, out2; local
2766 String out=n2.normalize(in); local
    [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 487 DecimalFormatPattern out; local
490 out,
496 negPrefix = out.fNegPrefixPattern;
497 negSuffix = out.fNegSuffixPattern;
498 posPrefix = out.fPosPrefixPattern;
499 posSuffix = out.fPosSuffixPattern;
    [all...]
vtzone.cpp 886 VTZWriter(UnicodeString& out);
894 UnicodeString* out; member in class:VTZWriter
898 out = &output;
906 out->append(str);
911 out->append(ch);
916 out->append(str, -1);
922 out->append(str, length);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 1497 static const uint8_t out[]={ local
1524 static const uint8_t out[]={ local
    [all...]

Completed in 794 milliseconds

<<121122123124125126127128129130>>