HomeSort by relevance Sort by last modified time
    Searched full:mypath (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ures_cnv.c 28 ures_openU(const UChar *myPath,
39 if(myPath==NULL) {
43 length=u_strlen(myPath);
47 } else if(uprv_isInvariantUString(myPath, length)) {
52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
uresbund.c     [all...]
  /external/icu4c/common/
ures_cnv.c 28 ures_openU(const UChar *myPath,
39 if(myPath==NULL) {
43 length=u_strlen(myPath);
47 } else if(uprv_isInvariantUString(myPath, length)) {
52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
uresbund.cpp     [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
svg-deep-clone-to-new-doc.html 44 <path id="MyPath" d="M 100 200 C 200 100 300 0 400 100 C 500 200 600 300 700 200 C 800 100 900 100 900 100" fill="none" stroke="red" />
46 <textpath xlink:href="#MyPath"> Look mom, SVG in HTML! </textpath>
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureTest.java 92 Path myPath = new Path();
93 Path generatedPath = mGesture.toPath(myPath);
95 assertTrue(myPath == generatedPath);
  /external/oprofile/libopagent/
opagent.c 81 char mypath[MAX_PATHLENGTH]; local
83 len = readlink("/proc/self/exe", mypath, sizeof(mypath));
95 mypath[len] = '\0';
98 bfd = bfd_openr(mypath, NULL);
  /external/stlport/test/unit/
string_test.cpp 1127 class mypath class
1130 mypath( const string& s ) : function in class:mypath
1134 const mypath& operator / ( const string& );
1142 const mypath& mypath::operator /( const string& s )
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" );
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 1127 class mypath class
1130 mypath( const string& s ) : function in class:mypath
1134 const mypath& operator / ( const string& );
1142 const mypath& mypath::operator /( const string& s )
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" );
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 1127 class mypath class
1130 mypath( const string& s ) : function in class:mypath
1134 const mypath& operator / ( const string& );
1142 const mypath& mypath::operator /( const string& s )
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" );
    [all...]

Completed in 1680 milliseconds