HomeSort by relevance Sort by last modified time
    Searched refs:OUT (Results 176 - 200 of 3031) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/build/tools/
build-host-sed.sh 43 OUT=$NDK_DIR/$(get_prebuilt_host_exec sed)
80 run mkdir -p $(dirname "$OUT") && cp sed/$(get_host_exec_name sed) $OUT
81 fail_panic "Could not copy executable to: $OUT"
  /ndk/tests/build/warn-noabi/
build.sh 45 OUT=$(echo "#include <stdarg.h>
48 if [ -z "$OUT" ]; then
  /development/tools/findunused/
findunusedtranslations 97 open(OUT, ">$match");
98 print OUT $text;
99 close(OUT);
  /external/clang/utils/analyzer/
reducer.pl 21 open(OUT, ">$scriptFile") or die "$prog: cannot create '$scriptFile'\n";
33 print OUT <<ENDTEXT;
48 close(OUT);
  /external/hyphenation/
substrings.pl 16 open OUT, ">$ARGV[1]";
20 if (defined $encoding) { print OUT "$encoding\n"; }
21 if (defined $lhmin) { print OUT "LEFTHYPHENMIN $lhmin\n"; }
22 if (defined $rhmin) { print OUT "RIGHTHYPHENMIN $rhmin\n"; }
101 print OUT $newpattab{$pat}."/".$newrepltab{$pat}.",".($newreplbeg{$pat}+1).",".$newrepllen{$pat}."\n";
103 print OUT $newpattab{$pat}."\n";
  /hardware/ti/omap3/dspbridge/inc/
nldrdefs.h 152 OUT struct NLDR_NODEOBJECT* * phNldrNode,
153 OUT bool * pfPhaseSplit);
176 typedef DSP_STATUS(*NLDR_CREATEFXN) (OUT struct NLDR_OBJECT* * phNldr,
dbtype.h 60 #ifndef OUT
61 #define OUT /* Following parameter is for output. */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
nldrdefs.h 152 OUT struct NLDR_NODEOBJECT* * phNldrNode,
153 OUT bool * pfPhaseSplit);
176 typedef DSP_STATUS(*NLDR_CREATEFXN) (OUT struct NLDR_OBJECT* * phNldr,
dbtype.h 60 #ifndef OUT
61 #define OUT /* Following parameter is for output. */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 354 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
355 #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(IN, OUT) \
356 real_to_target (OUT, &(IN), \
359 #define REAL_VALUE_TO_TARGET_DOUBLE(IN, OUT) \
360 real_to_target (OUT, &(IN), mode_for_size (64, MODE_FLOAT, 0))
362 /* IN is a REAL_VALUE_TYPE. OUT is a long. */
363 #define REAL_VALUE_TO_TARGET_SINGLE(IN, OUT) \
364 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_FLOAT, 0)))
374 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
375 #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 354 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
355 #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(IN, OUT) \
356 real_to_target (OUT, &(IN), \
359 #define REAL_VALUE_TO_TARGET_DOUBLE(IN, OUT) \
360 real_to_target (OUT, &(IN), mode_for_size (64, MODE_FLOAT, 0))
362 /* IN is a REAL_VALUE_TYPE. OUT is a long. */
363 #define REAL_VALUE_TO_TARGET_SINGLE(IN, OUT) \
364 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_FLOAT, 0)))
374 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
375 #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 354 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
355 #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(IN, OUT) \
356 real_to_target (OUT, &(IN), \
359 #define REAL_VALUE_TO_TARGET_DOUBLE(IN, OUT) \
360 real_to_target (OUT, &(IN), mode_for_size (64, MODE_FLOAT, 0))
362 /* IN is a REAL_VALUE_TYPE. OUT is a long. */
363 #define REAL_VALUE_TO_TARGET_SINGLE(IN, OUT) \
364 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_FLOAT, 0)))
374 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
375 #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 354 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
355 #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(IN, OUT) \
356 real_to_target (OUT, &(IN), \
359 #define REAL_VALUE_TO_TARGET_DOUBLE(IN, OUT) \
360 real_to_target (OUT, &(IN), mode_for_size (64, MODE_FLOAT, 0))
362 /* IN is a REAL_VALUE_TYPE. OUT is a long. */
363 #define REAL_VALUE_TO_TARGET_SINGLE(IN, OUT) \
364 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_FLOAT, 0)))
374 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
375 #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \
    [all...]
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 195 OUT PHANDLE EventHandle,
200 OUT PHANDLE EventHandle,
205 OUT PHANDLE JobHandle,
210 OUT PHANDLE KeyedEventHandle,
215 OUT PHANDLE MutantHandle,
220 OUT PHANDLE SectionHandle,
225 OUT PHANDLE SemaphoreHandle,
230 OUT PHANDLE SymbolicLinkHandle,
235 OUT PHANDLE TimerHandle,
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 26 * With a regular ValueAnimator, if you call reverse to show the 'out' animation, you'll get
28 * be exactly reversed. Using this class, both the 'in' and the 'out' animation use the
43 private static final int OUT = 2;
117 animate(OUT);
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 26 * With a regular ValueAnimator, if you call reverse to show the 'out' animation, you'll get
28 * be exactly reversed. Using this class, both the 'in' and the 'out' animation use the
43 private static final int OUT = 2;
117 animate(OUT);
  /external/clang/tools/scan-build/
