HomeSort by relevance Sort by last modified time
    Searched full:region (Results 126 - 150 of 2490) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
ShortNumberUtil.java 44 * region.
47 * additional digits appended (when it is okay to do that in the region specified).
50 * @param regionCode the region where the phone number is being dialed
51 * @return if the number might be used to connect to an emergency service in the given region.
58 * Returns true if the number exactly matches an emergency service number in the given region.
64 * @param regionCode the region where the phone number is being dialed
65 * @return if the number exactly matches an emergency services number in the given region.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 265 * opaque reference to Region data type
267 typedef struct _XRegion *Region;
381 Region /* r */,
385 extern Region XCreateRegion(
398 Region /* r */
402 Region /* r */
406 Region /* r1 */,
407 Region /* r2 */
517 Region /* sra */,
518 Region /* srb */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 265 * opaque reference to Region data type
267 typedef struct _XRegion *Region;
381 Region /* r */,
385 extern Region XCreateRegion(
398 Region /* r */
402 Region /* r */
406 Region /* r1 */,
407 Region /* r2 */
517 Region /* sra */,
518 Region /* srb */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 265 * opaque reference to Region data type
267 typedef struct _XRegion *Region;
381 Region /* r */,
385 extern Region XCreateRegion(
398 Region /* r */
402 Region /* r */
406 Region /* r1 */,
407 Region /* r2 */
517 Region /* sra */,
518 Region /* srb */
    [all...]
  /sdk/emulator/qtools/
coverage.cpp 52 cmp = strcmp(syma->region->path, symb->region->path);
65 int cmp = strcmp(syma->region->path, symb->region->path);
141 if (psym->region->flags & region_type::kIsKernelRegion)
143 printf("%s %s %s\n", ksym, psym->name, psym->region->path);
146 psym->region->path);
parse_options-inl.h 58 if (lump_kernel && (sym->region->flags & region_type::kIsKernelRegion)) {
67 if (lump_libraries && (sym->region->flags & region_type::kIsLibraryRegion)) {
81 if (include_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion))
83 if (include_library_syms && (sym->region->flags & region_type::kIsLibraryRegion))
90 if (exclude_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion))
92 if (exclude_library_syms && (sym->region->flags & region_type::kIsLibraryRegion))
  /external/llvm/include/llvm/Analysis/
RegionIterator.h 9 // This file defines the iterators to iterate over the elements of a Region.
28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
38 // The iterator works in two modes, bb mode or region mode.
43 // In region mode there is only one successor, thats the regionnode mapping
55 // advanceRegionSucc - A region node has only one successor. It reaches end
58 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!");
64 // isRegionMode - Is the current iterator in region mode?
72 assert(succ && "BB not in Region or entered subregion!");
78 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!");
79 return getNode()->template getNodeAs<Region>()->getExit()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringUtil.java 130 IndexedRegion region = (IndexedRegion) attr; local
134 text = document.get(region.getStartOffset(),
135 region.getEndOffset() - region.getStartOffset());
142 return region.getStartOffset() + index;
158 IndexedRegion region = (IndexedRegion) element; local
162 text = document.get(region.getStartOffset(),
163 region.getEndOffset() - region.getStartOffset());
169 return region.getStartOffset() + index
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
MappingFileProvider.java 151 * @param region two-letter uppercase ISO country codes as defined by ISO 3166-1
154 String getFileName(int countryCallingCode, String language, String script, String region) {
164 String languageCode = findBestMatchingLanguageCode(setOfLangs, language, script, region);
175 Set<String> setOfLangs, String language, String script, String region) {
176 StringBuilder fullLocale = constructFullLocale(language, script, region);
188 if (onlyOneOfScriptOrRegionIsEmpty(script, region)) {
192 } else if (script.length() > 0 && region.length() > 0) {
199 StringBuilder langWithRegion = new StringBuilder(language).append('_').append(region);
212 private boolean onlyOneOfScriptOrRegionIsEmpty(String script, String region) {
213 return (script.length() == 0 && region.length() > 0) |
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 67 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), local
70 uint8_t* ELF_hdr = region->start();
80 pInput.memArea()->release(region);
90 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), local
92 uint8_t* ELF_hdr = region->start();
94 pInput.memArea()->release(region);
130 MemoryRegion* region = pInput.memArea()->request( local
133 reinterpret_cast<llvm::ELF::Elf32_Word*>(region->start());
135 size_t size = region->size() / sizeof(llvm::ELF::Elf32_Word);
141 pInput.memArea()->release(region);
286 MemoryRegion* region = mem->request(offset, size); local
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
eastestv37.c 519 { { 32769, 0, 127 }, -6000, 32767, 101, 301, 4, 0 }, /* region 0 */
520 { { 1, 0, 60 }, -6000, 32767, 101, 301, 4, 2 }, /* region 1 */
521 { { 1, 61, 61 }, -6000, 32767, 101, 301, 4, 3 }, /* region 2 */
522 { { 1, 62, 62 }, -6000, 32767, 101, 301, 4, 4 }, /* region 3 */
523 { { 1, 63, 63 }, -6000, 32767, 101, 301, 4, 5 }, /* region 4 */
524 { { 1, 64, 64 }, -6000, 32767, 101, 301, 4, 6 }, /* region 5 */
525 { { 1, 65, 65 }, -6000, 32767, 101, 301, 4, 7 }, /* region 6 */
526 { { 1, 66, 66 }, -6000, 32767, 101, 301, 4, 8 }, /* region 7 */
527 { { 32769, 67, 127 }, -6000, 32767, 101, 301, 4, 9 }, /* region 8 */
528 { { 32769, 0, 127 }, -6005, 32767, 3, 171, 5, 0 }, /* region 9 *
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 33 import android.graphics.Region;
71 private final Region mTempRegion1 = new Region();
72 private final Region mTempRegion2 = new Region();
73 private final Region mTempRegion3 = new Region();
74 private final Region mTempRegion4 = new Region();
256 private final Region mMagnifiedBounds = new Region()
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 46 /// Represent a region's offset within the top level base region.
48 /// The base region.
51 /// The bit offset within the base region. It shouldn't be negative.
75 // Base region classes.
143 /// Check if the region is a subregion of the given region.
159 /// \brief Get a string representation of a region for debug use.
166 /// \brief Returns true if this region can be printed in a user-friendly way.
169 /// \brief Print the region for use in diagnostics
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PostalSplitterTest.java 99 String neighborhood, String city, String region, String postcode, String country) {
106 assertEquals(region, postal.region);
112 String neighborhood, String city, String region, String postcode, String country) {
118 postal.region = region;
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 20 * Class containing string constants of region codes for easier testing.
23 // Region code for global networks (e.g. +800 numbers).
50 // Official code for the unknown region.
  /external/llvm/test/Analysis/RegionInfo/
condition_complicated.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
51 ; STAT: 4 region - The # of regions
  /external/skia/src/utils/android/
ashmem.c 28 * ashmem_create_region - creates a new ashmem region and returns the file
31 * `name' is an optional label to give the region (visible in /proc/pid/maps)
32 * `size' is the size of the region, in page-aligned bytes
  /external/webkit/Source/WebCore/manual-tests/
video-waiting-seeking.html 13 consoleWrite("Warining: Seeking into buffered region. May not generate waiting or seeking events.");
17 failTest("Cannot seek to " + seekTo + ". Does engine support seeking into unbuffered region?");
78 second ahead every 200ms always leave the buffered region.
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 81 #define LVCS_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */
82 #define LVCS_MEMREGION_PERSISTENT_FAST_DATA 1 /* Offset to the persistent data memory region */
83 #define LVCS_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory region */
84 #define LVCS_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
182 /* Memory region definition */
185 LVM_UINT32 Size; /* Region size in bytes */
186 LVCS_MemoryTypes_en Type; /* Region type */
187 void *pBaseAddress; /* Pointer to the region base address */
191 /* Memory table containing the region definitions */
194 LVCS_MemoryRegion_t Region[LVCS_NR_MEMORY_REGIONS]; /* One definition for each region *
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
wrapper_input.h 17 // Define a generic interface to a file/memory region that contains
28 // The following is a generic interface to a file/memory region that contains
42 // Moves to the given offset within the input region. Returns false
  /external/clang/test/Analysis/
ObjCProperties.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -analyzer-constraints=range -Wno-objc-root-class %s -verify
chroot.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.unix.Chroot -analyzer-store region -verify %s
complex.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-constraints=range -verify -Wno-unreachable-code -ffreestanding %s
cxx-method-names.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix,osx,alpha.unix,alpha.security.taint -analyzer-store region -verify %s
default-diagnostic-visitors.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-output=text -verify %s

Completed in 3192 milliseconds

1 2 3 4 56 7 8 91011>>