HomeSort by relevance Sort by last modified time
    Searched refs:once (Results 501 - 525 of 803) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbstorioctl.h 1 #pragma once
  /system/bt/btcore/include/
device_class.h 19 #pragma once
property.h 19 #pragma once
  /system/bt/hci/include/
hci_layer.h 19 #pragma once
hci_packet_parser.h 19 #pragma once
  /system/bt/osi/include/
config.h 1 #pragma once
hash_map.h 19 #pragma once
  /external/boringssl/src/crypto/
internal.h 347 /* CRYPTO_once calls |init| exactly once per process. This is thread-safe: if
350 * called once.
352 * The |once| argument must be a |CRYPTO_once_t| that has been initialised with
354 OPENSSL_EXPORT void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void));
399 CRYPTO_once_t once; member in struct:CRYPTO_STATIC_MUTEX
468 * given index. This function should only be called once per thread for a given
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 573 const SelectionDAG *G, VisitedSDNodeSet &once) {
574 if (!once.insert(N).second) // If we've been here before, return now.
591 once.insert(child);
604 DumpNodesr(OS, child, indent+2, G, once);
609 VisitedSDNodeSet once; local
610 DumpNodesr(dbgs(), this, 0, nullptr, once); local
614 VisitedSDNodeSet once; local
615 DumpNodesr(dbgs(), this, 0, G, once); local
  /external/skia/gm/
colormatrix.cpp 19 bool once() const { function in class:SkDoOnce
44 if (fOnce.once()) {
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 139 static pthread_once_t once = PTHREAD_ONCE_INIT; local
140 pthread_once(&once, FwdLockGlue_InitializeRoundKeys);
  /frameworks/base/media/mca/filterfw/native/
libfilterfw.mk 19 # Uncomment the requirements below, once we need them:
  /hardware/qcom/display/msm8084/
common.mk 23 #TODO: Add -Werror back once all the current warnings are fixed
  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.h 17 #pragma once
  /external/lz4/lib/
lz4.h 34 #pragma once
lz4frame.h 42 #pragma once
  /external/mesa3d/src/mesa/program/
program_parser.h 23 #pragma once
  /external/parameter-framework/parameter/
ArrayParameter.h 30 #pragma once
ConfigurableElement.h 30 #pragma once
  /external/parameter-framework/utility/
convert.hpp 31 #pragma once
  /external/parameter-framework/xmlserializer/
XmlElement.h 30 #pragma once
  /external/selinux/libselinux/src/
selinux_config.c 57 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
135 __selinux_once(once, init_selinux_config);
257 __selinux_once(once, init_selinux_config);
270 __selinux_once(once, init_selinux_config);
setrans_client.c 36 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
292 __selinux_once(once, init_context_translations);
334 __selinux_once(once, init_context_translations);
375 __selinux_once(once, init_context_translations);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 17 #pragma once
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Collection.h 17 #pragma once

Completed in 1887 milliseconds

<<21222324252627282930>>