/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/ |
broken-manifest2.xml | 7 <!-- Wrong declaration locations --> 23 <!-- Wrong declaration locations -->
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
README | 4 These files can be installed by copying them to following locations:
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
YVURenderer.h | 28 // Attribute locations
|
SurfaceTextureRenderer.h | 32 // Attribute locations
|
WarpRenderer.h | 35 // Attribute locations
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
YVURenderer.h | 28 // Attribute locations
|
SurfaceTextureRenderer.h | 32 // Attribute locations
|
WarpRenderer.h | 35 // Attribute locations
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/values/ |
arrays.xml | 2 <!-- Choices for Locations in SetupWizard's Set Time and Data Activity -->
|
/external/jmonkeyengine/engine/src/core/checkers/quals/ |
DefaultQualifier.java | 20 * unrelated type systems, or with different {@code locations} fields) at 42 /** @return the locations to which the annotation should be applied */ 43 DefaultLocation[] locations() default {DefaultLocation.ALL};
|
DefaultLocation.java | 4 * Specifies the locations to which a {@link DefaultQualifier} annotation applies.
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t014parser.py | 35 # can't check error locations yet 49 # can't check error locations yet 65 # can't check error locations yet
|
t017parser.py | 41 # can't check error locations yet 53 # can't check error locations yet
|
t013parser.py | 30 # can't check error locations yet
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldHttpRetryExceptionTest.java | 40 String [] locations = {"file:\\error.txt", "http:\\localhost", local 45 codes[i], locations[i]); 49 assertEquals(locations[i], hre.getLocation());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
Messages.java | 32 * Bind the given message's substitution locations with the given string values. 42 * Bind the given message's substitution locations with the given string values. 53 * Bind the given message's substitution locations with the given string values. 65 * Bind the given message's substitution locations with the given string values.
|
/external/kernel-headers/original/asm-x86/ |
unaligned.h | 17 * single bytes at locations that are expected to be improperly aligned, 30 * single bytes at locations that are expected to be improperly aligned,
|
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.cpp | 116 /// Numbered locations referenced by locmap. 117 SmallVector<MachineOperand, 4> locations; member in class:__anon10213::UserValue 181 // For register locations we dont care about use/def and other flags. 182 for (unsigned i = 0, e = locations.size(); i != e; ++i) 183 if (locations[i].isReg() && 184 locations[i].getReg() == LocMO.getReg() && 185 locations[i].getSubReg() == LocMO.getSubReg()) 188 for (unsigned i = 0, e = locations.size(); i != e; ++i) 189 if (LocMO.isIdenticalTo(locations[i])) 191 locations.push_back(LocMO) [all...] |
/external/clang/include/clang/Frontend/ |
CommandLineSourceLoc.h | 2 //===--- CommandLineSourceLoc.h - Parsing for source locations-*- C++ -*---===// 11 // Command line parsing for source locations. 58 /// \brief Command-line option parser that parses source locations. 60 /// Source locations are of the form filename:line:column.
|
/external/clang/lib/AST/ |
SelectorLocationsKind.cpp | 1 //===--- SelectorLocationsKind.cpp - Kind of selector locations -*- C++ -*-===// 10 // Describes whether the identifier locations for a selector are "standard" 74 // Are selector locations in standard position with no space between args ? 84 // Are selector locations in standard position with space between args ?
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
GradientCG.cpp | 88 Vector<CGFloat, cReservedStops> locations; local 89 locations.reserveCapacity(m_stops.size()); 97 locations.uncheckedAppend(m_stops[i].stop); 100 m_gradient = CGGradientCreateWithColorComponents(deviceRGBColorSpaceRef(), colorComponents.data(), locations.data(), m_stops.size());
|
/tools/build/testapps/customized/ |
build.gradle | 31 // You can configure the various source locations
|
/external/chromium/chrome/browser/ui/web_applications/ |
web_app_ui.cc | 167 // Locations to check to shortcut_paths. 172 } locations[] = { local 191 for (int i = 0; i < arraysize(locations); ++i) { 192 locations[i].use_this_location = false; 195 if (!PathService::Get(locations[i].location_id, &path)) { 200 if (locations[i].sub_dir != NULL) 201 path = path.Append(locations[i].sub_dir); 206 locations[i].use_this_location = true;
|
/external/libxml2/include/libxml/ |
xpointer.h | 37 int locNr; /* number of locations in the set */ 39 xmlXPathObjectPtr *locTab;/* array of locations */
|
/external/llvm/lib/Analysis/ |
LibCallAliasAnalysis.cpp | 54 // if we have detailed info and if 'P' is any of the locations we know 61 // the pointer is a match for one of the locations in 'Details'. If we find a 80 // is a match for one of the locations in 'Details'. Also, if we can prove 81 // that the pointers is *not* one of the locations in 'Details', we know that 106 // locations in our 'DoesOnly' rule, then we know that the pointer must point 108 // locations, return NoModRef.
|