HomeSort by relevance Sort by last modified time
    Searched refs:This (Results 1 - 25 of 3469) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/cachegrind/tests/
dlclose.stdout.exp 0 This is myprint!
  /external/clang/test/PCH/
pth.c 4 #error This is the only diagnostic
6 // CHECK: This is the only diagnostic
  /external/clang/test/SemaCXX/
warn-deprecated-header.cpp 5 #warning This file is deprecated. // expected-warning {{This file is deprecated.}}
  /external/webkit/LayoutTests/http/tests/appcache/resources/
uncacheable-resource.php 2 # This resource won't be cached by network layer, but will be cached by appcache.
  /external/icu4c/common/
udatamem.c 26 U_CFUNC void UDataMemory_init(UDataMemory *This) {
27 uprv_memset(This, 0, sizeof(UDataMemory));
28 This->length=-1;
40 UDataMemory *This;
45 This = uprv_malloc(sizeof(UDataMemory));
46 if (This == NULL) {
49 UDataMemory_init(This);
50 This->heapAllocated = TRUE;
52 return This;
65 TODO: Fix this once the compiler implements this feature. Keep in sync with genccode.
    [all...]
udatamem.h 28 const DataHeader *pHeader; /* Header of the memory being described by this */
32 UBool heapAllocated; /* True if this UDataMemory Object is on the */
47 U_CFUNC void UDataMemory_init (UDataMemory *This);
48 U_CFUNC UBool UDataMemory_isLoaded(const UDataMemory *This);
49 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr);
  /external/icu4c/i18n/
uspoof_build.cpp 71 SpoofImpl *This = new SpoofImpl(newSpoofData, *status);
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
78 delete This;
79 This = NULL;
81 return (USpoofChecker *)This;
repattrn.cpp 36 // Init all of this instances data.
43 // Copy Constructor Note: This is a rather inefficient implementation,
49 *this = other;
60 if (this == &other) {
62 return *this;
81 return *this;
115 return *this;
119 return *this;
131 return *this;
186 // zap Delete everything owned by this RegexPattern
    [all...]
  /external/clang/include/clang/Basic/
ABI.h 5 // This file is distributed under the University of Illinois Open Source
66 /// ThisAdjustment - A 'this' pointer adjustment.
96 /// ThunkInfo - The 'this' pointer adjustment as well as an optional return
99 /// This - The 'this' pointer adjustment.
100 ThisAdjustment This;
107 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return)
108 : This(This), Return(Return) { }
111 return LHS.This == RHS.This && LHS.Return == RHS.Return
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
no_entrypoint.js 1 var x = "This is an invalid PAC script because it lacks a " +
unhandled_exception.js 2 // This will throw a runtime exception.
binding_from_global.js 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
  /external/webkit/Source/WebCore/manual-tests/
timeout-test.php 3 ?>This content took 10m10s to deliver. Congratulations, you didn't time out!
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
asoundlib.h 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
normalize-with-cdata.js 8 'This is some text before the CDATA' +
9 '<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>' +
10 'This is some text after the CDATA' +
15 shouldBe('serializer.serializeToString(xmlChunk)', '"<foo>This is some text before the CDATA<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>This is some text after the CDATA</foo>"');
19 shouldBe('serializer.serializeToString(xmlChunk)', '"<foo>This is some text before the CDATA<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>This is some text after the CDATA</foo>"');
  /frameworks/base/tests/SmokeTest/
Android.mk 6 # This builds "SmokeTestApp"
15 # This builds "SmokeTest"
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Links-in-Headers.text 16 This time underlined
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
19 // a copy of the GCC Runtime Library Exception along with this program;
24 * This is a Standard C++ Library header.
31 #error This file requires compiler and library support for the upcoming \
32 ISO C++ standard, C++0x. This support is currently experimental, and must be \
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
19 // a copy of the GCC Runtime Library Exception along with this program;
24 * This is a Standard C++ Library header.
31 #error This file requires compiler and library support for the upcoming \
32 ISO C++ standard, C++0x. This support is currently experimental, and must be \
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
19 // a copy of the GCC Runtime Library Exception along with this program;
24 * This is a Standard C++ Library header.
31 #error This file requires compiler and library support for the upcoming \
32 ISO C++ standard, C++0x. This support is currently experimental, and must be \
  /frameworks/base/core/jni/
android_text_format_Time.cpp 5 ** you may not use this file except in compliance with the License.
97 #define ACQUIRE_TIMEZONE(This, t) \
98 jstring timezoneString_##This \
99 = (jstring) env->GetObjectField(This, g_timezoneField); \
100 t.timezone = env->GetStringUTFChars(timezoneString_##This, NULL);
102 #define RELEASE_TIMEZONE(This, t) \
103 env->ReleaseStringUTFChars(timezoneString_##This, t.timezone);
108 static jlong android_text_format_Time_normalize(JNIEnv* env, jobject This,
112 if (!java2time(env, &t, This)) return 0L;
113 ACQUIRE_TIMEZONE(This, t
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 10 # notice, this list of conditions and the following disclaimer.
12 # copyright notice, this list of conditions and the following disclaimer
17 # this software without specific prior written permission.
19 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 # Since $patch has no "Index:" path, passing this to runPatchCommand
55 # This file should not exist after the tests, but we take care with the
64 +This is a test file for WebKitTools/Scripts/VCSUtils_unittest.pl.
65 +This file should not have gotten created on your system.
  /ndk/tests/build/prebuild-stlport/jni/
Application.mk 2 # This can be overriden by build/tools/rebuild-stlport.sh though
  /ndk/tests/device/multi-static-instances/jni/
Application.mk 3 # This is a trick to allow use to build three executables
  /external/valgrind/main/drd/tests/
tc15_laog_lockdel.stderr.exp 3 Try order 2 -> 1. This gives an error.
4 Free 2 and re-allocate it. This gives it a new identity,

Completed in 717 milliseconds

1 2 3 4 5 6 7 8 91011>>