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

<<21222324252627282930>>

  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.cpp 355 for (const auto& elem : coupled_instructions) {
356 auto source_subscript = std::get<0>(elem);
357 auto destination_subscript = std::get<1>(elem);
    [all...]
  /external/v8/src/objects/
module.cc 831 for (const auto& elem : more_exports) {
832 if (elem.second->IsUndefined(isolate)) continue; // Ambiguous export.
833 DCHECK(!elem.first->Equals(ReadOnlyRoots(isolate).default_string()));
834 DCHECK(elem.second->IsCell());
835 exports = ObjectHashTable::Put(exports, elem.first, elem.second);
    [all...]
  /art/openjdkjvmti/
jvmti_weak_table-inl.h 291 void Pushback(const Storage& elem) {
296 data[size++] = elem;
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
NdkApiXmlReport.java 291 protected static void setAttribute(Document doc, Node elem, String name, String value) {
294 elem.getAttributes().setNamedItem(attr);
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 934 <listLabelElem(elem=label,elemType=labelType,...)>
937 listLabel(label,elem) ::= <<
941 listLabelElem(label,elem,elemType) ::= <<
943 list_<label>.Add(<elem>);<\n>
1014 <listLabelElem(elem=label,elemType=labelType,...)>
1041 <listLabelElem(elem=label,elemType=labelType,...)>
1054 <listLabelElem(elem=label,elemType=labelType,...)>
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 266 <listLabel(elem=[label getTemplate,...]>
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 446 elem, elem_size = self._unpack_sdp_data_element(data)
447 res.append(elem)
  /external/clang/tools/scan-build-py/libscanbuild/
analyze.py 204 return [elem for piece in pieces for elem in [constant, piece]]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 765 auto elem = data_ + i * byte_width_; local
766 return Reference(elem, byte_width_, packed_type);
772 auto elem = data_ + i * byte_width_;
773 return Reference(elem, byte_width_, 1, type_);
778 auto elem = data_ + i * byte_width_;
779 return Reference(elem, byte_width_, 1, type_);
782 template<typename T> int KeyCompare(const void *key, const void *elem) {
784 Indirect<T>(reinterpret_cast<const uint8_t *>(elem)));
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-function-mockers_test.cc 360 MOCK_METHOD1_T(Push, void(const T& elem));
413 MOCK_METHOD1_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Push, void(const T& elem));
  /external/icu/icu4c/source/i18n/
rbnf.cpp 218 void add(void* elem, UErrorCode& status) {
242 buf[size++] = elem;
426 UChar** elem = nextArray(requiredLength); local
429 if (elem) {
430 array.add(elem, ec);
481 UChar* elem = nextString(); local
484 if (elem) {
485 array.add(elem, ec);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
update_mca_test_checks.py 297 other_set_values = set([elem for j, setlist2 in enumerate(all_sets)
298 for set_ in setlist2 for elem in set_
  /external/tensorflow/tensorflow/contrib/graph_editor/
subgraph.py 471 print("\n".join([" {}".format(get_name(elem)) for elem in iterable]),
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
optimize_dataset_test.py 88 0, lambda old_state, elem: (old_state + 1, elem + old_state + var)))
  /external/tensorflow/tensorflow/python/kernel_tests/random/
random_shuffle_queue_test.py 648 expected = [[elem] for elem in elems]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 469 PyObject* elem; local
488 elem = element_new(tag, attrib);
492 return elem;
498 PyObject* elem; local
519 elem = element_new(tag, attrib);
523 if (element_add_subelement(parent, elem) < 0) {
524 Py_DECREF(elem);
528 return elem;
1103 PyObject* elem; local
1114 elem = element_new(tag, attrib);
    [all...]
  /external/python/cpython2/Modules/
_tkinter.c 582 PyObject *elem, *newelem, *result; local
590 elem = PyTuple_GetItem(arg, i);
591 newelem = SplitObj(elem);
598 if (newelem == elem) {
606 elem = PyTuple_GetItem(arg, k);
607 Py_INCREF(elem);
608 PyTuple_SetItem(result, k, elem);
1351 PyObject *elem; local
    [all...]
  /external/libxml2/
relaxng.c 385 xmlRegExecCtxtPtr elem; /* the current element regexp */ member in struct:_xmlRelaxNGValidCtxt
    [all...]
  /art/oatdump/
oatdump.cc 2251 ArtMethod* elem = mirror::DexCache::GetNativePairPtrSize( local
2285 ArtField* elem = mirror::DexCache::GetNativePairPtrSize( local
2336 auto* elem = pair.object.Read(); local
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 103 <listLabel(elem=label,...)>
115 <listLabel(elem=label,...)>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 958 <listLabelElem(elem=label,elemType=labelType,...)>
961 listLabelElem(label,elem,elemType) ::= <<
963 list_<label>.Add(<elem>);<\n>
1034 <listLabelElem(elem=label,elemType=labelType,...)>
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
Cpp.stg     [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 1045 <listLabel(elem=label,...)>
1048 listLabel(label,elem) ::= <
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 114 <listLabel(elem=label, ...)>
126 <listLabel(elem=label, ...)>
ASTTreeParser.stg 150 <listLabel(elem=label,...)>
180 <listLabel(elem=label,...)>

Completed in 681 milliseconds

<<21222324252627282930>>