HomeSort by relevance Sort by last modified time
    Searched defs:inName (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Trans.java 33 String inName = null;
41 inName = args[pos];
57 if (inText != null && inName != null) {
63 if (inName != null) {
64 in = new BufferedReader(new InputStreamReader(new FileInputStream(inName), "UTF8"));
  /external/python/cpython2/Mac/Modules/ibcarbon/
_IBCarbon.c 60 CFStringRef inName;
63 CFStringRefObj_Convert, &inName))
66 inName,
78 CFStringRef inName;
81 CFStringRefObj_Convert, &inName))
84 inName,
96 CFStringRef inName;
99 CFStringRefObj_Convert, &inName))
102 inName,
114 CFStringRef inName;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmltok_impl.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmltok_impl.c     [all...]
  /external/expat/lib/
xmltok_impl.c     [all...]
  /external/python/cpython2/Mac/Modules/launch/
_Launchmodule.c 317 CFStringRef inName;
323 OptCFStringRefObj_Convert, &inName))
327 inName,
449 PyDoc_STR("(OSType inCreator, CFStringRef inBundleID, CFStringRef inName) -> (FSRef outAppRef, CFURLRef outAppURL)")},
  /external/python/cpython2/Modules/expat/
xmltok_impl.c     [all...]
  /external/python/cpython3/Modules/expat/
xmltok_impl.c     [all...]
  /external/guice/lib/build/
munge.jar 
  /external/bzip2/
bzip2.c 205 Char inName [FILE_NAME_LEN];
540 progName, inName );
607 fprintf ( stderr, "%s: %s: ", progName, inName );
680 inName, outName
701 retVal = MY_STAT ( inName, &statBuf );
1147 copyFileName ( inName, (Char*)"(stdin)" );
1151 copyFileName ( inName, name );
1156 copyFileName ( inName, name );
1161 if ( srcMode != SM_I2O && containsDubiousChars ( inName ) ) {
1164 progName, inName );
    [all...]
  /external/python/cpython2/Mac/Modules/carbonevt/
_CarbonEvtmodule.c 184 OSType inName;
190 PyMac_GetOSType, &inName,
196 inName,
320 EventParamName inName;
325 if (!PyArg_ParseTuple(_args, "O&O&", PyMac_GetOSType, &inName, PyMac_GetOSType, &inType))
329 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, 0, &bufferSize, NULL);
337 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, bufferSize, NULL, buffer);
357 PyDoc_STR("(OSType inName, OSType inType, Buffer inDataPtr) -> None")},
    [all...]

Completed in 344 milliseconds