/third_party/node/deps/v8/src/objects/ |
H A D | code-inl.h | 222 // Concurrent marker needs to access kind specific flags in code data container. 675 CodeDataContainer container = code_data_container(kAcquireLoad); in set_can_have_weak_objects() local 676 int32_t previous = container.kind_specific_flags(kRelaxedLoad); in set_can_have_weak_objects() 678 container.set_kind_specific_flags(updated, kRelaxedStore); in set_can_have_weak_objects() 690 CodeDataContainer container = code_data_container(kAcquireLoad); in set_is_promise_rejection() local 691 int32_t previous = container.kind_specific_flags(kRelaxedLoad); in set_is_promise_rejection() 693 container.set_kind_specific_flags(updated, kRelaxedStore); in set_is_promise_rejection() 784 CodeDataContainer container = code_data_container(kAcquireLoad); in set_embedded_objects_cleared() local 785 int32_t previous = container.kind_specific_flags(kRelaxedLoad); in set_embedded_objects_cleared() 787 container in set_embedded_objects_cleared() [all...] |
/third_party/skia/tests/ |
H A D | RegionTest.cpp | 67 SkRegion container; in test_fromchrome() local 68 Union(&container, SkIRect::MakeXYWH(0, 0, 40, 20)); in test_fromchrome() 69 Union(&container, SkIRect::MakeXYWH(30, 20, 10, 20)); in test_fromchrome() 70 TEST_NO_CONTAINS(container, SkIRect::MakeXYWH(0, 0, 10, 39)); in test_fromchrome() 71 TEST_NO_CONTAINS(container, SkIRect::MakeXYWH(29, 0, 10, 39)); in test_fromchrome()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fLifetimeTests.cpp | 215 void attach (GLuint element, GLuint container); 216 void detach (GLuint element, GLuint container); 219 GLuint getAttachment (GLuint container); 294 void drawContainer (GLuint container, Surface& dst); 359 void setupContainer (GLuint seed, GLuint container);
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | bitmap_size_table.cc | 483 BitmapSizeTable::Builder* container) in BitmapGlyphInfoIterator() 484 : RefIterator<BitmapGlyphInfo, BitmapSizeTable::Builder>(container) { in BitmapGlyphInfoIterator() 485 sub_table_iter_ = container->IndexSubTableBuilders()->begin(); in BitmapGlyphInfoIterator() 493 while (++sub_table_iter_ != container()->IndexSubTableBuilders()->end()) { in HasNext() 482 BitmapGlyphInfoIterator( BitmapSizeTable::Builder* container) BitmapGlyphInfoIterator() argument
|
H A D | index_sub_table_format1.h | 34 explicit BitmapGlyphInfoIterator(Builder* container);
|
H A D | index_sub_table_format2.h | 34 explicit BitmapGlyphInfoIterator(Builder* container);
|
H A D | index_sub_table_format3.h | 33 explicit BitmapGlyphInfoIterator(Builder* container);
|
H A D | index_sub_table_format4.h | 59 explicit BitmapGlyphInfoIterator(Builder* container);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundle.java | 83 private ICUResourceBundle container; field in ICUResourceBundle 1097 return (container == null) ? 0 : container.getResDepth() + 1; in getResDepth() 1111 b = b.container; in getResPathKeys() 1112 assert (depth == 0) == (b.container == null); in getResPathKeys() 1582 protected ICUResourceBundle(ICUResourceBundle container, String key) { in ICUResourceBundle() argument 1584 wholeBundle = container.wholeBundle; in ICUResourceBundle() 1585 this.container = container; in ICUResourceBundle() 1586 parent = container in ICUResourceBundle() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 149 auto adl_begin(ContainerTy &&container) 150 -> decltype(begin(std::forward<ContainerTy>(container))) { in begin() 151 return begin(std::forward<ContainerTy>(container)); in begin() 157 auto adl_end(ContainerTy &&container) 158 -> decltype(end(std::forward<ContainerTy>(container))) { in end() 159 return end(std::forward<ContainerTy>(container)); in end() 173 auto adl_begin(ContainerTy &&container) 174 -> decltype(adl_detail::adl_begin(std::forward<ContainerTy>(container))) { in adl_begin() 175 return adl_detail::adl_begin(std::forward<ContainerTy>(container)); in adl_begin() 179 auto adl_end(ContainerTy &&container) [all...] |
/third_party/python/Modules/ |
H A D | pyexpat.c | 346 PyObject *container, *rv, *args; in my_StartElementHandler() local 365 /* Build the container. */ in my_StartElementHandler() 367 container = PyList_New(max); in my_StartElementHandler() 369 container = PyDict_New(); in my_StartElementHandler() 370 if (container == NULL) { in my_StartElementHandler() 379 Py_DECREF(container); in my_StartElementHandler() 385 Py_DECREF(container); in my_StartElementHandler() 390 PyList_SET_ITEM(container, i, n); in my_StartElementHandler() 391 PyList_SET_ITEM(container, i+1, v); in my_StartElementHandler() 393 else if (PyDict_SetItem(container, in my_StartElementHandler() [all...] |
/third_party/node/test/fixtures/wpt/resources/ |
H A D | check-layout-th.js | 218 var container = node.parentNode.className == 'container' ? node.parentNode : node; 220 printDomOnError ? '\n' + container.outerHTML + '\n' : '';
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
H A D | loca_table.cc | 84 return index_ <= container()->num_glyphs_; in HasNext() 88 return container()->Loca(index_++); in Next()
|
/third_party/mbedtls/tests/scripts/ |
H A D | docker_env.sh | 8 # This is a helper script to enable running tests under a Docker container, 80 ${DOCKER} container run -it --rm \
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
H A D | HolidayCalendarDemo.java | 144 void addWithFont(Container container, Component foo, Font font) { in addWithFont() argument 147 container.add(foo); in addWithFont() 173 private static void add(Container container, Component component, in add() argument 177 container.add(component); in add()
|
/third_party/node/deps/v8/src/torque/ |
H A D | utils.h | 326 // Erase elements of a container that has a constant-time erase function, like 330 void EraseIf(Container* container, F f) { in EraseIf() argument 331 for (auto it = container->begin(); it != container->end();) { in EraseIf() 333 it = container->erase(it); in EraseIf()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_database.cc | 165 // Find the last key in the container which sorts less than or equal to the 170 const Container* container, const Key& key) { in FindLastLessOrEqual() 171 auto iter = container->upper_bound(key); in FindLastLessOrEqual() 172 if (iter != container->begin()) --iter; in FindLastLessOrEqual() 179 const Container* container, const Key& key, const Cmp& cmp) { in FindLastLessOrEqual() 180 auto iter = std::upper_bound(container->begin(), container->end(), key, cmp); in FindLastLessOrEqual() 181 if (iter != container->begin()) --iter; in FindLastLessOrEqual() 169 FindLastLessOrEqual( const Container* container, const Key& key) FindLastLessOrEqual() argument 178 FindLastLessOrEqual( const Container* container, const Key& key, const Cmp& cmp) FindLastLessOrEqual() argument
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json.cc | 47 explicit State(Container container) : container_(container) {} in State() argument 50 Container container() const { return container_; } in container() function in v8_crdtp::json::__anon15265::State 124 assert(state_.size() >= 2 && state_.top().container() == Container::MAP); 140 assert(state_.size() >= 2 && state_.top().container() == Container::ARRAY);
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-misc_test.cc | 132 vector<int> container; in TEST() local 133 EXPECT_THAT(container, IsEmpty()); in TEST() 134 container.push_back(0); in TEST() 135 EXPECT_THAT(container, Not(IsEmpty())); in TEST() 136 container.push_back(1); in TEST() 137 EXPECT_THAT(container, Not(IsEmpty())); in TEST() 157 vector<int> container; in TEST() local 158 EXPECT_EQ("", Explain(m, container)); in TEST() 159 container.push_back(0); in TEST() 160 EXPECT_EQ("whose size is 1", Explain(m, container)); in TEST() [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.cpp | 415 // copy of the original container. in clone() 435 // Insert all the anonymous members of this same container at once, in clone() 437 // allowing them to all be part of the same new container. in clone() 439 TVariable* container = anon->getAnonContainer().clone(); in clone() local 440 container->changeName(NewPoolTString("")); in clone() 441 // insert the container and all its members in clone() 442 symTableLevel->insert(*container, false); in clone()
|
H A D | SymbolTable.h | 359 // the symbol table behind a container; rather they are visible and point to 360 // their anonymous container. (The anonymous container is found through the 426 // An empty name means an anonymous container, exposing its members to the external scope. in insert() 427 // Give it a name and insert its members in the symbol table, pointing to the container. in insert() 758 TVariable* container = anon->getAnonContainer().clone(); in copyUpDeferredInsert() local 759 container->changeName(NewPoolTString("")); in copyUpDeferredInsert() 760 container->setUniqueId(anon->getAnonContainer().getUniqueId()); in copyUpDeferredInsert() 761 return container; in copyUpDeferredInsert()
|
/third_party/skia/platform_tools/ios/bin/ |
H A D | ios_setup.sh | 73 ifuse --container $IOS_BUNDLE_ID $IOS_MOUNT_POINT
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 1135 def assertIn(self, member, container, msg=None): 1137 if member not in container: 1139 safe_repr(container)) 1142 def assertNotIn(self, member, container, msg=None): 1144 if member in container: 1146 safe_repr(container))
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-printers.h | 48 // However if T is an STL-style container then it is printed element-wise 50 // operator<<() is ignored for container types. 87 // The print primitives print the elements of an STL-style container 89 // const_iterator of the container. When const_iterator is an input 95 // being defined as many user-defined container types don't have 257 // Used to print a value that is not an STL-style container when the 403 // Used to print an STL-style container when the user doesn't define 407 const C& container, ::std::ostream* os) { in DefaultPrintTo() 411 for (typename C::const_iterator it = container.begin(); in DefaultPrintTo() 412 it != container in DefaultPrintTo() 406 DefaultPrintTo(WrapPrinterType<kPrintContainer> , const C& container, ::std::ostream* os) DefaultPrintTo() argument [all...] |
/third_party/python/Python/ |
H A D | specialize.c | 1188 PyObject *container, PyObject *sub, _Py_CODEUNIT *instr) in _Py_Specialize_BinarySubscr() 1193 PyTypeObject *container_type = Py_TYPE(container); in _Py_Specialize_BinarySubscr() 1216 PyTypeObject *cls = Py_TYPE(container); in _Py_Specialize_BinarySubscr() 1265 _Py_Specialize_StoreSubscr(PyObject *container, PyObject *sub, _Py_CODEUNIT *instr) in _Py_Specialize_StoreSubscr() argument 1268 PyTypeObject *container_type = Py_TYPE(container); in _Py_Specialize_StoreSubscr() 1272 && ((PyLongObject *)sub)->ob_digit[0] < (size_t)PyList_GET_SIZE(container)) in _Py_Specialize_StoreSubscr() 1302 if (PyObject_CheckBuffer(container)) { in _Py_Specialize_StoreSubscr() 1317 else if (PyByteArray_CheckExact(container)) { in _Py_Specialize_StoreSubscr() 1187 _Py_Specialize_BinarySubscr( PyObject *container, PyObject *sub, _Py_CODEUNIT *instr) _Py_Specialize_BinarySubscr() argument
|