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

  /external/javassist/src/main/javassist/
CtNewClass.java 116 String pname2 = superclazz.getPackageName(); local
118 return pname2 == null;
120 return pname.equals(pname2);
  /external/chromium_org/third_party/sqlite/src/src/
build.c 645 ** pName1 and pName2. If the table name was fully qualified, for example:
649 ** Then pName1 is set to "xxx" and pName2 "yyy". On the other hand if
654 ** Then pName1 is set to "yyy" and pName2 is "".
657 ** pName2) that stores the unqualified table name. The index of the
663 Token *pName2, /* The "yyy" in the name "xxx.yyy" */
669 if( ALWAYS(pName2!=0) && pName2->n>0 ){
675 *pUnqual = pName2;
726 Token *pName2, /* Second part of the name of the table or view */
740 ** pName1 and pName2. If the table name was fully qualified, for example
    [all...]
analyze.c 438 void sqlite3Analyze(Parse *pParse, Token *pName1, Token *pName2){
454 assert( pName2!=0 || pName1==0 );
461 }else if( pName2->n==0 ){
479 iDb = sqlite3TwoPartName(pParse, pName1, pName2, &pTableName);
trigger.c 83 Token *pName2, /* The name of the trigger */
102 assert( pName2!=0 );
107 if( pName2->n>0 ){
115 iDb = sqlite3TwoPartName(pParse, pName1, pName2, &pName);
130 if( db->init.busy==0 && pName2->n==0 && pTab
    [all...]
vtab.c 268 Token *pName2, /* Name of new table or NULL */
275 sqlite3StartTable(pParse, pName1, pName2, 0, 0, 1, 0);
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 108 uint8_t* pName2,
119 uint8_t x2 = pName2[i];
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 108 uint8_t* pName2,
119 uint8_t x2 = pName2[i];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 817 WINBOOL WINAPI DnsNameCompare_A(LPSTR pName1,LPSTR pName2);
818 WINBOOL WINAPI DnsNameCompare_W(LPWSTR pName1,LPWSTR pName2);

Completed in 287 milliseconds