OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Container
(Results
101 - 125
of
171
) sorted by null
1
2
3
4
5
6
7
/external/jetty/lib/
jetty-util-6.1.26.jar
/external/clang/lib/CodeGen/
CGObjCMac.cpp
[
all
...]
/prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg
4
* Ruby sequence <-> C++
container
wrapper
330
*
container
, giving it begin(), end(), and iterators.
533
/**** The Ruby
container
methods ****/
537
%define %swig_container_methods(
Container
...)
542
Container
* dup()
544
return new
Container
(*$self);
553
* Macro used to define common Ruby printing methods for STL
container
/external/clang/tools/libclang/
IndexingContext.cpp
699
ContainerInfo
Container
;
700
getContainerInfo(DC,
Container
);
707
&
Container
};
722
CXIdxClientContainer
container
) {
728
if (
container
)
729
ContainerMap[DC] =
container
;
732
// Allow changing the
container
of a previously seen DeclContext so we
734
if (
container
)
735
I->second =
container
;
[
all
...]
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Hiero.java
23
import java.awt.
Container
;
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
exec_linux.go
13
// SysProcIDMap holds
Container
ID to Host ID mappings used for User Namespaces in Linux.
16
ContainerID int //
Container
ID.
/prebuilts/go/linux-x86/src/syscall/
exec_linux.go
13
// SysProcIDMap holds
Container
ID to Host ID mappings used for User Namespaces in Linux.
16
ContainerID int //
Container
ID.
/art/runtime/base/
bit_utils_test.cc
321
template <typename
Container
>
322
void CheckElements(const std::initializer_list<uint32_t>& expected, const
Container
& elements) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst
54
* Amazon EC2
Container
Service (Python 3)
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglAWTInput.java
23
import java.awt.
Container
;
862
Container
parent = component.getParent();
/external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp
892
bool
Container
= isa<ConstantVector>(Val) || isa<ConstantArray>(Val) ||
898
isa<GlobalValue>(Val) || isa<ConstantExpr>(Val) ||
Container
;
[
all
...]
/external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java
[
all
...]
/external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar
/external/libweave/src/privet/
privet_handler.cc
119
template <class
Container
>
120
std::unique_ptr<base::ListValue> ToValue(const
Container
& list) {
[
all
...]
/prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg
4
* Octave cell <-> C++
container
wrapper
492
// The octave
container
methods
494
%define %swig_container_methods(
Container
...)
506
throw std::out_of_range("pop from empty
container
");
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
[
all
...]
/frameworks/base/docs/html/
gms_navtree_data.js
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
475
///
Container
for either a single DynTypedNode or for an ArrayRef to
[
all
...]
/external/llvm/lib/CodeGen/
BranchFolding.cpp
[
all
...]
/external/guice/lib/build/
bnd-0.0.384.jar
/prebuilts/misc/common/swig/include/2.0.11/python/
pycontainer.swg
4
* Python sequence <-> C++
container
wrapper
723
/**** The python
container
methods ****/
725
%define %swig_container_methods(
Container
...)
775
throw std::out_of_range("pop from empty
container
");
/external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundle.java
181
private ICUResourceBundle
container
;
field in class:ICUResourceBundle
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundle.java
177
private ICUResourceBundle
container
;
field in class:ICUResourceBundle
[
all
...]
/external/protobuf/gtest/fused-src/gtest/
gtest-all.cc
658
// STL
container
utilities.
660
// Returns the number of elements in the given
container
that satisfy
662
template <class
Container
, typename Predicate>
663
inline int CountIf(const
Container
& c, Predicate predicate) {
667
// Applies a function/functor to each element in the
container
.
668
template <class
Container
, typename Functor>
669
void ForEach(const
Container
& c, Functor functor) {
[
all
...]
Completed in 1660 milliseconds
1
2
3
4
5
6
7