HomeSort by relevance Sort by last modified time
    Searched refs:topLevel (Results 1 - 10 of 10) 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) {
  /sdk/traceview/src/com/android/traceview/
ThreadData.java 44 ThreadData(int id, String name, MethodData topLevel) {
48 mRootCall = new Call(this, topLevel, null);
  /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();
  /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/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...]

Completed in 942 milliseconds