HomeSort by relevance Sort by last modified time
    Searched refs:topLevel (Results 1 - 25 of 26) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 151 * @param topLevel whether this is a top-level file (that is,
155 private boolean processOne(File file, boolean topLevel) {
158 return processDirectory(file, topLevel);
207 * @param topLevel whether this is a top-level directory (that is,
211 private boolean processDirectory(File dir, boolean topLevel) {
212 if (topLevel) {
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 261 * (debugging) annotations and {@code topLevel} is
266 * @param topLevel {@code true} iff the given annotation is the
270 public void writeArray(CstArray array, boolean topLevel) {
271 boolean annotates = topLevel && out.annotates();
299 * (debugging) annotations and {@code topLevel} is
304 * @param topLevel {@code true} iff the given annotation is the
308 public void writeAnnotation(Annotation annotation, boolean topLevel) {
309 boolean annotates = topLevel && out.annotates();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ValueEncoder.java 260 * (debugging) annotations and {@code topLevel} is
265 * @param topLevel {@code true} iff the given annotation is the
269 public void writeArray(CstArray array, boolean topLevel) {
270 boolean annotates = topLevel && out.annotates();
298 * (debugging) annotations and {@code topLevel} is
303 * @param topLevel {@code true} iff the given annotation is the
307 public void writeAnnotation(Annotation annotation, boolean topLevel) {
308 boolean annotates = topLevel && out.annotates();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
suite.py 89 topLevel = False
91 result._testRunEntered = topLevel = True
112 if topLevel:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
suite.py 89 topLevel = False
91 result._testRunEntered = topLevel = True
112 if topLevel:
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 262 * (debugging) annotations and {@code topLevel} is
267 * @param topLevel {@code true} iff the given annotation is the
271 public void writeArray(CstArray array, boolean topLevel) {
272 boolean annotates = topLevel && out.annotates();
300 * (debugging) annotations and {@code topLevel} is
305 * @param topLevel {@code true} iff the given annotation is the
309 public void writeAnnotation(Annotation annotation, boolean topLevel) {
310 boolean annotates = topLevel && out.annotates();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor 216 my $topLevel = determineVCSRoot();
283 $changeLog = File::Spec->abs2rel(File::Spec->rel2abs($changeLog), $topLevel);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 364 List<IMarker> topLevel = new ArrayList<IMarker>(ids.size());
377 topLevel.add(topMarker);
383 mTopLevels = topLevel.toArray(new IMarker[topLevel.size()]);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 478 List<Element> topLevel = DomUtilities.getChildren(root);
479 for (Element element : topLevel) {
  /external/yaffs2/yaffs2/
yaffs_guts.c 822 * The look up tree is represented by the top tnode and the number of topLevel
835 int level = fStruct->topLevel;
846 /* First check we're tall enough (ie enough topLevel) */
855 if (requiredTallness > fStruct->topLevel) {
902 if (fStruct->topLevel < 0 || fStruct->topLevel > YAFFS_TNODES_MAX_LEVEL) {
910 /* First check we're tall enough (ie enough topLevel) */
920 if (requiredTallness > fStruct->topLevel) {
922 for (i = fStruct->topLevel; i < requiredTallness; i++) {
935 fStruct->topLevel = requiredTallness
    [all...]
yaffs_guts.h 374 int topLevel;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ObjectPropertiesSection.js 718 * @param {boolean} topLevel
721 WebInspector.ArrayGroupingTreeElement._populateRanges = function(treeElement, object, fromIndex, toIndex, topLevel)
808 if (topLevel)
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 414 * about the schema and its toplevel components. Duplicate
415 * toplevel components are not checked at this level.
    [all...]
  /external/libxml2/
xmlschemas.c 414 * about the schema and its toplevel components. Duplicate
415 * toplevel components are not checked at this level.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 1473 milliseconds

1 2