HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLE (Results 1 - 20 of 20) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewSampleProjectWizard.java 21 * A "New Sample Android Project" Wizard.
27 * Creates a new wizard for creating a sample Android project
30 super(Mode.SAMPLE);
NewProjectWizard.java 64 case SAMPLE:
65 setWindowTitle("New Android Sample Project");
80 if (mMode != Mode.SAMPLE) {
98 // Sample projects can be created when entering the new/existing wizard, or
99 // the sample wizard
104 if (mMode != Mode.SAMPLE) {
105 // Project properties are entered in all project types except sample projects
155 if (mValues.mode == Mode.SAMPLE) {
ProjectNamePage.java 136 // from the "New Sample Project" wizard?
140 mCreateSampleRadioButton.setText("Create project from existing sample");
186 } else if (mValues.mode == Mode.SAMPLE) {
264 if (mValues.mode == Mode.SAMPLE) {
265 // Only reset the mode if we're toggling from sample back to create new
266 // or create existing. We can only come to the sample state when we're in
283 mValues.mode = Mode.SAMPLE;
302 boolean isCreateFromSample = mValues.mode == Mode.SAMPLE;
378 boolean isNewProject = !mValues.useExisting || mValues.mode == Mode.SAMPLE;
418 && mValues.projectLocation.exists() && mValues.mode != Mode.SAMPLE) {
    [all...]
NewProjectWizardState.java 47 /** The mode to run the wizard in: creating test, or sample, or plain project */
52 * to by the {@link #projectLocation} or in the case of sample projects, the
102 * The pair is (String: sample display name => File: sample directory).
106 /** Path to the currently chosen sample */
186 if (mode == Mode.SAMPLE) {
332 // operating in the create-from-sample mode -- since the available sample list
373 // Or last attempt, try to match a sample project location and use it
394 /** Create a sample project. Testing options are not presented. *
    [all...]
SdkSelectionPage.java 115 if (mValues.mode == Mode.SAMPLE) {
116 setDescription("Choose an SDK to select a sample from");
208 // Get the sample root path and recompute the list of samples
226 // Case where the sample is at the root of the directory and not
227 // in a per-sample sub-directory.
245 // Compare the display name of the sample
266 * Recursively find potential sample directories under the given directory.
273 * indicate a sample comes from a given extra package.
277 * pair is (String: sample display name => File: sample directory)
    [all...]
SampleSelectionPage.java 49 /** Page where the user can select a sample to "instantiate" */
64 setTitle("Select Sample");
65 setDescription("Select which sample to create");
150 private void selectSample(File sample) {
151 mValues.chosenSample = sample;
152 if (sample != null && !mValues.projectNameModifiedByUser) {
153 mValues.projectName = sample.getName();
155 sample.getParentFile() != null) {
156 mValues.projectName = sample.getParentFile().getName() + '_' + mValues.projectName;
217 * A sample was selected. Update the location field, manifest and validate
    [all...]
ApplicationInfoPage.java 170 if (mValues.mode == Mode.SAMPLE) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 182 OP13_SAMPLE(SAMPLE)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 100 SAMPLE = 310,
Scan.cpp 388 (*KeywordMap)["sample"] = SAMPLE;
    [all...]
glslang.y 128 %token <lex> UNIFORM PATCH SAMPLE BUFFER SHARED
    [all...]
glslang_tab.cpp 177 SAMPLE = 310,
881 "INOUT", "UNIFORM", "PATCH", "SAMPLE", "BUFFER", "SHARED", "COHERENT",
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 46 * Test case that verifies all SDK sample projects can be imported, and built in
65 // could be reported for each sample
86 * Tests the sample project with the given name
89 * @param name - name of sample project to test
97 sLogger.log(Level.INFO, String.format("Testing sample %s for target %s", name,
109 NewProjectWizardState state = new NewProjectWizardState(Mode.SAMPLE);
126 String.format("Unexpected exception when creating sample project %s " +
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 279 SAMPLE,
AMDGPUISelLowering.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
vertexdeclaration9.c 141 NINE_DECLUSAGE_CASE0(SAMPLE);
  /external/swiftshader/third_party/LLVM/projects/sample/
configure 3 # Generated by GNU Autoconf 2.60 for [SAMPLE] [x.xx].
560 PACKAGE_NAME='[SAMPLE]'
561 PACKAGE_TARNAME='--sample--'
563 PACKAGE_STRING='[SAMPLE] [x.xx]'
1114 \`configure' configures [SAMPLE] [x.xx] to adapt to many kinds of systems.
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp     [all...]
gl4cEnhancedLayoutsTests.hpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 838 NV50_IR_OPCODE_CASE(SAMPLE, TEX);
    [all...]

Completed in 350 milliseconds