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

1 2

  /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) {
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_sample/
Makefile 51 TARGETNAME = libOMX.TI.DUCATI1.MISC.SAMPLE.so
  /hardware/ti/omap4-aah/domx/test/sample_proxy/
Makefile 86 SH_LIBS = pthread dl omx_core OMX.TI.DUCATI1.MISC.SAMPLE domx mm_osal timemmgr
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/
Makefile 51 TARGETNAME = libOMX.TI.DUCATI1.MISC.SAMPLE.so
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
Makefile 86 SH_LIBS = pthread dl omx_core OMX.TI.DUCATI1.MISC.SAMPLE domx mm_osal timemmgr
  /external/pixman/pixman/
pixman-filter.c 192 #define SAMPLE(a1, a2) \
199 s = SAMPLE (x1, x2);
206 s += 2 * SAMPLE (a1, a2);
209 s += 4 * SAMPLE (a1, a2);
212 s += SAMPLE (x1 + width, x2 + width);
221 pixman_kernel_t sample,
230 size = scale * filters[sample].width + filters[reconstruct].width;
246 /* Sample convolution of reconstruction and sampling
248 * and sample positions.
260 double slow = pos - scale * filters[sample].width / 2.0
    [all...]
  /external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/
SocketTunnelServerTest.java 160 byte[] sample = "Sample".getBytes();
162 socket.getOutputStream().write(sample);
166 ByteBuffer result = receiveData(CONNECTION_ID, sample.length);
167 Assert.assertEquals(ByteBuffer.wrap(sample), result);
243 private static final byte[] SAMPLE = "Sample".getBytes();
251 mDataChannelMock.notifyMessage(buildDataPacket(CONNECTION_ID, SAMPLE));
253 byte[] result = new byte[SAMPLE.length];
255 while (read < SAMPLE.length)
    [all...]
  /external/oprofile/libop/
op_xml_out.h 40 SUMMARY, SAMPLE,
  /hardware/ti/omap4-aah/
omap4.mk 26 libOMX.TI.DUCATI1.MISC.SAMPLE \
  /hardware/ti/omap4xxx/
omap4.mk 26 libOMX.TI.DUCATI1.MISC.SAMPLE \
  /hardware/ti/omap4-aah/domx/omx_proxy_component/
Android.mk 43 # libOMX.TI.DUCATI1.MISC.SAMPLE
67 LOCAL_MODULE:= libOMX.TI.DUCATI1.MISC.SAMPLE
  /hardware/ti/omap4xxx/domx/omx_proxy_component/
Android.mk 35 # libOMX.TI.DUCATI1.MISC.SAMPLE
59 LOCAL_MODULE:= libOMX.TI.DUCATI1.MISC.SAMPLE
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 171 OP13(SAMPLE)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 171 OP13(SAMPLE)
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 216 SAMPLE,
SIISelLowering.cpp 693 return LowerSampleIntrinsic(AMDGPUISD::SAMPLE, Op, DAG);
    [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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 547 NV50_IR_OPCODE_CASE(SAMPLE, TEX);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 547 NV50_IR_OPCODE_CASE(SAMPLE, TEX);
    [all...]

Completed in 871 milliseconds

1 2