Searched refs:container (Results 176 - 200 of 374) sorted by relevance

1234567891011>>

/external/v8/src/asmjs/
H A Dasm-wasm-builder.cc695 FunctionTableIndices* container = new (zone()) FunctionTableIndices(); local
696 container->start_index = start_index;
697 container->signature_index = signature_index;
700 entry->value = container;
1730 IndexContainer* container = new (zone()) IndexContainer(); local
1731 container->index = index;
1734 entry->value = container;
1745 IndexContainer* container = new (zone()) IndexContainer(); local
1746 container->index = index;
1749 entry->value = container;
1757 IndexContainer* container = new (zone()) IndexContainer(); local
[all...]
/external/libcups/cups/
H A Dtls-sspi.c622 * container...
1675 const LPWSTR container, /* I - Cert container name */
1692 if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET | CRYPT_MACHINE_KEYSET))
1696 if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET))
1873 const LPWSTR container, /* I - Cert container name */
1890 CRYPT_KEY_PROV_INFO kpi; /* Key container info */
1897 DEBUG_printf(("4http_sspi_make_credentials(sspi=%p, container=%p, common_name=\"%s\", mode=%d, years=%d)", sspi, container, common_nam
1673 http_sspi_find_credentials( http_t *http, const LPWSTR container, const char *common_name) argument
1871 http_sspi_make_credentials( _http_sspi_t *sspi, const LPWSTR container, const char *common_name, _http_mode_t mode, int years) argument
[all...]
/external/v8/src/
H A Ddeoptimizer.cc2774 TranslatedValue TranslatedValue::NewArgumentsObject(TranslatedState* container, argument
2777 TranslatedValue slot(container, kArgumentsObject);
2784 TranslatedValue TranslatedValue::NewDeferredObject(TranslatedState* container, argument
2787 TranslatedValue slot(container, kCapturedObject);
2794 TranslatedValue TranslatedValue::NewDuplicateObject(TranslatedState* container, argument
2796 TranslatedValue slot(container, kDuplicatedObject);
2803 TranslatedValue TranslatedValue::NewFloat(TranslatedState* container, argument
2805 TranslatedValue slot(container, kFloat);
2811 TranslatedValue TranslatedValue::NewDouble(TranslatedState* container, argument
2813 TranslatedValue slot(container, kDoubl
2820 NewInt32(TranslatedState* container, int32_t value) argument
2829 NewUInt32(TranslatedState* container, uint32_t value) argument
2838 NewBool(TranslatedState* container, uint32_t value) argument
2847 NewTagged(TranslatedState* container, Object* literal) argument
2856 NewInvalid(TranslatedState* container) argument
[all...]
/external/autotest/server/
H A Dautoserv.py143 @param container_name: Name of the container to run the test.
166 'Failed to setup container for test: %s. Check logs in '
173 # container. Include this argument will cause test to fail for builds before
184 # Replace the control file path with the one in container.
189 # Update result directory with the one in container.
193 # Update parse_job directory with the one in container. The assumption is
201 # mounted in container. Apply this arg to avoid exception being raised.
205 # Make sure autoserv running in container using a different pid file.
210 logging.info('Run command in container: %s', cmd_line)
216 # If the test run inside container fail
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-printers.h84 // The print primitives print the elements of an STL-style container
86 // const_iterator of the container. When const_iterator is an input
92 // being defined as many user-defined container types don't have
215 // Used to print a value that is not an STL-style container when the
266 // Used to print an STL-style container when the user doesn't define
271 const C& container, ::std::ostream* os) {
275 for (typename C::const_iterator it = container.begin();
276 it != container.end(); ++it, ++count) {
332 // Used to print a non-container, non-pointer value when the user
356 // STL-style container, th
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h84 // The print primitives print the elements of an STL-style container
86 // const_iterator of the container. When const_iterator is an input
92 // being defined as many user-defined container types don't have
215 // Used to print a value that is not an STL-style container when the
266 // Used to print an STL-style container when the user doesn't define
271 const C& container, ::std::ostream* os) {
275 for (typename C::const_iterator it = container.begin();
276 it != container.end(); ++it, ++count) {
332 // Used to print a non-container, non-pointer value when the user
356 // STL-style container, th
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h84 // The print primitives print the elements of an STL-style container
86 // const_iterator of the container. When const_iterator is an input
92 // being defined as many user-defined container types don't have
215 // Used to print a value that is not an STL-style container when the
266 // Used to print an STL-style container when the user doesn't define
271 const C& container, ::std::ostream* os) {
275 for (typename C::const_iterator it = container.begin();
276 it != container.end(); ++it, ++count) {
332 // Used to print a non-container, non-pointer value when the user
356 // STL-style container, th
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h84 // The print primitives print the elements of an STL-style container
86 // const_iterator of the container. When const_iterator is an input
92 // being defined as many user-defined container types don't have
215 // Used to print a value that is not an STL-style container when the
266 // Used to print an STL-style container when the user doesn't define
271 const C& container, ::std::ostream* os) {
275 for (typename C::const_iterator it = container.begin();
276 it != container.end(); ++it, ++count) {
332 // Used to print a non-container, non-pointer value when the user
356 // STL-style container, th
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-printers.h84 // The print primitives print the elements of an STL-style container
86 // const_iterator of the container. When const_iterator is an input
92 // being defined as many user-defined container types don't have
215 // Used to print a value that is not an STL-style container when the
266 // Used to print an STL-style container when the user doesn't define
271 const C& container, ::std::ostream* os) {
275 for (typename C::const_iterator it = container.begin();
276 it != container.end(); ++it, ++count) {
332 // Used to print a non-container, non-pointer value when the user
356 // STL-style container, th
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
[all...]
/external/testng/ant/3rdparty/
H A DDTDDoc.jarMETA-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger.java package DTDDoc ...
/external/ImageMagick/www/api/
H A Dcolormap.php32 <div class="container">
53 <div class="container">
133 </div><!-- /.container -->
H A Dmogrify.php32 <div class="container">
53 <div class="container">
115 </div><!-- /.container -->
H A Dsegment.php32 <div class="container">
53 <div class="container">
102 </div><!-- /.container -->
H A Dstream.php32 <div class="container">
53 <div class="container">
131 </div><!-- /.container -->
H A Dcolorspace.php32 <div class="container">
53 <div class="container">
185 </div><!-- /.container -->
H A Dcomposite.php32 <div class="container">
53 <div class="container">
151 </div><!-- /.container -->
/external/doclava/res/assets/templates-sdk/components/
H A Dmasthead.cs134 <div data-swap-container>
177 <div <?cs if:!referenceonly ?>data-swap-container<?cs /if ?>>
/external/guice/core/test/com/google/inject/spi/
H A DModuleAnnotatedMethodScannerTest.java126 private String methodName(Class<? extends Annotation> annotation, String method, Object container) argument
129 + StackTraceElements.forMember(container.getClass().getDeclaredMethod(method));
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarFrame.java103 private static void add(Container container, Component component, argument
110 container.add(component);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractMapTester.java43 return container;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java87 List<E> container = new ArrayList<E>();
88 container.addAll(Collections.nCopies(a.getCount(), a.getElement()));
89 container.addAll(Collections.nCopies(c.getCount(), c.getElement()));
90 super.resetContainer(getSubjectGenerator().create(container.toArray()));
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDialogFragmentTest.java194 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { argument
/external/webrtc/webrtc/base/
H A Dmessagequeue.h234 container_type& container() { return c; } function in class:rtc::MessageQueue::PriorityQueue
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 2129 milliseconds

1234567891011>>