Searched refs:is (Results 251 - 275 of 7284) sorted by last modified time

<<11121314151617181920>>

/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp20 full is slower but provides precise watchpoint/step
25 where event is one of startup exit valgrindabexit all none
102 To use a non-libc malloc library that is
108 NOTE: stack scanning is only available on arm-linux.
178 Nulgrind is Copyright (C) 2002-2013, and GNU GPL'd, by Nicholas Nethercote.
179 Valgrind is Copyright (C) 2000-2013, and GNU GPL'd, by Julian Seward et al.
180 LibVEX is Copyright (C) 2004-2013, and GNU GPL'd, by OpenWorks LLP et al.
H A Dfloored.stdout.exp1 the answer is 3
/external/valgrind/main/none/tests/darwin/
H A Drlimit.stderr.exp1 RLIMIT_NOFILE is 256
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl17 the resource file structure is as follows:
328 ## CONTENT (that is actually saved in RAM)
349 print "fill of ", $kb->{name} , " is ", $kb->{fill}+0, "\n";
396 # here starts the part that is stored in "permament memory"
489 #force fill to be 4 if there is no fill
H A Dpicoloaddbg.lua4 -- This pkb is only used for debug purposes.
H A Dsymshift.pl29 # Therefore there is a hard dependency between this script and the
88 is written to STDOUT.
100 pb_strengths is automatically included so that
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
H A DInstallerActivity.java30 /** Called when the activity is first created. */
118 public unzipper(InputStream is) { argument
119 stream = is;
137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
/external/tagsoup/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java1 // This file is part of TagSoup and is Copyright 2002-2008 by John Cowan.
3 // TagSoup is licensed under the Apache License,
8 // TagSoup is distributed in the hope that it will be useful, but
10 // is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
280 * An input character of -2 is used to cover all other characters
281 * as -2 is guaranteed not to match any input character entry
290 * the value in the statetableIndex. If the value is -1, then
293 * next state = statetable[value + 3]. That is, the value points
300 * is use
[all...]
/external/tcpdump/
H A Dconfigure9 # This configure script is free software; the Free Software Foundation
21 # is contrary to our usage. Disable this feature.
72 # The user is always right.
83 # We need space, tab and new line, in precisely that order. Quoting is
153 # Admittedly, this is quite paranoid, since all the known shells bail
165 # is contrary to our usage. Disable this feature.
254 # Admittedly, this is quite paranoid, since all the known shells bail
362 # Test if FILE is an executable regular file.
493 # (the dirname of $[0] is not the place where we might find the
494 # original and so on. Autoconf is especiall
[all...]
H A Dllc.h47 #define LLC_S_CMD(is) (((is) >> 2) & 0x03)
52 #define LLC_IS_NR(is) (((is) >> 9) & 0x7f)
53 #define LLC_I_NS(is) (((is) >> 1) & 0x7f)
/external/stlport/
H A Dconfigure.bat40 REM This is necessarily a compiler
120 echo (*) For these compilers the target processor is determined automatically.
135 echo Enables cross-compiling; the result is that all built files that are
154 echo type_traits library is used to get type information and to implement some
187 echo is a good way to challenge the C++ Standard library implementation comming with
279 echo OSVERSION not set, assuming target is CE 4.2
299 echo OSVERSION not set, assuming target is CE 5.0
323 echo OSVERSION not set, assuming target is CE 5.0
/external/stlport/etc/
H A DSTLport-4.5.1.spec19 STLport is a multiplatform STL implementation based on SGI STL.
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
H A DSTLport-4.5.3.spec19 STLport is a multiplatform STL implementation based on SGI STL.
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
H A DSTLport-4.6.spec19 STLport is a multiplatform STL implementation based on SGI STL.
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
/external/stlport/stlport/
H A Dfloat.h5 * This material is provided "as is", with absolutely no warranty expressed
6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
12 * modified is included with the above copyright notice.
22 # error This header is only reentrant once, it should be modified if it has to be included more.
H A Dlocale8 * This material is provided "as is", with absolutely no warranty expressed
9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
13 * Permission to modify the code and to distribute modified code is granted,
15 * modified is included with the above copyright notice.
59 // Strictly speaking, _istream.h portion is only required for <iterator>, but it may break too many
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_bas
[all...]
H A Drope6 * and its documentation for any purpose is hereby granted without fee,
11 * purpose. It is provided "as is" without express or implied warranty.
30 # error The rope class is a STLport extension.
H A Dslist6 * and its documentation for any purpose is hereby granted without fee,
11 * purpose. It is provided "as is" without express or implied warranty.
31 # error The slist class is an STLport extension.
39 //This is not a Standard header, it might failed for most of
/external/stlport/stlport/stl/
H A D_ctype.h8 * This material is provided "as is", with absolutely no warranty expressed
9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
13 * Permission to modify the code and to distribute modified code is granted,
15 * modified is included with the above copyright notice.
18 // WARNING: This is an internal header file, included by other C++
78 bool is(mask __m, char __c) const function in class:ctype
81 const char* is(const char* __low, const char* __high, mask* __vec) const { function in class:ctype
183 bool is(mas function in class:ctype
186 const wchar_t* is(const wchar_t* __low, const wchar_t* __high, function in class:ctype
[all...]
H A D_istream.c8 * This material is provided "as is", with absolutely no warranty expressed
9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
13 * Permission to modify the code and to distribute modified code is granted,
15 * modified is included with the above copyright notice.
34 // no wchar_t is supported for this mode
60 { return !_M_ctype->is(ctype_base::space, __c); }
73 _M_ctype->is(ctype_base::space, __c);
574 // for which __is_delim is tru
[all...]
H A D_monetary.c8 * This material is provided "as is", with absolutely no warranty expressed
9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
13 * Permission to modify the code and to distribute modified code is granted,
15 * modified is included with the above copyright notice.
66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first))
74 if (_c_type.is(ctype_base::digit, *__first)) {
110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) {
156 if (!__c_type.is(ctype_bas
[all...]
H A D_new.h5 * This material is provided "as is", with absolutely no warranty expressed
6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
12 * modified is included with the above copyright notice.
38 /* STLport cannot replace native Std library new header if new is a macro,
41 # error Cannot include native new header as new is a macro.
H A D_string_io.c35 // The hypothesis of this implementation is that size_type is unsigned:
74 // The hypothesis of this implementation is that size_type is unsigned:
91 * because here we know that __width is positive and the stattic assertion check
92 * that size_type is unsigned.
111 if (_Ctype.is(_C_type::space, __c)) {
156 break; // Character is extracted but not appended.
/external/stlport/stlport/stl/config/
H A D_msvc.h2 * It is internal STLport header - DO NOT include it directly
19 /* Building a managed version of STLport is not supported because we haven't
23 # error Sorry but building a managed version of STLport is not supported.
27 /* This is a specific section for compilers coming with platform SDKs. Native
28 * library coming with it is different from the one coming with commercial
29 * MSVC compilers so there is some specific settings.
103 /** Note: the macro _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT is defined
107 uncaught_exception is declared in the SDKs delivered with eVC4 (eVC3 is
117 These are present at least since VC6, but the uncaught_exception() of VC6 is
[all...]

Completed in 303 milliseconds

<<11121314151617181920>>