HomeSort by relevance Sort by last modified time
    Searched full:fullname (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /external/chromium/chrome/browser/resources/options/
autofill_edit_address_overlay.js 274 this.setMultiValueList_('full-name-list', address['fullName']);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-gdb.1 327 .B \-fullname
arm-eabi-gdbtui.1 327 .B \-fullname
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-gdb.1 327 .B \-fullname
arm-linux-androideabi-gdbtui.1 327 .B \-fullname
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-gdb.1 327 .B \-fullname
arm-eabi-gdbtui.1 327 .B \-fullname
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-gdb.1 327 .B \-fullname
arm-linux-androideabi-gdbtui.1 327 .B \-fullname
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 469 final String fullName = mResources.getResourceName(R.configVarying.simple);
470 assertEquals(COM_ANDROID_CTS_STUB_IDENTIFIER, fullName);
  /external/doclava/src/com/google/doclava/
MethodInfo.java 362 result.append(param.type().fullName(typeVariables()));
701 params.append(pInfo.type().fullName());
  /external/smack/src/org/xbill/DNS/
Name.java 176 appendFromString(String fullName, byte [] array, int start, int n)
183 throw parseException(fullName, "Name too long");
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 312 string16 fullName = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileFullName);
323 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 116 elif [ -f $HOME/.fullname ]; then
117 ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 327 address.Set("fullName", list.release());
  /external/freetype/src/psaux/
afmparse.c 310 "FullName",
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 339 'FullName','GoFirst','GoLast','GridLineColor','GridLineWidth','GridLines'
  /external/icu4c/common/unicode/
locid.h 728 char* fullName;
779 return fullName;
  /external/libxml2/include/libxml/
parser.h 432 * @fullname: the attribute name
442 const xmlChar *fullname,
    [all...]
  /external/v8/tools/
ll_prof.py 106 def FullName(self):
799 code.FullName(), code.origin)
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 143 public AutoFillProfile(int uniqueId, String fullName, String email,
148 mFullName = fullName;
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 202 String fullName = getGlobalClassName(name);
203 AppConfigurationEntry entry = new AppConfigurationEntry(fullName,
206 return fullName;
    [all...]
  /external/libxml2/
xmlreader.c 637 * @fullname: The element name, including namespace prefix
643 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname,
649 printf("xmlTextReaderStartElement(%s)\n", fullname);
652 reader->startElement(ctx, fullname, atts);
665 * @fullname: The element name, including namespace prefix
670 xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) {
675 printf("xmlTextReaderEndElement(%s)\n", fullname);
678 reader->endElement(ctx, fullname);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 58 'namePerson' => 'fullname',

Completed in 886 milliseconds

1 2 3 45 6 7 8