OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:This
(Results
1 - 25
of
3498
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/cachegrind/tests/
dlclose.stdout.exp
0
This
is myprint!
/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/
empty.s
0
#
This
file intentionally left blank.
/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
4
// expected-warning@+2 {{
This
file is deprecated.}}
6
#warning
This
file is deprecated.
/external/eigen/failtest/
failtest_sanity_check.cpp
2
This
is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
/external/chromium_org/tools/idl_parser/test_parser/
inline_ppapi.idl
2
Use of
this
source code is governed by a BSD-style license that can be
11
This
comment signals that a node of type <Type> is created with the
15
This
comment signals that a error of <Error String> is generated. The error
19
This
comment signals that a property has been set on the Node such that
28
This
comment signals that a tree of nodes matching the BUILD comment
29
symatics should exist.
This
is an exact match.
37
This
is my block of C code
44
This
is my block of CC code
/external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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
;
/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
;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8LocationCustom.cpp
9
* notice,
this
list of conditions and the following disclaimer.
11
* copyright notice,
this
list of conditions and the following disclaimer
16
*
this
software without specific prior written permission.
18
*
THIS
SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28
* OF
THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
// Just return the
this
object the way the normal valueOf function
43
v8SetReturnValue(info, info.
This
());
/external/clang/include/clang/Basic/
ABI.h
5
//
This
file is distributed under the University of Illinois Open Source
67
/// \brief A \c
this
pointer adjustment.
97
/// \brief The \c
this
pointer adjustment as well as an optional return
100
/// \brief The \c
this
pointer adjustment.
101
ThisAdjustment
This
;
108
ThunkInfo(const ThisAdjustment &
This
, const ReturnAdjustment &Return)
109
:
This
(
This
), Return(Return) { }
112
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.
/external/chromium-libpac/test/js-unittest/
no_entrypoint.js
1
var x = "
This
is an invalid PAC script because it lacks a " +