HomeSort by relevance Sort by last modified time
    Searched refs:Types (Results 201 - 225 of 299) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/protobuf/gtest/test/
gtest-port_test.cc 167 // Defines StringTypes as the list of all string types that class RE
169 typedef testing::Types<
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 7 * updated on load log). The *Types dictionaries map strings to numeric IDs,
  /external/chromium_org/third_party/angle/src/
translator_lib.target.darwin-arm.mk 63 third_party/angle/src/compiler/translator/Types.cpp \
translator_lib.target.linux-arm.mk 63 third_party/angle/src/compiler/translator/Types.cpp \
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 554 : Types (ctx)
587 Type* const types[] = local
591 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types));
    [all...]
  /external/emma/lib/
emma.jar 
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 117 SmallVector<Type *, 4> Types;
118 Types.push_back(cast<PointerType>(GV->getType())->getElementType());
122 Type *Ty = Types.pop_back_val();
129 Types.push_back(STy->getElementType());
140 Types.push_back(InnerTy);
146 } while (!Types.empty());
    [all...]
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
agtctl.h     [all...]
  /external/bison/doc/
refcard.tex 347 \key{Define the union of all data types used in the parser.}
457 \section {Variables and Types}
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 25 import com.vladium.jcd.lib.Types;
131 final String clsName = Types.vmNameToJavaName (clsVMName);
    [all...]
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /external/bison/data/
yacc.c 112 ## Data Types. ##
119 # uses only C89 types, so that the user can override the shorter
120 # types, and so that pre-C89 compilers are handled correctly.
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-port_test.cc 410 // Defines StringTypes as the list of all string types that class RE
412 typedef testing::Types<
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 30 #include "src/hydrogen-types.h"
31 #include "src/types.h"
128 class Types {
130 Types(Region* region, Isolate* isolate) : region_(region) {
133 types.push_back(name);
148 types.push_back(Type::Class(*it, region));
171 types.push_back(Type::Constant(*it, region));
184 types.push_back(Fuzz());
226 TypeVector types; member in class:Types
277 return types[rng_.NextInt(static_cast<int>(types.size()))]
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
ItaniumCXXABI.cpp 636 CodeGenTypes &Types = CGM.getTypes();
671 if (Types.isFuncTypeConvertible(FPT)) {
673 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD));
    [all...]

Completed in 1888 milliseconds

1 2 3 4 5 6 7 891011>>