HomeSort by relevance Sort by last modified time
    Searched full:prefixed (Results 76 - 100 of 1108) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2.java 61 * @param qName The XML qualified (prefixed) name.
125 * @param qName The XML qualified (prefixed) name.
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 473 * @param qName The qualified (prefixed) name.
603 * @param qName The qualified (prefixed) name.
728 * Process a qualified (prefixed) name.
734 * @param qName The qualified (prefixed) name.
925 * Return the qualified (prefixed) name of the specified attribute.
975 * Look up an attribute index by qualified (prefixed) name.
1007 * Look up the type of an attribute by qualified (prefixed) name.
1032 * Look up the value of an attribute by qualified (prefixed) name.
AttributesImpl.java 136 * Return an attribute's qualified (prefixed) name.
214 * Look up an attribute's index by qualified (prefixed) name.
255 * Look up an attribute's type by qualified (prefixed) name.
297 * Look up an attribute's value by qualified (prefixed) name.
377 * @param qName The qualified (prefixed) name, or the empty string
XMLReaderAdapter.java 323 * @param qName The qualified (prefixed) name.
345 * @param qName The qualified (prefixed) name.
477 * Return the qualified (prefixed) name of an attribute by position.
513 * Return the type of an attribute by qualified (prefixed) name.
525 * Return the value of an attribute by qualified (prefixed) name.
  /external/opencv3/modules/viz/src/
vizcore.cpp 146 String prefixed = output + " - ";
147 if (window_name.substr(0, prefixed.length()) == prefixed)
150 output = prefixed + window_name; // Doesn't have prefix
152 output = (window_name == "" ? output : prefixed + window_name);
  /prebuilts/go/darwin-x86/src/cmd/go/
vendor_test.go 115 // The diff shows common lines prefixed by a tab, lines present only in haveText
116 // prefixed by "unexpected: ", and lines present only in wantText prefixed by "missing: ".
  /prebuilts/go/linux-x86/src/cmd/go/
vendor_test.go 115 // The diff shows common lines prefixed by a tab, lines present only in haveText
116 // prefixed by "unexpected: ", and lines present only in wantText prefixed by "missing: ".
  /dalvik/dexgen/src/com/android/dexgen/util/
IndentingWriter.java 25 * optionally-prefixed output to its subordinate. When lines are
  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 25 * optionally-prefixed output to its subordinate. When lines are
  /dalvik/libdex/
DexCatch.h 36 * It's not 0 because the handlers list is prefixed with its size
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 60 * stored as global symbols with equivalent function name but prefixed with
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 61 * code below. The EGL-prefixed versions of Native*Type are the same
  /external/bison/lib/
progname.c 41 /* libtool creates a temporary executable whose name is sometimes prefixed
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
grantip.py 16 ``username`` or ``roles`` may be None. Roles may also be prefixed
  /external/curl/docs/libcurl/
curl_mprintf.3 102 then as curlx_-prefixed functions. See lib/README.curlx for further details.
libcurl-share.3 30 All functions in the share interface are prefixed with curl_share.
  /external/curl/docs/libcurl/opts/
CURLOPT_PROXY.3 40 The proxy string may be prefixed with [scheme]:// to specify which kind of
CURLOPT_RESOLVE.3 53 \&"-HOST:PORT". The host name must be prefixed with a dash, and the host name
  /external/dexmaker/src/dx/java/com/android/dx/util/
IndentingWriter.java 25 * optionally-prefixed output to its subordinate. When lines are
  /external/e2fsprogs/lib/ss/
ct_c.sed 54 # Dispatch based on the keyword.... illegal keywords are prefixed by ERROR:
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 63 String SORT = "sort"; // comma-separated list of ('+'/'-'-prefixed column names)
  /external/expat/tests/
xmltest.sh 14 # output differs are prefixed with "Output differs:", and a diff file
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
_AbstractCommandHandlerTest.java 30 * Tests for the AbstractCommandHandler class. The class name is prefixed with an
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 30 * from Properties whose names are prefixed with the consumer's name. For
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
Platform.java 122 * Returns the concatenation of 8-bit, length prefixed protocol names.

Completed in 798 milliseconds

1 2 34 5 6 7 8 91011>>