/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
ICUCurrencyMetaInfo.java | 77 int needed = collector.collects(); local 79 needed |= Region; 82 needed |= Currency; 85 needed |= Date; 88 needed |= Tender; 91 if (needed != 0) { 95 collectRegion(collector, filter, needed, b); 99 collectRegion(collector, filter, needed, regionInfo.at(i)); 108 int needed, ICUResourceBundle b) { 111 if (needed == Region) [all...] |
/external/bison/lib/ |
getdelim.c | 99 size_t needed = 2 * *n + 1; /* Be generous. */ local 102 if (needed_max < needed) 103 needed = needed_max; 104 if (cur_len + 1 >= needed) 111 new_lineptr = (char *) realloc (*lineptr, needed); 119 *n = needed;
|
/system/core/liblog/ |
log_event_list.c | 49 size_t needed, i; local 58 needed = sizeof(uint8_t) + sizeof(uint8_t); 59 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { 65 context->pos += needed; 102 size_t needed; local 114 needed = sizeof(uint8_t) + sizeof(uint8_t); 115 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { 132 context->pos += needed; 146 size_t needed; local 156 needed = sizeof(uint8_t) + sizeof(value) 182 size_t needed; local 207 size_t needed; local 248 size_t needed; local [all...] |
/external/elfutils/tests/ |
run-readelf-A.sh | 43 ABI_FP_rounding: Needed 44 ABI_FP_denormal: Needed 45 ABI_FP_exceptions: Needed
|
/external/icu/icu4c/source/samples/numfmt/ |
capi.c | 25 int32_t needed; local 58 in the US locale. The return value is the buffer size needed. 64 needed = unum_formatDouble(fmt, a, buf, 256, NULL, &status);
|
/external/jacoco/jacoco-maven-plugin.test/it/it-check-passes/ |
pom.xml | 43 <!-- implementation is needed only for Maven 2 --> 47 <!-- implementation is needed only for Maven 2 --> 53 <!-- implmentation is needed only for Maven 2 -->
|
/external/libxml2/python/ |
TODO | 16 - more work needed on context handling for function lookup 22 - element needed in both 48 - needed for SAX too
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
spill-01.py | 4 # There are 8 usable call-saved GPRs, two of which are needed for the base 5 # registers. The first 160 bytes of the frame are needed for the ABI 6 # call frame, and a further 8 bytes are needed for the emergency spill slot.
|
/external/opencv3/cmake/ |
OpenCVFindOpenEXR.cmake | 9 # OPENEXR_LIBRARIES = libraries that are needed to use OpenEXR. 72 SET(OPENEXR_INCLUDE_PATHS ${OPENEXR_INCLUDE_PATH} CACHE PATH "The include paths needed to use OpenEXR") 73 SET(OPENEXR_LIBRARIES ${OPENEXR_IMATH_LIBRARY} ${OPENEXR_ILMIMF_LIBRARY} ${OPENEXR_IEX_LIBRARY} ${OPENEXR_HALF_LIBRARY} ${OPENEXR_ILMTHREAD_LIBRARY} CACHE STRING "The libraries needed to use OpenEXR" FORCE)
|
/bionic/libc/kernel/tools/ |
kernel.py | 147 """return the set of all needed kernel headers""" 213 self.needed = {} 241 needed = {} 244 if not path in needed: 245 needed[path] = set() 256 if not path in needed: 257 needed[path] = set() 260 needed[path].add(user) 263 for header in needed.keys(): 264 users = needed[header [all...] |
/build/core/ |
proguard.flags | 9 # Add this flag in your package's own configuration if it's needed.
|
/build/kati/testcase/ |
define.mk | 11 # i.e. no = needed after name.
|
/developers/samples/android/ |
README.txt | 8 will automatically import the "common" directory as needed. Until then, if
|
/development/tools/rmtypedefs/ |
README.txt | 12 annotation classes, since these are not needed (or desirable) in the
|
/device/moto/shamu/sepolicy/ |
mediaserver.te | 18 # needed for widevine classic
|
ss_ramdump.te | 19 # Needed to allow UID=root to access /data/tombstones,
|
/external/autotest/frontend/client/src/autotest/tko/ |
TestViewDataSource.java | 16 * Add 'id' field, needed by SelectionManager.
|
/external/autotest/utils/named_semaphore/ |
README | 1 A simple module to expose the standard sem_* functions in Linux needed for
|
/external/bison/m4/ |
config-h.m4 | 1 # Say that -DHAVE_CONFIG_H is not needed.
|
/external/chromium-trace/catapult/telemetry/third_party/WebKit/ |
README.chromium | 10 Local Modifications: All the files not needed by telemetry are removed. Only
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
README.chromium | 9 Local Modifications: All the files not needed by telemetry are removed. Only keep
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
stats.h | 16 unsigned int calls; /* Need at least one member, but the rest only if needed. */
|
/external/clang/test/CodeGen/ |
debug-info-limited.c | 4 // is needed, since C has no ODR to ensure that the definition will be the same
|
/external/clang/test/CodeGenCXX/ |
debug-info-byval.cpp | 1 // FIXME: Check IR rather than asm, then triple is not needed.
|
/external/clang/test/CodeGenObjC/ |
debug-info-property5.m | 1 // FIXME: Check IR rather than asm, then triple is not needed.
|