HomeSort by relevance Sort by last modified time
    Searched refs:labels (Results 226 - 250 of 410) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.cc 137 // Ignore elements known not to contain inferable labels.
752 // labels for all form control elements are scraped from the DOM and set in
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_autofill_manager_unittest.cc 60 const std::vector<base::string16>& labels,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 624 labels : []
807 S.labels.push(label);
811 S.labels.pop();
823 if (!member(name, S.labels))
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-tree-3.3.jar 
asm-util-3.3.jar 
  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 163 // The R.id.labels can only be found in phone layout.
165 mLabelsLinearLayout = (LinearLayout) mRootView.findViewById(R.id.labels);
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 
jfreechart-1.0.9.jar 
  /prebuilts/sdk/tools/lib/
asm-tree-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
asm-util-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /external/fio/
gclient.c 782 const char *labels[] = { "Depth", "0", "1", "2", "4", "8", "16", "32", "64", ">= 64" }; local
783 const int nr_labels = ARRAY_SIZE(labels);
807 tree_view_column(tree_view, i, labels[i], ALIGN_RIGHT | UNSORTABLE);
854 static GtkWidget *gfio_output_lat_buckets(double *lat, const char **labels,
883 tree_view_column(tree_view, i, labels[i], ALIGN_RIGHT | UNSORTABLE);
902 const char **labels,
917 l = graph_add_label(g, labels[i]);
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 171 int* labels = data->get_labels( node ); local
176 weak_eval[labels[i]] = value;
703 const int* labels = data->get_labels(node); local
715 int idx = labels[i];
749 int idx = labels[i];
983 // so we need to convert class labels to floating-point values
985 int* labels = data->get_labels(data->data_root); local
1022 // set the labels to find (from within weak tree learning proc)
1024 labels[i] = i;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 1027 static int rdcost_mbsegment_y(MACROBLOCK *mb, const int *labels,
1036 if (labels[ b] == which_label)
1044 static unsigned int vp8_encode_inter_mb_segment(MACROBLOCK *x, int const *labels, int which_label)
1054 if (labels[i] == which_label)
1102 int const *labels; local
1137 labels = vp8_mbsplits[segmentation];
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1028 static int rdcost_mbsegment_y(MACROBLOCK *mb, const int *labels,
1037 if (labels[ b] == which_label)
1045 static unsigned int vp8_encode_inter_mb_segment(MACROBLOCK *x, int const *labels, int which_label)
1055 if (labels[i] == which_label)
1103 int const *labels; local
1138 labels = vp8_mbsplits[segmentation];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 1033 static int rdcost_mbsegment_y(MACROBLOCK *mb, const int *labels,
1042 if (labels[ b] == which_label)
1050 static unsigned int vp8_encode_inter_mb_segment(MACROBLOCK *x, int const *labels, int which_label)
1060 if (labels[i] == which_label)
1108 int const *labels; local
1143 labels = vp8_mbsplits[segmentation];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 433 List<String> labels = Lists.newArrayList(); local
475 labels.add(optionLabel);
483 assert labels.size() > 0;
484 combo.setItems(labels.toArray(new String[labels.size()]));
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 2621 std::vector<base::string16> labels; local
2631 &labels, local
2664 std::vector<base::string16> labels; local
2671 &labels, local
2679 EXPECT_EQ(base::string16(), labels[1]); local
2692 &labels, local
2700 EXPECT_EQ(base::string16(), labels[1]); local
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 542 milliseconds

1 2 3 4 5 6 7 8 91011>>