HomeSort by relevance Sort by last modified time
    Searched refs:ext (Results 276 - 300 of 376) sorted by null

<<111213141516

  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 324 AsciiSliceExt *ext = new AsciiSliceExt(parent, start, end);
325 Local<String> string = String::NewExternal(ext);
  /bionic/libc/private/
resolv_private.h 184 struct __res_state_ext *ext; /* extention for IPv6 */ member in struct:__res_state::__anon523::__anon524
  /cts/apps/CtsVerifier/arduino-helper/
Makefile 196 $(COFFCONVERT) -O coff-ext-avr $(OUT_DIR)/$(TARGET).elf $(TARGET).cof
  /external/chromium/base/
base_main.scons 185 base, ext = os.path.splitext(str(file))
186 if ext in non_compilable_suffixes[env['TARGET_PLATFORM']]:
file_path_unittest.cc 716 { FPL("C:\\a\\b\\c.ext"), FPL(".ext") },
726 { FPL("/foo/bar/baz.ext"), FPL(".ext") },
736 { FPL("./foo.ext"), FPL(".ext") },
    [all...]
  /external/chromium/net/
net_main.scons 203 base, ext = os.path.splitext(str(file))
204 if ext in non_compilable_suffixes[env['TARGET_PLATFORM']]:
  /external/chromium/sdch/
sdch_main.scons 172 base, ext = os.path.splitext(str(file))
173 if ext in non_compilable_suffixes[env['TARGET_PLATFORM']]:
  /external/chromium/third_party/icu/
icu_main.scons 174 base, ext = os.path.splitext(str(file))
175 if ext in non_compilable_suffixes[env['TARGET_PLATFORM']]:
  /external/chromium/third_party/libevent/
libevent_main.scons 172 base, ext = os.path.splitext(str(file))
173 if ext in non_compilable_suffixes[env['TARGET_PLATFORM']]:
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 172 base, ext = os.path.splitext(str(file))
173 if ext in non_compilable_suffixes[env['TARGET_PLATFORM']]:
  /external/chromium/third_party/zlib/
zlib_main.scons 172 base, ext = os.path.splitext(str(file))
173 if ext in non_compilable_suffixes[env['TARGET_PLATFORM']]:
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 30 #include <ext/hash_map>
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 25 import org.xml.sax.ext.LexicalHandler;
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 35 import org.xml.sax.ext.LexicalHandler;
138 * @see org.xml.sax.ext.DeclHandler#attributeDecl(String, String, String, String, String)
151 * @see org.xml.sax.ext.DeclHandler#elementDecl(String, String)
158 * @see org.xml.sax.ext.DeclHandler#externalEntityDecl(String, String, String)
166 * @see org.xml.sax.ext.DeclHandler#internalEntityDecl(String, String)
399 * @see org.xml.sax.ext.LexicalHandler#comment(char[], int, int)
412 * @see org.xml.sax.ext.LexicalHandler#endCDATA()
440 * @see org.xml.sax.ext.LexicalHandler#endDTD()
449 * @see org.xml.sax.ext.LexicalHandler#startEntity(String)
TreeWalker.java 36 import org.xml.sax.ext.LexicalHandler;
  /libcore/luni/src/main/java/org/apache/xml/utils/
DOMBuilder.java 39 import org.xml.sax.ext.LexicalHandler;
528 * @see org.xml.sax.ext.DeclHandler#internalEntityDecl
529 * @see org.xml.sax.ext.DeclHandler#externalEntityDecl
TreeWalker.java 35 import org.xml.sax.ext.LexicalHandler;
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XString.java 218 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
    [all...]
XStringForFSB.java 196 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
  /build/tools/releasetools/
common.py 686 ext = os.path.splitext(tf.name)[1]
687 diff_program = DIFF_PROGRAM_BY_EXT.get(ext, "bsdiff")
692 ext = os.path.splitext(tf.name)[1]
  /external/v8/src/ia32/
assembler-ia32.h 198 inline explicit Immediate(const ExternalReference& ext);
265 static Operand StaticVariable(const ExternalReference& ext) {
266 return Operand(reinterpret_cast<int32_t>(ext.address()),
  /frameworks/base/
Android.mk 205 LOCAL_JAVA_LIBRARIES := bouncycastle core core-junit ext
359 ext \
607 # Build ext.jar
625 LOCAL_MODULE := ext
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 734 Intent intent, int rc, String data, Bundle ext, boolean ord,
738 if (ext != null) line = line + ", extras: " + ext;
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 37 import org.xml.sax.ext.LexicalHandler;
64 implements DTM, org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
386 public org.xml.sax.ext.DeclHandler getDeclHandler()
    [all...]
  /sdk/emulator/qtools/
trace_reader.cpp 30 static char *CreateTracePath(const char *filename, const char *ext)
60 // Create space for the pathname: "/dir/basename/qtrace.ext"
61 // The "ext" string already contains the dot, so just add a byte
63 path_len = dir_len + base_len + qtrace_len + strlen(ext) + 1;
70 strcat(fname, ext);
    [all...]

Completed in 650 milliseconds

<<111213141516