HomeSort by relevance Sort by last modified time
    Searched refs:prefixes (Results 76 - 100 of 556) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/pcre/dist2/
install-sh 386 prefixes=
394 prefixes=
406 prefixes="$prefixes '$qprefix'"
412 if test -n "$prefixes"; then
415 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/protobuf/gtest/build-aux/
install-sh 409 prefixes=
417 prefixes=
429 prefixes="$prefixes '$qprefix'"
435 if test -n "$prefixes"; then
438 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/protobuf/
install-sh 409 prefixes=
417 prefixes=
429 prefixes="$prefixes '$qprefix'"
435 if test -n "$prefixes"; then
438 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/python/cpython2/Modules/_ctypes/libffi/
install-sh 409 prefixes=
417 prefixes=
429 prefixes="$prefixes '$qprefix'"
435 if test -n "$prefixes"; then
438 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/python/cpython3/Lib/
site.py 12 prefixes directly, as well as with lib/site-packages appended. The
19 sys.base_exec_prefix will always be the "real" prefixes of the Python
22 (case-insensitive), the system-level prefixes will still also be
77 # Prefixes for site-packages; add additional prefixes like /usr/local here
78 PREFIXES = [sys.prefix, sys.exec_prefix]
288 def getsitepackages(prefixes=None):
291 For each directory present in ``prefixes`` (or the global ``PREFIXES``),
298 if prefixes is None
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
install-sh 409 prefixes=
417 prefixes=
429 prefixes="$prefixes '$qprefix'"
435 if test -n "$prefixes"; then
438 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/strace/
install-sh 409 prefixes=
417 prefixes=
429 prefixes="$prefixes '$qprefix'"
435 if test -n "$prefixes"; then
438 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/stressapptest/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/valgrind/
install-sh 386 prefixes=
394 prefixes=
406 prefixes="$prefixes '$qprefix'"
412 if test -n "$prefixes"; then
415 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
install-sh 409 prefixes=
417 prefixes=
429 prefixes="$prefixes '$qprefix'"
435 if test -n "$prefixes"; then
438 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/
ProGuardTypesMapper.kt 140 val prefixes = mutableSetOf<String>()
145 if (prefixes.any { type.fullName.startsWith(it) }) {
173 prefixes.add(candidatePrefix!!)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/build-aux/
install-sh 409 prefixes=
417 prefixes=
429 prefixes="$prefixes '$qprefix'"
435 if test -n "$prefixes"; then
438 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /toolchain/binutils/binutils-2.27/
install-sh 386 prefixes=
394 prefixes=
406 prefixes="$prefixes '$qprefix'"
412 if test -n "$prefixes"; then
415 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/deqp/scripts/opengl/
src_util.py 184 prefixes = { 'gles2': "ES", 'gl': "GL" }
185 return prefixes[api] + version.replace(".", "")
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 17 Our Markov chain algorithm would arrange this text into this set of prefixes
73 // Chain contains a map ("chain") of prefixes to a list of suffixes.
81 // NewChain returns a new Chain with prefixes of prefixLen words.
87 // parses it into prefixes and suffixes that are stored in Chain.
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 17 Our Markov chain algorithm would arrange this text into this set of prefixes
73 // Chain contains a map ("chain") of prefixes to a list of suffixes.
81 // NewChain returns a new Chain with prefixes of prefixLen words.
87 // parses it into prefixes and suffixes that are stored in Chain.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-regprefix-1.d 3 #name: Register prefixes 1 defaulted to no.
  /external/llvm/test/MC/Mips/
mips-expansions-bad.s 4 # RUN: FileCheck %s --check-prefixes=64-BIT,N32-ONLY
6 # RUN: FileCheck %s --check-prefixes=64-BIT,N64-ONLY
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.h 106 const char* prefixes[EbtNumTypes]; member in class:glslang::TBuiltIns
  /external/minijail/
util.c 204 const char prefixes[] = "KMGTPE"; local
213 for (i = 0; i < sizeof(prefixes); ++i) {
214 if (sizespec[len - 1] == prefixes[i]) {
  /hardware/interfaces/tetheroffload/control/1.0/vts/functional/
VtsHalTetheroffloadControlV1_0TargetTest.cpp 293 const vector<hidl_string> prefixes{hidl_string("2001:db8::/64")};
294 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_FALSE_CALLBACK);
383 const vector<hidl_string> prefixes{hidl_string("192.0.2.1")};
384 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK);
390 const vector<hidl_string> prefixes{hidl_string("fe80::1")};
391 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK);
395 // Test setLocalPrefixes() accepts both IPv4 and IPv6 prefixes.
397 const vector<hidl_string> prefixes{hidl_string("192.0.2.0/24"), hidl_string("fe80::/64")};
398 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK);
403 // a non-empty set of local prefixes; when all networking interfaces are dow
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 235 * prefixes after popping a context, unless you push another
259 * Declare a Namespace prefix. All prefixes must be declared
264 * interpret prefixes against (potentially redefined) prefixes.
283 * This asymmetry exists to make it easier to look up prefixes
314 * the prefixes currently declared. The return value will be the
381 * Return an enumeration of all prefixes whose declarations are
390 * @return An enumeration of prefixes (never empty).
401 * Return one of the prefixes mapped to a Namespace URI.
405 * want all of the prefixes, use the {@link #getPrefixes
445 ArrayList<String> prefixes = new ArrayList<String>(); local
    [all...]
  /frameworks/base/tests/net/java/android/net/
IpPrefixTest.java 328 IpPrefix[] prefixes = { local
334 for (int i = 0; i < prefixes.length; i++) {
335 for (int j = i + 1; j < prefixes.length; j++) {
336 assertNotEquals(prefixes[i].hashCode(), prefixes[j].hashCode());
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java 298 // necessary prefixes included (per its prefix distribution policy).
322 params.prefixes.add(prefix);
360 addedPrefixes.removeAll(mLastRaParams.prefixes);
363 if (mLastRaParams == null || mLastRaParams.prefixes.isEmpty()) {
441 configureLocalIPv6Routes(deprecatedParams.prefixes,
442 (newParams != null) ? newParams.prefixes : null);
759 // Accumulate routes representing "prefixes to be assigned to the local
762 String ifname, HashSet<IpPrefix> prefixes) {
764 for (IpPrefix ipp : prefixes) {
  /toolchain/binutils/binutils-2.27/opcodes/
i386-dis.c 147 /* Flags for the prefixes for the current instruction. See below. */
148 static int prefixes; variable
171 /* Flags for prefixes which we somehow handled when printing the
175 /* Flags stored in PREFIXES. */
233 /* Opcode prefixes. */
238 /* Prefixes ignored. */
493 /* operand size depends on prefixes */
495 /* operand size depends on prefixes with operand swapped */
555 /* operand size depends on REX prefixes. */
568 /* non-quad operand size depends on prefixes */
    [all...]

Completed in 963 milliseconds

1 2 34 5 6 7 8 91011>>