OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unwrap
(Results
1 - 25
of
26
) sorted by null
1
2
/external/webrtc/webrtc/modules/
module_common_types_unittest.cc
128
EXPECT_EQ(0, unwrapper.
Unwrap
(0));
129
EXPECT_EQ(0x8000, unwrapper.
Unwrap
(0x8000));
131
EXPECT_EQ(0x0, unwrapper.
Unwrap
(0x0000));
133
EXPECT_EQ(0x8000, unwrapper.
Unwrap
(0x8000));
134
EXPECT_EQ(0xFFFF, unwrapper.
Unwrap
(0xFFFF));
135
EXPECT_EQ(0x10000, unwrapper.
Unwrap
(0x0000));
136
EXPECT_EQ(0xFFFF, unwrapper.
Unwrap
(0xFFFF));
137
EXPECT_EQ(0x8000, unwrapper.
Unwrap
(0x8000));
138
EXPECT_EQ(0, unwrapper.
Unwrap
(0));
141
EXPECT_EQ(0xFFFF, unwrapper.
Unwrap
(0xFFFF))
[
all
...]
/external/skia/experimental/SkV8Example/
DrawingMethods.cpp
18
DrawingMethods* DrawingMethods::
Unwrap
(v8::Handle<v8::Object> obj) {
26
DrawingMethods* drawingMethods =
Unwrap
(args.This());
36
DrawingMethods* drawingMethods =
Unwrap
(args.This());
46
DrawingMethods* drawingMethods =
Unwrap
(args.This());
63
DrawingMethods* drawingMethods =
Unwrap
(args.This());
81
DrawingMethods* drawingMethods =
Unwrap
(args.This());
91
DrawingMethods* drawingMethods =
Unwrap
(args.This());
123
DrawingMethods* drawingMethods =
Unwrap
(info.This());
136
DrawingMethods* drawingMethods =
Unwrap
(info.This());
Path2DBuilder.cpp
64
Path2DBuilder* Path2DBuilder::
Unwrap
(const v8::FunctionCallbackInfo<v8::Value>& args) {
72
Path2DBuilder* path =
Unwrap
(args);
85
Path2DBuilder* path =
Unwrap
(args);
98
Path2DBuilder* path =
Unwrap
(args);
113
Path2DBuilder* path =
Unwrap
(args);
134
Path2DBuilder* path =
Unwrap
(args);
167
Path2DBuilder* path =
Unwrap
(args);
197
Path2DBuilder* path =
Unwrap
(args);
216
Path2DBuilder* path =
Unwrap
(args);
239
Path2DBuilder* path =
Unwrap
(args)
[
all
...]
DrawingMethods.h
36
static DrawingMethods*
Unwrap
(v8::Handle<v8::Object> obj);
Path2DBuilder.h
48
static Path2DBuilder*
Unwrap
(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/webrtc/webrtc/base/
timeutils_unittest.cc
155
TEST_F(TimestampWrapAroundHandlerTest,
Unwrap
) {
158
EXPECT_EQ(ts, wraparound_handler_.
Unwrap
(ts));
161
EXPECT_EQ(unwrapped_ts, wraparound_handler_.
Unwrap
(ts));
164
EXPECT_EQ(unwrapped_ts, wraparound_handler_.
Unwrap
(ts));
167
EXPECT_EQ(unwrapped_ts, wraparound_handler_.
Unwrap
(ts));
timeutils.h
90
int64_t
Unwrap
(uint32_t ts);
timeutils.cc
196
int64_t TimestampWrapAroundHandler::
Unwrap
(uint32_t ts) {
/external/libchrome/base/
bind_helpers.h
456
//
Unwrap
the stored parameters for the wrappers above.
460
static ForwardType
Unwrap
(const T& o) { return o; }
466
static ForwardType
Unwrap
(UnretainedWrapper<T> unretained) {
474
static ForwardType
Unwrap
(ConstRefWrapper<T> const_ref) {
482
static ForwardType
Unwrap
(const scoped_refptr<T>& o) { return o.get(); }
488
static ForwardType
Unwrap
(const WeakPtr<T>& o) { return o; }
494
static ForwardType
Unwrap
(const OwnedWrapper<T>& o) {
502
static T
Unwrap
(PassedWrapper<T>& o) {
tuple.h
252
(obj->*method)(base::internal::UnwrapTraits<Ts>::
Unwrap
(get<Ns>(arg))...);
268
(*function)(base::internal::UnwrapTraits<Ts>::
Unwrap
(get<Ns>(arg))...);
290
(obj->*method)(base::internal::UnwrapTraits<InTs>::
Unwrap
(get<InNs>(in))...,
bind_internal.h
349
Unwrappers::
Unwrap
(get<bound_indices>(storage->bound_args_))...,
/external/libweave/third_party/chromium/base/
bind_helpers.h
395
//
Unwrap
the stored parameters for the wrappers above.
399
static ForwardType
Unwrap
(const T& o) { return o; }
405
static ForwardType
Unwrap
(UnretainedWrapper<T> unretained) {
413
static ForwardType
Unwrap
(ConstRefWrapper<T> const_ref) {
421
static ForwardType
Unwrap
(const scoped_refptr<T>& o) { return o.get(); }
427
static ForwardType
Unwrap
(const WeakPtr<T>& o) { return o; }
433
static ForwardType
Unwrap
(const OwnedWrapper<T>& o) {
441
static T
Unwrap
(PassedWrapper<T>& o) {
tuple.h
252
(obj->*method)(base::internal::UnwrapTraits<Ts>::
Unwrap
(get<Ns>(arg))...);
268
(*function)(base::internal::UnwrapTraits<Ts>::
Unwrap
(get<Ns>(arg))...);
290
(obj->*method)(base::internal::UnwrapTraits<InTs>::
Unwrap
(get<InNs>(in))...,
bind_internal.h
349
Unwrappers::
Unwrap
(get<bound_indices>(storage->bound_args_))...,
/external/llvm/include/llvm/IR/
ValueMap.h
234
KeyT
Unwrap
() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
243
Config::onDelete(Copy.Map->Data, Copy.
Unwrap
()); // May destroy *this.
258
Config::onRAUW(Copy.Map->Data, Copy.
Unwrap
(), typed_new_key);
283
return DenseMapInfo<KeyT>::getHashValue(Val.
Unwrap
());
322
ValueTypeProxy Result = {I->first.
Unwrap
(), I->second};
372
ValueTypeProxy Result = {I->first.
Unwrap
(), I->second};
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback.h
75
int64_t
Unwrap
(uint16_t sequence_number);
transport_feedback.cc
283
//
Unwrap
to a larger type, for easier handling of wraps.
284
int64_t TransportFeedback::
Unwrap
(uint16_t sequence_number) {
332
int64_t seq =
Unwrap
(sequence_number);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_estimator_proxy.cc
104
int64_t seq = unwrapper_.
Unwrap
(sequence_number);
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers.cc
75
int64_t unwrapped_timestamp = time_wrap_handler_.
Unwrap
(timestamp);
195
int64_t unwrapped_timestamp = time_wrap_handler_.
Unwrap
(timestamp);
/external/v8/src/js/
json.js
217
//
Unwrap
'space' if it is wrapped
/external/webrtc/tools/matlab/
rtpAnalyze.m
63
%%
Unwrap
SeqNo and TimeStamp.
/external/webrtc/webrtc/modules/include/
module_common_types.h
767
// Utility class to
unwrap
a sequence number to a larger type, for easier
796
//
Unwrap
the sequence number and update the internal state.
797
int64_t
Unwrap
(uint16_t sequence_number) {
/external/libvorbis/doc/
07-floor1.tex
255
Unwrap
the always-positive-or-zero values read from the packet into
/external/webrtc/webrtc/video/
end_to_end_tests.cc
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc
[
all
...]
Completed in 246 milliseconds
1
2