HomeSort by relevance Sort by last modified time
    Searched refs:elem (Results 51 - 75 of 837) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
UVector32.java 27 public void setElementAt(int elem, int index) { buffer[index] = elem; }
28 public void insertElementAt(int elem, int index) {
31 buffer[index] = elem;
UVector64.java 27 public void setElementAt(long elem, int index) { buffer[index] = elem; }
28 public void insertElementAt(long elem, int index) {
31 buffer[index] = elem;
  /external/tensorflow/tensorflow/python/debug/lib/
common.py 29 def get_graph_element_name(elem):
37 elem: The graph element in question.
44 return elem.name if hasattr(elem, "name") else str(elem)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js 100 var match, elem, ret, doc;
164 elem = document.getElementById( match[2] );
168 if ( elem && elem.parentNode ) {
171 if ( elem.id !== match[2] ) {
177 this[0] = elem;
305 return this.pushStack( jQuery.map(this, function( elem, i ) {
306 return callback.call( elem, i, elem );
623 nodeName: function( elem, name )
    [all...]
  /external/deqp/framework/delibs/decpp/
deThreadSafeRingBuffer.hpp 45 void pushFront (const T& elem);
46 bool tryPushFront (const T& elem);
51 void pushFrontInternal (const T& elem);
83 inline void ThreadSafeRingBuffer<T>::pushFrontInternal (const T& elem)
85 m_elements[m_front] = elem;
98 void ThreadSafeRingBuffer<T>::pushFront (const T& elem)
102 pushFrontInternal(elem);
108 bool ThreadSafeRingBuffer<T>::tryPushFront (const T& elem)
117 pushFrontInternal(elem);
130 T elem = popBackInternal() local
    [all...]
  /external/grpc-grpc/src/core/ext/filters/http/
client_authority_filter.cc 51 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) {
52 channel_data* chand = static_cast<channel_data*>(elem->channel_data);
53 call_data* calld = static_cast<call_data*>(elem->call_data);
72 grpc_call_next_op(elem, batch);
76 grpc_error* init_call_elem(grpc_call_element* elem,
78 call_data* calld = static_cast<call_data*>(elem->call_data);
84 void destroy_call_elem(grpc_call_element* elem,
89 grpc_error* init_channel_elem(grpc_channel_element* elem,
91 channel_data* chand = static_cast<channel_data*>(elem->channel_data);
112 void destroy_channel_elem(grpc_channel_element* elem) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementInclude.py 90 # @param elem Root element.
98 def include(elem, loader=None):
103 while i < len(elem):
104 e = elem[i]
118 elem[i] = node
126 node = elem[i-1]
129 elem.text = (elem.text or "") + text + (e.tail or "")
130 del elem[i]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementInclude.py 91 # @param elem Root element.
99 def include(elem, loader=None):
104 while i < len(elem):
105 e = elem[i]
119 elem[i] = node
127 node = elem[i-1]
130 elem.text = (elem.text or "") + text + (e.tail or "")
131 del elem[i]
  /external/grpc-grpc/src/core/lib/security/transport/
server_auth_filter.cc 84 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); local
85 call_data* calld = static_cast<call_data*>(elem->call_data);
96 static void on_md_processing_done_inner(grpc_call_element* elem,
102 call_data* calld = static_cast<call_data*>(elem->call_data);
115 remove_consumed_md, elem, "Response metadata filtering error");
126 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); local
127 call_data* calld = static_cast<call_data*>(elem->call_data);
141 on_md_processing_done_inner(elem, consumed_md, num_consumed_md, response_md,
154 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); local
155 call_data* calld = static_cast<call_data*>(elem->call_data)
166 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); local
192 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); local
    [all...]
  /external/libxml2/python/tests/
attribs.py 20 elem = doc.getRootElement() variable
21 attr = elem.hasNsProp('attr', 'http://abc.org')
  /external/python/cpython2/Lib/xml/etree/
ElementInclude.py 90 # @param elem Root element.
98 def include(elem, loader=None):
103 while i < len(elem):
104 e = elem[i]
118 elem[i] = node
126 node = elem[i-1]
129 elem.text = (elem.text or "") + text + (e.tail or "")
130 del elem[i]
  /external/python/cpython3/Lib/xml/etree/
ElementInclude.py 91 # @param elem Root element.
99 def include(elem, loader=None):
104 while i < len(elem):
105 e = elem[i]
119 elem[i] = node
127 node = elem[i-1]
130 elem.text = (elem.text or "") + text + (e.tail or "")
131 del elem[i]
  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
FoundOnImplementsValidator.java 30 public void init(Element elem, Element p) {
31 super.init(elem, p);
51 final public Void visitVariable(VariableElement elem, Element parent) {
52 return visitVariable(elem, Helpers.getAnnotationTypeMirrorValue(parent));
55 public Void visitVariable(VariableElement elem, TypeElement parent) {
60 final public Void visitExecutable(ExecutableElement elem, Element parent) {
61 return visitExecutable(elem, Helpers.getAnnotationTypeMirrorValue(parent));
64 public Void visitExecutable(ExecutableElement elem, TypeElement parent) {
  /external/curl/lib/
x509asn1.c 106 static const char *getASN1Element(curl_asn1Element *elem,
110 static const char *getASN1Element(curl_asn1Element *elem,
117 /* Get a single ASN.1 element into `elem', parse ASN.1 string at `beg'
126 elem->header = beg;
128 elem->constructed = (b & 0x20) != 0;
129 elem->class = (b >> 6) & 3;
133 elem->tag = b;
144 if(!elem->constructed)
146 elem->beg = beg;
154 elem->end = beg
708 curl_asn1Element elem; local
877 curl_asn1Element elem; local
1140 curl_asn1Element elem; local
    [all...]
  /external/grpc-grpc/src/core/lib/channel/
connected_channel.cc 101 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) {
102 call_data* calld = static_cast<call_data*>(elem->call_data);
103 channel_data* chand = static_cast<channel_data*>(elem->channel_data);
140 static void con_start_transport_op(grpc_channel_element* elem,
142 channel_data* chand = static_cast<channel_data*>(elem->channel_data);
147 static grpc_error* init_call_elem(grpc_call_element* elem,
149 call_data* calld = static_cast<call_data*>(elem->call_data);
150 channel_data* chand = static_cast<channel_data*>(elem->channel_data);
160 static void set_pollset_or_pollset_set(grpc_call_element* elem,
162 call_data* calld = static_cast<call_data*>(elem->call_data)
    [all...]
  /external/grpc-grpc/test/core/surface/
secure_channel_create_test.cc 37 grpc_channel_element* elem = local
39 GPR_ASSERT(0 == strcmp(elem->filter->name, "lame-client"));
55 grpc_channel_element* elem = local
57 GPR_ASSERT(0 == strcmp(elem->filter->name, "lame-client"));
65 grpc_channel_element* elem = local
67 GPR_ASSERT(0 == strcmp(elem->filter->name, "lame-client"));
  /external/grpc-grpc/src/core/ext/filters/http/message_compress/
message_compress_filter.cc 85 static bool skip_compression(grpc_call_element* elem, uint32_t flags,
87 call_data* calld = static_cast<call_data*>(elem->call_data);
88 channel_data* channeld = static_cast<channel_data*>(elem->channel_data);
105 grpc_call_element* elem, grpc_metadata_batch* initial_metadata,
108 grpc_call_element* elem, grpc_metadata_batch* initial_metadata,
110 call_data* calld = static_cast<call_data*>(elem->call_data);
111 channel_data* channeld = static_cast<channel_data*>(elem->channel_data);
201 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); local
202 call_data* calld = static_cast<call_data*>(elem->call_data);
208 static void send_message_batch_continue(grpc_call_element* elem) {
314 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); local
337 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); local
    [all...]
  /external/vulkan-headers/registry/
generator.py 55 if (feature.elem.tag == 'feature'):
190 # elem - <enum> element to test
271 def enumToValue(self, elem, needsNum):
272 name = elem.get('name')
274 if ('value' in elem.keys()):
275 value = elem.get('value')
281 # t = enuminfo.elem.get('type')
286 if ('bitpos' in elem.keys()):
287 value = elem.get('bitpos')
293 if ('offset' in elem.keys())
    [all...]
reg.py 25 # elem - Element which (may) have 'api' and 'profile'
49 def matchAPIProfile(api, profile, elem):
53 if ('api' in elem.attrib):
56 elem.get('api') + "'")
57 elif (api != elem.get('api')):
60 if ('profile' in elem.attrib):
63 elem.get('profile') + "'")
64 elif (profile != elem.get('profile')):
74 # elem - etree Element for this feature
77 # compareElem(info) - return True if self.elem and info.elem have th
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_peepholer.py 27 for elem in ('UNARY_NOT', 'POP_JUMP_IF_FALSE'):
28 self.assertNotIn(elem, asm)
32 for line, elem in (
39 self.assertIn(elem, asm)
47 for elem in ('LOAD_GLOBAL',):
48 self.assertNotIn(elem, asm)
49 for elem in ('LOAD_CONST', '(None)'):
50 self.assertIn(elem, asm)
64 for elem in ('LOAD_CONST', 'POP_JUMP_IF_FALSE'):
65 self.assertNotIn(elem, asm)
    [all...]
  /external/python/cpython2/Lib/test/
test_peepholer.py 27 for elem in ('UNARY_NOT', 'POP_JUMP_IF_FALSE'):
28 self.assertNotIn(elem, asm)
32 for line, elem in (
39 self.assertIn(elem, asm)
47 for elem in ('LOAD_GLOBAL',):
48 self.assertNotIn(elem, asm)
49 for elem in ('LOAD_CONST', '(None)'):
50 self.assertIn(elem, asm)
64 for elem in ('LOAD_CONST', 'POP_JUMP_IF_FALSE'):
65 self.assertNotIn(elem, asm
    [all...]
  /external/grpc-grpc/test/core/channel/
channel_stack_builder_test.cc 32 static grpc_error* channel_init_func(grpc_channel_element* elem,
37 static grpc_error* call_init_func(grpc_call_element* elem,
42 static void channel_destroy_func(grpc_channel_element* elem) {}
44 static void call_destroy_func(grpc_call_element* elem,
48 static void call_func(grpc_call_element* elem,
51 static void channel_func(grpc_channel_element* elem, grpc_transport_op* op) {
61 grpc_channel_element* elem, void* arg) {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 236 ElemTemplateElement elem = null; local
244 elem = new ElemExtensionCall();
248 elem = (ElemTemplateElement) classObject.newInstance();
254 elem = (ElemTemplateElement) classObject.newInstance();
258 elem = (ElemTemplateElement) classObject.newInstance();
261 elem.setDOMBackPointer(handler.getOriginatingNode());
262 elem.setLocaterInfo(handler.getLocator());
263 elem.setPrefixes(handler.getNamespaceSupport(), excludeXSLDecl);
265 if (elem instanceof ElemLiteralResult)
267 ((ElemLiteralResult) elem).setNamespace(uri)
343 ElemTemplateElement elem = handler.getElemTemplateElement(); local
    [all...]
  /external/skia/src/compute/skc/platforms/cl_12/kernels/
paths_copy.cl 169 skc_paths_copy_elem elem = (pb_elems + pb_elems_idx)[ii];
171 // calculate ahead of time -- if elem was invalid then bp_idx is definitely invalid
172 skc_pb_idx_v const bp_idx = (bp_reads + SKC_CMD_PATHS_COPY_GET_ROLLING(elem - pb_rolling)) & bp_idx_mask;
183 // only convert if original elem is not invalid
187 if (elem C != SKC_TAGGED_BLOCK_ID_INVALID) { \
189 elem C = SKC_CMD_PATHS_COPY_UPDATE_ROLLING(elem C,b); \
192 // printf("%2u: < %8X, %8X, %8X >\n",ii,bp_idx,b,elem C);
196 // store the elem back
197 (bp_elems+bp_elems_idx)[ii] = elem;
    [all...]
  /external/skqp/src/compute/skc/platforms/cl_12/kernels/
paths_copy.cl 169 skc_paths_copy_elem elem = (pb_elems + pb_elems_idx)[ii];
171 // calculate ahead of time -- if elem was invalid then bp_idx is definitely invalid
172 skc_pb_idx_v const bp_idx = (bp_reads + SKC_CMD_PATHS_COPY_GET_ROLLING(elem - pb_rolling)) & bp_idx_mask;
183 // only convert if original elem is not invalid
187 if (elem C != SKC_TAGGED_BLOCK_ID_INVALID) { \
189 elem C = SKC_CMD_PATHS_COPY_UPDATE_ROLLING(elem C,b); \
192 // printf("%2u: < %8X, %8X, %8X >\n",ii,bp_idx,b,elem C);
196 // store the elem back
197 (bp_elems+bp_elems_idx)[ii] = elem;
    [all...]

Completed in 2015 milliseconds

1 23 4 5 6 7 8 91011>>