HomeSort by relevance Sort by last modified time
    Searched refs:filters (Results 251 - 275 of 474) sorted by null

<<111213141516171819

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 25 import com.android.gallery3d.filtershow.filters.FilterDrawRepresentation;
26 import com.android.gallery3d.filtershow.filters.ImageFilterDraw;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 33 import com.android.gallery3d.filtershow.filters.FiltersManager;
34 import com.android.gallery3d.filtershow.filters.ImageFilter;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 309 var filters = {
324 chrome.webNavigation.onDOMContentLoaded.addListener(onNavigate, filters);
326 onNavigate, filters);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /art/tools/
cpplint.py 119 Specify a comma-separated list of category-filters to apply: only
120 error messages whose category names pass the filters will be printed.
122 "[whitespace/indent]".) Filters are evaluated left to right.
557 # filters to apply when emitting error messages
558 self.filters = _DEFAULT_FILTERS[:]
581 def SetFilters(self, filters):
582 """Sets the error-message filters.
584 These filters are applied when deciding whether to emit a given
588 filters: A string of comma-separated filters (eg "+whitespace/indent")
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 119 Specify a comma-separated list of category-filters to apply: only
120 error messages whose category names pass the filters will be printed.
122 "[whitespace/indent]".) Filters are evaluated left to right.
556 # filters to apply when emitting error messages
557 self.filters = _DEFAULT_FILTERS[:]
580 def SetFilters(self, filters):
581 """Sets the error-message filters.
583 These filters are applied when deciding whether to emit a given
587 filters: A string of comma-separated filters (eg "+whitespace/indent")
    [all...]
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 66 render_surface_layer_list[i]->filters(),
410 FilterOperations filters; local
411 filters.Append(FilterOperation::CreateBlurFilter(5.f));
413 filters.GetOutsets(&outset_top, &outset_right, &outset_bottom, &outset_left);
417 surface->SetFilters(filters);
484 FilterOperations filters; local
485 filters.Append(FilterOperation::CreateBlurFilter(2.f));
487 filters.GetOutsets(&outset_top, &outset_right, &outset_bottom, &outset_left);
491 child1->SetBackgroundFilters(filters);
    [all...]
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 91 // returned. The filters created here are:
314 std::vector<std::wstring> filters; local
316 base::SplitString(filter, '\0', &filters);
318 if (!filters.empty())
319 filter_selected = filters[(2 * (save_as.nFilterIndex - 1)) + 1];
619 const std::wstring& filters,
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 639 filters = {}
641 filters['EXPERIMENTAL'] = False
653 filters['TOOLS'] = toolchains
656 filters['DEST'] = [
664 tree = parse_dsc.LoadProjectTree(SDK_SRC_DIR, include=filters)
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 114 // returned. The filters created here are:
352 std::vector<std::wstring> filters; local
354 base::SplitString(filter, '\0', &filters);
356 if (!filters.empty())
357 filter_selected = filters[(2 * (save_as.nFilterIndex - 1)) + 1];
499 const std::wstring& filters,
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlDocument.java 1028 * Contains a list of filters which are applied, in order, to each Node. The
1034 private final List<MultiplexFilter> filters = new ArrayList<MultiplexFilter>(); field in class:HtmlDocument.MultiplexFilterChain
1037 * @param sourceFilters these filters are applied in List order
1040 filters.addAll(sourceFilters);
1047 for (MultiplexFilter filter : filters) {
1059 // loop through filters until one returns nothing, or until we're out of
1060 // filters
1061 for (MultiplexFilter filter : filters) {
1083 // loop through filters until one returns nothing, or until we're out of
1084 // filters
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlDocument.java 1029 * Contains a list of filters which are applied, in order, to each Node. The
1035 private final List<MultiplexFilter> filters = new ArrayList<MultiplexFilter>(); field in class:HtmlDocument.MultiplexFilterChain
1038 * @param sourceFilters these filters are applied in List order
1041 filters.addAll(sourceFilters);
1048 for (MultiplexFilter filter : filters) {
1060 // loop through filters until one returns nothing, or until we're out of
1061 // filters
1062 for (MultiplexFilter filter : filters) {
1084 // loop through filters until one returns nothing, or until we're out of
1085 // filters
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
dialogs_gtk.cc 56 // Add the filters from |file_types_| to |chooser|.
131 // The file filters.
296 // Add the *.* filter, but only if we have added other filters (otherwise it
319 GSList* filters = gtk_file_chooser_list_filters(GTK_FILE_CHOOSER(dialog)); local
320 int idx = g_slist_index(filters, selected_filter);
321 g_slist_free(filters);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl_gtk2.cc 96 // Add the filters from |file_types_| to |chooser|.
325 // Add the *.* filter, but only if we have added other filters (otherwise it
348 GSList* filters = gtk_file_chooser_list_filters(GTK_FILE_CHOOSER(dialog)); local
349 int idx = g_slist_index(filters, selected_filter);
350 g_slist_free(filters);
  /external/chromium_org/content/browser/worker_host/
worker_service_impl.cc 280 // don't have to keep track which filters are from worker processes.
444 pending->filters().begin();
445 i != pending->filters().end(); ++i) {
467 WorkerMessageFilter* first_filter = instance.filters().begin()->first;
  /external/chromium_org/ui/shell_dialogs/gtk/
select_file_dialog_impl_gtk.cc 63 // Add the filters from |file_types_| to |chooser|.
281 // Add the *.* filter, but only if we have added other filters (otherwise it
304 GSList* filters = gtk_file_chooser_list_filters(GTK_FILE_CHOOSER(dialog)); local
305 int idx = g_slist_index(filters, selected_filter);
306 g_slist_free(filters);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 89 // Viewer filters
288 * Fill the filters drop-down menu.
307 // Filters menu
308 MenuManager filtersManager= new MenuManager("Filters");
702 * Update the filters from the stored list and apply them to the view.
705 ViewerFilter[] filters = new ViewerFilter[this.viewFilters.size()]; local
706 this.viewFilters.toArray(filters);
707 this.viewer.setFilters(filters);
  /external/libvpx/libvpx/vp9/common/x86/
vp9_subpixel_8t_ssse3.asm 31 movdqa xmm4, [rdx] ;load filters
115 movdqa xmm4, [rdx] ;load filters
200 movdqa xmm4, [rdx] ;load filters
559 movdqa xmm4, [rdx] ;load filters
648 movdqa xmm4, [rdx] ;load filters
724 movdqa xmm4, [rdx] ;load filters
  /external/pixman/test/
stress-test.c 64 static pixman_filter_t filters[] = variable
352 filter = filters[prng_rand_n (ARRAY_LENGTH (filters))];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 580 Initialize the list of filters to be an empty list.
582 self.filters = []
588 if not (filter in self.filters):
589 self.filters.append(filter)
595 if filter in self.filters:
596 self.filters.remove(filter)
600 Determine if a record is loggable by consulting all the filters.
607 for f in self.filters:
740 Emission depends on filters which may have been added to the handler.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 580 Initialize the list of filters to be an empty list.
582 self.filters = []
588 if not (filter in self.filters):
589 self.filters.append(filter)
595 if filter in self.filters:
596 self.filters.remove(filter)
600 Determine if a record is loggable by consulting all the filters.
607 for f in self.filters:
740 Emission depends on filters which may have been added to the handler.
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 67 * most specific intent filters possible to avoid the activity chooser dialog, which can
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 95 import com.android.gallery3d.filtershow.filters.FilterDrawRepresentation;
96 import com.android.gallery3d.filtershow.filters.FilterMirrorRepresentation;
97 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
98 import com.android.gallery3d.filtershow.filters.FilterRotateRepresentation;
99 import com.android.gallery3d.filtershow.filters.FilterStraightenRepresentation;
100 import com.android.gallery3d.filtershow.filters.FilterUserPresetRepresentation;
101 import com.android.gallery3d.filtershow.filters.FiltersManager;
102 import com.android.gallery3d.filtershow.filters.ImageFilter;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorGrad.java 39 import com.android.gallery3d.filtershow.filters.FilterGradRepresentation;
40 import com.android.gallery3d.filtershow.filters.FilterRepresentation;

Completed in 2048 milliseconds

<<111213141516171819