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

1 2

  /external/python/cpython2/Mac/Modules/
OSATerminology.c 22 FSSpec fss; local
29 if (!PyArg_ParseTuple(args, "O&|i", PyMac_GetFSSpec, &fss, &modeFlags))
45 &fss,
MacOS.c 307 FSSpec fss; local
310 if (!PyArg_ParseTuple(args, "O&", PyMac_GetFSSpec, &fss))
313 if ((err = FSpGetFInfo(&fss, &info)) != noErr) {
377 FSSpec fss; local
381 PyMac_GetFSSpec, &fss, PyMac_GetOSType, &creator, PyMac_GetOSType, &type))
384 if ((err = FSpGetFInfo(&fss, &info)) != noErr)
390 if ((err = FSpSetFInfo(&fss, &info)) != noErr)
Nav.c 307 FSSpec fss; local
348 if ((err=AEGetDescData(&desc, &fss, sizeof(FSSpec)))) {
353 rvitem = PyMac_BuildFSSpec(&fss);
  /external/deqp/external/openglcts/modules/gles31/
es31cSampleShadingTests.cpp 294 static char const* fss = "${VERSION_DECL}\n" local
305 specializeVersion(fss, m_glslVersion, m_sampler, m_outType).c_str()));
355 static char const* fss = "${VERSION_DECL}\n" local
369 specializeVersion(fss, m_glslVersion, m_sampler, m_outType).c_str()));
  /external/deqp/external/openglcts/modules/common/
glcSampleVariablesTests.cpp 128 static char const* fss = "${VERSION_DECL}\n" local
141 specializeVersion(fss, m_glslVersion).c_str()));
150 static char const* fss = "${VERSION_DECL}\n" local
166 specializeVersion(fss, m_glslVersion).c_str()));
342 static char const* fss = "${VERSION_DECL}\n" local
357 specializeVersion(fss, m_glslVersion, m_sampler, m_outType).c_str()));
406 static char const* fss = "${VERSION_DECL}\n" local
426 specializeVersion(fss, m_glslVersion, m_sampler, m_outType).c_str()));
649 static char const* fss = "${VERSION_DECL}\n" local
659 specializeVersion(fss, m_glslVersion).c_str()))
711 static char const* fss = "${VERSION_DECL}\\n" local
    [all...]
glcShaderMultisampleInterpolationTests.cpp 146 static char const* fss = "${VERSION_DECL}\n" local
157 specializeVersion(fss, m_glslVersion).c_str()));
166 static char const* fss = "${VERSION_DECL}\n" local
178 specializeVersion(fss, m_glslVersion).c_str()));
365 static char const* fss = "${VERSION_DECL}\n" local
383 specializeVersion(fss, m_glslVersion, m_sampler, m_outType, m_qualifier, m_assignment, m_condition)
437 static char const* fss = "${VERSION_DECL}\n" local
451 specializeVersion(fss, m_glslVersion, m_sampler, m_outType).c_str()));
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilitySampleVariablesTests.cpp 135 static char const* fss = "${VERSION_DECL}\n" local
148 specializeVersion(fss, m_glslVersion).c_str()));
157 static char const* fss = "${VERSION_DECL}\n" local
173 specializeVersion(fss, m_glslVersion).c_str()));
340 static char const* fss = "${VERSION_DECL}\n" local
355 specializeVersion(fss, m_glslVersion, m_sampler, m_outType).c_str()));
404 static char const* fss = "${VERSION_DECL}\n" local
424 specializeVersion(fss, m_glslVersion, m_sampler, m_outType).c_str()));
650 static char const* fss = "${VERSION_DECL}\n" local
660 specializeVersion(fss, m_glslVersion).c_str()))
712 static char const* fss = "${VERSION_DECL}\\n" local
    [all...]
  /art/test/710-varhandle-creation/src/
Main.java 47 final String fss = "Boo"; field in class:Main
148 vfss = MethodHandles.lookup().findVarHandle(Main.class, "fss", String.class);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingDescriptorSetRandomTests.cpp 742 std::stringstream fss; local
743 fss <<
756 programCollection.glslSources.add("test") << glu::FragmentSource(fss.str());
    [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 41 static FSSpec fss; local
47 *p_itself = &fss;
    [all...]
  /external/python/cpython2/Mac/Modules/file/
_Filemodule.c 118 _PyMac_GetFullPathname(FSSpec *fss, char *path, int len)
124 err = FSpMakeFSRef(fss, &fsr);
130 err = FSMakeFSSpec(fss->vRefNum, fss->parID,
145 tocopy = fss->name[0];
149 strncat(path, (char*)fss->name+1, tocopy);
3295 FSSpec fss; local
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 8366 FSSpec fss; local
11946 FSSpec fss; local
12055 FSSpec fss; local
12249 FSSpec fss; local
    [all...]
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 1489 milliseconds

1 2