HomeSort by relevance Sort by last modified time
    Searched full:typed (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /external/gtest/test/
gtest-typed-test2_test.cc 34 #include "test/gtest-typed-test_test.h"
41 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
gtest-typed-test_test.h 43 // ContainerTest will be instantiated in both gtest-typed-test_test.cc
44 // and gtest-typed-test2_test.cc.
gtest_all_test.cc 44 #include "test/gtest-typed-test_test.cc"
45 #include "test/gtest-typed-test2_test.cc"
gtest-typed-test_test.cc 35 #include "test/gtest-typed-test_test.h"
41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and
84 // This #ifdef block tests typed tests.
90 // and SetUp()/TearDown() work correctly in typed tests
145 // This also verifies that tests from different typed test cases can
149 // Tests that a typed test case can be defined in a namespace.
320 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
Android.mk 105 gtest-typed-test_test.cc \
106 gtest-typed-test2_test.cc \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 26 * Whether or not to replicate the typed word in the suggested list, even if it's valid.
31 * The weight to give to a word if it's length is the same as the number of typed characters.
75 * Compares the contents of the character array with the typed word and returns true if they
WordComposer.java 119 * Returns the word as it was typed, without any correction applied.
120 * @return the word that was typed so far
144 * Whether or not the user typed a capital letter as the first letter in the word
160 * Return the word chosen by the user, or the typed word if no other word was chosen.
AutoDictionary.java 44 // A word that is frequently typed and gets promoted to the user dictionary, uses this
47 // If the user touches a typed word 2 times or more, it will become valid.
49 // If the user touches a typed word 4 times or more, it will be added to the user dict.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogTags.logtags 31 # @param Number of characters in the query typed by the user
36 # User launched a typed search
Logger.java 67 * @param numChars The number of characters in the query typed when the user left.
  /dalvik/dx/src/com/android/dx/dex/code/
CatchBuilder.java 35 * Gets whether this instance has any catches at all (either typed
  /frameworks/base/opengl/tools/glgen/src/
GLESCodeEmitter.java 23 * have a typed pointer argument. The array variant will convert a single "<type> *data"
JType.java 61 // Typed pointers map to typed Buffers
87 // Typed pointers map to arrays + offsets
Jsr239CodeEmitter.java 23 * have a typed pointer argument. The array variant will convert a single "<type> *data"
  /frameworks/base/tools/localize/
Values.h 35 static bool ParseTypedID(const string& typed, string* id, int* index);
  /external/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
37 // Typed (aka type-driven) tests repeat the same test for types in a
39 // typed tests. Here's how you do it:
64 // Then, use TYPED_TEST() instead of TEST_F() to define as many typed
88 // by a type. Compared with typed tests, type-parameterized tests
152 // Implements typed tests.
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShouldQueryStrategyTest.java 107 // Result for something typed earlier comes in
115 // Result for something typed earlier comes in
  /external/gtest/src/
gtest-all.cc 41 #include "src/gtest-typed-test.cc"
  /external/proguard/src/proguard/gui/splash/
TypeWriterString.java 26 * precedes the typed characters.
  /frameworks/base/core/java/com/google/android/util/
SmileyParser.java 27 * Parses a text message typed by the user looking for smileys.
  /frameworks/base/awt/java/awt/
AWTKeyStroke.java 40 * the key is pressed, released, or typed (pressed and released generating
101 keyEventTypesMap.put(new Integer(KeyEvent.KEY_TYPED), "typed"); //$NON-NLS-1$
343 * typedID := typed <typedKey> <br>
367 boolean typed = false;
376 typed = parseTypedID(token);
378 if (typed) {
645 * Parses the typed id.
648 * the str typed.
652 if (strTyped.equals("typed")) { //$NON-NLS-1$
660 * Parses the typed key
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
AccountUnlockScreen.java 224 * - an exact match for what was typed, or
225 * - a case-insensitive match for what was typed, or
240 // typed only the username (and not the domain), or got
  /external/bison/src/
reader.h 82 extern bool typed;
  /external/gtest/samples/
sample6_unittest.cc 82 // The first is called "typed tests". You should use it if you
86 // To write a typed test case, first use
98 // Then use TYPED_TEST(TestCaseName, TestName) to define a typed test,
153 // It is a bit more involved than typed tests, but in return you get a
  /frameworks/base/core/java/android/util/
Pair.java 68 * Convenience method for creating an appropriately typed pair.

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 910