HomeSort by relevance Sort by last modified time
    Searched refs:LocalName (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 38 WCHAR *LocalName;
bits2_0.h 83 virtual HRESULT WINAPI AddFileWithRanges(LPCWSTR RemoteUrl,LPCWSTR LocalName,DWORD RangeCount,BG_FILE_RANGE Ranges[]) = 0;
94 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob3 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
134 HRESULT (WINAPI *AddFileWithRanges)(IBackgroundCopyJob3 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName,DWORD RangeCount,BG_FILE_RANGE Ranges[]);
147 #define IBackgroundCopyJob3_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl -> AddFile(This,RemoteUrl,LocalName)
187 #define IBackgroundCopyJob3_AddFileWithRanges(This,RemoteUrl,LocalName,RangeCount,Ranges) (This)->lpVtbl -> AddFileWithRanges(This,RemoteUrl,LocalName,RangeCount,Ranges)
194 HRESULT WINAPI IBackgroundCopyJob3_AddFileWithRanges_Proxy(IBackgroundCopyJob3 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName,DWORD RangeCount,BG_FILE_RANGE Ranges[]);
bits1_5.h 112 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob2 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
161 #define IBackgroundCopyJob2_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUrl,LocalName)
bits.h 257 LPWSTR LocalName;
298 virtual HRESULT WINAPI AddFile(LPCWSTR RemoteUrl,LPCWSTR LocalName) = 0;
337 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
378 #define IBackgroundCopyJob_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUrl,LocalName)
413 HRESULT WINAPI IBackgroundCopyJob_AddFile_Proxy(IBackgroundCopyJob *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
LocalName.java 26 public final class LocalName extends DOMTestCase {
60 String localName;
66 localName = addrAttr.getLocalName();
67 assertEquals("localName", "domestic", localName);
72 String localName;
75 localName = createdNode.getLocalName();
76 assertNull("localNameNull", localName);
83 String localName;
88 localName = textNode.getLocalName()
    [all...]
  /external/libxml2/python/
drv_libxml2.py 190 _d(reader.LocalName()))
209 _d(reader.LocalName()))
236 (_d(reader.NamespaceUri()),_d(reader.LocalName())),
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 470 std::string LocalName = "$$__fn_local_" + Name;
488 AsmText += "la $$25, " + LocalName + "\n";
493 AsmText += LocalName + " = " + Name + "\n";
  /external/libxml2/python/tests/
reader.py 260 reader.LocalName() != "xmlns" or reader.Name() != "xmlns" or \
277 reader.LocalName() != "prefix" or reader.Name() != "xmlns:prefix" or \
  /external/v8/src/ast/
scopeinfo.cc 419 String* ScopeInfo::LocalName(int var) {
479 Handle<String> name(LocalName(var));
  /external/v8/src/runtime/
runtime-debug.cc 552 locals->set(local * 2, scope_info->LocalName(i));
562 Handle<String> name(scope_info->LocalName(i));
    [all...]
  /external/dng_sdk/source/
dng_negative.h 868 /// Setter for LocalName.
875 /// Getter for LocalName.
877 const dng_string & LocalName () const
    [all...]
dng_image_writer.cpp     [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 1247 milliseconds