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

1 2 3 4 5 6 7 891011>>

  /device/asus/grouper/keymaster/
s_type.h 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 /* Figure out if a 64-bit integer types is available */
103 #define OUT
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 /* Figure out if a 64-bit integer types is available */
103 #define OUT
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
s_type.h 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 /* Figure out if a 64-bit integer types is available */
103 #define OUT
  /frameworks/base/core/java/android/transition/
Fade.java 28 * start and end scenes and fades views in or out when they become visible
33 * <p>The ability of this transition to fade out a particular view, and the
49 * the starting scene view in order to fade it out.</p>
68 * {@link #OUT} to fade both in and out.
74 * {@link #IN} to fade both in and out.
76 public static final int OUT = 0x2;
81 * Constructs a Fade transition that will fade targets in and out.
84 this(IN | OUT);
89 * and/or out, according to the value of fadingMode
    [all...]
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 /* Figure out if a 64-bit integer types is available */
103 #define OUT
  /external/chromium_org/third_party/libxslt/win32/
Makefile 242 /IMPLIB:$(BINDIR)\$(XSLT_IMP) /OUT:$(BINDIR)\$(XSLT_SO) \
249 # /IMPLIB:$(BINDIR)\$(XSLT_IMP) /OUT:$(BINDIR)\$(XSLT_SO) \
254 $(AR) $(ARFLAGS) /OUT:$(BINDIR)\$(XSLT_A) $(XSLT_OBJS_A)
288 /IMPLIB:$(BINDIR)\$(EXSLT_IMP) /OUT:$(BINDIR)\$(EXSLT_SO) \
295 # /IMPLIB:$(BINDIR)\$(EXSLT_IMP) /OUT:$(BINDIR)\$(EXSLT_SO) \
300 $(AR) $(ARFLAGS) /OUT:$(BINDIR)\$(EXSLT_A) $(EXSLT_OBJS_A)
320 $(LD) $(LDFLAGS) /OUT:$@ $(XSLT_A) $(EXSLT_A) $(APPLIBS) $(UTILS_INTDIR)\$(<B).obj
326 $(LD) $(LDFLAGS) /OUT:$@ $(XSLT_IMP) $(EXSLT_IMP) $(APPLIBS) $(UTILS_INTDIR)\$(<B).obj
354 /OUT:$(TESTPLUGIN_DIR)\$(TESTPLUGIN_SO) \
  /external/pixman/pixman/
pixman-arm-neon-asm-bilinear.S 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
45 * Assume that symbol(register .req) OUT and MASK are defined at caller of these macro blocks.
199 vst1.32 {d0, d1}, [OUT]!
201 vst1.32 {d0}, [OUT]!
203 vst1.32 {d0[0]}, [OUT, :32]!
216 vst1.16 {d2}, [OUT]!
218 vst1.32 {d2[0]}, [OUT]!
220 vst1.16 {d2[0]}, [OUT]!
264 vld1.32 {dst0, dst1}, [OUT]
266 vld1.32 {dst0}, [OUT]
    [all...]
  /external/llvm/lib/Support/
regengine.inc 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 #define BOL (OUT+1)
292 - dissect - figure out what matched what, no back references
328 /* figure out what it matched */
480 - backref - figure out what matched what, figuring in back references
690 int c = (start == m->beginp) ? OUT : *(start-1);
705 c = (p == m->endp) ? OUT : *p;
713 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
729 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &
    [all...]
regex2.h 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 * and a mask to pick out the relevant bit of each byte. A hash code
156 #define OUT (CHAR_MAX+1) /* a non-character value */
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
68 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
135 #define BOL (OUT+1)
348 - dissect - figure out what matched what, no back references
397 /* figure out what it matched */
557 - backref - figure out what matched what, figuring in back references
783 int c = (start == m->beginp) ? OUT : *(start-1);
802 c = (p == m->endp) ? OUT : *p;
810 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
815 (c == OUT && !(m->eflags&REG_NOTEOL)) )
    [all...]
regex2.h 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
68 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
149 * and a mask to pick out the relevant bit of each byte. A hash code
208 #define OUT (CHAR_MAX+1) /* a non-character value */
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
94 #define BOL (OUT+1)
288 - dissect - figure out what matched what, no back references
323 /* figure out what it matched */
471 - backref - figure out what matched what, figuring in back references
680 int c = (start == m->beginp) ? OUT : *(start-1);
695 c = (p == m->endp) ? OUT : *p;
703 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
708 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
719 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &
    [all...]
regex2.h 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 * and a mask to pick out the relevant bit of each byte. A hash code
156 #define OUT (CHAR_MAX+1) /* a non-character value */
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 200 next if $rest =~ /iscombined/; #filter out combined POS
245 open OUT, ">$ALPHABET" or die "cant open $ALPHABET for writing";
248 print OUT "\n! $table\n ";
255 print OUT "\n ";
257 printf OUT " %s", "\'$sym{$shifted}\'";
260 close OUT;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 110 OUT BYTE **apBuffer, UINT uNumBufs)
349 OUT struct DSP_STREAMINFO *pStreamInfo, UINT uStreamInfoSize)
456 OUT DSP_HSTREAM *phStream)
617 /* Pages are never swapped out (i.e. always locked in Linux) */
637 /* Pages are never swapped out (i.e. always locked in Linux) */
657 DBAPI DSPStream_Reclaim(DSP_HSTREAM hStream, OUT BYTE **pBufPtr,
658 OUT ULONG *pDataSize, OUT ULONG *pBufSize, OUT DWORD *pdwArg)
753 UINT nStreams, OUT UINT *pMask, UINT uTimeout
    [all...]
