HomeSort by relevance Sort by last modified time
    Searched full:pname2 (Results 1 - 6 of 6) 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 648 ** pName1 and pName2. If the table name was fully qualified, for example:
652 ** Then pName1 is set to "xxx" and pName2 "yyy". On the other hand if
657 ** Then pName1 is set to "yyy" and pName2 is "".
660 ** pName2) that stores the unqualified table name. The index of the
666 Token *pName2, /* The "yyy" in the name "xxx.yyy" */
672 if( ALWAYS(pName2!=0) && pName2->n>0 ){
678 *pUnqual = pName2;
729 Token *pName2, /* Second part of the name of the table or view */
743 ** 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/omap4xxx/security/tf_daemon/
lib_manifest2.c 108 uint8_t* pName2,
119 uint8_t x2 = pName2[i];

Completed in 258 milliseconds