HomeSort by relevance Sort by last modified time
    Searched full:prepend (Results 376 - 400 of 1341) sorted by null

<<11121314151617181920>>

  /external/skia/gn/
gn_to_cmake.py 106 def WriteVariable(output, variable_name, prepend=None):
107 if prepend:
108 output.write(prepend)
  /external/skqp/gn/
gn_to_cmake.py 106 def WriteVariable(output, variable_name, prepend=None):
107 if prepend:
108 output.write(prepend)
  /frameworks/minikin/tests/unittest/
GraphemeBreakTests.cpp 133 // Rule GB9b, Prepend x
134 // see tailoring test for prepend, as current ICU doesn't have any characters in the class
181 // UTC-approved characters for the Prepend class
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
GTestResultParser.java 111 /** Whether or not to prepend filename to classname. */
115 public void setPrependFileName(boolean prepend) {
116 mPrependFileName = prepend;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 1070 cmd.prepend("SELECT_NETWORK ");
1090 cmd.prepend("ENABLE_NETWORK ");
1109 cmd.prepend("DISABLE_NETWORK ");
1199 cmd.prepend("REMOVE_NETWORK ");
1264 cmd.prepend("GET_NETWORK ");
    [all...]
  /build/make/
envsetup.sh 247 # If prebuilts/android-emulator/<system>/ exists, prepend it to our PATH
981 local prepend=''
984 prepend=' '
994 qpid | \grep "$prepend$EXE$append"
1004 local prepend=''
1007 prepend=' '
1015 | \grep "$prepend$EXE$append" \
    [all...]
  /external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java     [all...]
  /external/llvm/test/CodeGen/Mips/
dsp-r2.ll 562 ; CHECK: prepend ${{[0-9]+}}
564 %0 = tail call i32 @llvm.mips.prepend(i32 %a0, i32 %a1, i32 15)
568 declare i32 @llvm.mips.prepend(i32, i32, i32) nounwind readnone
  /external/syslinux/doc/
rfc5071.txt 441 The second-stage bootloader MUST prepend this option's value, if any,
445 File Option. The client MAY prepend the value to other configuration
447 NOT prepend this option's value to any other DHCP option contents or
  /external/valgrind/perf/
vg_perf 116 # 1. Can prepend "." onto programs to avoid trouble with users who don't have
118 # 2. Can prepend the current dir to make the command absolute to avoid
418 # Nb: Don't prepend a '/' to the base directory
vg_perf.in 116 # 1. Can prepend "." onto programs to avoid trouble with users who don't have
118 # 2. Can prepend the current dir to make the command absolute to avoid
418 # Nb: Don't prepend a '/' to the base directory
  /build/make/core/
dex_preopt_libart.mk 171 # contains the normalized path list of the libraries. This makes it easier to conditionally prepend
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpecList.java 220 * @param spec {@code non-null;} the new first spec (to prepend)
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 224 * @param spec {@code non-null;} the new first spec (to prepend)
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 134 // If it looks like an option, prepend a space instead of a comma.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
saxutils.py 136 # If it is not the default namespace, prepend the prefix
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
saxutils.py 115 # If it is not the default namespace, prepend the prefix
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 163 * old interface, we prepend or append 32 bits of padding, depending on
  /external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py 217 # Prepend unit to test name to maintain backwards compatibility with
  /external/autotest/client/site_tests/login_OobeLocalization/
login_OobeLocalization.py 101 # Prepend each xkb value with the component extension id.
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 238 # specified in which case we prepend the |testname_| to the
  /external/boringssl/src/crypto/perlasm/
x86gas.pl 83 # prepend global references with optional underscore
  /external/boringssl/src/crypto/x509/
x509name.c 222 * if set is -1, append to previous set, 0 'a new one', and 1, prepend to the
  /external/compiler-rt/lib/asan/
asan_win.cc 50 // 64-bit msvc will not prepend an underscore for symbols.
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayFBOIncompleteness.cpp 62 * @param message Error message to prepend logged error message.

Completed in 2378 milliseconds

<<11121314151617181920>>