/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
NPDeallocateCalledBeforeNPShutdown.cpp | 34 NPDeallocateCalledBeforeNPShutdown(NPP npp, const string& identifier) 35 : PluginTest(npp, identifier)
|
NPRuntimeCallsWithNullNPP.cpp | 30 NPRuntimeCallsWithNullNPP(NPP npp, const std::string& identifier) 31 : PluginTest(npp, identifier)
|
NPRuntimeObjectFromDestroyedPlugin.cpp | 32 NPRuntimeObjectFromDestroyedPlugin(NPP npp, const string& identifier) 33 : PluginTest(npp, identifier)
|
PassDifferentNPPStruct.cpp | 37 PassDifferentNPPStruct(NPP npp, const string& identifier) 38 : PluginTest(npp, identifier)
|
PluginScriptableObjectOverridesAllProperties.cpp | 35 PluginScriptableObjectOverridesAllProperties(NPP npp, const string& identifier) 36 : PluginTest(npp, identifier)
|
SlowNPPNew.cpp | 34 SlowNPPNew(NPP npp, const string& identifier) 35 : PluginTest(npp, identifier)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
ThreadIdentifierDataPthreads.cpp | 64 ThreadIdentifier ThreadIdentifierData::identifier() function in class:WTF::ThreadIdentifierData 74 ASSERT(!identifier());
|
/external/clang/test/Misc/ |
diag-macro-backtrace.c | 17 // CHECK: :15:1: error: expected identifier or '(' 56 // CHECK: error: expected identifier or '('
|
/external/clang/test/Modules/ |
auto-module-import.m | 24 double *sfo1 = sub_framework_other; // expected-error{{use of undeclared identifier 'sub_framework_other'}} 64 int getNoUmbrellaBPrivateFail() { return no_umbrella_B_private; } // expected-error{{use of undeclared identifier 'no_umbrella_B_private'; did you mean 'no_umbrella_A_private'?}}
|
/external/clang/test/SemaCXX/ |
namespace-alias.cpp | 86 KB::func(); // expected-error {{undeclared identifier 'KB'}} 87 KC::func(); // expected-error {{undeclared identifier 'KC'}}
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/ |
der_length_object_identifier.c | 15 ASN.1 DER, get length of Object Identifier, Tom St Denis 34 Gets length of DER encoding of Object Identifier
|
/external/icu4c/common/ |
patternprops.h | 70 * Tests whether the string contains a "pattern identifier", that is, 77 * Skips over a "pattern identifier" starting at index s.
|
/external/libnfc-nci/src/nfa/include/ |
nfa_hci_defs.h | 114 /* Host controller and DH Link management gate registry identifier */ 117 /* DH Identity management gate registry identifier */
|
/external/libppp/src/ |
ipv6cp.h | 46 u_char my_ifid[IPV6CP_IFIDLEN]; /* Local Interface Identifier */ 47 u_char his_ifid[IPV6CP_IFIDLEN]; /* Peer Interface Identifier */
|
/external/oprofile/daemon/ |
opd_perfmon.h | 28 typedef unsigned char pfm_uuid_t[16]; /* custom sampling buffer identifier type */ 63 unsigned long reg_smpl_eventid; /* opaque sampling event identifier */
|
/external/stlport/stlport/stl/config/ |
_dm.h | 40 Microsoft OMF format, which limits identifier length to about 512 bytes. 42 src/locale_catalog.cpp may exceed the maximum OMF identifier length.
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_defs.h | 20 u8 identifier; member in struct:eap_hdr 21 be16 length; /* including code and identifier; network byte order */
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CommandDetails.java | 103 // Container class to hold icon identifier value. 114 // Container class to hold item icon identifier list value.
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcUuid.h | 2 * @addtogroup MC_UUID mcUuid - Universally Unique Identifier. 39 /** Universally Unique Identifier (UUID) according to ISO/IEC 11578. */
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
notationgetpublicid.java | 32 * public identifier. The string "notation1File" should be 76 * @return uri identifier of test
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
documenttypesystemid01.java | 34 * The method getInternalSubset() returns the public identifier of the external subset. 79 * @return uri identifier of test
|
publicId01.java | 35 * the public identifier associated with the external subset. 76 * @return uri identifier of test
|
systemId01.java | 35 * the system identifier associated with the external subset. 77 * @return uri identifier of test
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 40 Microsoft OMF format, which limits identifier length to about 512 bytes. 42 src/locale_catalog.cpp may exceed the maximum OMF identifier length.
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
AsyncTaskExecutor.java | 43 * The identifier supplied is any Object that can be used to identify the task later. Most 47 <T> AsyncTask<T, ?, ?> submit(Object identifier, AsyncTask<T, ?, ?> task, T... params);
|