OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:private_
(Results
1 - 25
of
36
) sorted by null
1
2
/external/flac/libFLAC/
stream_decoder.c
269
decoder->
private_
= calloc(1, sizeof(FLAC__StreamDecoderPrivate));
270
if(decoder->
private_
== 0) {
276
decoder->
private_
->input = FLAC__bitreader_new();
277
if(decoder->
private_
->input == 0) {
278
free(decoder->
private_
);
284
decoder->
private_
->metadata_filter_ids_capacity = 16;
285
if(0 == (decoder->
private_
->metadata_filter_ids = malloc((FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8) * decoder->
private_
->metadata_filter_ids_capacity))) {
286
FLAC__bitreader_delete(decoder->
private_
->input);
287
free(decoder->
private_
);
[
all
...]
stream_encoder.c
223
struct FLAC__StreamEncoderPrivate *
private_
,
523
encoder->
private_
= calloc(1, sizeof(FLAC__StreamEncoderPrivate));
524
if(encoder->
private_
== 0) {
530
encoder->
private_
->frame = FLAC__bitwriter_new();
531
if(encoder->
private_
->frame == 0) {
532
free(encoder->
private_
);
538
encoder->
private_
->file = 0;
542
encoder->
private_
->is_being_deleted = false;
545
encoder->
private_
->subframe_workspace_ptr[i][0] = &encoder->
private_
->subframe_workspace[i][0]
[
all
...]
/build/core/
executable_internal.mk
36
# Define
PRIVATE_
variables from global vars
shared_library_internal.mk
41
# Define
PRIVATE_
variables from global vars
dynamic_binary.mk
31
# the linked_module rules won't necessarily inherit the
PRIVATE_
33
# define the
PRIVATE_
variables for linked_module as well as for
base_rules.mk
220
# Assemble the list of targets to create
PRIVATE_
variables for.
package_internal.mk
440
#
PRIVATE_
vars set up correctly if we do. Instead, depend on the
binary.mk
311
## Define
PRIVATE_
variables from global vars
394
## Define
PRIVATE_
variables used by multiple module types
[
all
...]
/system/core/toolbox/
Android.mk
90
# The dependency line though gets evaluated now, so the
PRIVATE_
copy doesn't exist yet,
/external/opencv3/3rdparty/libwebp/demux/
demux.c
826
const WebPDemuxer* const dmux = (WebPDemuxer*)iter->
private_
;
841
iter->
private_
= (void*)dmux;
857
if (iter != NULL && iter->
private_
!= NULL && fragment_num > 0) {
858
const WebPDemuxer* const dmux = (WebPDemuxer*)iter->
private_
;
900
const WebPDemuxer* const dmux = (WebPDemuxer*)iter->
private_
;
926
iter->
private_
= (void*)dmux;
/external/opencv3/3rdparty/libwebp/webp/
demux.h
141
void*
private_
; // for internal use only.
member in struct:WebPIterator
181
void*
private_
;
member in struct:WebPChunkIterator
/external/webp/include/webp/
demux.h
153
void*
private_
; // for internal use only.
member in struct:WebPIterator
188
void*
private_
;
member in struct:WebPChunkIterator
/external/webp/src/webp/
demux.h
153
void*
private_
; // for internal use only.
member in struct:WebPIterator
188
void*
private_
;
member in struct:WebPChunkIterator
/external/webp/src/demux/
demux.c
852
const WebPDemuxer* const dmux = (WebPDemuxer*)iter->
private_
;
867
iter->
private_
= (void*)dmux;
915
const WebPDemuxer* const dmux = (WebPDemuxer*)iter->
private_
;
941
iter->
private_
= (void*)dmux;
/external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py
36
"
private_
" +
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
unwind.h
96
_Unwind_Word
private_
[6];
member in struct:_Unwind_Exception
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.h
96
_Unwind_Word
private_
[6];
member in struct:_Unwind_Exception
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.h
96
_Unwind_Word
private_
[6];
member in struct:_Unwind_Exception
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
unwind.h
96
_Unwind_Word
private_
[6];
member in struct:_Unwind_Exception
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h
96
_Unwind_Word
private_
[6];
member in struct:_Unwind_Exception
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h
96
_Unwind_Word
private_
[6];
member in struct:_Unwind_Exception
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
unwind.h
96
_Unwind_Word
private_
[6];
member in struct:_Unwind_Exception
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.h
96
_Unwind_Word
private_
[6];
member in struct:_Unwind_Exception
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.h
96
_Unwind_Word
private_
[6];
member in struct:_Unwind_Exception
/frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp
341
outRef->privateReference = pbRef.
private_
();
Completed in 1138 milliseconds
1
2