HomeSort by relevance Sort by last modified time
    Searched full:container (Results 626 - 650 of 5699) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/container/list/
example_test.go 8 "container/list"
  /prebuilts/go/darwin-x86/test/stress/
parsego.go 91 "container",
92 "container/heap",
93 "container/list",
94 "container/ring",
  /prebuilts/go/linux-x86/src/container/list/
example_test.go 8 "container/list"
  /prebuilts/go/linux-x86/test/stress/
parsego.go 91 "container",
92 "container/heap",
93 "container/list",
94 "container/ring",
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
quick-log.html 20 * 2. Width is inherit by parent container unless specified.
23 #container {
29 .label-container {
149 <div id="container">
151 <div class="label-container">
202 * expanding log container.
357 * Toggles show/hide log container.
369 * Scrolls into view if log container is out of view.
381 * Refreshes log container.
391 * Shows log container
    [all...]
  /external/clang/test/SemaCXX/
warn-range-loop-analysis.cpp 12 struct Container {
63 Container<int> int_non_ref_container;
64 Container<int&> int_container;
65 Container<Bar&> bar_container;
68 // expected-warning@-1 {{loop variable 'x' is always a copy because the range of type 'Container<int>' does not return a reference}}
81 Container<int> A;
115 Container<int&> B;
146 Container<Bar> C;
170 Container<Bar&> D;
194 Container<Foo> E
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 97 Composite container = new Composite(parent, SWT.NULL); local
98 setControl(container);
103 Composite container = (Composite) getControl(); local
104 container.setLayout(new GridLayout(3, false));
107 mCreateToggle = new Button(container, SWT.CHECK);
114 mList = new List(container, SWT.BORDER | SWT.V_SCROLL);
158 mPreview = new ImageControl(container, SWT.NONE, null);
163 new Label(container, SWT.NONE);
165 mHeading = new Label(container, SWT.NONE);
167 new Label(container, SWT.NONE)
    [all...]
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardEmulationFragment.java 42 public View onCreateView(LayoutInflater inflater, ViewGroup container,
45 View v = inflater.inflate(R.layout.main_fragment, container, false);
  /developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/java/com/example/android/customchoicelist/
MainActivity.java 58 public View getView(int position, View convertView, ViewGroup container) {
60 convertView = getLayoutInflater().inflate(R.layout.list_item, container, false);
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardEmulationFragment.java 42 public View onCreateView(LayoutInflater inflater, ViewGroup container,
45 View v = inflater.inflate(R.layout.main_fragment, container, false);
  /developers/samples/android/ui/lists/CustomChoiceList/Application/src/main/java/com/example/android/customchoicelist/
MainActivity.java 58 public View getView(int position, View convertView, ViewGroup container) {
60 convertView = getLayoutInflater().inflate(R.layout.list_item, container, false);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentArgumentsFragment.java 47 @Override public View onCreateView(LayoutInflater inflater, ViewGroup container,
49 View v = inflater.inflate(R.layout.fragment_arguments_fragment, container, false);
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CountingFragment.java 59 public View onCreateView(LayoutInflater inflater, ViewGroup container,
61 View v = inflater.inflate(R.layout.counting, container, false);
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardEmulationFragment.java 42 public View onCreateView(LayoutInflater inflater, ViewGroup container,
45 View v = inflater.inflate(R.layout.main_fragment, container, false);
  /development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/
MainActivity.java 58 public View getView(int position, View convertView, ViewGroup container) {
60 convertView = getLayoutInflater().inflate(R.layout.list_item, container, false);
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
TextFragment.java 33 public View onCreateView(LayoutInflater inflater, ViewGroup container,
35 View view = inflater.inflate(R.layout.text_fragment, container, false);
  /external/chromium-trace/catapult/systrace/systrace/
prefix.html 32 <track-view-container id='track_view_container'></track-view-container>
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
detail.html 38 <div id="detail-params-container">
43 <div id="aggregated-counters-container">
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
flex-interpolation.html 16 .container {
22 <template id="target-template"><div class="container">
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
multi_async_slice_sub_view.html 20 #container {
29 <div id="container">
  /external/clang/test/Analysis/inlining/
stl.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=false -std=c++11 -verify %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=true -std=c++11 -DINLINE=1 -verify %s
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 44 template <class Container>
45 void quuz(const Container &cont) {
  /external/clang/test/SemaObjC/
warn-unreachable.m 46 void test_loop_increment(id container) {
47 for (id x in container) { // no-warning
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 65 // Annotate the current state of a contiguous container, such as
67 // A contiguous container is a container that keeps all of its elements
68 // in a contiguous region of memory. The container owns the region of memory
77 // container so that the tool can report errors when memory from [mid, end)
81 // state when the container is destroyed or when it reallocates the storage.
99 // Returns true if the contiguous container [beg, end) is properly poisoned
104 // such complexity by touching only parts of the container around beg/mid/end.
  /external/deqp/doc/testspecs/GLES3/
functional.lifetime.txt 44 + Tests for deleting an object that is attached to a container
46 - Reading from the container
47 - Writing to the container
105 The "attach.*" family of test cases create a container object (a
110 In the "attach.deleted_name.*" test cases, the container is queried for
115 In the "attach.deleted_input.*" test cases, the container is read from
120 affected the container's state.
122 In the "attach.deleted_output.*" test cases, the container is written to

Completed in 3553 milliseconds

<<21222324252627282930>>