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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationIntentProtocol.java 11 import com.google.ipc.invalidation.external.client.types.ObjectId;
12 import com.google.protos.ipc.invalidation.Types;
38 * String-list-valued intent extra of the syncable types to sync.
61 * register for the specified types.
64 boolean allTypes, Set<ModelType> types) {
70 selectedTypesArray = new String[types.size()];
72 for (ModelType type : types) {
85 * Sync-specific objects are filtered out of the request since Sync types
97 if (objectSources[i] != Types.ObjectSource.Type.CHROME_SYNC.getNumber()) {
115 /** Returns whether {@code intent} is a registered types change intent. *
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 44 # include <sys/types.h>
414 // returned for different types. Calling the function twice with the
470 // Types of SetUpTestCase() and TearDownTestCase() functions.
558 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
565 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
568 // 'index' is the index of the test in the type list 'Types'
570 // Types). Valid values for 'index' are [0, N - 1] where N is the
571 // length of Types.
574 typedef typename Types::Head Type;
592 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 44 # include <sys/types.h>
73 // This allows a user to use his own types in Google Test assertions by
86 // To allow STL containers (and other types that has a << operator
489 // returned for different types. Calling the function twice with the
545 // Types of SetUpTestCase() and TearDownTestCase() functions.
632 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
639 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
642 // 'index' is the index of the test in the type list 'Types'
644 // Types). Valid values for 'index' are [0, N - 1] where N is the
645 // length of Types
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 44 # include <sys/types.h>
414 // returned for different types. Calling the function twice with the
470 // Types of SetUpTestCase() and TearDownTestCase() functions.
558 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
565 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
568 // 'index' is the index of the test in the type list 'Types'
570 // Types). Valid values for 'index' are [0, N - 1] where N is the
571 // length of Types.
574 typedef typename Types::Head Type;
592 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 10 // This class gives values and types Unique ID's.
48 TypeList Types;
137 const TypeList &getTypes() const { return Types; }
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 44 # include <sys/types.h>
77 // This allows a user to use his own types in Google Test assertions by
90 // To allow STL containers (and other types that has a << operator
518 // returned for different types. Calling the function twice with the
574 // Types of SetUpTestCase() and TearDownTestCase() functions.
661 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
668 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
671 // 'index' is the index of the test in the type list 'Types'
673 // Types). Valid values for 'index' are [0, N - 1] where N is the
674 // length of Types
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 44 # include <sys/types.h>
73 // This allows a user to use his own types in Google Test assertions by
86 // To allow STL containers (and other types that has a << operator
489 // returned for different types. Calling the function twice with the
545 // Types of SetUpTestCase() and TearDownTestCase() functions.
632 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
639 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
642 // 'index' is the index of the test in the type list 'Types'
644 // Types). Valid values for 'index' are [0, N - 1] where N is the
645 // length of Types
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 10 // This class gives values and types Unique ID's.
50 TypeList Types;
135 const TypeList &getTypes() const { return Types; }
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 10 // This class gives values and types Unique ID's.
50 TypeList Types;
135 const TypeList &getTypes() const { return Types; }
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 10 // This class gives values and types Unique ID's.
50 TypeList Types;
135 const TypeList &getTypes() const { return Types; }
  /libcore/luni/src/main/java/libcore/reflect/
Types.java 27 public final class Types {
28 private Types() {
46 public static Type[] getTypeArray(ListOfTypes types, boolean clone) {
47 if (types.length() == 0) {
50 Type[] result = types.getResolvedTypes();
77 * Returns the names of {@code types} separated by commas.
79 public static String toString(Class<?>[] types) {
80 if (types.length == 0) {
84 appendTypeName(result, types[0]);
85 for (int i = 1; i < types.length; i++)
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 44 # include <sys/types.h>
403 // returned for different types. Calling the function twice with the
459 // Types of SetUpTestCase() and TearDownTestCase() functions.
547 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
554 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
557 // 'index' is the index of the test in the type list 'Types'
559 // Types). Valid values for 'index' are [0, N - 1] where N is the
560 // length of Types.
563 typedef typename Types::Head Type;
581 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail
    [all...]
  /external/chromium_org/cc/output/
renderer_unittest.cc 82 typedef ::testing::Types<DelegatingRenderer, GLRenderer> RendererTypes;
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
SDL_MPWtimer.c 26 #include <Types.h>
  /libcore/libart/src/main/java/java/lang/reflect/
Field.java 41 import libcore.reflect.Types;
191 Types.appendGenericType(sb, getGenericType());
230 return Types.getSignature(getType());
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 38 import java.sql.Types;
    [all...]
OldResultSetMetaDataTest.java 23 import java.sql.Types;
176 int[] types = { Types.SMALLINT, Types.VARCHAR, Types.VARCHAR}; local
180 assertEquals(types[i], type);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 72 if (type === WebInspector.NavigatorTreeOutline.Types.Domain)
74 if (type === WebInspector.NavigatorTreeOutline.Types.FileSystem)
159 var type = project.type() === WebInspector.projectTypes.FileSystem ? WebInspector.NavigatorTreeOutline.Types.FileSystem : WebInspector.NavigatorTreeOutline.Types.Domain;
192 folderNode = new WebInspector.NavigatorFolderTreeNode(this, null, name, WebInspector.NavigatorTreeOutline.Types.Folder, folderPath, name);
588 WebInspector.NavigatorTreeOutline.Types = {
607 if (type === WebInspector.NavigatorTreeOutline.Types.Domain) {
612 if (type === WebInspector.NavigatorTreeOutline.Types.FileSystem)
614 if (type === WebInspector.NavigatorTreeOutline.Types.Folder)
809 WebInspector.BaseNavigatorTreeElement.call(this, WebInspector.NavigatorTreeOutline.Types.UISourceCode, title, this._calculateIconClasses(), false)
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest-printers.h 92 // being defined as many user-defined container types don't have
263 // reference types, which cannot be done with function templates.
321 // types, if any.
364 // Note that we check for container types here, prior to we check
365 // for protocol message types in our operator<<. The rationale is:
371 // elements; therefore we check for container types here to ensure
384 // UniversalPrinter<T>::Print() how to print standard types (built-in
385 // types, strings, plain arrays, and pointers).
387 // Overloads for various char types.
397 // Overloads for other simple built-in types
    [all...]
  /external/chromium_org/v8/src/
hydrogen-osr.cc 32 HBranch* test = builder_->New<HBranch>(true_value, ToBooleanStub::Types(),
  /external/clang/lib/CodeGen/
CGRecordLayout.h 98 static CGBitFieldInfo MakeInfo(class CodeGenTypes &Types,
106 /// lowering AST types to LLVM types.
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
fixed-expansion.cpp 4 template<typename ...Types> struct tuple { };
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteProgram.java 45 actualDBstatement.setNull(index,java.sql.Types.NULL);
  /frameworks/av/media/libmedia/
Metadata.cpp 21 #include <sys/types.h>
39 // Types
40 enum Types {
  /external/clang/utils/TableGen/
NeonEmitter.cpp 72 /// NeonTypeFlags - Flags to identify the types for overloaded Neon
288 /// The types of return value [0] and parameters [1..].
289 std::vector<Type> Types;
338 // Types[0] is the return value.
339 Types.push_back(Type(OutTS, Proto[0]));
341 Types.push_back(Type(InTS, Proto[I]));
378 Type getReturnType() const { return Types[0]; }
379 Type getParamType(unsigned I) const { return Types[I + 1]; }
499 /// the given types as arguments.
500 Intrinsic *getIntrinsic(StringRef Name, ArrayRef<Type> Types);
    [all...]

Completed in 1365 milliseconds

1 2 3 45 6 7 8 91011>>