OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonempty
(Results
126 - 150
of
346
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/memcheck/tests/linux/
Makefile.in
515
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
516
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
528
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
529
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
548
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
549
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
/external/valgrind/main/memcheck/tests/x86/
Makefile.in
593
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
594
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
606
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
607
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
626
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
627
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
[
all
...]
/external/valgrind/main/memcheck/tests/x86-linux/
Makefile.in
495
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
496
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
508
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
509
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
528
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
529
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
/external/valgrind/main/none/tests/mips32/
Makefile.in
530
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
531
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
543
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
544
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
563
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
564
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java
177
* way for an NFA state p to have an empty context and a
nonempty
context
203
*
nonempty
context comparison. So, if one stack is a suffix of
/external/chromium/googleurl/src/
gurl.h
150
// The result may also be a
nonempty
, invalid URL if the input has some kind
271
// being
nonempty
. http://www.google.com/? has a query that just happens to
url_canon_internal_file.h
91
// a slash because it assumes any
nonempty
path already starts with one.
/external/clang/test/CodeGenCXX/
destructors.cpp
129
struct
NonEmpty
{ int x; }; // trivial destructor, non-empty
144
struct P :
NonEmpty
, A { ~P(); };
/external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java
118
* @param array a <i>
nonempty
</i> array of {@code byte} values
138
* @param array a <i>
nonempty
</i> array of {@code byte} values
UnsignedLongs.java
78
* @param array a <i>
nonempty
</i> array of unsigned {@code long} values
98
* @param array a <i>
nonempty
</i> array of unsigned {@code long} values
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Longs.java
186
* @param array a <i>
nonempty
</i> array of {@code long} values
205
* @param array a <i>
nonempty
</i> array of {@code long} values
/external/llvm/utils/TableGen/
CodeGenSchedule.h
42
/// be
nonempty
.
86
assert((!IsSequence || !Sequence.empty()) && "Sequence should be
nonempty
");
/external/chromium/chrome/browser/accessibility/
browser_accessibility.h
172
// if found and
nonempty
, try to convert it to an integer.
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc
238
// There had better not be a
nonempty
result set with no default match.
/external/guava/guava/src/com/google/common/collect/
ImmutableCollection.java
215
*
Nonempty
collection stored in an array.
/external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp
79
// A
nonempty
itinerary must have a SchedModel.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
macros.h
132
// Verify that the container is
nonempty
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h
247
// Find random
nonempty
deque (not own), do consistency check.
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h
132
// Verify that the container is
nonempty
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h
132
// Verify that the container is
nonempty
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h
132
// Verify that the container is
nonempty
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
macros.h
132
// Verify that the container is
nonempty
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java
189
* @return a
nonempty
list of fix, or null
/sdk/templates/other/AppWidget/
template.xml
16
constraints="class|unique|
nonempty
"
/external/chromium/third_party/libevent/
Makefile.in
625
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
650
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
651
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
665
$(AWK) '{ files[$$0] = 1;
nonempty
= 1; } \
666
END { if (
nonempty
) { for (i in files) print i; }; }'`; \
[
all
...]
Completed in 502 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>