Home
last modified time | relevance | path

Searched refs:progress_bar (Results 1 – 9 of 9) sorted by relevance

/external/curl/docs/examples/
Dsmooth-gtk-thread.c130 void *create_thread(void *progress_bar) in create_thread() argument
156 g_source_remove(GPOINTER_TO_INT(g_object_get_data(G_OBJECT(progress_bar), in create_thread()
160 gtk_widget_destroy(progress_bar); in create_thread()
178 GtkWidget *top_window, *outside_frame, *inside_frame, *progress_bar; in main() local
205 progress_bar = gtk_progress_bar_new(); in main()
206 gtk_progress_bar_pulse(GTK_PROGRESS_BAR (progress_bar)); in main()
208 gint pulse_ref = g_timeout_add(300, pulse_bar, progress_bar); in main()
209 g_object_set_data(G_OBJECT(progress_bar), "pulse_id", in main()
211 gtk_container_add(GTK_CONTAINER(inside_frame), progress_bar); in main()
219 if(!g_thread_create(&create_thread, progress_bar, FALSE, NULL) != 0) in main()
/external/squashfs-tools/squashfs-tools/
Dprogressbar.c93 static void progress_bar(long long current, long long max, int columns) in progress_bar() function
146 progress_bar(cur_uncompressed, estimated_uncompressed, columns); in enable_progress_bar()
169 progress_bar(cur_uncompressed, estimated_uncompressed, in set_progressbar_state()
212 progress_bar(cur_uncompressed, estimated_uncompressed, in progress_thrd()
Dunsquashfs.c127 void progress_bar(long long current, long long max, int columns);
2163 progress_bar(sym_count + dev_count + in progress_thread()
2361 progress_bar(sym_count + dev_count + fifo_count + cur_blocks, in disable_progress_bar()
2403 void progress_bar(long long current, long long max, int columns) in progress_bar() function
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DCustomizeWindow.java41 ((ProgressBar) activity.findViewById(R.id.progress_bar)).setVisibility(on ? View.VISIBLE in toggleProgressBarVisibility()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMainActivity.java567 View progress = dialog.findViewById(R.id.progress_bar); in showUploadLogDialog()
/external/v8/src/heap/
Dspaces.h476 int progress_bar() { in progress_bar() function
481 void set_progress_bar(int progress_bar) { in set_progress_bar() argument
483 progress_bar_ = progress_bar; in set_progress_bar()
Dincremental-marking.cc193 Max(FixedArray::BodyDescriptor::kStartOffset, chunk->progress_bar()); in VisitFixedArrayIncremental()
/external/squashfs-tools/
DCHANGES150 1.5 Fix floating point error in progress_bar when max == 0
158 1.3 Fix floating point error in progress_bar when max == 0
/external/selinux/python/sepolicy/sepolicy/
Dgui.py332 self.progress_bar = builder.get_object("progress_bar")
516 self.progress_bar.set_fraction(self.percentage)
517 self.progress_bar.set_pulse_step(self.percentage)