HomeSort by relevance Sort by last modified time
    Searched defs:any (Results 1 - 18 of 18) sorted by null

  /bionic/libc/stdlib/
strtoimax.c 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48 int neg, any, cutlim; local
51 * Skip white space and pick up leading +/- sign if any.
91 * Set any if any `digits' consumed; make it negative to indicate
135 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
144 if (any < 0
    [all...]
strtol.c 19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49 int neg, any, cutlim; local
52 * Skip white space and pick up leading +/- sign if any.
91 * Set any if any `digits' consumed; make it negative to indicate
104 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
113 if (any < 0
    [all...]
strtoul.c 19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48 int neg, any, cutlim; local
76 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
85 if (any < 0)
88 any = -1;
92 any = 1;
97 if (neg && any > 0
    [all...]
strtoumax.c 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48 int neg, any, cutlim; local
89 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
98 if (any < 0)
101 any = -1;
105 any = 1;
110 if (neg && any > 0
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
Attributes.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
51 * AttributeValue ::= ANY DEFINED BY AttributeType
56 ASN1OpenType any = new ASN1OpenType(id, set); local
58 return new ASN1Sequence(new ASN1Type[] { id, new ASN1SetOf(any) });
  /external/qemu/android/skin/
composer.h 8 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
44 struct SkinPlateAny any; member in struct:SkinPlateSurface
51 struct SkinPlateAny any; member in struct:SkinPlateGroup
65 struct SkinPlateAny any; member in union:SkinPlate
  /external/qemu/telephony/
sim_card.c 8 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
181 SimFileAnyRec any; member in union:__anon4908
195 SimFileType type = file->any.type;
220 gsm_hex_from_short( dst, file->any.id );
235 if (file->any.flags & SIM_FILE_READ_ONLY) {
236 if (file->any.flags & SIM_FILE_NEED_PIN)
241 if (file->any.flags & SIM_FILE_NEED_PIN)
  /external/icu4c/test/cintltst/
cdattst.c 58 UDateFormat *any; local
132 any = udat_open(UDAT_SHORT, UDAT_SHORT, udat_getAvailable(i), NULL ,0, NULL, 0, &subStatus);
136 udat_close(any);
    [all...]
  /external/stlport/stlport/stl/
_bitset.h 9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
35 // returns a reference to a bit, again without doing any range checking.
345 // _Nb may be any nonzero number of type size_t.
599 bool any() const { return this->_M_is_any(); } function in class:bitset
  /external/stlport/test/unit/
type_traits_test.cpp 80 //A type that represent any type:
94 any_type any; variable
100 //A type that represent any pod type
266 CPPUNIT_CHECK( is_convertible(any, b) == 0 );
324 CPPUNIT_ASSERT( is_integer(any) == 0 );
370 CPPUNIT_ASSERT( is_rational(any) == 0 );
392 CPPUNIT_ASSERT( is_pointer_type(any) == 0 );
428 CPPUNIT_CHECK( are_both_pointer_type(any, any) == 0 );
534 CPPUNIT_CHECK( has_trivial_destructor(any) == 0 )
    [all...]
  /external/elfutils/src/
nm.c 1015 possible. We just won't print any line number information. */
1215 int any = 0; local
    [all...]
  /external/openssl/crypto/store/
str_lib.c 34 * 6. Redistributions of any form whatsoever must retain the following
39 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
43 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1271 void *any; member in union:STORE_attr_info_st::__anon3983
    [all...]
  /ndk/build/core/
definitions.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
228 $(call modules-add-depends-any,$1,$2,depends) \
240 $(call modules-add-depends-any,$1,$2,depends) \
245 modules-add-depends-any = \
287 # the GNU Make language does not have any conditional looping construct
334 # Strip any 'lib' prefix in front of a given string.
338 # Returns : module name, without any 'lib' prefix if any
344 # This is used to strip any lib prefix from LOCAL_MODULE, then check that
382 # Each source file listed in LOCAL_SRC_FILES can have any number o
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 315 int any; /* Indicates if the ns constraint is of ##any */ member in struct:_xmlSchemaWildcard
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 21 (at your option) any later version.
24 but WITHOUT ANY WARRANTY; without even the implied warranty of
152 which is guaranteed to be big enough to hold any arithmetic types
156 /* A generic signed type which is guaranteed to be big enough to hold any
271 to any input file. */
4616 void *any; member in union:bfd::__anon12815
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/jdiff/
xerces.jar 
  /external/sqlite/dist/
sqlite3.c 51 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any
122 ** not have more than a dozen or so columns in any table. And if
124 ** dozen values in any of the other situations described above.
161 ** any limit on the number of terms in a compount SELECT.
276 ** fire any triggers. A value of 0 means that no trigger programs at all
617 ** The SQLITE_VERSION_NUMBER for any given release of SQLite will also
703 ** thread safety, not any run-time changes to that setting made by
818 ** is not NULL then any error message is written into memory obtained
829 ** without running any subsequent SQL statements.
103612 const int any = SQLITE_ANY; local
    [all...]

Completed in 1211 milliseconds