HomeSort by relevance Sort by last modified time
    Searched refs:sample_text (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_surroundingtext_browsertest.cc 74 const base::string16 sample_text = base::UTF8ToUTF16("abcde"); local
78 composition_text.text = sample_text;
86 helper.GetTextInputClient()->InsertText(sample_text);
90 helper.WaitForSurroundingTextChanged(sample_text, expected_range);
91 EXPECT_EQ(sample_text, helper.GetSurroundingText());
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash_test.cc 36 dh_.reset(BlockHash::CreateDictionaryHash(sample_text,
37 strlen(sample_text)));
38 th_.reset(BlockHash::CreateTargetHash(sample_text, strlen(sample_text), 0));
100 // into newly allocated sample_text and search_string buffers,
103 // space characters in sample_text, followed by that character.
107 // between each letter of sample_text, as follows:
127 MakeEachLetterABlock(sample_text_without_spaces, &sample_text);
156 delete[] sample_text;
215 static const char* sample_text;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 271 * @param sample_text A sample text to figure out column width if preference
278 String sample_text, int fixedSize, final String pref_name,
292 col.setText(sample_text);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py     [all...]
  /external/lldb/test/unittest2/test/
test_case.py     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 226 milliseconds