DSPProcessor.c 97 OUT DSP_HPROCESSOR *phProcessor)
159 OUT UINT *puNumNodes, OUT UINT *puAllocated)
300 UINT uResourceType, OUT struct DSP_RESOURCEINFO *pResourceInfo,
351 OUT struct DSP_PROCESSORSTATE *pProcStatus, UINT uStateInfoSize)
  /hardware/ti/omap3/dspbridge/inc/
mem.h 147 OUT ULONG * pPhysicalAddress);
drv.h 470 OUT DWORD * pDevNodeString);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 147 OUT ULONG * pPhysicalAddress);
  /external/clang/tools/scan-build/
ccc-analyzer 118 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
119 print OUT abs_path($file), "\n";
120 print OUT "$ErrorType\n";
121 print OUT "@$Args\n";
122 close OUT;
345 '-ftrapv-handler' => 1, # specifically call out separated -f flag
  /external/chromium_org/native_client_sdk/src/tools/
host_vc.mk 82 $(call LOG,LIB,$$@,$(HOST_LIB) /OUT:$$@ $$^ $(WIN_LDFLAGS))
99 $(call LOG,LINK,$$@,$(HOST_LINK) /DLL /OUT:$(1) /PDB:$(1).pdb $(2) /DEBUG $(foreach path,$(5),/LIBPATH:$(path)/$(OSNAME)_x86_32_host/$(CONFIG)) $(foreach lib,$(3),$(lib).lib) $(6))
  /frameworks/base/tools/aidl/
aidl_language_l.l 89 out { SET_BUFFER(OUT); return OUT; }
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 6 lib.exe /NOLOGO /OUT:.\WinDebug\subproc.lib .\WinDebug/misc.obj .\WinDebug/sub_proc.obj .\WinDebug/w32err.obj
11 lib.exe /NOLOGO /OUT:.\WinRel\subproc.lib .\WinRel/misc.obj .\WinRel/sub_proc.obj .\WinRel/w32err.obj
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 170 OUT=`adb shell vdc fstrim dotrim | grep "Command not recognized"`
172 if [ -z "$OUT" ]
  /external/chromium/android/
generateAndroidForwardingHeader.pl 23 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

Completed in 764 milliseconds

1 2 3 4 5 6 7 891011>>