HomeSort by relevance Sort by last modified time
    Searched defs:select (Results 26 - 50 of 793) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/extras/simpleperf/scripts/inferno/
script.js 97 select(e);
171 select(previouslySelected);
239 select(target_element);
243 function select(e) { function
  /bionic/libc/bionic/
poll.cpp 31 #include <sys/select.h>
81 int select(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, timeval* tv) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementPath.py 98 def select(context, result): function in function:prepare_child
103 return select
106 def select(context, result): function in function:prepare_star
110 return select
113 def select(context, result): function in function:prepare_self
116 return select
126 def select(context, result): function in function:prepare_descendant
131 return select
134 def select(context, result): function in function:prepare_parent
144 return select
165 def select(context, result): function in function:prepare_predicate
174 def select(context, result): function in function:prepare_predicate
182 def select(context, result): function in function:prepare_predicate
191 def select(context, result): function in function:prepare_predicate
212 def select(context, result): function in function:prepare_predicate
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementPath.py 98 def select(context, result): function in function:prepare_child
103 return select
106 def select(context, result): function in function:prepare_star
110 return select
113 def select(context, result): function in function:prepare_self
116 return select
126 def select(context, result): function in function:prepare_descendant
131 return select
134 def select(context, result): function in function:prepare_parent
144 return select
165 def select(context, result): function in function:prepare_predicate
174 def select(context, result): function in function:prepare_predicate
182 def select(context, result): function in function:prepare_predicate
191 def select(context, result): function in function:prepare_predicate
212 def select(context, result): function in function:prepare_predicate
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
ExtendedListBox.java 27 private native void selectAppend(SelectElement select,
29 select.appendChild(option);
37 SelectElement select = getElement().cast(); local
41 selectAppend(select, option);
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
AltNode.java 33 SelectNode select = null; field in class:AltNode
42 select = (SelectNode)parent;
44 error("Alt must be in Select");
62 return " extends " + select.commonBaseClass();
67 writer.print("static final " + select.typeNode.javaType());
73 writer.println(select.typeNode.javaParam() + "() {");
97 writer.print("static " + select.name() + " create(");
101 writer.print("return new " + select.name() + "(");
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RecordingProxySelector.java 35 @Override public List<Proxy> select(URI uri) { method in class:RecordingProxySelector
  /external/python/cpython2/Lib/idlelib/
ScrolledList.py 56 self.select(index)
62 self.select(index)
74 self.select(index)
91 self.select(index)
104 self.select(index)
108 def select(self, index): member in class:ScrolledList
134 def on_select(self, index): print "select", self.get(index)
  /external/python/cpython2/Lib/xml/etree/
ElementPath.py 98 def select(context, result): function in function:prepare_child
103 return select
106 def select(context, result): function in function:prepare_star
110 return select
113 def select(context, result): function in function:prepare_self
116 return select
126 def select(context, result): function in function:prepare_descendant
131 return select
134 def select(context, result): function in function:prepare_parent
144 return select
165 def select(context, result): function in function:prepare_predicate
174 def select(context, result): function in function:prepare_predicate
182 def select(context, result): function in function:prepare_predicate
191 def select(context, result): function in function:prepare_predicate
212 def select(context, result): function in function:prepare_predicate
    [all...]
  /external/python/cpython3/Lib/idlelib/
scrolledlist.py 59 self.select(index)
65 self.select(index)
77 self.select(index)
94 self.select(index)
107 self.select(index)
111 def select(self, index): member in class:ScrolledList
136 def on_select(self, index): print("select", self.get(index))
  /external/python/cpython3/Lib/xml/etree/
ElementPath.py 98 def select(context, result): function in function:prepare_child
103 return select
106 def select(context, result): function in function:prepare_star
109 return select
112 def select(context, result): function in function:prepare_self
114 return select
127 def select(context, result): function in function:prepare_descendant
132 return select
135 def select(context, result): function in function:prepare_parent
145 return select
169 def select(context, result): function in function:prepare_predicate
178 def select(context, result): function in function:prepare_predicate
186 def select(context, result): function in function:prepare_predicate
195 def select(context, result): function in function:prepare_predicate
221 def select(context, result): function in function:prepare_predicate
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
PresenterSwitcher.java 45 public void select(Object object) { method in class:PresenterSwitcher
94 * Called when a view is bound to the object of {@link #select(Object)}.
  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 109 * <context select="...">
119 String select = element.getAttribute("select"); local
120 Context context = new Context(inputSource, url, select);
152 final String select = element.getAttribute("select"); local
154 /* Such as <test exception="true" select="..." count="0"/> */
156 return new XPathTest(context, select) {
159 xpath.evaluate(select, contextNode);
167 /* a <test> with a nested <valueOf>, both of which have select attributes *
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeVisEffectsCustomPreferenceController.java 80 protected void select() { method in class:ZenModeVisEffectsCustomPreferenceController
86 select(); method
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementPath.py 98 def select(context, result): function in function:prepare_child
103 return select
106 def select(context, result): function in function:prepare_star
110 return select
113 def select(context, result): function in function:prepare_self
116 return select
126 def select(context, result): function in function:prepare_descendant
131 return select
134 def select(context, result): function in function:prepare_parent
144 return select
165 def select(context, result): function in function:prepare_predicate
174 def select(context, result): function in function:prepare_predicate
182 def select(context, result): function in function:prepare_predicate
191 def select(context, result): function in function:prepare_predicate
212 def select(context, result): function in function:prepare_predicate
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementPath.py 98 def select(context, result): function in function:prepare_child
103 return select
106 def select(context, result): function in function:prepare_star
110 return select
113 def select(context, result): function in function:prepare_self
116 return select
126 def select(context, result): function in function:prepare_descendant
131 return select
134 def select(context, result): function in function:prepare_parent
144 return select
165 def select(context, result): function in function:prepare_predicate
174 def select(context, result): function in function:prepare_predicate
182 def select(context, result): function in function:prepare_predicate
191 def select(context, result): function in function:prepare_predicate
212 def select(context, result): function in function:prepare_predicate
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
DispatcherN.java 75 sel.select();
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
DispatcherN.java 75 sel.select();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 98 def select(context, result): function in function:prepare_child
103 return select
106 def select(context, result): function in function:prepare_star
110 return select
113 def select(context, result): function in function:prepare_self
116 return select
126 def select(context, result): function in function:prepare_descendant
131 return select
134 def select(context, result): function in function:prepare_parent
144 return select
165 def select(context, result): function in function:prepare_predicate
174 def select(context, result): function in function:prepare_predicate
182 def select(context, result): function in function:prepare_predicate
191 def select(context, result): function in function:prepare_predicate
212 def select(context, result): function in function:prepare_predicate
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 98 def select(context, result): function in function:prepare_child
103 return select
106 def select(context, result): function in function:prepare_star
110 return select
113 def select(context, result): function in function:prepare_self
116 return select
126 def select(context, result): function in function:prepare_descendant
131 return select
134 def select(context, result): function in function:prepare_parent
144 return select
165 def select(context, result): function in function:prepare_predicate
174 def select(context, result): function in function:prepare_predicate
182 def select(context, result): function in function:prepare_predicate
191 def select(context, result): function in function:prepare_predicate
212 def select(context, result): function in function:prepare_predicate
    [all...]
  /art/compiler/optimizing/
constructor_fence_redundancy_elimination.cc 62 void VisitSelect(HSelect* select) OVERRIDE {
63 VisitAlias(select); variable
142 // - Select
select_generator.cc 140 // Create the Select instruction and insert it in front of the If.
141 HSelect* select = new (graph_->GetAllocator()) HSelect(if_instruction->InputAt(0), local
148 ReferenceTypePropagation::FixUpInstructionType(select, handle_scope_);
151 select->SetReferenceTypeInfo(phi->GetReferenceTypeInfo());
153 block->InsertInstructionBefore(select, if_instruction);
159 false_block->GetFirstInstruction()->ReplaceInput(select, 0);
161 phi->ReplaceInput(select, predecessor_index_false);
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 196 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND (" local
202 CONTACTS_SUMMARY_PROJECTION, select, null, order);
  /external/autotest/tko/
frontend.py 88 rows = db_obj.select(fields, 'tko_test_view',
139 def select(klass, db): member in class:group
141 rows = db.select('distinct machine_group', 'tko_machines',
153 return machine.select(self.db, { 'machine_group' : self.name })
168 def select(klass, db, where = {}): member in class:machine
171 for row in db.select(','.join(fields), 'tko_machines', where):
186 def select(klass, db, where = {}): member in class:kernel
188 rows = db.select(','.join(fields), 'tko_kernels', where)
203 def select(klass, db, where={}, distinct=False): member in class:test
207 for row in db.select(','.join(fields), 'tko_tests', where
290 def select(klass, db, where): member in class:iteration
    [all...]
  /external/clang/test/SemaCXX/
discrim-union.cpp 14 template<unsigned N> struct select {}; // : integral_constant<unsigned, N> {}; struct in namespace:detail
31 constexpr either_impl(select<0>, T &&t) : val(move(t)) {}
34 constexpr either_impl(select<N>, U &&u) : rest(select<N-1>(), move(u)) {}
49 constexpr const T &get(select<0>) { return val; }
50 template<unsigned N> constexpr const decltype(static_cast<const rest_t&>(rest).get(select<N-1>{})) get(select<N>) {
51 return rest.get(select<N-1>{});
76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {}
85 decltype(static_cast<const impl_t&>(impl).get(detail::select<N>{}))
    [all...]

Completed in 787 milliseconds

12 3 4 5 6 7 8 91011>>