/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
AccordionControl.java | 264 scrollGridData.exclude = true; 321 return !((GridData) getContentArea(label).getLayoutData()).exclude; 332 boolean close = !scrollGridData.exclude; 333 scrollGridData.exclude = close; 337 if (!scrollGridData.exclude && scrolledComposite.getContent() == null) {
|
LayoutActionBar.java | 104 lintData.exclude = true; 613 if (layoutData.exclude == hasLintWarnings) { 614 layoutData.exclude = !hasLintWarnings;
|
/tools/motodev/src/plugins/videos/src/com/motorola/studio/android/videos/ui/views/ |
VideosListComposite.java | 277 layoutData.exclude = true;
287 ((GridData) videoCompositeMap.get(video.getId()).getLayoutData()).exclude = false;
347 layoutData.exclude = true;
370 ((GridData) noVideosComposite.getLayoutData()).exclude = false;
388 ((GridData) noVideosComposite.getLayoutData()).exclude = true;
|
/build/core/tasks/ |
collect_gpl_sources.mk | 21 $(hide) tar cfz $@ --exclude ".git*" $(PRIVATE_PATHS)
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridDataFactory.java | 534 // Exclude 537 public GridDataFactory exclude(boolean value) { method in class:GridDataFactory 538 m_data.exclude = value;
|
/libcore/ |
Docs.mk | 14 # Note dalvik/system is non-recursive to exclude dalvik.system.profiler
|
/tools/build/gradle/src/main/groovy/com/android/build/gradle/ |
AndroidLibraryPlugin.groovy | 138 jar.exclude(packageName + "/R.class") 139 jar.exclude(packageName + "/R\$*.class") 140 jar.exclude(packageName + "/Manifest.class") 141 jar.exclude(packageName + "/Manifest\$*.class")
|
/external/webkit/Source/WebCore/inspector/front-end/ |
TopDownProfileDataGridTree.js | 91 exclude: function(/*ProfileDataGridNode*/ profileDataGrideNode)
|
BottomUpProfileDataGridTree.js | 235 exclude: function(/*ProfileDataGridNode*/ profileDataGridNode)
|
/external/chromium/base/mac/ |
mac_util.h | 81 bool SetFileBackupExclusion(const FilePath& file_path, bool exclude);
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFramePrivate.h | 91 - (void)_setExcludeFromTextSearch:(bool)exclude;
|
/development/tools/idegen/src/ |
Configuration.java | 151 if (!excludes.exclude(path)) { 162 if (excludes.exclude(path)) {
|
/external/webkit/Source/WebCore/page/ |
Frame.h | 345 inline void Frame::setExcludeFromTextSearch(bool exclude) 347 m_excludeFromTextSearch = exclude;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventDisplayOptions.java | [all...] |
/external/linux-tools-perf/util/ |
parse-events.c | 737 int exclude = 0; local 751 if (!exclude) 752 exclude = eu = ek = eh = 1; 755 if (!exclude) 756 exclude = eu = ek = eh = 1; 759 if (!exclude) 760 exclude = eu = ek = eh = 1;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ThemeMenuAction.java | 229 // to exclude on multiple prefixes: Holo, DeviceDefault, Light, ... 261 private List<String> filterThemes(String include, String exclude) { 264 if (theme.startsWith(include) && (exclude == null || !theme.startsWith(exclude))) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
AddTranslationDialog.java | 157 gd_mFlag.exclude = true; 191 gd_mErrorLabel.exclude = true; 357 ((GridData) mFlag.getLayoutData()).exclude = true; 362 ((GridData) mFlag.getLayoutData()).exclude = false; 453 if (show == data.exclude) { 470 data.exclude = !show;
|
/external/sonivox/jet_tools/JetCreator/ |
midifile.py | 301 def __init__ (self, events, exclude=True):
303 self.exclude = exclude
306 return not self.exclude
307 return self.exclude
310 def __init__ (self, notes, exclude=True):
312 self.exclude = exclude
316 return not self.exclude
317 return self.exclude
[all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
Type.java | 479 private Map findExclusiveDeclaredInterfaces(Type type, CtClass exclude) { 482 Map excludeMap = getAllInterfaces(exclude, null);
|
/frameworks/native/opengl/libs/ |
Android.mk | 24 LOCAL_LDFLAGS += -Wl,--exclude-libs=ALL
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfileNode.h | 121 void exclude(const CallIdentifier&);
|
ProfileNode.cpp | 254 void ProfileNode::exclude(const CallIdentifier& callIdentifier) function in class:JSC::ProfileNode
|
/external/icu4c/data/mappings/ |
ucmfiles.mk | 32 # If you are planning to exclude EBCDIC mappings in you data then please delete
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
NewItemSelectionDialog.java | 289 data.exclude = true;
|
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
raytrace.js | 680 testIntersection: function(ray, scene, exclude){ 688 if(shape != exclude){
|