scan-build 549 open(OUT, ">", $FName) or DieDiag("Cannot create file '$FName'\n");
551 # Print out the header.
553 print OUT <<ENDTEXT;
621 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n"
624 print OUT <<ENDTEXT;
629 # Print out the summary table.
641 print OUT "<h2>Bug Summary</h2>";
644 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
648 print OUT <<ENDTEXT;
669 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n"
    [all...]
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 104 #define OUT(reg) out->x.reg = rmregs.e##reg
106 int DPMI_int86(int intno, RMREGS *in, RMREGS *out)
112 * out - Pointer to structure for output registers
135 OUT(ax); OUT(bx); OUT(cx); OUT(dx); OUT(si); OUT(di)
    [all...]
  /frameworks/base/core/java/com/android/internal/transition/
ActionBarTransition.java 43 tg.addTransition(new Fade(Fade.OUT)).addTransition(inner).
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
133 OUT uint8_t** ppName,
134 OUT uint32_t* pNameLength,
135 OUT uint8_t** ppValue,
136 OUT uint32_t* pValueLength)
521 OUT uint8_t** ppName,
522 OUT uint32_t* pNameLength,
523 OUT uint8_t** ppValue,
524 OUT uint32_t* pValueLength)
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 62 OUT PHANDLE FileHandle,
65 OUT PIO_STATUS_BLOCK IoStatusBlock,
75 OUT PIO_STATUS_BLOCK IoStatusBlock
87 OUT PIO_STATUS_BLOCK IoStatusBlock,
88 OUT PVOID Buffer,
102 OUT PIO_STATUS_BLOCK IoStatusBlock,
117 OUT PIO_STATUS_BLOCK IoStatusBlock,
121 OUT PVOID OutputBuffer OPTIONAL,
133 OUT PIO_STATUS_BLOCK IoStatusBlock,
137 OUT PVOID OutputBuffer OPTIONAL
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 164 DBAPI DSPManager_EnumNodeInfo(UINT uNode, OUT struct DSP_NDBPROPS *pNDBProps,
165 UINT uNDBPropsSize, OUT UINT *puNumNodes)
209 OUT struct DSP_PROCESSORINFO *pProcessorInfo,
210 UINT uProcessorInfoSize, OUT UINT *puNumProcs)
255 UINT uCount, OUT UINT *puIndex, UINT uTimeout)
  /external/chromium_org/base/test/
test_process_killer_win.cc 24 OUT PVOID ProcessInformation,
26 OUT PULONG ReturnLength OPTIONAL
  /external/chromium_org/third_party/lcov/bin/
updateversion.pl 67 local *OUT;
71 open(OUT, ">$filename.new") ||
76 print(OUT $_);
78 close(OUT);
90 local *OUT;
93 open(OUT, ">$filename.new") ||
97 print(OUT $_);
99 close(OUT);
111 local *OUT;
114 open(OUT, ">$filename.new") |
    [all...]
  /dalvik/tests/etc/
host-run-test-jar 121 HOSTBASE="${ANDROID_BUILD_TOP}/out/host"
122 BASE="$OUT" # from build environment

Completed in 1577 milliseconds

1 2 3 4 5 6 78 91011>>