HomeSort by relevance Sort by last modified time
    Searched full:stripped (Results 101 - 125 of 724) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 40 // so this was all stripped down to a plain String editor.
  /external/libunwind/doc/
unw_get_proc_name.tex 34 information has been stripped from a program, procedure names may be
  /external/libxml2/os400/iconv/
README.iconv 24 leading zeroes stripped.
  /external/lldb/test/lang/c/shared_lib_stripped_symbols/
TestSharedLibStrippedSymbols.py 1 """Test that types defined in shared libraries with stripped symbols work correctly."""
  /external/mesa3d/
acinclude.m4 11 # stripped down to just what's needed for Mesa. See _LT_COMPILER_PIC in
  /external/mesa3d/src/glsl/
standalone_scaffolding.cpp 24 /* This file declares stripped-down versions of functions that
  /external/strace/debian/
control 55 This is a stripped down package intended for debugging use in the Debian
  /external/v8/test/mjsunit/regress/
regress-put-prototype-transition.js 12 // End stripped down and modified version of mjsunit.js.
  /frameworks/ex/framesequence/jni/
FrameSequenceJNI.cpp 183 ALOGW("Failed to find constructor for FrameSequence - was it stripped?");
  /frameworks/base/tools/aapt2/
Main.cpp 136 // Collect which entries we've stripped and the smallest
137 // SDK level which was stripped.
139 std::vector<Style::Entry> stripped;
149 stripped.emplace_back(std::move(*iter));
160 if (!stripped.empty()) {
161 // We have stripped attributes, so let's create a new style to hold them.
177 // Move the recorded stripped attributes into this new style.
178 std::move(stripped.begin(), stripped.end(),
457 // Something was stripped, so let's generate a new fil
    [all...]
  /external/cmockery/cmockery_0_1_2/
depcomp 204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
  /external/libogg/
depcomp 204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
  /external/libusb/
depcomp 218 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
219 tmpdepfile="$stripped.u"
229 stripped=`echo "$stripped" | sed 's,^.*/,,'`
230 tmpdepfile="$stripped.u"
240 outname="$stripped.o"
  /external/libvorbis/
depcomp 204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
  /frameworks/base/core/java/android/app/
NotificationManager.java 227 Notification stripped = notification.clone(); local
228 Builder.stripForDelivery(stripped);
231 stripped, idOut, UserHandle.myUserId());
255 Notification stripped = notification.clone(); local
256 Builder.stripForDelivery(stripped);
259 stripped, idOut, user.getIdentifier());
  /ndk/sources/host-tools/make-3.81/config/
depcomp 204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
  /external/e2fsprogs/debian/
control.in 133 Description: stripped down universally unique id library, for debian-installer
168 Description: stripped down block device id library, for debian-installer
198 Description: stripped-down versions of e2fsprogs, for debian-installer
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
log.h 287 * It is NOT stripped from release builds. Note that the condition test
301 * are stripped out of release builds.
323 * Stripped out of release builds. Uses the current MPL_LOG_TAG.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
  /art/runtime/
oat_file_assistant_test.cc 67 << "Expected stripped dex file to be at: " << GetStrippedDexSrc1();
69 << "Expected stripped dex file to be stripped: " << GetStrippedDexSrc1();
156 // file stripped.
475 // Case: We have a stripped DEX file and an ODEX file, but no OAT file.
526 // Case: We have a stripped DEX file, an ODEX file, and an out-of-date OAT file.
584 // Case: We have a stripped (or resource-only) DEX file, no ODEX file and no
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 288 * If {@code true}, then unnecessary whitespace will be stripped from the output. 'Unnecessary' is
305 * If {@code true}, then structural whitespace will be stripped from the output. This allows
  /external/linux-tools-perf/src/tools/perf/util/
string.c 336 * @s: The string to be stripped.
354 * @s: The string to be stripped.
  /ndk/docs/Programmers_Guide/html/
md_3__key__topics__libraries__p_r_e_b_u_i_l_t_s.html 79 <p>A prebuilt module does not build anything. However, a copy of your prebuilt shared library will be copied into $PROJECT/obj/local, and another will be copied and stripped into <code>$PROJECT/libs/&lt;abi&gt;</code>.</p>
101 <p>We recommend you to provide prebuilt shared libraries that contain debug symbols. The version that is installed into <code>$PROJECT/libs/&lt;abi&gt;/</code> is always stripped by the NDK build system, but the debug version will be used for debugging purposes with ndk-gdb.</p>
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 4 // uniformly stripped out.

Completed in 423 milliseconds

1 2 3 45 6 7 8 91011>>