/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ObsoleteLayoutParamsFix.java | 60 IndexedRegion region = (IndexedRegion) attribute; local 61 if (region.getStartOffset() == start) {
|
/external/libphonenumber/java/ |
release_notes.txt | 6 - Updated metadata for region code(s): 13 - New metadata for region code(s): EH 14 - Updated metadata for region code(s): BR, CL, CR, IN, MA, PG, PK, RO 19 - Updated metadata for region code(s): 34 - Updated metadata for region code(s): DE, GR, HR, OM, SB, ZA 35 - Removed metadata for region code: AN (Netherlands Antilles) 40 - Updated metadata for region code(s): AU, EC, KH, LB, TN, US 44 - Updated metadata for region code(s): EG, LA, LB, LI, PY 63 - Updated metadata for region code(s): BF, BG, DZ, GA, IT, JP, KW, PF 68 - Updated metadata for region code(s): AT, BF, JO, NG, RU, S [all...] |
/external/icu4c/data/ |
makedata.mak | 329 # Read the list of region display name resource bundle files 330 !IF EXISTS("$(ICUSRCDATA)\region\resfiles.mk") 331 !INCLUDE "$(ICUSRCDATA)\region\resfiles.mk" 332 !IF EXISTS("$(ICUSRCDATA)\region\reslocal.mk") 333 !INCLUDE "$(ICUSRCDATA)\region\reslocal.mk" 336 !MESSAGE Information: cannot find "region\reslocal.mk". Not building user-additional resource bundle files. 339 !MESSAGE Warning: cannot find "region\resfiles.mk" 343 REGION_FILES = region\root.txt $(REGION_ALIAS_SOURCE) $(REGION_SOURCE) 344 REGION_RES_FILES = $(REGION_FILES:.txt =.res region\) 346 REGION_RES_FILES = region\pool.res $(REGION_RES_FILES:region\ =region\ [all...] |
/external/opencv/cvaux/src/ |
cvsegment.cpp | 88 CvConnectedComp * region, 182 region->area = area; 183 region->rect.x = XMin; 184 region->rect.y = YMin; 185 region->rect.width = XMax - XMin + 1; 186 region->rect.height = YMax - YMin + 1; 187 region->value = cvScalarAll(0); 532 CvConnectedComp region; local 539 ®ion, stack ); 554 region.rect, storage ) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
Hyperlinks.java | 124 import org.eclipse.jface.text.Region; 558 private static void openPath(IPath filePath, IRegion region, int offset) { 565 AdtPlugin.openFile(file, region); 953 IRegion region = null; local 1027 IRegion region = null; local 1606 IRegion region = null; local 1784 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); local 1799 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); local [all...] |
/frameworks/compile/mclinker/lib/LD/ |
ELFObjectWriter.cpp | 55 MemoryRegion* region; local 56 // Request output region 68 region = pOutput.request(section->offset(), section->size()); 69 if (NULL == region) { 70 llvm::report_fatal_error(llvm::Twine("cannot get enough memory region for output section `") + 103 emitSectionData(*section, *region); 106 emitRelocation(m_Config, *section, *region); 109 target().emitSectionData(*section, *region); 195 MemoryRegion *region = pOutput.request(0, sizeof(ElfXX_Ehdr)); local 196 ElfXX_Ehdr* header = (ElfXX_Ehdr*)region->start() 297 MemoryRegion* region = pOutput.request(getLastStartOffset<SIZE>(pModule), local 334 MemoryRegion *region = pOutput.request(start_offset, local 362 MemoryRegion* region = pOutput.request(pShStrTab.offset(), pShStrTab.size()); local [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 10 // This file defines a basic region store model. In this model, we do have field 48 /// Create a key for a binding to region \p r, which has a symbolic offset 49 /// from region \p Base. 53 assert(getConcreteOffsetRegion() == Base && "Failed to store base region"); 56 /// Create a key for a binding at \p offset from base region \p r. 206 /// binding associated with a region and its subregions. 389 // BindDefault is only used to initialize a region with a default value. 425 /// Clears out all bindings in the given region and assigns a new value 447 bool includedInBindings(Store store, const MemRegion *region) const; 496 /// implicitly by default bindings in a super region [all...] |
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 48 // Try again, but this time we have an international number with Region Code US. It should 140 // Null is also allowed for the region code in these cases. 327 String region = RegionCode.US; local 330 number1.setCountryCode(phoneUtil.getCountryCodeForRegion(region)); 335 number2.setCountryCode(phoneUtil.getCountryCodeForRegion(region)); 339 Iterator<PhoneNumberMatch> matches = phoneUtil.findNumbers(text, region).iterator(); 347 String region = RegionCode.US; local 349 assertTrue(hasNoMatches(phoneUtil.findNumbers(text, region))); 525 findNumbersForLeniency(test.rawString, test.region, leniency); 547 findNumbersForLeniency(test.rawString, test.region, leniency) 592 String region = RegionCode.US; local 636 String region = RegionCode.NZ; local 986 final String region; field in class:PhoneNumberMatcherTest.NumberTest [all...] |
/bionic/libc/arch-x86/bionic/ |
__get_tls.c | 30 * address of the tls region
|
/development/ndk/platforms/android-3/include/linux/ |
mca.h | 53 int region);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
OverscanActivity.java | 31 * overscan region.</p>
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSKeychainAPIChecker.cpp | 40 SymbolRef Region; 44 Region(R) {} 48 Region == X.Region); 53 ID.AddPointer(Region); 125 R->markInteresting(AP.second->Region); 130 /// region. 134 // The allocated region symbol tracked by the main analysis. 251 // Report deallocator mismatch. Remove the region from tracking - reporting a 297 if (!definitelyReturnedError(AS->Region, State, C.getSValBuilder())) [all...] |
/external/clang/test/Analysis/ |
bool-assignment2.c | 1 // RUN: %clang_cc1 -std=c99 -analyze -analyzer-checker=core,alpha.core.BoolAssignment -analyzer-store=region -verify %s
|
casts.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
|
idempotent-operations.m | 1 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=alpha.deadcode.IdempotentOperations,osx.cocoa.RetainCount -verify %s
|
keychainAPI-diagnostic-visitor.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=osx.SecKeychainAPI -analyzer-store=region -analyzer-output=text -verify %s
|
malloc.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc -analyzer-store=region -verify %s
|
malloc.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -Wno-objc-root-class -fblocks %s
|
misc-ps-ranges.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -analyzer-constraints=range -verify -fblocks %s
|
objc-boxing.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify %s
|
outofbound-notwork.c | 1 // RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,alpha.security.ArrayBound -analyzer-store=region -verify %s
|
rdar-6541136-region.c | 1 // RUN: %clang_cc1 -verify -analyze -analyzer-checker=core,alpha.security.ArrayBound -analyzer-store=region %s
|
stackaddrleak.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store region -verify %s
|
uninit-ps-rdar6145427.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify -analyzer-store=region %s
|
unions.cpp | 22 // 4. We ended up trying to add a base cast to a region of the wrong type.
|