OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_results
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/libtomcrypt/testprof/
x86_prof.c
6
int
no_results
;
variable
22
qsort(results,
no_results
, sizeof(struct list), &sorter);
26
for (x = 0; x <
no_results
; x++) {
30
for (x = 0; x <
no_results
; x++) {
35
for (x = 0; x <
no_results
; x++) {
265
no_results
= 0;
280
results[
no_results
].spd1 = results[
no_results
].avg = t1;
281
results[
no_results
++].id = x;
300
no_results
= 0
[
all
...]
tomcrypt_test.h
49
extern int
no_results
;
/development/samples/SearchableDictionary/res/values/
strings.xml
46
<string name="
no_results
">No results found for \"%s\"</string>
/external/chromium_org/tools/valgrind/
scan-build.py
113
no_results
= 0
114
while build != 0 and
no_results
< CUTOFF:
118
no_results
=
no_results
+ 1
/external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.h
111
// It then goes from WAIT_ADAPTERS->
NO_RESULTS
when it creates
113
// from
NO_RESULTS
->SOME_RESULTS when it gets the first result; at this
/external/chromium/chrome/browser/ui/webui/
downloads_ui.cc
65
localized_strings.SetString("
no_results
",
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java
93
mTextView.setText(getString(R.string.
no_results
, new Object[] {query}));
Completed in 2735 milliseconds