Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 127) sorted by relevance

123456

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DChangedFileSetHelper.java88 ChangedFileSet set = new ChangedFileSet( in getResCfs() local
95 set.setOutput(path + '/' + AdtConstants.FN_RESOURCES_AP_); in getResCfs()
97 return set; in getResCfs()
110 ChangedFileSet set = new ChangedFileSet( in getMergedManifestCfs() local
114 return set; in getMergedManifestCfs()
126 ChangedFileSet set = new ChangedFileSet( in getTextSymbols() local
130 return set; in getTextSymbols()
142 ChangedFileSet set = new ChangedFileSet("compiledCode", //$NON-NLS-1$ in getByteCodeCfs() local
145 return set; in getByteCodeCfs()
158 ChangedFileSet set = new ChangedFileSet("libResources", //$NON-NLS-1$ in getFullResCfs() local
[all …]
DPatternBasedDeltaVisitor.java96 for (ChangedFileSet set : mSets) { in visit()
99 if (set.isInput(pathStr, path)) { in visit()
100 mResults.put(set, Boolean.TRUE); in visit()
103 String cfs_logName = set.getLogName(); in visit()
117 set.isOutput(pathStr, path)) { in visit()
118 mResults.put(set, Boolean.TRUE); in visit()
121 String cfs_logName = set.getLogName(); in visit()
/sdk/hierarchyviewer/etc/
Dhierarchyviewer1.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
21 set prog=%~f0
28 set java_exe=
32 set jarfile=hierarchyviewer.jar
33 set frameworkdir=.
34 set libdir=
37 set frameworkdir=lib
40 set frameworkdir=..\framework
44 set jarpath=%frameworkdir%\%jarfile%
/sdk/apkbuilder/etc/
Dapkbuilder.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
21 set prog=%~f0
28 set java_exe=
32 set jarfile=sdklib.jar
33 set frameworkdir=.
36 set frameworkdir=lib
39 set frameworkdir=..\framework
43 set jarpath=%frameworkdir%\%jarfile%
/sdk/files/
Dpost_tools_install.bat23 rem and set up progdir to be the fully-qualified pathname of its directory.
24 set prog=%~f0
27 set work_dir=%cd%
34 set src=SDK Manager.exe
35 set dst=..\..\%src%
42 set src=AVD Manager.exe
43 set dst=..\..\%src%
50 set old_dst=..\..\SDK Setup.exe
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Danimator1-expected-completion58.txt1 Code completion in animator1.xml for ^<set xmlns:
4 <set ></set>
Danim1-expected-completion53.txt1 Code completion in anim1.xml for ^<set xmlns:
5 <set ></set>
Dcolor1-expected-completion46b.txt2 android:state_focused : State value for StateListDrawable, set when a view has input focus. [bool…
3 android:state_window_focused : State value for StateListDrawable, set when a view's window has inp…
4 android:state_enabled : State value for StateListDrawable, set when a view is enabled. [boolean]
7 android:state_selected : State value for StateListDrawable, set when a view (or one of its parents…
8 android:state_pressed : State value for StateListDrawable, set when the user is pressing down in a…
9 android:state_activated : State value for StateListDrawable, set when a view or its parent has bee…
16 android:state_hovered : State value for StateListDrawable, set when a pointer is hovering over the…
Danim1-expected-completion54.txt5 <set ></set>
Danim1-expected-completion55.txt7 android:fillEnabled : When set to true, the value of fillBefore is taken into account. [boolean]
8 android:fillBefore : When set to true or when fillEnabled is not set to true, the animation transf…
9 android:fillAfter : When set to true, the animation transformation is applied after the animation …
Danim1-expected-completion56.txt5 android:fillEnabled : When set to true, the value of fillBefore is taken into account. [boolean]
6 android:fillBefore : When set to true or when fillEnabled is not set to true, the animation transf…
7 android:fillAfter : When set to true, the animation transformation is applied after the animation …
/sdk/find_java/src/source/
Dutils.h74 CString(const CString &str) { mStr = NULL; set(str.mStr); } in CString()
75 explicit CString(const char *str) { mStr = NULL; set(str); } in CString()
76 CString(const char *start, size_t length) { mStr = NULL; set(start, length); } in CString()
79 return set(str.cstr());
82 CString& set(const char *str) { in set() function
92 CString& set(const char *start, size_t length) { in set() function
154 set(str); in add()
164 set(str, length); in add()
194 (*result)[n++].set(start, s-start); in split()
246 set(str.cstr());
[all …]
Dfind_java_exe.cpp77 javaPath.set("<not found>"); in testFindJava()
81 javaPath.set("<not found>"); in testFindJava()
228 javaPath.set(javawPath.cstr()); in main()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DDexWrapper.java176 mConsoleErr.set(null /* obj: static field */, errStream); in run()
177 mConsoleOut.set(null /* obj: static field */, outStream); in run()
181 mArgOutName.set(args, osOutFilePath); in run()
182 mArgFileNames.set(args, osFilenames.toArray(new String[osFilenames.size()])); in run()
183 mArgJarOutput.set(args, osOutFilePath.endsWith(SdkConstants.DOT_JAR)); in run()
184 mArgForceJumbo.set(args, forceJumbo); in run()
185 mArgVerbose.set(args, verbose); in run()
/sdk/sdklauncher/
Dbuild.gradle31 // binaries will return a set of binaries
33 // calling .exeFile on the set returns an array with the result from each item in the set...
/sdk/avdlauncher/
Dbuild.gradle31 // binaries will return a set of binaries
33 // calling .exeFile on the set returns an array with the result from each item in the set...
/sdk/emulator/mksdcard/
Dbuild.gradle46 // binaries will return a set of binaries
48 // calling .exeFile on the set returns an array with the result from each item in the set...
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DBaseLayoutRuleTest.java71 "android.widget.Button", new Rect(0, 0, 100, 80)).set("myuri", ATTR_ID, in testCollectIds2()
168 INode newNode = TestNode.create("a.w.B").id("@+id/foo").set("u", "key", "value").set("u", in testAddAttributes1()
186 INode newNode = TestNode.create("a.w.B").id("@+id/foo").set("u", "key", "value").set("u", in testAddAttributes2()
234 .set("uri", "childprop1", "value1"), in testAddInnerElements()
235 TestDragElement.create("a.w.B").id("@+id/child2").set("uri", "childprop2a", in testAddInnerElements()
236 "value2a").set("uri", "childprop2b", "value2b")); in testAddInnerElements()
DRelativeLayoutRuleTest.java35 new Rect(70, 200, 100, 80)).set(ANDROID_URI, in dragInto()
39 new Rect(70, 280, 100, 80)).set(ANDROID_URI, "layout_below", in dragInto()
40 "@+id/Centered").set(ANDROID_URI, "layout_alignLeft", in dragInto()
/sdk/find_java/
Dbuild.gradle42 // binaries will return a set of binaries
44 // calling .exeFile on the set returns an array with the result from each item in the set...
Dfind_java.bat27 set sys_32=%SYSTEMROOT%\system32
33 | %sys_32%\find /i "x86" > NUL && set arch_ext=32|| set arch_ext=64
38 if "%PROCESSOR_ARCHITECTURE%" == "x86" (set arch_ext=32) else (set arch_ext=64)
43 for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s') do set java_exe=%%a
49 for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s -w') do set javaw_exe=%%a
50 if not exist "%javaw_exe%" set javaw_exe=%java_exe%
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimDescriptors.java79 ElementDescriptor set = AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() local
120 if (set != null) { in updateDescriptors()
121 set.setChildren(mRootDescriptors); in updateDescriptors()
DAnimatorDescriptors.java86 ElementDescriptor set = addElement(descriptors, styleMap, in updateDescriptors() local
112 if (set != null) { in updateDescriptors()
113 set.setChildren(mRootDescriptors); in updateDescriptors()
/sdk/find_java2/src/
DJavaFinder.cpp254 static void findJavaInEnvPath(std::set<CJavaPath> *outPaths) { in findJavaInEnvPath()
339 static int exploreJavaRegistry(const TCHAR *entry, REGSAM access, std::set<CJavaPath> *outPaths) { in exploreJavaRegistry()
407 static void findJavaInRegistry(std::set<CJavaPath> *outPaths) { in findJavaInRegistry()
445 static void checkProgramFiles(std::set<CJavaPath> *outPaths) { in checkProgramFiles()
485 static void findJavaInProgramFiles(std::set<CJavaPath> *outPaths) { in findJavaInProgramFiles()
557 void CJavaFinder::findJavaPaths(std::set<CJavaPath> *paths) { in findJavaPaths()
588 outPath->set(v, p); in checkJavaPath()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DGdbServerTask.java84 mCancelled.set(true); in setCancelled()
106 mHasCompleted.set(true); in flush()

123456