/external/libsepol/src/ |
assertion.c | 25 #include <sepol/policydb/expand.h>
|
/external/libsepol/tests/ |
test-expander.c | 42 #include <sepol/policydb/expand.h> 121 fprintf(stderr, "expand modules failed\n");
|
/external/llvm/utils/TableGen/ |
TableGen.cpp | 159 const std::vector<Record*> *Elts = Sets.expand(Recs[i]); 160 assert(Elts && "Couldn't expand Set instance");
|
/external/openfst/src/extensions/pdt/ |
pdtscript.cc | 30 #include <fst/extensions/pdt/expand.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
|
ClassBrowser.py | 49 sc.frame.pack(expand=1, fill="both") 53 node.expand()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 427 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): 433 if expand: 438 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): 443 return get_paths(scheme, vars, expand)[name]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
|
ClassBrowser.py | 49 sc.frame.pack(expand=1, fill="both") 53 node.expand()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 427 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): 433 if expand: 438 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): 443 return get_paths(scheme, vars, expand)[name]
|
/external/smali/smali/ |
build.gradle | 138 processResources.expand('version': version)
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 364 /// expandAddToGEP - Expand an addition expression with a pointer type into 523 // Expand the operands for a plain byte offset. 609 return expand(SE.getAddExpr(Ops)); 726 // This is the first operand. Just expand it. 727 Sum = expand(Op); 752 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); 793 // This is the first operand. Just expand it. 794 Prod = expand(Op); 1595 Value *SCEVExpander::expand(const SCEV *S) { function in class:SCEVExpander [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
timelinePanel.css | 141 .timeline-tree-item-expand-arrow { 156 .timeline-tree-item-expand-arrow { 161 .timeline-tree-item-expand-arrow.parent { 165 .timeline-tree-item-expand-arrow.parent.expanded { 250 .timeline-tree-item.selected .timeline-tree-item-expand-arrow {
|
elementsPanel.css | 381 .styles-section.matched-styles .properties li.parent .expand-element { 394 .styles-section.matched-styles .properties li.parent .expand-element { 399 .styles-section.matched-styles .properties li.parent .expand-element { 403 .styles-section.matched-styles .properties li.parent.expanded .expand-element {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
DataGrid.js | 791 this.selectedNode.expand(); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
BreakpointsSidebarPane.js | 138 this.expand(); 325 this.expand(); 494 this.expand(); [all...] |
/external/openssl/ssl/ |
s3_enc.c | 258 if (s->expand != NULL) 260 COMP_CTX_free(s->expand); 261 s->expand=NULL; 265 s->expand=COMP_CTX_new(comp); 266 if (s->expand == NULL)
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceProcessor.java | 126 // Expand the complete recurrence if there were any counts specified, 131 long[] dates = expand(dtstart, recur, 628 * @param rangeStartMillis the beginning of the range to expand, in UTC 630 * @param rangeEndMillis the non-inclusive end of the range to expand, in 636 public long[] expand(Time dtstart, method in class:RecurrenceProcessor 663 expand(dtstart, rrule, rangeStartDateValue, method 678 expand(dtstart, exrule, rangeStartDateValue, method 733 public void expand(Time dtstart, method in class:RecurrenceProcessor [all...] |
/external/chromium_org/v8/tools/ |
js2c.py | 103 # Remember to expand recursively in the arguments 119 result = macro.expand(mapping) 138 def expand(self, mapping): member in class:TextMacro 148 def expand(self, mapping): member in class:PythonMacro
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 386 void expand(integer_t& d, const integer_t& s, int dbits); 387 void expand(integer_t& d, const component_t& s, int dbits); 388 void expand(component_t& d, const component_t& s, int dbits);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 117 // Add support for "expand by default" : If you specify ids to be collapsed by 287 // expand/collapse 291 m_activePropertyInfo.expand(); 374 * We do expand/collapse on to events: click on state sign and on double click. But when we double 422 // check for expand/collapse 821 // expand properties using history 913 m_properties.get(index).expand(); 1434 expand(); method 1441 public void expand() throws Exception { method in class:PropertyTable.PropertyInfo 1572 expand(); method 1578 expand(); method [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageHeaderView.java | [all...] |
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 261 str r12, [sp, #-16]! @ expand the frame and pass SP 666 str r12, [sp, #-16]! @ expand the frame and pass SP 686 str r12, [sp, #-16]! @ expand the frame and pass SP 709 str r12, [sp, #-16]! @ expand the frame and pass SP 732 str r12, [sp, #-16]! @ expand the frame and pass SP 778 str r12, [sp, #-16]! @ expand the frame and pass SP [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
ShapeOutsideInfo.cpp | 56 newReferenceBoxLogicalSize.expand(m_renderer.marginWidth(), m_renderer.marginHeight()); 58 newReferenceBoxLogicalSize.expand(m_renderer.marginHeight(), m_renderer.marginWidth());
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
StylesSidebarPane.js | [all...] |