Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 100) sorted by relevance

1234

/sdk/rule_api/src/com/android/ide/common/api/
DSegment.java34 public final int at; field in Segment
64 public Segment(int at, int from, int to, @NonNull INode node, @Nullable String id, in Segment() argument
66 this.at = at; in Segment()
80 return "Segment [edgeType=" + edgeType + ", node=" + nodeStr + ", at=" + at + ", id=" + id in toString()
/sdk/ddms/libs/ddmuilib/
DREADME11 available at prebuild/<platform>/swt.
14 available at prebuild/common/jfreechart.
/sdk/emulator/opengl/host/tools/emugen/
DApiGen.cpp39 if (at(i).name() == name) { in findEntryByName()
40 entry = &(at(i)); in findEntryByName()
74 EntryPoint *e = &at(i); in genProcTypes()
117 EntryPoint *e = &at(i); in genFuncTable()
152 EntryPoint *e = &at(i); in genContext()
159 EntryPoint *e = &at(i); in genContext()
215 fprintf(fp, "\t"); at(i).print(fp, false); fprintf(fp, ";\n"); in genEntryPoints()
233 EntryPoint *e = &at(i); in genEntryPoints()
280 … fprintf(fp, "#define OP_%s \t\t\t\t\t%u\n", at(i).name().c_str(), (unsigned int)i + m_baseOpcode); in genOpcodes()
297 if (at(i).hasPointers()) { in genAttributesTemplate()
[all …]
/sdk/hierarchyviewer2/app/.settings/
DREADME.txt1 Copy this in eclipse project as a .settings folder at the root.
/sdk/anttasks/.settings/
DREADME.txt1 Copy this in eclipse project as a .settings folder at the root.
/sdk/settings/
DREADME.txt1 Copy this in eclipse project as a .settings folder at the root.
/sdk/traceview/.settings/
DREADME.txt1 Copy this in eclipse project as a .settings folder at the root.
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/.settings/
DREADME.txt1 Copy this in eclipse project as a .settings folder at the root.
/sdk/sdkstats/.settings/
DREADME.txt1 Copy this in eclipse project as a .settings folder at the root.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
Dbuild_messages.properties15 AAPT_Exec_Error=Error executing aapt. Please check aapt is present at %1$s
37 AIDL_Exec_Error=Error executing aidl. Please check aidl is present at %1$s
62 ApkBuilder_s_Conflict_with_file_s=%1$s conflicts with another file already put at %2$s
64 Proguard_Exec_Error=Error executing Proguard. Please check Proguard is present at %1$s
/sdk/traceview/
DREADME11 available at //device/prebuild/<platform>/swt.
/sdk/sdkstats/
DREADME11 available at //device/prebuild/<platform>/swt.
/sdk/docs/
Dhowto_build_SDK.txt5 You may obtain a copy of the License at
39 You may obtain a copy of the License at
145 Note that this will build both a Linux SDK then a Windows SDK. The result is located at
197 The result will be somewhere in out/host/windows-x86/bin/. Just look at
208 at a time, but not the full thing because basically building the whole
241 - You need X11 to run Eclipse at least once.
285 because your Eclipse installation is not finished: Eclipse must be run at
328 When the build succeeds, you'll see something like this at the end of the
331 ZIP of Update site available at ~/mysdk/android-eclipse-v200903272328.zip
333 ZIP of Update site available at ~/mysdk/android-eclipse-<buildnumber>.zip
Dhowto_use_cupcake_sdk.txt24 You may obtain a copy of the License at
96 adt.zip (e.g. android-eclipse-<some-id>.zip), select the "Install" button at
108 from your code repository, these projects will fail to build at first.
218 Android platform that has, at least, its own kernel, system image and data
321 - If there are no running devices or emulators, ADT looks at available AVDs.
341 You can no longer run several emulators at the same time on the same
350 could create a "client" AVD and a "server" AVD then run them both at once. The
/sdk/find_java/
Dfind_java.bat6 rem You may obtain a copy of the License at
30 rem Check if we can find a javaw.exe at the same location than java.exe.
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
DREADME.txt20 - N is the schema revision number, starting at 1 and increment with each revision.
/sdk/layoutlib_api/
DREADME.txt11 com.android.layoutlib.api although the latter is obsolete and should not be changed at all.
/sdk/emulator/opengl/tests/translator_tests/MacCommon/
Dsetup_gl.m6 * You may obtain a copy of the License at
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-completion11.txt54 …ndroid.view.ViewStub lets you lazily include other XML layouts inside your application at runtime.
Dcompletion1-expected-completion12.txt54 …ndroid.view.ViewStub lets you lazily include other XML layouts inside your application at runtime.
Dcompletion1-expected-completion39.txt16 android:maxLines : Makes the TextView be at most this many lines tall. [integer]
17 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension]
20 android:minLines : Makes the TextView be at least this many lines tall. [integer]
21 android:minHeight : Makes the TextView be at least this many pixels tall. [dimension]
22 android:maxEms : Makes the TextView be at most this many ems wide. [integer]
23 android:maxWidth : Makes the TextView be at most this many pixels wide. [dimension]
26 android:minEms : Makes the TextView be at least this many ems wide. [integer]
27 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]
/sdk/build/
Dtools.linux.atree6 # You may obtain a copy of the License at
Dtools.darwin.atree6 # You may obtain a copy of the License at
/sdk/monitor/
Dbuild.properties5 # You may obtain a copy of the License at
Dmonitor.bat6 rem You may obtain a copy of the License at

1234