HomeSort by relevance Sort by last modified time
    Searched full:max_entries (Results 1 - 23 of 23) sorted by null

  /external/kernel-headers/original/linux/
stacktrace.h 6 unsigned int nr_entries, max_entries; member in struct:stack_trace
  /packages/apps/Calculator/src/com/android/calculator2/
History.java 28 private static final int MAX_ENTRIES = 100;
96 if (mEntries.size() >= MAX_ENTRIES) {
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node_metadata.cpp 1676 int32 max_entries; local
1796 int32 max_entries; local
5166 int32 max_entries; local
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/src/
pvmf_streaming_manager_extension_interface.cpp 403 int32 max_entries,
410 max_entries,
420 int32 max_entries,
427 max_entries,
  /hardware/msm7k/librpc/
svc_clnt_common.c 183 int get_backtrace(intptr_t* addrs, size_t max_entries)
186 state.count = max_entries;
189 return max_entries - state.count;
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
pvmf_sm_fsp_base_impl.cpp 2792 int32 max_entries; local
2919 int32 max_entries; local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
AddressCache.java 34 private static final int MAX_ENTRIES = 512;
75 return size() == MAX_ENTRIES;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
rme.h 63 enum { MAX_ENTRIES = 20 };
103 uint32 Entries[ MAX_ENTRIES ];
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp 502 uint32 starting_index, int32 max_entries, char* query_key, const OsclAny* aContext)
507 cmd.PVMFAACFFParserNodeCommand::Construct(aSessionId, PVMF_AAC_PARSER_NODE_GETNODEMETADATAKEYS, aKeyList, starting_index, max_entries, query_key, aContext);
514 Oscl_Vector<PvmiKvp, OsclMemAllocator>& aValueList, uint32 starting_index, int32 max_entries, const OsclAny* aContext)
519 cmd.PVMFAACFFParserNodeCommand::Construct(aSessionId, PVMF_AAC_PARSER_NODE_GETNODEMETADATAVALUES, aKeyList, aValueList, starting_index, max_entries, aContext);
2393 int32 max_entries; local
2550 int32 max_entries; local
    [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.cpp 2430 int32 max_entries; local
2513 int32 max_entries; local
    [all...]
  /bionic/libc/bionic/
malloc_debug_leak.c 250 int get_backtrace(intptr_t* addrs, size_t max_entries)
253 state.count = max_entries;
256 return max_entries - state.count;
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.cpp 467 int32 max_entries; local
470 aCmd.PVMFAMRFFNodeCommand::Parse(keylistptr, starting_index, max_entries, query_key);
476 if ((starting_index > (iAvailableMetadataKeys.size() - 1)) || max_entries == 0)
521 if (max_entries > 0 && num_added >= max_entries)
564 if ((max_entries > 0) && (num_added >= max_entries))
590 int32 max_entries; local
592 aCmd.PVMFAMRFFNodeCommand::Parse(keylistptr_in, valuelistptr, starting_index, max_entries);
615 if (starting_index > (numkeys - 1) || numkeys == 0 || max_entries == 0
    [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 1421 int32 max_entries; local
1499 int32 max_entries; local
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.cpp 2656 int32 max_entries; local
2681 int32 max_entries; local
    [all...]
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 2397 int32 max_entries; local
2476 int32 max_entries; local
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 1757 int32 max_entries; local
1888 int32 max_entries; local
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 406 OSCL_IMPORT_REF PVMFCommandId GetNodeMetadataKeys(PVMFSessionId aSessionId, PVMFMetadataList& aKeyList, uint32 starting_index, int32 max_entries,
409 Oscl_Vector<PvmiKvp, OsclMemAllocator>& aValueList, uint32 starting_index, int32 max_entries, const OsclAny* aContextData = NULL);
    [all...]
  /external/opencore/pvmi/content_policy_manager/src/
cpm.cpp 2456 int32 max_entries; local
    [all...]
  /external/opencore/fileformats/mp3/parser/include/
imp3ff.h 365 * @param max_entries Max # of entries this method should write to the key list.
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.h 927 PVMFCommandId GetNodeMetadataKeys(PVMFSessionId aSessionId, PVMFMetadataList& aKeyList, uint32 starting_index, int32 max_entries,
930 Oscl_Vector<PvmiKvp, OsclMemAllocator>& aValueList, uint32 starting_index, int32 max_entries, const OsclAny* aContextData = NULL);
    [all...]
pvmf_omx_enc_node.cpp 7001 int32 max_entries; local
7104 int32 max_entries; local
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.cpp 3758 int32 max_entries; local
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp     [all...]

Completed in 535 milliseconds