/external/chromium_org/third_party/openssl/openssl/ssl/ |
s3_cbc.c | 173 if ( (s->options&SSL_OP_TLS_BLOCK_PADDING_BUG) && !s->expand)
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymbolManager.h | 78 void expand();
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheTesting.java | 99 * Forces the segment containing the given {@code key} to expand (see 100 * {@link Segment#expand()}. 106 segment.expand();
|
/external/openssl/ssl/ |
s3_cbc.c | 173 if ( (s->options&SSL_OP_TLS_BLOCK_PADDING_BUG) && !s->expand)
|
/external/sepolicy/tools/ |
sepolicy-analyze.c | 12 #include <sepol/policydb/expand.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 193 listbox.pack(side=LEFT, fill=BOTH, expand=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 193 listbox.pack(side=LEFT, fill=BOTH, expand=True)
|
/external/chromium_org/content/browser/resources/media/ |
stats_graph_helper.js | 11 // Each group has an expand/collapse button and is collapsed initially.
|
/external/chromium_org/third_party/webrtc/modules/ |
neteq.target.darwin-arm.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
neteq.target.darwin-arm64.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
neteq.target.darwin-mips.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
neteq.target.darwin-x86.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
neteq.target.darwin-x86_64.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
neteq.target.linux-arm.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
neteq.target.linux-arm64.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
neteq.target.linux-mips.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
neteq.target.linux-x86.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
neteq.target.linux-x86_64.mk | 45 third_party/webrtc/modules/audio_coding/neteq/expand.cc \
|
/prebuilts/tools/common/m2/repository/jdom/jdom/1.0/ |
jdom-1.0.jar | |
/build/core/ |
main.mk | 670 ## Expand a module name list with REQUIRED modules 676 define expand-required-modules 680 $(call expand-required-modules,$(1),$(_erm_new_modules))) 704 $(call expand-required-modules,product_MODULES,$(product_MODULES)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBoxModelObject.cpp | 215 offset.expand(valueForLength(style()->left(), containingBlock->availableWidth()), 0); 217 offset.expand(-valueForLength(style()->right(), containingBlock->availableWidth()), 0); 230 offset.expand(0, valueForLength(style()->top(), containingBlock->availableHeight())); 236 offset.expand(0, -valueForLength(style()->bottom(), containingBlock->availableHeight())); [all...] |
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_dialog_views.cc | 157 // expand a single child). 1983 float expand = input.expand_weight; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
ElementsTreeOutline.js | 688 // Select it and expand if necessary. We force tree update so that it processes dom events and is up to date. 700 newTreeItem.expand(); [all...] |
/external/llvm/utils/TableGen/ |
CodeGenRegisters.cpp | 257 // Expand any composed subreg indices. 553 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { 684 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); [all...] |
CodeGenSchedule.cpp | 423 // Expand a SchedWrite as a sequence following any aliases that coincide with 685 const RecVec *InstDefs = Sets.expand(InstRWDef); 716 const RecVec *OrigInstDefs = Sets.expand(RWDefs[0]); [all...] |