OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:partial
(Results
101 - 125
of
3925
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h
1
//ProgramStateTrait.h -
Partial
implementations of ProgramStateTrait -*- C++ -*-
10
// This file defines
partial
implementations of template specializations of
56
//
Partial
-specialization for ImmutableMap.
107
//
Partial
-specialization for ImmutableSet.
150
//
Partial
-specialization for ImmutableList.
189
//
Partial
specialization for bool.
202
//
Partial
specialization for unsigned.
215
//
Partial
specialization for void*.
228
//
Partial
specialization for const void *.
/external/chromium_org/ash/wm/
partial_screenshot_view.h
19
// The view of taking
partial
screenshot, i.e.: drawing region
24
// Starts the UI for taking
partial
screenshot; dragging to select a region.
40
// Initializes
partial
screenshot UI widget for |root_window|.
/frameworks/opt/bitmap/src/com/android/bitmap/util/
RectUtils.java
27
* given by the orientation. Transform the upright
partial
rectangle such that it would apply
32
* transformed full and
partial
rectangles will be in this orientation's
35
* @param partialRect The upright
partial
rectangle. This rectangle will be modified.
/libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java
45
* needs a second review phase to find out if the sum of all
partial
tests
49
PARTIAL
,
54
* implement. This level is positioned somewhere between {@code
PARTIAL
}
/device/asus/deb/self-extractors/root/
device-vendor.mk
15
LOCAL_STEM := deb/device-
partial
.mk
/device/asus/flo/self-extractors/root/
device-vendor.mk
15
LOCAL_STEM := flo/device-
partial
.mk
/device/lge/hammerhead/self-extractors/root/
device-vendor.mk
18
LOCAL_STEM := hammerhead/device-
partial
.mk
/device/lge/mako/self-extractors/root/
device-vendor.mk
15
LOCAL_STEM := mako/device-
partial
.mk
/device/moto/shamu/self-extractors/root/
device-vendor.mk
15
LOCAL_STEM := shamu/device-
partial
.mk
/device/samsung/manta/self-extractors/root/
device-vendor.mk
15
LOCAL_STEM := manta/device-
partial
.mk
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
SignerWithRecovery.java
20
* @return full/
partial
message, null if nothing.
/external/chromium_org/ash/
screenshot_delegate.h
27
// The actual task of taking a
partial
screenshot for the given
/external/chromium_org/build/
intsafe_workaround.h
12
// code in third_party that has
partial
versions of stdint types that conflict.
/external/chromium_org/cc/trees/
layer_tree_host_single_thread_client.h
19
//
partial
). After DidPostSwapBuffers(), exactly one of
/external/chromium_org/chrome/common/extensions/docs/server2/
permissions_data_source_test.py
53
'
partial
': 'permissions/host_permissions.html',
55
# A custom '
partial
' here overrides the default
partial
.
57
'
partial
': 'permissions/active_tab.html'
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
HTMLMediaElementEncryptedMedia.idl
5
partial
interface HTMLMediaElement {
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.idl
22
]
partial
interface Navigator {
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
NavigatorGeolocation.idl
20
partial
interface Navigator {
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorMediaStream.idl
22
]
partial
interface Navigator {
/external/chromium_org/third_party/WebKit/Source/modules/quota/
WorkerNavigatorStorageQuota.idl
20
partial
interface WorkerNavigator {
/external/chromium_org/third_party/skia/src/utils/
SkMatrix22.h
26
* but has better numerical stability by using (
partial
) hypot,
/external/chromium_org/tools/gyp/test/win/
gyptest-cl-runtime-checks.py
27
# TODO(scottmg): There are other less frequently used/
partial
options, but
/external/chromium_org/tools/stats_viewer/
OpenDialog.cs
15
public
partial
class OpenDialog : Form
/external/clang/test/Parser/
cxx-attributes.cpp
11
template <typename S> void X<S>::f() __attribute__((locks_excluded())); // expected-error{{nested name specifier 'X<S>::' for declaration does not refer into a class, class template or class template
partial
specialization}} \
/external/clang/test/SemaTemplate/
qualified-id.cpp
54
class Outer2<V>::Inner; // expected-error{{nested name specifier 'Outer2<V>::' for declaration does not refer into a class, class template or class template
partial
specialization}}
Completed in 765 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>