HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 151 - 175 of 1104) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/Demo/tix/samples/
NoteBook.py 48 nb.pack(expand=1, fill=Tix.BOTH, padx=5, pady=5 ,side=Tix.TOP)
60 f.pack(side=Tix.LEFT, padx=2, pady=2, fill=Tix.BOTH, expand=1)
85 f.pack(side=Tix.LEFT, padx=2, pady=2, fill=Tix.BOTH, expand=1)
SHList1.py 42 top.a.pack( expand=1, fill=Tix.BOTH, padx=10, pady=10, side=Tix.TOP)
110 top.pack( side=Tix.TOP, fill=Tix.BOTH, expand=1 )
Tree.py 22 tree.pack(expand=1, fill=Tix.BOTH, padx=10, pady=10, side=Tix.LEFT)
33 top.pack(side=Tix.TOP, fill=Tix.BOTH, expand=1)
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic.cc 19 #include "webrtc/modules/audio_coding/neteq/expand.h"
106 const Expand& expand,
114 // If last mode was CNG (or Expand, since this could be covering up for
127 sync_buffer.FutureLength() - expand.overlap_length();
140 return GetDecisionSpecialized(sync_buffer, expand, decoder_frame_length,
  /libcore/ojluni/src/main/java/sun/security/jca/
ProviderConfig.java 85 this.argument = expand(argument);
280 private static String expand(final String value) {
288 return PropertyExpander.expand(value);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
dta.py 390 for s, t in itertools.product(rule.source.expand(), rule.target.expand()):
398 for s, t in itertools.product(rule.source.expand(), rule.target.expand()):
406 for s in rule.source.expand():
410 for s in rule.source.expand():
416 rule.source.expand(),
417 rule.target.expand()):
421 for s, t in itertools.product(rule.source.expand(), rule.target.expand())
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
Real16ToFlat32.asm 75 ; Type: data, expand-up, writable, accessed
78 ; Type: execute, readable, expand-up, accessed
81 ; Type: execute, readable, expand-up, accessed
  /cts/tools/dasm/src/dasm/
Scanner.java 45 private void expand() { method in class:Scanner.CharBuffer
55 if (cur_pos == buffer_size) expand(); method
  /external/curl/docs/cmdline-opts/
mail-rcpt.d 17 When performing a mailing list expand (EXPN command), the recipient should be
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_dce_cleanup.cpp 59 n.expand();
73 n.expand();
  /external/scapy/scapy/layers/tls/crypto/
hkdf.py 32 def expand(self, prk, info, L): member in class:TLS13_HKDF
44 return self.expand(secret, hkdf_label, length)
  /external/selinux/libsemanage/src/
conf-scan.l 46 expand-check return EXPAND_CHECK;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer_test.go 30 // TODO(gri) expand
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
printer_test.go 30 // TODO(gri) expand
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
geta-oprn.d 2 # as: -linkrelax -no-expand
reloclrn.d 2 # as: -linkrelax -no-expand
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
ptext32-noexp-1.d 1 #as: --isa=shmedia --abi=32 -no-expand
ptext64-noexp-1.d 1 #as: --isa=shmedia --abi=64 -no-expand
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
LexicalPreservingPrinterTest.java 48 assertEquals("class", getTextForNode(classA).getTextElement(0).expand());
49 assertEquals(" ", getTextForNode(classA).getTextElement(1).expand());
50 assertEquals("A", getTextForNode(classA).getTextElement(2).expand());
51 assertEquals(" ", getTextForNode(classA).getTextElement(3).expand());
52 assertEquals("{", getTextForNode(classA).getTextElement(4).expand());
53 assertEquals("}", getTextForNode(classA).getTextElement(5).expand());
54 assertEquals("", getTextForNode(classA).getTextElement(6).expand());
68 nodeText.getElements().stream().map(TextElement::expand).collect(Collectors.toList()));
81 nodeText.getElements().stream().map(TextElement::expand).collect(Collectors.toList()));
93 nodeText.getElements().stream().map(TextElement::expand).collect(Collectors.toList()))
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 64 void expand();
  /external/guava/guava-tests/benchmark/com/google/common/cache/
SegmentBenchmark.java 30 * Benchmark for {@code LocalCache.Segment.expand()}.
59 segment.expand();
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
ChildTextElement.java 37 String expand() { method in class:ChildTextElement
TokenTextElement.java 44 String expand() { method in class:TokenTextElement
  /external/llvm/test/MC/MachO/AArch64/
ld64-workaround.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
  /external/llvm/test/MC/MachO/ARM/
thumb2-movt-fixup.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | llvm-readobj -relocations -expand-relocs | FileCheck %s

Completed in 1747 milliseconds

1 2 3 4 5 67 8 91011>>