HomeSort by relevance Sort by last modified time
    Searched full:nonempty (Results 151 - 175 of 358) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/elfutils/src/libcpu/
Makefile 177 BEGIN { nonempty = 0; } \
178 { items[$$0] = 1; nonempty = 1; } \
179 END { if (nonempty) { for (i in items) print i; }; } \
Makefile.in 177 BEGIN { nonempty = 0; } \
178 { items[$$0] = 1; nonempty = 1; } \
179 END { if (nonempty) { for (i in items) print i; }; } \
  /external/elfutils/src/libdwelf/
Makefile.in 181 BEGIN { nonempty = 0; } \
182 { items[$$0] = 1; nonempty = 1; } \
183 END { if (nonempty) { for (i in items) print i; }; } \
  /external/elfutils/src/libdwfl/
Makefile 240 BEGIN { nonempty = 0; } \
241 { items[$$0] = 1; nonempty = 1; } \
242 END { if (nonempty) { for (i in items) print i; }; } \
  /external/elfutils/src/libebl/
Makefile 203 BEGIN { nonempty = 0; } \
204 { items[$$0] = 1; nonempty = 1; } \
205 END { if (nonempty) { for (i in items) print i; }; } \
  /libcore/jsr166-tests/src/test/java/jsr166/
TreeMapTest.java 580 * get(null) of nonempty map throws NPE
591 * containsKey(null) of nonempty map throws NPE
602 * remove(null) throws NPE for nonempty map
    [all...]
  /external/chromium-trace/trace-viewer/third_party/six/documentation/
conf.py 159 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
  /external/guava/guava/src/com/google/common/cache/
Striped64.java 202 boolean collide = false; // True if last slot nonempty
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ConstraintsTest.java 334 * nonempty...).
  /external/guava/guava-tests/test/com/google/common/collect/
ConstraintsTest.java 336 * nonempty...).
  /external/skia/src/gpu/gl/
GrGLNameAllocator.cpp 12 * This is the abstract base class for a nonempty AVL tree that tracks allocated
  /external/skia/src/views/mac/
SkOSWindow_Mac.cpp 436 // SkDebugf("signal nonempty\n");
  /external/skia/src/views/win/
SkOSWindow_win.cpp 304 //SkDebugf("signal nonempty\n");
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
macros.h 200 // Verify that the container is nonempty
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
macros.h 210 // Verify that the container is nonempty
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
macros.h 200 // Verify that the container is nonempty
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
macros.h 210 // Verify that the container is nonempty
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 89 "Get a token from the input stream (or from stack if it's nonempty)"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 89 "Get a token from the input stream (or from stack if it's nonempty)"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 213 // All other formats require a nonempty string
  /sdk/templates/docs/
index.html 161 constraints="class|unique|nonempty"
170 constraints="layout|unique|nonempty"
191 constraints="class|unique|nonempty"
290 <li><code>nonempty</code> &mdash; the value must not be empty</li>
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
Chars.java 221 * @param array a <i>nonempty</i> array of {@code char} values
240 * @param array a <i>nonempty</i> array of {@code char} values
Doubles.java 216 * @param array a <i>nonempty</i> array of {@code double} values
234 * @param array a <i>nonempty</i> array of {@code double} values
Floats.java 212 * @param array a <i>nonempty</i> array of {@code float} values
230 * @param array a <i>nonempty</i> array of {@code float} values
Ints.java 229 * @param array a <i>nonempty</i> array of {@code int} values
248 * @param array a <i>nonempty</i> array of {@code int} values

Completed in 534 milliseconds

1 2 3 4 5 67 8 91011>>