Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:framing
(Results
1 - 4
of
4
) sorted by relevance
/third_party/protobuf/js/commonjs/
H
A
D
import_test.js
44
googleProtobuf.exportSymbol('proto.jspb.test.
framing
.FramingMessage', test7_pb.FramingMessage, global);
48
var framing1 = new proto.jspb.test.
framing
.FramingMessage([]);
49
var framing2 = new proto.jspb.test.
framing
.FramingMessage([]);
/third_party/protobuf/js/compatibility_tests/v3.0.0/commonjs/
H
A
D
import_test.js
44
googleProtobuf.exportSymbol('proto.jspb.test.
framing
.FramingMessage', test7_pb.FramingMessage, global);
48
var framing1 = new proto.jspb.test.
framing
.FramingMessage([]);
49
var framing2 = new proto.jspb.test.
framing
.FramingMessage([]);
/third_party/alsa-lib/src/rawmidi/
H
A
D
rawmidi.c
840
unsigned int
framing
;
in snd_rawmidi_params_set_read_mode()
local
845
framing
= SNDRV_RAWMIDI_MODE_FRAMING_NONE;
in snd_rawmidi_params_set_read_mode()
850
framing
= SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP;
in snd_rawmidi_params_set_read_mode()
856
if (
framing
!= SNDRV_RAWMIDI_MODE_FRAMING_NONE &&
in snd_rawmidi_params_set_read_mode()
859
params->mode = (params->mode & ~SNDRV_RAWMIDI_MODE_FRAMING_MASK) |
framing
;
in snd_rawmidi_params_set_read_mode()
870
unsigned int
framing
;
in snd_rawmidi_params_get_read_mode()
local
873
framing
= params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK;
in snd_rawmidi_params_get_read_mode()
874
if (
framing
== SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP)
in snd_rawmidi_params_get_read_mode()
880
* \brief sets clock type for tstamp type
framing
888
* -ENOTSUP - Kernel is too old to support
framing
[all...]
/third_party/python/Modules/
H
A
D
_pickle.c
649
int
framing
; /* True when
framing
is enabled, proto >= 4 */
member
984
if (!self->
framing
|| self->frame_start == -1)
in _Pickler_CommitFrame()
1039
if (!self->
framing
|| self->frame_start == -1) {
in _Pickler_OpcodeBoundary()
1074
need_new_frame = (self->
framing
&& self->frame_start == -1);
in _Pickler_Write()
1131
self->
framing
= 0;
in _Pickler_New()
2295
int
framing
= self->
framing
;
in _Pickler_write_bytes()
local
2303
/* Disable
framing
temporarily */
in _Pickler_write_bytes()
2304
self->
framing
in _Pickler_write_bytes()
[all...]
Completed in 7 milliseconds