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

  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 116 * @param topLevel whether this is a top-level file (that is,
120 private boolean processOne(File file, boolean topLevel) {
123 return processDirectory(file, topLevel);
169 * @param topLevel whether this is a top-level directory (that is,
173 private boolean processDirectory(File dir, boolean topLevel) {
174 if (topLevel) {
  /dalvik/dx/src/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();
  /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();
  /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/webkit/Tools/Scripts/
commit-log-editor 147 my $topLevel = determineVCSRoot();
218 $changeLog = File::Spec->abs2rel(File::Spec->rel2abs($changeLog), $topLevel);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 807 GtkWidget* topLevel = gtk_widget_get_toplevel(GTK_WIDGET(webkit_web_frame_get_web_view(frame)));
809 if (!gtk_widget_is_toplevel(topLevel))
810 topLevel = 0;
822 return gtk_print_operation_run(operation, action, GTK_WINDOW(topLevel), error);
    [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 135 PlatformWidget topLevel = widget->window();
136 return widget->mapTo(topLevel, QPoint(0, 0)) + topLevel->geometry().topLeft() - topLevel->pos();
141 PlatformWidget toplevel = wxGetTopLevelParent(widget);
142 return toplevel->ScreenToClient(widget->GetScreenPosition());
  /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/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/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 2717 milliseconds