HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 26 - 50 of 835) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
jumpa-6f.d 8 #as: -no-expand
jumpa14b.d 9 #as: -no-expand
jumpa14f.d 8 #as: -no-expand
  /external/llvm/test/MC/MachO/AArch64/
reloc-crash.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
classrefs.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
  /packages/apps/TV/src/com/android/tv/tuner/util/
ByteArrayBuffer.java 50 private void expand(int newlen) { method in class:ByteArrayBuffer
69 expand(newlen);
78 expand(newlen);
98 expand(newlen);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange2-noexp-1.d 1 #as: --abi=32 -no-expand
4 #name: PT to SHcompact with -no-expand.
err-pt32-cmd3.s 1 ! Check command-line error checking. The option -expand-pt32 is invalid with
5 ! { dg-options "-abi=32 -expand-pt32" }
mix-noexp-1.d 1 #as: --abi=32 -no-expand
4 #name: Mixed-ISA objects with -no-expand.
pt-noexp-1.d 1 #as: --isa=shmedia -no-expand
4 #name: Basic SHmedia PT and PTA instructions with -no-expand.
pt64-32-1.d 1 #as: --isa=shmedia --abi=64 -expand-pt32
4 #name: Basic SHmedia PT and PTA instructions with -expand-pt32.
pt32-noexp-2.d 1 #as: --isa=shmedia -abi=32 -no-expand
4 #name: Inter-segment PT, 32-bit with -no-expand.
pt64-32-2.d 1 #as: --isa=shmedia -abi=64 -expand-pt32
4 #name: Inter-segment PT, 64-bit with -expand-pt32.
pt64-noexp-2.d 1 #as: --isa=shmedia -abi=64 -no-expand
4 #name: Inter-segment PT, 64-bit with -no-expand.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
envset.cmd 80 expand = 1
84 if expand > 0 & word(args, i) = '-' then expand = 0
95 addval: procedure expose sep equal orig expand newval mode env
105 if expand = 0 then expvar = var
130 expand = 1
  /external/volley/src/main/java/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java 37 * to this instance, the underlying byte array will expand.
46 * expand.
71 private void expand(int i) { method in class:PoolingByteArrayOutputStream
72 /* Can the buffer handle @i more bytes, if not expand it */
84 expand(len);
90 expand(1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 85 frame.pack(fill=BOTH, expand=1)
96 vbar.pack(in_=vbarframe, expand=1, fill=Y, side=TOP)
135 fill=BOTH, expand=1, wrap=WORD, pack=1,
156 widget.pack(expand=expand, fill=fill, side=LEFT)
164 fill=BOTH, expand=1, pack=1, class_=None, name=None,
178 widget.pack(expand=expand, fill=fill, side=LEFT)
186 fill=BOTH, expand=1, pack=1, class_=None, name=None,
202 widget.pack(expand=expand, fill=fill, side=LEFT)
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h 54 * Expand the existing storage to accomodate more fill-ins
55 * \param vec Valid pointer to the vector to allocate or expand
58 * \param keep_prev 1: use length and do not expand the vector; 0: compute new_len and expand
63 Index SparseLUImpl<Scalar,StorageIndex>::expand(VectorType& vec, Index& length, Index nbElts, Index keep_prev, Index& num_expansions) function in class:Eigen::internal::SparseLUImpl
78 //Allocate or expand the current vector
180 if( (expand<ScalarVector>(glu.lusup, glu.nzlumax, 0, 0, num_expansions)<0)
181 || (expand<ScalarVector>(glu.ucol, glu.nzumax, 0, 0, num_expansions)<0)
182 || (expand<IndexVector> (glu.lsub, glu.nzlmax, 0, 0, num_expansions)<0)
183 || (expand<IndexVector> (glu.usub, glu.nzumax, 0, 1, num_expansions)<0)
    [all...]
  /external/apache-http/src/org/apache/http/util/
CharArrayBuffer.java 63 private void expand(int newlen) { method in class:CharArrayBuffer
82 expand(newlen);
95 expand(newlen);
118 expand(newlen);
138 expand(newlen);
192 expand(this.len + required);
ByteArrayBuffer.java 61 private void expand(int newlen) { method in class:ByteArrayBuffer
80 expand(newlen);
89 expand(newlen);
109 expand(newlen);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
rbacrule.py 103 def expand(self): member in class:RoleAllow
104 """Expand the rule into an equivalent set of rules without attributes."""
105 for s, t in itertools.product(self.source.expand(), self.target.expand()):
133 def expand(self): member in class:RoleTransition
134 """Expand the rule into an equivalent set of rules without attributes."""
135 for s, t in itertools.product(self.source.expand(), self.target.expand()):
mlsrule.py 90 def expand(self): member in class:MLSRule
91 """Expand the rule into an equivalent set of rules without attributes."""
92 for s, t in itertools.product(self.source.expand(), self.target.expand()):
  /external/selinux/libsepol/src/
constraint.c 22 #include <sepol/policydb/expand.h>
  /external/v8/tools/turbolizer/
constants.js 12 var SOURCE_EXPAND_ID = 'source-expand';
20 var DISASSEMBLY_EXPAND_ID = 'disassembly-expand';
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_fax.h 38 // Returns the operation that should be done next. |sync_buffer| and |expand|
48 const Expand& expand,

Completed in 766 milliseconds

12 3 4 5 6 7 8 91011>>