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

  /external/chromium/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...]
  /external/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...]
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 33 private static final String SAMPLE_TEXT = "This is a sample text to speech string";
90 int result = getTts().synthesizeToFile(SAMPLE_TEXT, createParams(),
104 int result = getTts().speak(SAMPLE_TEXT, TextToSpeech.QUEUE_FLUSH, createParams());
  /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);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 42 private static final String SAMPLE_TEXT = "Bench Test";
274 textElem.item = Allocation.createFromString(mRS, SAMPLE_TEXT, Allocation.USAGE_SCRIPT);
  /cts/tests/res/values/
strings.xml 164 <string name="sample_text">Sample text goes here. I wanted something creative and whimsical
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 2019 milliseconds